paper-with-me

홈 › Papers

Follow-Up Questions Improve Documents Generated by Large Language Models

2024-06-27 · Bernadette J Tix

This study investigates the impact of Large Language Models (LLMs) generating follow-up questions in response to user requests for short (1-page) text documents. Users interacted with a novel web-based AI system designed to ask follow-up questions. Users requested documents they would like the AI to produce. The AI then generated follow-up questions to clarify the user's needs or offer additional insights before generating the requested documents. After answering the questions, users were shown a document generated using both the initial request and the questions and answers, and a document generated using only the initial request. Users indicated which document they preferred and gave feedback about their experience with the question-answering process. The findings of this study show clear benefits to question-asking both in document preference and in the qualitative user experience. This study further shows that users found more value in questions which were thought-provoking, open-ended, or offered unique insights into the user's request as opposed to simple information-gathering questions.

📄 PDF Abstract BibTeX arXiv:2407.12017

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Similar Papers 제목 키워드 기반

ELOQ: Resources for Enhancing LLM Detection of Out-of-Scope Questions

2024-10-18 · Zhiyuan Peng, Jinming Nian, Alexandre Evfimievski, Yi Fang

Retrieval-augmented generation (RAG) has become integral to large language models (LLMs), particularly for conversational AI systems where user questions may reference knowledge beyond the LLMs' training cutoff. However,…

HallucinationNatural QuestionsQuestion AnsweringRAG+4

Exploiting Intrinsic Duality for Multi-Hop Question Generation

2026-08-01 · Maodong Li, Xinyue Kang, Yuanchen Shi, Fang Kong arxiv

Multi hop question generation (MQG) aims to generate questions from multiple given documents and target answers, whereas question answering (QA) focuses on deriving answers from documents given specific questions. Althou…

Contrastive LearningQuestion GenerationQuestion Answering

DuReader: a Chinese Machine Reading Comprehension Dataset from Real-world Applications

2017-11-14 · WS 2018 7 · Wei He, Kai Liu, Jing Liu, Yajuan Lyu 외

This paper introduces DuReader, a new large-scale, open-domain Chinese ma- chine reading comprehension (MRC) dataset, designed to address real-world MRC. DuReader has three advantages over previous MRC datasets: (1) data…

Machine Reading ComprehensionReading Comprehension

OneStop QAMaker: Extract Question-Answer Pairs from Text in a One-Stop Approach

2021-02-24 · Shaobo Cui, Xintong Bao, Xinxing Zu, Yangyang Guo 외

Large-scale question-answer (QA) pairs are critical for advancing research areas like machine reading comprehension and question answering. To construct QA pairs from documents requires determining how to ask a question …

Machine Reading ComprehensionQuestion AnsweringQuestion GenerationQuestion-Generation+1

Instruction-tuned Language Models are Better Knowledge Learners

2024-02-20 · Zhengbao Jiang, Zhiqing Sun, Weijia Shi, Pedro Rodriguez 외

In order for large language model (LLM)-based assistants to effectively adapt to evolving information needs, it must be possible to update their factual knowledge through continued training on new data. The standard reci…

Language ModellingLarge Language Model