maximoss commited on
Commit
4344ee3
·
1 Parent(s): 4514047

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -20
README.md CHANGED
@@ -20,6 +20,7 @@ size_categories:
20
  ### Dataset Summary
21
 
22
  This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
 
23
 
24
  ### Supported Tasks and Leaderboards
25
 
@@ -117,26 +118,6 @@ This dataset card aims to be a base template for new datasets. It has been gener
117
  location = "New Orleans, Louisiana",
118
  url = "http://aclweb.org/anthology/N18-1101"
119
  }
120
-
121
- @inproceedings{conneau-etal-2018-xnli,
122
- title = "{XNLI}: Evaluating Cross-lingual Sentence Representations",
123
- author = "Conneau, Alexis and
124
- Rinott, Ruty and
125
- Lample, Guillaume and
126
- Williams, Adina and
127
- Bowman, Samuel and
128
- Schwenk, Holger and
129
- Stoyanov, Veselin",
130
- booktitle = "Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing",
131
- month = oct # "-" # nov,
132
- year = "2018",
133
- address = "Brussels, Belgium",
134
- publisher = "Association for Computational Linguistics",
135
- url = "https://aclanthology.org/D18-1269",
136
- doi = "10.18653/v1/D18-1269",
137
- pages = "2475--2485",
138
- abstract = "State-of-the-art natural language processing systems rely on supervision in the form of annotated data to learn competent models. These models are generally trained on data in a single language (usually English), and cannot be directly used beyond that language. Since collecting data in every language is not realistic, there has been a growing interest in cross-lingual language understanding (XLU) and low-resource cross-language transfer. In this work, we construct an evaluation set for XLU by extending the development and test sets of the Multi-Genre Natural Language Inference Corpus (MultiNLI) to 14 languages, including low-resource languages such as Swahili and Urdu. We hope that our dataset, dubbed XNLI, will catalyze research in cross-lingual sentence understanding by providing an informative standard evaluation task. In addition, we provide several baselines for multilingual sentence understanding, including two based on machine translation systems, and two that use parallel data to train aligned multilingual bag-of-words and LSTM encoders. We find that XNLI represents a practical and challenging evaluation suite, and that directly translating the test data yields the best performance among available baselines.",
139
- }
140
  ```
141
 
142
  ### Contributions
 
20
  ### Dataset Summary
21
 
22
  This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
23
+ Note that the 2000 examples included in MNLI (and machine translated in French here) on the subject of 9/11 are different from the 249 examples in the validation subset and the 501 ones in the test subset of XNLI on the same subject.
24
 
25
  ### Supported Tasks and Leaderboards
26
 
 
118
  location = "New Orleans, Louisiana",
119
  url = "http://aclweb.org/anthology/N18-1101"
120
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
121
  ```
122
 
123
  ### Contributions