paper-with-me

홈 › 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 rich language, e.g., English, to other languages, less rich in terms of resources. The main findings of this paper are: (i) the training data for AS2 translated into a target language can be used to effectively fine-tune a Transformer-based model for that language; (ii) one multilingual Transformer model it is enough to rank answers in multiple languages; and (iii) mixed-language question/answer pairs can be used to fine-tune models to select answers from any language, where the input question is just in one language. This highly reduces the complexity and technical requirement of a multilingual QA system. Our experiments validate the findings above, showing a modest drop, at most 3%, with respect to the state-of-the-art English model.

📄 PDF Abstract BibTeX arXiv:2102.10250

Code (0)

등록된 구현이 없습니다.

Tasks

Question AnsweringRerankingSentence

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar 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 la…

Language ModelingLanguage ModellingLarge Language ModelMachine Translation+3

Smelting Gold and Silver for Improved Multilingual AMR-to-Text Generation

2021-09-08 · EMNLP 2021 11 · Leonardo F. R. Ribeiro, Jonas Pfeiffer, Yue Zhang, Iryna Gurevych

Recent work on multilingual AMR-to-text generation has exclusively focused on data augmentation strategies that utilize silver AMR. However, this assumes a high quality of generated AMRs, potentially limiting the transfe…

AMR-to-Text GenerationData AugmentationText Generation

Making Monolingual Sentence Embeddings Multilingual using Knowledge Distillation

2020-04-21 · EMNLP 2020 11 · Nils Reimers, Iryna Gurevych

We present an easy and efficient method to extend existing sentence embedding models to new languages. This allows to create multilingual versions from previously monolingual models. The training is based on the idea tha…

Knowledge DistillationSentenceSentence EmbeddingSentence-Embedding+1

mMARCO: A Multilingual Version of the MS MARCO Passage Ranking Dataset

2021-08-31 · Luiz Bonifacio, Vitor Jeronymo, Hugo Queiroz Abonizio, Israel Campiotti 외

The MS MARCO ranking dataset has been widely used for training deep learning models for IR tasks, achieving considerable effectiveness on diverse zero-shot scenarios. However, this type of resource is scarce in languages…

Information RetrievalMachine TranslationPassage RankingReranking+3

LAMAR: An Open Language-Aware Multilingual Alignment Reranker

2026-07-24 · Seongtae Hong, Youngjoon Jang, Jungseob Lee, Seungyoon Lee 외 hf

In multilingual retrieval augmented generation, a retriever can retrieve relevant documents written in multiple languages, which are subsequently reranked before answer generation. However, it remains unclear whether exi…

Answer Generation