paper-with-me

Papers

Integrating Question Rewrites in Conversational Question Answering: A Reinforcement Learning Approach

2022-05-01 · ACL 2022 5 · Etsuko Ishii, Bryan Wilie, Yan Xu, Samuel Cahyawijaya, Pascale Fung

Resolving dependencies among dialogue history is one of the main obstacles in the research on conversational question answering (QA). The conversational question rewrites (QR) task has been shown to be effective to solve this problem by reformulating questions in a self-contained form. However, QR datasets are limited and existing methods tend to depend on the assumption of the existence of corresponding QR datasets for every CQA dataset.This paper proposes a reinforcement learning approach that integrates QR and CQA tasks without corresponding labeled QR datasets. We train a QR model based on the reward signal obtained from the CQA, and the experimental results show that our approach can bring improvement over the pipeline approaches.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Conversational Question AnsweringQuestion Answeringreinforcement-learningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Reinforced Question Rewriting for Conversational Question Answering

2022-10-27 · Zhiyu Chen, Jie Zhao, Anjie Fang, Besnik Fetahu 외

Conversational Question Answering (CQA) aims to answer questions contained within dialogues, which are not easily interpretable without context. Developing a model to rewrite conversational questions into self-contained …

Conversational Question AnsweringQuestion AnsweringQuestion RewritingRetrieval

A Wrong Answer or a Wrong Question? An Intricate Relationship between Question Reformulation and Answer Selection in Conversational Question Answering

2020-10-13 · EMNLP (scai) 2020 11 · Svitlana Vakulenko, Shayne Longpre, Zhucheng Tu, Raviteja Anantha

The dependency between an adequate question formulation and correct answer selection is a very intriguing but still underexplored area. In this paper, we show that question rewriting (QR) of the conversational context al…

Answer SelectionConversational Question AnsweringPassage RankingQuestion Answering+2

CONQRR: Conversational Query Rewriting for Retrieval with Reinforcement Learning

2021-12-16 · Zeqiu Wu, Yi Luan, Hannah Rashkin, David Reitter 외

Compared to standard retrieval tasks, passage retrieval for conversational question answering (CQA) poses new challenges in understanding the current user question, as each question needs to be interpreted within the dia…

Conversational Question AnsweringPassage RetrievalQuestion Answeringreinforcement-learning+3

CONQRR: Conversational Query Rewriting for Retrieval with Reinforcement Learning

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

Compared to standard retrieval tasks, passage retrieval for conversational question answering (CQA) poses new challenges in understanding the current user question, as each question needs to be interpreted within the dia…

Conversational Question AnsweringPassage RetrievalQuestion Answeringreinforcement-learning+3

S2M: Converting Single-Turn to Multi-Turn Datasets for Conversational Question Answering

2023-12-27 · Baokui Li, Sen Zhang, Wangshu Zhang, Yicheng Chen 외

Supplying data augmentation to conversational question answering (CQA) can effectively improve model performance. However, there is less improvement from single-turn datasets in CQA due to the distribution gap between si…

Conversational Question AnsweringData AugmentationQuestion Answering