Pre-training Cross-lingual Open Domain Question Answering with Large-scale Synthetic Supervision
Fan Jiang, Tom Drummond, Trevor Cohn
TL;DR
CLASS introduces a unified encoder–decoder framework for cross-lingual open-domain QA by learning both retrieval and answer generation in a single model. It employs a two-stage self-supervised pre-training regime: cross-lingual retrieval pre-training (CLR-PT) that distills from an English teacher using cloze-style parallel queries, and multilingual QA pre-training (MLQA-PT) that uses anchor-text-derived data and LLM-assisted query transformation to produce natural questions; asynchronous passage updates keep retrieval aligned during training. Across XOR-TyDi and MKQA benchmarks, CLASS achieves strong unsupervised and zero-shot performance, with competitive few-shot gains, and demonstrates that end-to-end pre-training can surpass traditional MT-augmented or separately trained retrievers and readers. The work highlights scalable cross-lingual transfer and suggests directions for extending coverage to more languages and mitigating training-resource demands and biases inherent to large LLMs.
Abstract
Cross-lingual open domain question answering (CLQA) is a complex problem, comprising cross-lingual retrieval from a multilingual knowledge base, followed by answer generation in the query language. Both steps are usually tackled by separate models, requiring substantial annotated datasets, and typically auxiliary resources, like machine translation systems to bridge between languages. In this paper, we show that CLQA can be addressed using a single encoder-decoder model. To effectively train this model, we propose a self-supervised method based on exploiting the cross-lingual link structure within Wikipedia. We demonstrate how linked Wikipedia pages can be used to synthesise supervisory signals for cross-lingual retrieval, through a form of cloze query, and generate more natural questions to supervise answer generation. Together, we show our approach, \texttt{CLASS}, outperforms comparable methods on both supervised and zero-shot language adaptation settings, including those using machine translation.
