paper-with-me

Papers

Template-Based Question Generation from Retrieved Sentences for Improved Unsupervised Question Answering

2020-04-24 · ACL 2020 6 · Alexander R. Fabbri, Patrick Ng, Zhiguo Wang, Ramesh Nallapati, Bing Xiang

Question Answering (QA) is in increasing demand as the amount of information available online and the desire for quick access to this content grows. A common approach to QA has been to fine-tune a pretrained language model on a task-specific labeled dataset. This paradigm, however, relies on scarce, and costly to obtain, large-scale human-labeled data. We propose an unsupervised approach to training QA models with generated pseudo-training data. We show that generating questions for QA training by applying a simple template on a related, retrieved sentence rather than the original context sentence improves downstream QA performance by allowing the model to learn more complex context-question relationships. Training a QA model on this data gives a relative improvement over a previous unsupervised model in F1 score on the SQuAD dataset by about 14%, and 20% when the answer is a named entity, achieving state-of-the-art performance on SQuAD for unsupervised QA.

📄 PDF Abstract BibTeX arXiv:2004.11892

Code (1)

awslabs/unsupervised-qa 공식 구현

Tasks

Language ModelingLanguage ModellingQuestion AnsweringQuestion GenerationQuestion-GenerationSentence

Similar Papers 제목 키워드 기반

Writing by Memorizing: Hierarchical Retrieval-based Medical Report Generation

2021-05-25 · ACL 2021 5 · Xingyi Yang, Muchao Ye, Quanzeng You, Fenglong Ma

Medical report generation is one of the most challenging tasks in medical image analysis. Although existing approaches have achieved promising results, they either require a predefined template database in order to retri…

DecoderMedical Image AnalysisMedical Report GenerationRetrieval+1

The Use of Object Labels and Spatial Prepositions as Keywords in a Web-Retrieval-Based Image Caption Generation System

2017-04-01 · WS 2017 4 · Br Birmingham, on, Adrian Muscat

In this paper, a retrieval-based caption generation system that searches the web for suitable image descriptions is studied. Google{'}s reverse image search is used to find potentially relevant web multimedia content for…

Caption GenerationImage RetrievalObjectRetrieval+2

Say Less, Mean More: Leveraging Pragmatics in Retrieval-Augmented Generation

2025-02-25 · Haris Riaz, Ellen Riloff, Mihai Surdeanu

We propose a simple, unsupervised method that injects pragmatic principles in retrieval-augmented generation (RAG) frameworks such as Dense Passage Retrieval~\cite{karpukhin2020densepassageretrievalopendomain} to enhance…

ARCPassage RetrievalQuestion AnsweringRAG+2

DyRRen: A Dynamic Retriever-Reranker-Generator Model for Numerical Reasoning over Tabular and Textual Data

2022-11-23 · Xiao Li, Yin Zhu, Sichen Liu, Jiangzhou Ju 외

Numerical reasoning over hybrid data containing tables and long texts has recently received research attention from the AI community. To generate an executable reasoning program consisting of math and table operations to…

MathRerankingRetrieval

Diversify Question Generation with Retrieval-Augmented Style Transfer

2023-10-23 · Qi Gou, Zehua Xia, Bowen Yu, Haiyang Yu 외

Given a textual passage and an answer, humans are able to ask questions with various expressions, but this ability is still challenging for most question generation (QG) systems. Existing solutions mainly focus on the in…

DiversityQuestion AnsweringQuestion GenerationQuestion-Generation+3