Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -138,26 +138,35 @@ The `VIRC_Guidelines.pdf` contains the annotation guidelines provided to annotat
|
|
138 |
- *Comments (Italian)*: Annotators comments for Italian.
|
139 |
|
140 |
The different splits include:
|
141 |
-
| **Configuration** | **Annotations (Spanish)** | **Annotations (Italian)** | **Gold (Spanish)** | **Gold (Italian)** | **Comments (Spanish)** | **Comments (Italian)** |
|
142 |
-
|
143 |
-
| **`all`** | β
| β
| β
| β
| β
| β
|
|
144 |
-
| **`all_tags`** | β
| β
| β
| β
| β | β |
|
145 |
-
| **`spa_all`** | β
| β | β
| β | β
| β |
|
146 |
-
| **`ita_all`** | β | β
| β | β
| β | β
|
|
147 |
-
| **`spa_all_tags`** | β
| β | β
| β | β | β |
|
148 |
-
| **`ita_all_tags`** | β | β
| β | β
| β | β |
|
149 |
-
| **`gold_tags`** | β | β | β
| β
| β | β |
|
150 |
-
| **`spa_gold_tags`** | β | β | β
| β | β | β |
|
151 |
-
| **`ita_gold_tags`** | β | β | β | β
| β | β |
|
152 |
-
| **`tags`** | β
| β
| β | β | β | β |
|
153 |
-
| **`spa_tags`** | β
| β | β | β | β | β |
|
154 |
-
| **`ita_tags`** | β | β
| β | β | β | β |
|
155 |
-
| **`comments`** | β | β | β | β | β
| β
|
|
156 |
-
| **`spa_comments`** | β | β | β | β | β
| β |
|
157 |
-
| **`ita_comments`** | β | β | β | β | β | β
|
|
158 |
|
159 |
|
160 |
-
##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
161 |
``` bibtex
|
162 |
@inproceedings{IbaiArianna2024,
|
163 |
author = {Ibai Guill{\'{e}}n{-}Pacho and
|
|
|
138 |
- *Comments (Italian)*: Annotators comments for Italian.
|
139 |
|
140 |
The different splits include:
|
141 |
+
| **Configuration** | **Annotations (Spanish)** | **Annotations (Italian)** | **Gold (Spanish)** | **Gold (Italian)** | **Comments (Spanish)** | **Comments (Italian)** | **Number of Rows** |
|
142 |
+
|----------------------|---------------------------|---------------------------|--------------------|---------------------|------------------------|------------------------|-------------------|
|
143 |
+
| **`all`** | β
| β
| β
| β
| β
| β
|6027 |
|
144 |
+
| **`all_tags`** | β
| β
| β
| β
| β | β |5536 |
|
145 |
+
| **`spa_all`** | β
| β | β
| β | β
| β |3407 |
|
146 |
+
| **`ita_all`** | β | β
| β | β
| β | β
|2620 |
|
147 |
+
| **`spa_all_tags`** | β
| β | β
| β | β | β |3256 |
|
148 |
+
| **`ita_all_tags`** | β | β
| β | β
| β | β |2280 |
|
149 |
+
| **`gold_tags`** | β | β | β
| β
| β | β |1131 |
|
150 |
+
| **`spa_gold_tags`** | β | β | β
| β | β | β |550 |
|
151 |
+
| **`ita_gold_tags`** | β | β | β | β
| β | β |581 |
|
152 |
+
| **`tags`** | β
| β
| β | β | β | β |4405 |
|
153 |
+
| **`spa_tags`** | β
| β | β | β | β | β |2125 |
|
154 |
+
| **`ita_tags`** | β | β
| β | β | β | β |2280 |
|
155 |
+
| **`comments`** | β | β | β | β | β
| β
|491 |
|
156 |
+
| **`spa_comments`** | β | β | β | β | β
| β |151 |
|
157 |
+
| **`ita_comments`** | β | β | β | β | β | β
|340 |
|
158 |
|
159 |
|
160 |
+
## Usage and Information
|
161 |
+
The dataset can be loaded with:
|
162 |
+
``` python
|
163 |
+
from datasets import load_dataset
|
164 |
+
dataset = load_dataset("Ibaii99/virc")
|
165 |
+
```
|
166 |
+
|
167 |
+
|
168 |
+
|
169 |
+
## BibTeX Entry and Citation Info
|
170 |
``` bibtex
|
171 |
@inproceedings{IbaiArianna2024,
|
172 |
author = {Ibai Guill{\'{e}}n{-}Pacho and
|