Update README.md
Browse files
README.md
CHANGED
|
@@ -14,14 +14,14 @@
|
|
| 14 |
The Register Oscar dataset is a multilingual dataset, containing languaegs from the Oscar dataset that have been tagged with register information.
|
| 15 |
|
| 16 |
8 main-level registers:
|
| 17 |
-
Narrative (NA)
|
| 18 |
-
Informational Description (IN)
|
| 19 |
-
Opinion (OP)
|
| 20 |
-
Interactive Discussion (ID)
|
| 21 |
-
How-to/Instruction (HI)
|
| 22 |
-
Informational Persuasion (IP)
|
| 23 |
-
Lyrical (LY)
|
| 24 |
-
Spoken (SP)
|
| 25 |
|
| 26 |
For further description of the labels, see (Douglas Biber and Jesse Egbert. 2018. Register variation online)
|
| 27 |
|
|
@@ -37,13 +37,12 @@ For further information on the languages and data, see https://huggingface.co/da
|
|
| 37 |
|
| 38 |
### Data Instances
|
| 39 |
|
|
|
|
| 40 |
{"id": "0", "labels": ["NA"], "text": "Zarif: Iran inajua mpango wa Saudia wa kufanya mauaji ya kigaidi dhidi ya maafisa wa ngazi za juu wa Iran\n"}
|
| 41 |
-
|
| 42 |
-
{"id": "2", "labels": ["IN"], "text": "Tuna matumaini makubwa ya kuendelea kutimiza malengo ya kujitosheleza kwa mahitaji ya chakula kwa kipindi cha mwaka mzima kama ilivyo kwa miaka mingi ya nyuma.\n"}
|
| 43 |
-
}
|
| 44 |
|
| 45 |
### Data Fields
|
| 46 |
|
| 47 |
-
id: unique id of the document (from the Oscar dataset)
|
| 48 |
-
labels: the list of labels assigned to the text
|
| 49 |
-
text: the original text of the document (as appears in the Oscar dataset)
|
|
|
|
| 14 |
The Register Oscar dataset is a multilingual dataset, containing languaegs from the Oscar dataset that have been tagged with register information.
|
| 15 |
|
| 16 |
8 main-level registers:
|
| 17 |
+
* Narrative (NA)
|
| 18 |
+
* Informational Description (IN)
|
| 19 |
+
* Opinion (OP)
|
| 20 |
+
* Interactive Discussion (ID)
|
| 21 |
+
* How-to/Instruction (HI)
|
| 22 |
+
* Informational Persuasion (IP)
|
| 23 |
+
* Lyrical (LY)
|
| 24 |
+
* Spoken (SP)
|
| 25 |
|
| 26 |
For further description of the labels, see (Douglas Biber and Jesse Egbert. 2018. Register variation online)
|
| 27 |
|
|
|
|
| 37 |
|
| 38 |
### Data Instances
|
| 39 |
|
| 40 |
+
```
|
| 41 |
{"id": "0", "labels": ["NA"], "text": "Zarif: Iran inajua mpango wa Saudia wa kufanya mauaji ya kigaidi dhidi ya maafisa wa ngazi za juu wa Iran\n"}
|
| 42 |
+
```
|
|
|
|
|
|
|
| 43 |
|
| 44 |
### Data Fields
|
| 45 |
|
| 46 |
+
* id: unique id of the document (from the Oscar dataset)
|
| 47 |
+
* labels: the list of labels assigned to the text
|
| 48 |
+
* text: the original text of the document (as appears in the Oscar dataset)
|