paper-with-me

홈 › Papers

DRS: Deep Question Reformulation With Structured Output

2024-11-27 · Zhecheng Li, Yiwei Wang, Bryan Hooi, Yujun Cai, Nanyun Peng, Kai-Wei Chang

Question answering represents a core capability of large language models (LLMs). However, when individuals encounter unfamiliar knowledge in texts, they often formulate questions that the text itself cannot answer due to insufficient understanding of the underlying information. Recent studies reveal that while LLMs can detect unanswerable questions, they struggle to assist users in reformulating these questions. Even advanced models like GPT-3.5 demonstrate limited effectiveness in this regard. To address this limitation, we propose DRS: Deep Question Reformulation with Structured Output, a novel zero-shot method aimed at enhancing LLMs ability to assist users in reformulating questions to extract relevant information from new documents. DRS combines the strengths of LLMs with a DFS-based algorithm to iteratively explore potential entity combinations and constrain outputs using predefined entities. This structured approach significantly enhances the reformulation capabilities of LLMs. Comprehensive experimental evaluations demonstrate that DRS improves the reformulation accuracy of GPT-3.5 from 23.03% to 70.42%, while also enhancing the performance of open-source models, such as Gemma2-9B, from 26.35% to 56.75%.

📄 PDF Abstract BibTeX arXiv:2411.17993

Code (1)

lizhecheng02/drs 공식 구현 pytorch

Tasks

Question Answering

Methods 이 논문이 사용한 방법론

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 &…
15 Ways to Contact How can i speak to someone at Delta Airlines 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
{Dispute@FaQ-s}How to file a dispute with Expedia? How to file a dispute with Expedia? To file a complaint against Expedia, first try contacting their customer service directly. You can reach them by phone at…
Adam 설명 없음

Similar Papers 제목 키워드 기반

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)

Multi-agent query reformulation: Challenges and the role of diversity

2019-03-16 · ICLR Workshop drlStructPred 2019 5 · Rodrigo Nogueira, Jannis Bulian, Massimiliano Ciaramita

We investigate methods to efficiently learn diverse strategies in reinforcement learning for a generative structured prediction problem: query reformulation. In the proposed framework an agent consists of multiple specia…

DiversityQuestion Answeringreinforcement-learningReinforcement Learning+3

Answer-Supervised Question Reformulation for Enhancing Conversational Machine Comprehension

2019-11-01 · WS 2019 11 · Qian Li, Hui Su, Cheng Niu, Daling Wang 외

In conversational machine comprehension, it has become one of the research hotspots integrating conversational history information through question reformulation for obtaining better answers. However, the existing questi…

Reading Comprehensionreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

CQR-SQL: Conversational Question Reformulation Enhanced Context-Dependent Text-to-SQL Parsers

2022-05-16 · Dongling Xiao, Linzheng Chai, Qian-Wen Zhang, Zhao Yan 외

Context-dependent text-to-SQL is the task of translating multi-turn questions into database-related SQL queries. Existing methods typically focus on making full use of history context or previously predicted SQL for curr…

SQL ParsingText to SQLText-To-SQL

Ask the Right Questions: Active Question Reformulation with Reinforcement Learning

2017-05-22 · ICLR 2018 1 · Christian Buck, Jannis Bulian, Massimiliano Ciaramita, Wojciech Gajewski 외

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 qu…

Information RetrievalQuestion Answeringreinforcement-learningReinforcement Learning+2