paper-with-me

홈 › Papers

Ask the Right Questions: Active Question Reformulation with Reinforcement Learning

2017-05-22 · ICLR 2018 1 · Christian Buck, Jannis Bulian, Massimiliano Ciaramita, Wojciech Gajewski, Andrea Gesmundo, Neil Houlsby, Wei Wang

We frame Question Answering (QA) as a Reinforcement Learning task, an approach that we call Active Question Answering. We propose an agent that sits between the user and a black box QA system and learns to reformulate questions to elicit the best possible answers. The agent probes the system with, potentially many, natural language reformulations of an initial question and aggregates the returned evidence to yield the best answer. The reformulation system is trained end-to-end to maximize answer quality using policy gradient. We evaluate on SearchQA, a dataset of complex questions extracted from Jeopardy!. The agent outperforms a state-of-the-art base model, playing the role of the environment, and other benchmarks. We also analyze the language that the agent has learned while interacting with the question answering system. We find that successful question reformulations look quite different from natural language paraphrases. The agent is able to discover non-trivial reformulation strategies that resemble classic information retrieval techniques such as term re-weighting (tf-idf) and stemming.

📄 PDF Abstract BibTeX arXiv:1705.07830

Code (2)

BPYap/Question-Generation tf
google/active-qa tf

Tasks

Information RetrievalQuestion Answeringreinforcement-learningReinforcement LearningReinforcement Learning (RL)Retrieval

Similar Papers 제목 키워드 기반

Analyzing Language Learned by an Active Question Answering Agent

2018-01-23 · Christian Buck, Jannis Bulian, Massimiliano Ciaramita, Wojciech Gajewski 외

We analyze the language learned by an agent trained with reinforcement learning as a component of the ActiveQA system [Buck et al., 2017]. In ActiveQA, question answering is framed as a reinforcement learning task in whi…

Information RetrievalQuestion Answeringreinforcement-learningReinforcement Learning+2

Reinforcement Learning from Reformulations in Conversational Question Answering over Knowledge Graphs

2021-05-11 · Magdalena Kaiser, Rishiraj Saha Roy, Gerhard Weikum

The rise of personal assistants has made conversational question answering (ConvQA) a very popular mechanism for user-system interaction. State-of-the-art methods for ConvQA over knowledge graphs (KGs) can only learn fro…

Conversational Question AnsweringKnowledge GraphsQuestion Answeringreinforcement-learning+1

Robust Training for Conversational Question Answering Models with Reinforced Reformulation Generation

2023-10-20 · Magdalena Kaiser, Rishiraj Saha Roy, Gerhard Weikum

Models for conversational question answering (ConvQA) over knowledge graphs (KGs) are usually trained and tested on benchmarks of gold QA pairs. This implies that training is limited to surface forms seen in the respecti…

Conversational Question AnsweringDeep Reinforcement LearningKnowledge GraphsQuestion Answering

Solving Situation Puzzles with Large Language Model and External Reformulation

2025-03-24 · Kun Li, Xinwei Chen, Tianyou Song, Chengrui Zhou 외

In recent years, large language models (LLMs) have shown an impressive ability to perform arithmetic and symbolic reasoning tasks. However, we found that LLMs (e.g., ChatGPT) cannot perform well on reasoning that require…

Language ModelingLanguage ModellingLarge Language Model

Conversational Question Answering with Reformulations over Knowledge Graph

2023-12-27 · Lihui Liu, Blaine Hill, Boxin Du, Fei Wang 외

Conversational question answering (convQA) over knowledge graphs (KGs) involves answering multi-turn natural language questions about information contained in a KG. State-of-the-art methods of ConvQA often struggle with …

Conversational Question AnsweringKnowledge GraphsQuestion AnsweringReinforcement Learning (RL)