paper-with-me

Papers

Evidentiality-aware Retrieval for Overcoming Abstractiveness in Open-Domain Question Answering

2023-04-06 · Yongho Song, Dahyun Lee, Myungha Jang, Seung-won Hwang, Kyungjae Lee, Dongha Lee, Jinyeong Yeo

The long-standing goal of dense retrievers in abtractive open-domain question answering (ODQA) tasks is to learn to capture evidence passages among relevant passages for any given query, such that the reader produce factually correct outputs from evidence passages. One of the key challenge is the insufficient amount of training data with the supervision of the answerability of the passages. Recent studies rely on iterative pipelines to annotate answerability using signals from the reader, but their high computational costs hamper practical applications. In this paper, we instead focus on a data-centric approach and propose Evidentiality-Aware Dense Passage Retrieval (EADPR), which leverages synthetic distractor samples to learn to discriminate evidence passages from distractors. We conduct extensive experiments to validate the effectiveness of our proposed method on multiple abstractive ODQA tasks.

📄 PDF Abstract BibTeX arXiv:2304.03031

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningcounterfactualOpen-Domain Question AnsweringPassage RetrievalQuestion AnsweringRepresentation LearningRetrieval

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Evidentiality-guided Generation for Knowledge-Intensive NLP Tasks

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Retrieval-augmented generation models have shown state-of-the-art performance across many knowledge-intensive NLP tasks such as open question answering and fact verification. These models are trained to generate a final …

Fact VerificationMemorizationMulti-Task LearningOpen-Domain Question Answering+4

Evidentiality-guided Generation for Knowledge-Intensive NLP Tasks

2021-12-16 · NAACL 2022 7 · Akari Asai, Matt Gardner, Hannaneh Hajishirzi

Retrieval-augmented generation models have shown state-of-the-art performance across many knowledge-intensive NLP tasks such as open question answering and fact verification. These models are trained to generate the fina…

AttributeFact VerificationMemorizationMulti-Task Learning+4

ECoRAG: Evidentiality-guided Compression for Long Context RAG

2025-06-05 · Yeonseok Jeong, Jinsu Kim, Dohyeon Lee, Seung-won Hwang

Large Language Models (LLMs) have shown remarkable performance in Open-Domain Question Answering (ODQA) by leveraging external documents through Retrieval-Augmented Generation (RAG). To reduce RAG overhead, from longer c…

Answer GenerationOpen-Domain Question AnsweringQuestion AnsweringRAG+1

Evaluating the Tradeoff Between Abstractiveness and Factuality in Abstractive Summarization

2021-08-05 · Markus Dreyer, Mengwen Liu, Feng Nan, Sandeep Atluri 외

Neural models for abstractive summarization tend to generate output that is fluent and well-formed but lacks semantic faithfulness, or factuality, with respect to the input documents. In this paper, we analyze the tradeo…

Abstractive Text Summarization

Robustifying Multi-hop QA through Pseudo-Evidentiality Training

2021-07-07 · ACL 2021 5 · Kyungjae Lee, Seung-won Hwang, Sang-eun Han, Dohyeon Lee

This paper studies the bias problem of multi-hop question answering models, of answering correctly without correct reasoning. One way to robustify these models is by supervising to not only answer right, but also with ri…

counterfactualMulti-hop Question AnsweringQuestion Answering