Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -42,4 +42,37 @@ language:
|
|
42 |
- zh
|
43 |
size_categories:
|
44 |
- 100K<n<1M
|
45 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
- zh
|
43 |
size_categories:
|
44 |
- 100K<n<1M
|
45 |
+
---
|
46 |
+
# Dataset Card for DocBlocks
|
47 |
+
|
48 |
+
DocBlocks is a high-quality, multilingual document-level machine translation (MT) dataset designed to fine-tune large language models (LLMs) on long-context translation tasks. Unlike traditional sentence-level datasets, it contains full documents with natural discourse structures and contextual alignment, helping models maintain coherence, consistency, and high translation quality across longer texts.
|
49 |
+
|
50 |
+
- **Curated by:** Instituto Superior Técnico, Instituto de Telecomunicações, Carnegie Mellon University and Unbabel;
|
51 |
+
- **Language(s) (NLP):** English, German, Spanish, French, Italian, Dutch, Portuguese, Russian, Korean, Chinese;
|
52 |
+
- **License:** DocBlocks includes data from the following sources: **IWSLT**, **Europarl**, **News Commentary**, **GuoFeng**, and **BWB**. For licensing information, please refer to the official documentation or websites of each source.
|
53 |
+
|
54 |
+
### Dataset Details
|
55 |
+
|
56 |
+
* `conversations` - The user and assistant dialogue turns, following an instruction-based format suitable for LLM fine-tuning;
|
57 |
+
* `sources` - The original source text in the source language;
|
58 |
+
* `references` - The human-translated target/reference text in the target language;
|
59 |
+
* `language_pair` - The language direction of the translation pair;
|
60 |
+
* `dataset` - The name of the original dataset from which the document was sourced.
|
61 |
+
|
62 |
+
## Bias, Risks, and Limitations
|
63 |
+
|
64 |
+
DocBlocks may reflect linguistic, cultural, and domain biases from its source corpora, and its performance is influenced by language coverage and document structure variability.
|
65 |
+
|
66 |
+
|
67 |
+
## Citation
|
68 |
+
```bibtex
|
69 |
+
@misc{multilingual_contextualization_llm_2025,
|
70 |
+
title={Multilingual Contextualization of Large Language Models for Document-Level Machine Translation},
|
71 |
+
author={Miguel Moura Ramos and Patrick Fernandes and Sweta Agrawal and André F. T. Martins},
|
72 |
+
year={2025},
|
73 |
+
eprint={2504.12140},
|
74 |
+
archivePrefix={arXiv},
|
75 |
+
primaryClass={cs.CL},
|
76 |
+
url={https://arxiv.org/abs/2504.12140},
|
77 |
+
}
|
78 |
+
```
|