paper-with-me

홈 › Papers

XQA: A Cross-lingual Open-domain Question Answering Dataset

2019-07-01 · ACL 2019 7 · Jiahua Liu, Yankai Lin, Zhiyuan Liu, Maosong Sun

Open-domain question answering (OpenQA) aims to answer questions through text retrieval and reading comprehension. Recently, lots of neural network-based models have been proposed and achieved promising results in OpenQA. However, the success of these models relies on a massive volume of training data (usually in English), which is not available in many other languages, especially for those low-resource languages. Therefore, it is essential to investigate cross-lingual OpenQA. In this paper, we construct a novel dataset XQA for cross-lingual OpenQA research. It consists of a training set in English as well as development and test sets in eight other languages. Besides, we provide several baseline systems for cross-lingual OpenQA, including two machine translation-based methods and one zero-shot cross-lingual method (multilingual BERT). Experimental results show that the multilingual BERT model achieves the best results in almost all target languages, while the performance of cross-lingual OpenQA is still much lower than that of English. Our analysis indicates that the performance of cross-lingual OpenQA is related to not only how similar the target language and English are, but also how difficult the question set of the target language is. The XQA dataset is publicly available at http://github.com/thunlp/XQA.

📄 PDF Abstract BibTeX

Code (1)

thunlp/XQA 공식 구현 tf

Tasks

Machine TranslationOpen-Domain Question AnsweringQuestion AnsweringReading ComprehensionRetrievalText Retrieval

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Weight Decay 설명 없음
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
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…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Addressing Issues of Cross-Linguality in Open-Retrieval Question Answering Systems For Emergent Domains

2022-01-26 · Alon Albalak, Sharon Levy, William Yang Wang

Open-retrieval question answering systems are generally trained and tested on large datasets in well-established domains. However, low-resource settings such as new and emerging domains would especially benefit from reli…

ArticlesQuestion AnsweringRetrievalTranslation

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

MKQA: A Linguistically Diverse Benchmark for Multilingual Open Domain Question Answering

2020-07-30 · Shayne Longpre, Yi Lu, Joachim Daiber

Progress in cross-lingual modeling depends on challenging, realistic, and diverse evaluation sets. We introduce Multilingual Knowledge Questions and Answers (MKQA), an open-domain question answering evaluation set compri…

Extractive Question-AnsweringNatural QuestionsOpen-Domain Question AnsweringQuestion Answering+1

Investigating Information Inconsistency in Multilingual Open-Domain Question Answering

2022-05-25 · Shramay Palta, Haozhe An, Yifan Yang, Shuaiyi Huang 외

Retrieval based open-domain QA systems use retrieved documents and answer-span selection over retrieved documents to find best-answer candidates. We hypothesize that multilingual Question Answering (QA) systems are prone…

Open-Domain Question AnsweringQuestion AnsweringRetrieval

Multi-Domain Multilingual Question Answering

2021-11-01 · EMNLP (ACL) 2021 11 · Sebastian Ruder, Avi Sil

Question answering (QA) is one of the most challenging and impactful tasks in natural language processing. Most research in QA, however, has focused on the open-domain or monolingual setting while most real-world applica…

Cross-Lingual TransferDomain AdaptationMulti-Task LearningQuestion Answering+1