paper-with-me

홈 › Papers

Distantly-Supervised Dense Retrieval Enables Open-Domain Question Answering without Evidence Annotation

2021-11-01 · EMNLP 2021 11 · Chen Zhao, Chenyan Xiong, Jordan Boyd-Graber, Hal Daumé III

Open-domain question answering answers a question based on evidence retrieved from a large corpus. State-of-the-art neural approaches require intermediate evidence annotations for training. However, such intermediate annotations are expensive, and methods that rely on them cannot transfer to the more common setting, where only question–answer pairs are available. This paper investigates whether models can learn to find evidence from a large corpus, with only distant supervision from answer labels for model training, thereby generating no additional annotation cost. We introduce a novel approach (DistDR) that iteratively improves over a weak retriever by alternately finding evidence from the up-to-date model and encouraging the model to learn the most likely evidence. Without using any evidence labels, DistDR is on par with fully-supervised state-of-the-art methods on both multi-hop and single-hop QA benchmarks. Our analysis confirms that DistDR finds more accurate evidence over iterations, which leads to model improvements. The code is available at https://github.com/henryzhao5852/DistDR.

📄 PDF Abstract BibTeX

Code (1)

henryzhao5852/distdr 공식 구현 pytorch

Tasks

Open-Domain Question AnsweringQuestion AnsweringRetrieval

Similar Papers 제목 키워드 기반

Questions Are All You Need to Train a Dense Passage Retriever

2022-06-21 · Devendra Singh Sachan, Mike Lewis, Dani Yogatama, Luke Zettlemoyer 외

We introduce ART, a new corpus-level autoencoding approach for training dense retrieval models that does not require any labeled training data. Dense retrieval is a central challenge for open-domain tasks, such as Open Q…

AllDenoisingLanguage ModelingLanguage Modelling+1

Distantly-Supervised Evidence Retrieval Enables Question Answering without Evidence Annotation

2021-10-10 · Chen Zhao, Chenyan Xiong, Jordan Boyd-Graber, Hal Daumé III

Open-domain question answering answers a question based on evidence retrieved from a large corpus. State-of-the-art neural approaches require intermediate evidence annotations for training. However, such intermediate ann…

Open-Domain Question AnsweringQuestion AnsweringRetrieval

Denoise while Aggregating: Collaborative Learning in Open-Domain Question Answering

2018-09-27 · Haozhe Ji, Yankai Lin, Zhiyuan Liu, Maosong Sun

The open-domain question answering (OpenQA) task aims to extract answers that match specific questions from a distantly supervised corpus. Unlike supervised reading comprehension (RC) datasets where questions are designe…

Open-Domain Question AnsweringQuestion AnsweringReading ComprehensionSentence

Large-scale Opinion Relation Extraction with Distantly Supervised Neural Network

2017-04-01 · EACL 2017 4 · Changzhi Sun, Yuanbin Wu, Man Lan, Shiliang Sun 외

We investigate the task of open domain opinion relation extraction. Different from works on manually labeled corpus, we propose an efficient distantly supervised framework based on pattern matching and neural network cla…

Opinion MiningRelationRelation Extraction

Combining Distantly Supervised Models with In Context Learning for Monolingual and Cross-Lingual Relation Extraction

2025-10-21 · Vipul Rathore, Malik Hammad Faisal, Parag Singla, Mausam arxiv

Distantly Supervised Relation Extraction (DSRE) remains a long-standing challenge in NLP, where models must learn from noisy bag-level annotations while making sentence-level predictions. While existing state-of-the-art …

Relation Extraction