Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -65,7 +65,7 @@ configs:
|
|
| 65 |
Document-level word alignment data for six language pairs — English–French (en-fr), English–Romanian (en-ro), English–Japanese (en-ja), English–Chinese (en-zh), Latin–Ancient Greek (la-gr), and English–Czech (en-cz) — reconstructed from existing sentence-level, human-annotated word alignment gold standards.
|
| 66 |
|
| 67 |
Document-level examples are built by grouping sentence-level annotations by document membership and sentence order; the dataset does not contain new human annotation beyond what already exists in the source corpora (see [Sources & Licensing](#sources--licensing)).
|
| 68 |
-
This dataset accompanies the paper *"Scaling Unsupervised Word Alignment to Documents with Structural Constraints"*
|
| 69 |
|
| 70 |
|
| 71 |
## Dataset Structure
|
|
@@ -126,10 +126,13 @@ Document-level examples were constructed by concatenating sentence-level source/
|
|
| 126 |
If you use this dataset, please cite both this work and the original source(s) listed in [Sources & Licensing](#sources--licensing) for the language pair(s) you use.
|
| 127 |
|
| 128 |
```bibtex
|
| 129 |
-
@
|
| 130 |
-
|
| 131 |
-
|
| 132 |
-
|
| 133 |
-
|
|
|
|
|
|
|
|
|
|
| 134 |
}
|
| 135 |
```
|
|
|
|
| 65 |
Document-level word alignment data for six language pairs — English–French (en-fr), English–Romanian (en-ro), English–Japanese (en-ja), English–Chinese (en-zh), Latin–Ancient Greek (la-gr), and English–Czech (en-cz) — reconstructed from existing sentence-level, human-annotated word alignment gold standards.
|
| 66 |
|
| 67 |
Document-level examples are built by grouping sentence-level annotations by document membership and sentence order; the dataset does not contain new human annotation beyond what already exists in the source corpora (see [Sources & Licensing](#sources--licensing)).
|
| 68 |
+
This dataset accompanies the paper [*"Scaling Unsupervised Word Alignment to Documents with Structural Constraints"*](https://arxiv.org/abs/2608.21023).
|
| 69 |
|
| 70 |
|
| 71 |
## Dataset Structure
|
|
|
|
| 126 |
If you use this dataset, please cite both this work and the original source(s) listed in [Sources & Licensing](#sources--licensing) for the language pair(s) you use.
|
| 127 |
|
| 128 |
```bibtex
|
| 129 |
+
@misc{wastl2026scalingunsupervisedwordalignment,
|
| 130 |
+
title={Scaling Unsupervised Word Alignment to Documents via Structural Constraints},
|
| 131 |
+
author={Michelle Wastl and Jannis Vamvas and Rico Sennrich},
|
| 132 |
+
year={2026},
|
| 133 |
+
eprint={2608.21023},
|
| 134 |
+
archivePrefix={arXiv},
|
| 135 |
+
primaryClass={cs.CL},
|
| 136 |
+
url={https://arxiv.org/abs/2608.21023},
|
| 137 |
}
|
| 138 |
```
|