Datasets:

Modalities:
Text
Formats:
json
Libraries:
Datasets
pandas
License:
s-conia commited on
Commit
a488551
·
1 Parent(s): 3816ccb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -104,8 +104,8 @@ configs:
104
  EA-MT (Entity-Aware Machine Translation) is a multilingual benchmark for evaluating the capabilities of Large Language Models (LLMs) and Machine Translation (MT) models in translating simple sentences with potentially challenging entity mentions, e.g., entities for which a word-for-word translation may not be accurate.
105
 
106
  Here is an example of a simple sentence with a challenging entity mention:
107
- * English: "What is the plot of **The Catcher in the Rye**?"
108
- * Italian:
109
  * Word-for-word translation (incorrect): "Qual è la trama del **Cacciatore nella segale**?"
110
  * Correct translation: "Qual è la trama de **Il giovane Holden**?"
111
 
@@ -131,7 +131,7 @@ The dataset is available in the following languages pairs:
131
  - `en-tr`: English - Turkish
132
  - `en-zh`: English - Chinese (Traditional)
133
 
134
- ## How To Use This Benchmark in Hugging Face Datasets
135
 
136
  You can use this benchmark in Hugging Face Datasets by specifying the language pair you want to use. For example, to load the English-Italian dataset, you can use the following configuration:
137
 
 
104
  EA-MT (Entity-Aware Machine Translation) is a multilingual benchmark for evaluating the capabilities of Large Language Models (LLMs) and Machine Translation (MT) models in translating simple sentences with potentially challenging entity mentions, e.g., entities for which a word-for-word translation may not be accurate.
105
 
106
  Here is an example of a simple sentence with a challenging entity mention:
107
+ * *English*: "What is the plot of **The Catcher in the Rye**?"
108
+ * *Italian*:
109
  * Word-for-word translation (incorrect): "Qual è la trama del **Cacciatore nella segale**?"
110
  * Correct translation: "Qual è la trama de **Il giovane Holden**?"
111
 
 
131
  - `en-tr`: English - Turkish
132
  - `en-zh`: English - Chinese (Traditional)
133
 
134
+ ## How To Use
135
 
136
  You can use this benchmark in Hugging Face Datasets by specifying the language pair you want to use. For example, to load the English-Italian dataset, you can use the following configuration:
137