breakend commited on
Commit
891f18a
1 Parent(s): 09613ca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -30
README.md CHANGED
@@ -79,43 +79,17 @@ Use a hyphenated pairing to get two langauges in one datapoint (e.g., "eng_Latn-
79
 
80
  ## Dataset Structure
81
  ### Data Instances
82
- A sample from the `dev` split for the Russian language (`ukr_Cyrl` config) is provided below. All configurations have the same structure, and all sentences are aligned across configurations and splits.
83
- ```python
84
- {
85
- 'id': 1,
86
- 'sentence': 'У понеділок, науковці зі Школи медицини Стенфордського університету оголосили про винайдення нового діагностичного інструменту, що може сортувати клітини за їх видами: це малесенький друкований чіп, який можна виготовити за допомогою стандартних променевих принтерів десь по одному центу США за штуку.',
87
- 'URL': 'https://en.wikinews.org/wiki/Scientists_say_new_medical_diagnostic_chip_can_sort_cells_anywhere_with_an_inkjet',
88
- 'domain': 'wikinews',
89
- 'topic': 'health',
90
- 'has_image': 0,
91
- 'has_hyperlink': 0
92
- }
93
- ```
94
- When using a hyphenated pairing or using the `all` function, data will be presented as follows:
95
-
96
- ```python
97
- {
98
- 'id': 1,
99
- 'URL': 'https://en.wikinews.org/wiki/Scientists_say_new_medical_diagnostic_chip_can_sort_cells_anywhere_with_an_inkjet',
100
- 'domain': 'wikinews',
101
- 'topic': 'health',
102
- 'has_image': 0,
103
- 'has_hyperlink': 0,
104
- 'sentence_eng_Latn': 'On Monday, scientists from the Stanford University School of Medicine announced the invention of a new diagnostic tool that can sort cells by type: a tiny printable chip that can be manufactured using standard inkjet printers for possibly about one U.S. cent each.',
105
- 'sentence_ukr_Cyrl': 'У понеділок, науковці зі Школи медицини Стенфордського університету оголосили про винайдення нового діагностичного інструменту, що може сортувати клітини за їх видами: це малесенький друкований чіп, який можна виготовити за допомогою стандартних променевих принтерів десь по одному центу США за штуку.'
106
- }
107
- ```
108
 
 
109
 
110
  The text is provided as-in the original dataset, without further preprocessing or tokenization.
 
111
  ### Data Fields
112
  - `id`: Row number for the data entry, starting at 1.
113
  - `sentence`: The full sentence in the specific language (may have _lang for pairings)
114
- - `URL`: The URL for the English article from which the sentence was extracted.
115
  - `domain`: The domain of the sentence.
116
- - `topic`: The topic of the sentence.
117
- - `has_image`: Whether the original article contains an image.
118
- - `has_hyperlink`: Whether the sentence contains a hyperlink.
119
  ### Data Splits
120
  | config| `dev`| `devtest`|
121
  |-----------------:|-----:|---------:|
@@ -127,8 +101,10 @@ Please refer to the original article [No Language Left Behind: Scaling Human-Cen
127
  See paper for details.
128
  ### Licensing Information
129
  Licensed with Creative Commons Attribution Share Alike 4.0. License available [here](https://creativecommons.org/licenses/by-sa/4.0/).
 
130
  ### Citation Information
131
  Please cite the authors if you use these corpora in your work:
 
132
  ```bibtex
133
  @article{nllb2022,
134
  author = {NLLB Team, Marta R. Costa-jussà, James Cross, Onur Çelebi, Maha Elbayad, Kenneth Heafield, Kevin Heffernan, Elahe Kalbassi, Janice Lam, Daniel Licht, Jean Maillard, Anna Sun, Skyler Wang, Guillaume Wenzek, Al Youngblood, Bapi Akula, Loic Barrault, Gabriel Mejia Gonzalez, Prangthip Hansanti, John Hoffman, Semarley Jarrett, Kaushik Ram Sadagopan, Dirk Rowe, Shannon Spruit, Chau Tran, Pierre Andrews, Necip Fazil Ayan, Shruti Bhosale, Sergey Edunov, Angela Fan, Cynthia Gao, Vedanuj Goswami, Francisco Guzmán, Philipp Koehn, Alexandre Mourachko, Christophe Ropers, Safiyyah Saleem, Holger Schwenk, Jeff Wang},
 
79
 
80
  ## Dataset Structure
81
  ### Data Instances
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
82
 
83
+ See Dataset Viewer.
84
 
85
  The text is provided as-in the original dataset, without further preprocessing or tokenization.
86
+
87
  ### Data Fields
88
  - `id`: Row number for the data entry, starting at 1.
89
  - `sentence`: The full sentence in the specific language (may have _lang for pairings)
 
90
  - `domain`: The domain of the sentence.
91
+
92
+
 
93
  ### Data Splits
94
  | config| `dev`| `devtest`|
95
  |-----------------:|-----:|---------:|
 
101
  See paper for details.
102
  ### Licensing Information
103
  Licensed with Creative Commons Attribution Share Alike 4.0. License available [here](https://creativecommons.org/licenses/by-sa/4.0/).
104
+
105
  ### Citation Information
106
  Please cite the authors if you use these corpora in your work:
107
+
108
  ```bibtex
109
  @article{nllb2022,
110
  author = {NLLB Team, Marta R. Costa-jussà, James Cross, Onur Çelebi, Maha Elbayad, Kenneth Heafield, Kevin Heffernan, Elahe Kalbassi, Janice Lam, Daniel Licht, Jean Maillard, Anna Sun, Skyler Wang, Guillaume Wenzek, Al Youngblood, Bapi Akula, Loic Barrault, Gabriel Mejia Gonzalez, Prangthip Hansanti, John Hoffman, Semarley Jarrett, Kaushik Ram Sadagopan, Dirk Rowe, Shannon Spruit, Chau Tran, Pierre Andrews, Necip Fazil Ayan, Shruti Bhosale, Sergey Edunov, Angela Fan, Cynthia Gao, Vedanuj Goswami, Francisco Guzmán, Philipp Koehn, Alexandre Mourachko, Christophe Ropers, Safiyyah Saleem, Holger Schwenk, Jeff Wang},