Datasets for Multilingual Answer Sentence Selection
Matteo Gabburo, Stefano Campese, Federico Agostini, Alessandro, Moschitti

TL;DR
This paper introduces high-quality multilingual answer sentence selection datasets for five European languages, created via supervised translation of English datasets, enabling better training of multilingual QA systems.
Contribution
It provides new multilingual AS2 datasets translated with LLMs, addressing resource scarcity and improving model performance across languages.
Findings
Datasets are high quality and effective for training multilingual AS2 models.
Multilingual models trained on these datasets outperform previous approaches.
The approach significantly reduces the performance gap between English and other languages.
Abstract
Answer Sentence Selection (AS2) is a critical task for designing effective retrieval-based Question Answering (QA) systems. Most advancements in AS2 focus on English due to the scarcity of annotated datasets for other languages. This lack of resources prevents the training of effective AS2 models in different languages, creating a performance gap between QA systems in English and other locales. In this paper, we introduce new high-quality datasets for AS2 in five European languages (French, German, Italian, Portuguese, and Spanish), obtained through supervised Automatic Machine Translation (AMT) of existing English AS2 datasets such as ASNQ, WikiQA, and TREC-QA using a Large Language Model (LLM). We evaluated our approach and the quality of the translated datasets through multiple experiments with different Transformer architectures. The results indicate that our datasets are pivotal in…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Advanced Text Analysis Techniques
MethodsAttention Is All You Need · Residual Connection · Softmax · Layer Normalization · Focus · Byte Pair Encoding · Label Smoothing · Adam · Linear Layer · Multi-Head Attention
