paper-with-me

홈 › Papers

Datasets for Multilingual Answer Sentence Selection

2024-06-14 · Matteo Gabburo, Stefano Campese, Federico Agostini, Alessandro Moschitti

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 producing robust and powerful multilingual AS2 models, significantly contributing to closing the performance gap between English and other languages.

📄 PDF Abstract BibTeX arXiv:2406.10172

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingLarge Language ModelMachine TranslationQuestion AnsweringRetrievalSentence

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Residual Connection 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Focus 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Multilingual Answer Sentence Reranking via Automatically Translated Data

2021-02-20 · Thuy Vu, Alessandro Moschitti

We present a study on the design of multilingual Answer Sentence Selection (AS2) models, which are a core component of modern Question Answering (QA) systems. The main idea is to transfer data, created from one resource …

Question AnsweringRerankingSentence

Cross-Lingual Knowledge Distillation for Answer Sentence Selection in Low-Resource Languages

2023-05-25 · Shivanshu Gupta, Yoshitomo Matsubara, Ankit Chadha, Alessandro Moschitti

While impressive performance has been achieved on the task of Answer Sentence Selection (AS2) for English, the same does not hold for languages that lack large labeled datasets. In this work, we propose Cross-Lingual Kno…

Knowledge DistillationMachine TranslationSentenceTranslation

Cross-Lingual Open-Domain Question Answering with Answer Sentence Generation

2021-10-14 · Benjamin Muller, Luca Soldaini, Rik Koncel-Kedziorski, Eric Lind 외

Open-Domain Generative Question Answering has achieved impressive performance in English by combining document-level retrieval with answer generation. These approaches, which we refer to as GenQA, can generate complete s…

Answer GenerationGenerative Question AnsweringOpen-Domain Question AnsweringQuestion Answering+2

Quick and (not so) Dirty: Unsupervised Selection of Justification Sentences for Multi-hop Question Answering

2019-11-17 · IJCNLP 2019 11 · Vikas Yadav, Steven Bethard, Mihai Surdeanu

We propose an unsupervised strategy for the selection of justification sentences for multi-hop question answering (QA) that (a) maximizes the relevance of the selected sentences, (b) minimizes the overlap between the sel…

ARCInformation RetrievalMulti-hop Question AnsweringQuestion Answering+3

Context-Aware Transformer Pre-Training for Answer Sentence Selection

2023-05-24 · Luca Di Liello, Siddhant Garg, Alessandro Moschitti

Answer Sentence Selection (AS2) is a core component for building an accurate Question Answering pipeline. AS2 models rank a set of candidate sentences based on how likely they answer a given question. The state of the ar…

Question AnsweringSentence