omarelba/letzcross-wiki-parallel
LëtzCross Wiki Parallel Dataset Description omarelba/letzcross-wiki-parallel is a multilingual visual-document-retrieval dataset. Each row pairs a rendered PDF page with parallel questions in English, French, German, and, where available, Luxembourgish. The dataset also includes answer and provenance fields produced during dataset construction and validation. The dataset is used for language-specific late-interaction page-image retrieval training. A training… See the full description on the dataset page: https://huggingface.co/datasets/omarelba/letzcross-wiki-parallel.
LëtzCross Wiki Parallel
Dataset Description
omarelba/letzcross-wiki-parallel is a multilingual visual-document-retrieval dataset. Each row pairs a rendered PDF page with parallel questions in English, French, German, and, where available, Luxembourgish. The dataset also includes answer and provenance fields produced during dataset construction and validation.
The dataset is used for language-specific late-interaction page-image retrieval training. A training sample consists of one language-specific question as the query and image as the positive document target.
Dataset Structure
Data Instances
{
"id": 1143,
"query_en": "On what date did Joseph Lorenzo Philippe die in Luxembourg after a long illness?",
"query_fr": "À quelle date Joseph Lorenzo Philippe est-il décédé au Luxembourg après une longue maladie?",
"query_de": "An welchem Datum starb Joseph Lorenzo Philippe in Luxemburg nach langer Krankheit?",
"query_lb": None,
"image": <PIL.JpegImagePlugin.JpegImageFile image mode=RGB size=421x553>,
"filename": "Joseph Lorenzo Philippe.pdf",
"page": 1,
"gold_answer": "21. Oktober 1956",
"generated_answer": "21. Oktober 1956",
"source": "text",
"exact_match": True,
"semantic_match": True,
}Data Fields
Data Splits
Usage
from datasets import load_dataset
dataset = load_dataset("omarelba/letzcross-wiki-parallel")
train_dataset = dataset["train"]Citation
If you use this dataset, please cite:
LëtzCross: A Cross-Lingual Page-Level Benchmark for Multimodal Retrieval over Luxembourgish Documents
https://arxiv.org/abs/2608.21714
