Datasets:

Modalities:
Text
Formats:
parquet
License:
ChristineBasta commited on
Commit
99ffbc3
·
verified ·
1 Parent(s): b88f88a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md CHANGED
@@ -185,6 +185,37 @@ configs:
185
  - split: test
186
  path: podcast_eu_es/test-*
187
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
188
  ## Intended Use
189
  This dataset is intended for:
190
  * Evaluation of document-level machine translation models
 
185
  - split: test
186
  path: podcast_eu_es/test-*
187
  ---
188
+
189
+
190
+
191
+ # ALIA_DocMT_Evaluation
192
+
193
+ **ALIA_DocMT_Evaluation** is a challenging document-level machine translation (Doc-MT) benchmark featuring high-quality, human-translated reference data. Please note that for the **BOPV** and **Parliament** domains, the segments are sampled from the test splits of the real source data and are currently in the process of being manually translated into English.
194
+
195
+ * **Berria:** News domain extracted from the Basque newspaper Berria.
196
+ * **Parliament:** Political and legal dialogue domain from the Basque Parliament.
197
+ * **BOPV:** Administrative and legal domain from the Official Gazette of the Basque Country.
198
+ * **Instructions:** Diverse instructional prompts (e.g., Q&A, summarization) for task evaluation.
199
+ * **EUSparallel:** General web domain filtered from the euscrawl corpus.
200
+ * **Aldizkariak:** Scientific and academic domain sourced from Basque journals.
201
+ * **Podcasts:** Informal conversational domain extracted from Basque podcast transcripts.
202
+
203
+
204
+
205
+ ## Dataset Statistics
206
+
207
+
208
+ | Domain / Source | Description Focus | Segments / Docs | Total Words |
209
+ | :--- | :--- | :--- | :--- |
210
+ | **Instructions** | Diverse task prompts (QA, summaries, etc.) | 764 | 23,529 |
211
+ | **Berria** | News with dynamic context windows | 77 | 10,129 |
212
+ | **Parliament** | Formal political dialogue (consecutive turns) | 38 | 8,275 |
213
+ | **BOPV** | Administrative texts (<300 words) | 40 | 6,496 |
214
+ | **Aldizkariak** | Scientific journal extracts | 60 | 6,590 |
215
+ | **Podcasts** | Informal spontaneous dialogue (SRT transcripts) | 17 | 50,820 |
216
+ | **EUSparallel** | General domain with deep context (*euscrawl*) | 66 | 13,127 |
217
+
218
+
219
  ## Intended Use
220
  This dataset is intended for:
221
  * Evaluation of document-level machine translation models