paper-with-me

Papers

Alexpaca: Learning Factual Clarification Question Generation Without Examples

2023-10-17 · Matthew Toles, Yukun Huang, Zhou Yu, Luis Gravano

Real-life tasks such as giving legal or technical advice often lack complete context at the outset and can have disparate answers depending thereon. The ability to derive missing factual information by asking clarifying questions (ACQ) is an important element of real-life collaboration on such reasoning tasks. Existing factual clarification question challenges evaluate generations based on word overlap or human evaluations. Recent work explores generating a response to the clarifying question then evaluating its utility directly. So far, these tasks are limited to disambiguating the user's intent rather than concrete facts about the situation. The factual domain presents unique challenges since responses to clarification questions must be factually true for accurate evaluation. To enable evaluation of factual domain clarification question generation, We present a new task that focuses on the ability to elicit missing information in multi-hop reasoning tasks. The task, HotpotQA-FLM, can be evaluated automatically, making it convenient for benchmarking language models. We observe that humans outperform GPT-4 by a large margin, while Llama 3 8B Instruct does not even beat the dummy baseline in some metrics. Finally, we find by fine-tuning Llama 3 8B Instruct on its own generations, filtered via rejection sampling, we can improve information recovery by 27.6 percent.

📄 PDF Abstract BibTeX arXiv:2310.11571

Code (0)

등록된 구현이 없습니다.

Tasks

BenchmarkingChatbotQuestion AnsweringQuestion GenerationQuestion-Generation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Adam 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

Controlling the Specificity of Clarification Question Generation

2019-08-01 · WS 2019 8 · Yang Trista Cao, Sudha Rao, Hal Daum{\'e} III

Unlike comprehension-style questions, clarification questions look for some missing information in a given context. However, without guidance, neural models for question generation, similar to dialog generation models, l…

Question GenerationQuestion-GenerationSpecificity

Open-domain clarification question generation without question examples

2021-10-19 · EMNLP 2021 11 · Julia White, Gabriel Poesia, Robert Hawkins, Dorsa Sadigh 외

An overarching goal of natural language processing is to enable machines to communicate seamlessly with humans. However, natural language can be ambiguous or unclear. In cases of uncertainty, humans engage in an interact…

Question GenerationQuestion-Generation

Asking Clarification Questions in Knowledge-Based Question Answering

2019-11-01 · IJCNLP 2019 11 · Jingjing Xu, Yuechen Wang, Duyu Tang, Nan Duan 외

The ability to ask clarification questions is essential for knowledge-based question answering (KBQA) systems, especially for handling ambiguous phenomena. Despite its importance, clarification has not been well explored…

Question AnsweringQuestion GenerationQuestion-Generation

Curiosity by Design: An LLM-based Coding Assistant Asking Clarification Questions

2025-07-28 · Harsh Darji, Thibaud Lutellier arxiv

Large Language Models (LLMs) are increasingly used as coding assistants. However, the ambiguity of the developer's prompt often leads to incorrect code generation, as current models struggle to infer user intent without …

Prompt EngineeringCode Generation

RAC: Retrieval-Augmented Clarification for Faithful Conversational Search

2026-01-16 · Ahmed Rayane Kebir, Vincent Guigue, Lynda Said Lhadj, Laure Soulier arxiv

Clarification questions help conversational search systems resolve ambiguous or underspecified user queries. While prior work has focused on fluency and alignment with user intent, especially through facet extraction, mu…