paper-with-me

Papers

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 respective datasets, and evaluation is on a small set of held-out questions. Through our proposed framework REIGN, we take several steps to remedy this restricted learning setup. First, we systematically generate reformulations of training questions to increase robustness of models to surface form variations. This is a particularly challenging problem, given the incomplete nature of such questions. Second, we guide ConvQA models towards higher performance by feeding it only those reformulations that help improve their answering quality, using deep reinforcement learning. Third, we demonstrate the viability of training major model components on one benchmark and applying them zero-shot to another. Finally, for a rigorous evaluation of robustness for trained models, we use and release large numbers of diverse reformulations generated by prompting GPT for benchmark test sets (resulting in 20x increase in sizes). Our findings show that ConvQA models with robust training via reformulations, significantly outperform those with standard training from gold QA pairs only.

📄 PDF Abstract BibTeX arXiv:2310.13505

Code (0)

등록된 구현이 없습니다.

Tasks

Conversational Question AnsweringDeep Reinforcement LearningKnowledge GraphsQuestion Answering

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Multi-Head Attention 설명 없음
Attention 설명 없음
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Discriminative Fine-Tuning Discriminative Fine-Tuning is a fine-tuning strategy that is used for ULMFiT type models. Instead of using the same learning rate…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Linear Warmup With Cosine Annealing Linear Warmup With Cosine Annealing is a learning rate schedule where we increase the learning rate linearly for $n$ updates and then anneal according to a cosine schedule…

Similar Papers 제목 키워드 기반

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

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)

Do Images Clarify? A Study on the Effect of Images on Clarifying Questions in Conversational Search

2026-02-09 · Clemencia Siro, Zahra Abbasiantaeb, Yifei Yuan, Mohammad Aliannejadi 외 arxiv

Conversational search systems increasingly employ clarifying questions to refine user queries and improve the search experience. Previous studies have demonstrated the usefulness of text-based clarifying questions in enh…

Question Answering

Reinforced Dynamic Reasoning for Conversational Question Generation

2019-07-29 · ACL 2019 7 · Boyuan Pan, Hao Li, Ziyu Yao, Deng Cai 외

This paper investigates a new task named Conversational Question Generation (CQG) which is to generate a question based on a passage and a conversation history (i.e., previous turns of question-answer pairs). CQG is a cr…

DecoderQuestion AnsweringQuestion GenerationQuestion-Generation+1

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