paper-with-me

Papers

Can You Unpack That? Learning to Rewrite Questions-in-Context

2019-11-01 · IJCNLP 2019 11 · Ahmed Elgohary, Denis Peskov, Jordan Boyd-Graber

Question answering is an AI-complete problem, but existing datasets lack key elements of language understanding such as coreference and ellipsis resolution. We consider sequential question answering: multiple questions are asked one-by-one in a conversation between a questioner and an answerer. Answering these questions is only possible through understanding the conversation history. We introduce the task of question-in-context rewriting: given the context of a conversation{'}s history, rewrite a context-dependent into a self-contained question with the same answer. We construct, CANARD, a dataset of 40,527 questions based on QuAC (Choi et al., 2018) and train Seq2Seq models for incorporating context into standalone questions.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

Ask Optimal Questions: Aligning Large Language Models with Retriever's Preference in Conversational Search

2024-02-19 · Chanwoong Yoon, Gangwoo Kim, Byeongguk Jeon, Sungdong Kim 외

Conversational search, unlike single-turn retrieval tasks, requires understanding the current question within a dialogue context. The common approach of rewrite-then-retrieve aims to decontextualize questions to be self-…

Conversational SearchLanguage ModelingLanguage ModellingRetrieval

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

On the Robustness of Question Rewriting Systems to Questions of Varying Hardness

2023-11-12 · ACL 2022 5 · Hai Ye, Hwee Tou Ng, Wenjuan Han

In conversational question answering (CQA), the task of question rewriting~(QR) in context aims to rewrite a context-dependent question into an equivalent self-contained question that gives the same answer. In this paper…

Conversational Question AnsweringQuestion AnsweringQuestion Rewriting

Putting People in LLMs' Shoes: Generating Better Answers via Question Rewriter

2024-08-20 · JunHao Chen, Bowen Wang, Zhouqiang Jiang, Yuta Nakashima

Large Language Models (LLMs) have demonstrated significant capabilities, particularly in the domain of question answering (QA). However, their effectiveness in QA is often undermined by the vagueness of user questions. T…

Long Form Question AnsweringQuestion Answering

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