paper-with-me

홈 › Papers

Aligning LLMs to Ask Good Questions A Case Study in Clinical Reasoning

2025-02-20 · Shuyue Stella Li, Jimin Mun, Faeze Brahman, Jonathan S. Ilgen, Yulia Tsvetkov, Maarten Sap

Large language models (LLMs) often fail to ask effective questions under uncertainty, making them unreliable in domains where proactive information-gathering is essential for decisionmaking. We present ALFA, a framework that improves LLM question-asking by (i) decomposing the notion of a "good" question into a set of theory-grounded attributes (e.g., clarity, relevance), (ii) controllably synthesizing attribute-specific question variations, and (iii) aligning models via preference-based optimization to explicitly learn to ask better questions along these fine-grained attributes. Focusing on clinical reasoning as a case study, we introduce the MediQ-AskDocs dataset, composed of 17k real-world clinical interactions augmented with 80k attribute-specific preference pairs of follow-up questions, as well as a novel expert-annotated interactive healthcare QA task to evaluate question-asking abilities. Models aligned with ALFA reduce diagnostic errors by 56.6% on MediQ-AskDocs compared to SOTA instruction-tuned LLMs, with a question-level win-rate of 64.4% and strong generalizability. Our findings suggest that explicitly guiding question-asking with structured, fine-grained attributes offers a scalable path to improve LLMs, especially in expert application domains.

📄 PDF Abstract BibTeX arXiv:2502.14860

Code (1)

stellalisy/alfa 공식 구현 pytorch

Tasks

AttributeDiagnostic

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Asking the Right Questions: Improving Reasoning with Generated Stepping Stones

2026-02-22 · Hengyuan Hu, Tingchen Fu, Minqi Jiang, Alexander H Miller 외 arxiv

Recent years have witnessed tremendous progress in enabling LLMs to solve complex reasoning tasks such as math and coding. As we start to apply LLMs to harder tasks that they may not be able to solve in one shot, it is w…

The Potential of LLMs in Medical Education: Generating Questions and Answers for Qualification Exams

2024-10-31 · Yunqi Zhu, Wen Tang, Ying Sun, Xuebing Yang

Recent research on large language models (LLMs) has primarily focused on their adaptation and application in specialized domains. The application of LLMs in the medical field is mainly concentrated on tasks such as the a…

DiagnosticMedical Report Generation

On the effectiveness of LLMs for automatic grading of open-ended questions in Spanish

2025-03-23 · Germán Capdehourat, Isabel Amigo, Brian Lorenzo, Joaquín Trigo

Grading is a time-consuming and laborious task that educators must face. It is an important task since it provides feedback signals to learners, and it has been demonstrated that timely feedback improves the learning pro…

Generative AI for Enhancing Active Learning in Education: A Comparative Study of GPT-3.5 and GPT-4 in Crafting Customized Test Questions

2024-06-20 · Hamdireza Rouzegar, Masoud Makrehchi

This study investigates how LLMs, specifically GPT-3.5 and GPT-4, can develop tailored questions for Grade 9 math, aligning with active learning principles. By utilizing an iterative method, these models adjust questions…

Active LearningMath

Can LLM Generate Culturally Relevant Commonsense QA Data? Case Study in Indonesian and Sundanese

2024-02-27 · Rifki Afina Putri, Faiz Ghifari Haznitrama, Dea Adhista, Alice Oh

Large Language Models (LLMs) are increasingly being used to generate synthetic data for training and evaluating models. However, it is unclear whether they can generate a good quality of question answering (QA) dataset t…

General KnowledgeQuestion Answering