paper-with-me

Papers

Can large language models reason about medical questions?

2022-07-17 · Valentin Liévin, Christoffer Egeberg Hother, Andreas Geert Motzfeldt, Ole Winther

Although large language models (LLMs) often produce impressive outputs, it remains unclear how they perform in real-world scenarios requiring strong reasoning skills and expert domain knowledge. We set out to investigate whether close- and open-source models (GPT-3.5, LLama-2, etc.) can be applied to answer and reason about difficult real-world-based questions. We focus on three popular medical benchmarks (MedQA-USMLE, MedMCQA, and PubMedQA) and multiple prompting scenarios: Chain-of-Thought (CoT, think step-by-step), few-shot and retrieval augmentation. Based on an expert annotation of the generated CoTs, we found that InstructGPT can often read, reason and recall expert knowledge. Last, by leveraging advances in prompt engineering (few-shot and ensemble methods), we demonstrated that GPT-3.5 not only yields calibrated predictive distributions, but also reaches the passing score on three datasets: MedQA-USMLE 60.2%, MedMCQA 62.7% and PubMedQA 78.2%. Open-source models are closing the gap: Llama-2 70B also passed the MedQA-USMLE with 62.5% accuracy.

📄 PDF Abstract BibTeX arXiv:2207.08143

Code (1)

vlievin/medical-reasoning 공식 구현

Tasks

MedQAMultiple-choiceMultiple Choice Question Answering (MCQA)Prompt EngineeringQuestion AnsweringReading ComprehensionRetrieval

Methods 이 논문이 사용한 방법론

15 Ways to Contact How can i speak to someone at Delta Airlines 설명 없음
Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
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…
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 &…
Adam 설명 없음

Similar Papers 제목 키워드 기반

CareMedEval dataset: Evaluating Critical Appraisal and Reasoning in the Biomedical Field

2025-11-05 · Doria Bonzi, Alexandre Guiggi, Frédéric Béchet, Carlos Ramisch 외 arxiv

Critical appraisal of scientific literature is an essential skill in the biomedical field. While large language models (LLMs) can offer promising support in this task, their reliability remains limited, particularly for …

Multilingual Medical Reasoning for Question Answering with Large Language Models

2025-12-05 · Pietro Ferrazzi, Aitor Soroa, Rodrigo Agerri arxiv

Large Language Models (LLMs) with reasoning capabilities have recently demonstrated strong potential in medical Question Answering (QA). Existing approaches are largely English-focused and primarily rely on distillation …

Question Answering

DeepTumorVQA: A Hierarchical 3D CT Benchmark for Stage-Wise Evaluation of Medical VLMs and Tool-Augmented Agents

2026-05-10 · Yixiong Chen, Wenjie Xiao, Pedro R. A. S. Bassi, Boyan Wang 외 arxiv

Medical vision-language models (VLMs) and AI agents have made significant progress in learning to analyze and reason about clinical images. However, existing medical visual question answering (VQA) benchmarks collapse mo…

Visual Question AnsweringVisual Reasoning

Generalizing Visual Question Answering from Synthetic to Human-Written Questions via a Chain of QA with a Large Language Model

2024-01-12 · Taehee Kim, Yeongjae Cho, Heejun Shin, Yohan Jo 외

Visual question answering (VQA) is a task where an image is given, and a series of questions are asked about the image. To build an efficient VQA algorithm, a large amount of QA data is required which is very expensive. …

Language ModelingLanguage ModellingLarge Language ModelQuestion Answering+2

Localized Questions in Medical Visual Question Answering

2023-07-03 · Sergio Tascon-Morales, Pablo Márquez-Neila, Raphael Sznitman

Visual Question Answering (VQA) models aim to answer natural language questions about given images. Due to its ability to ask questions that differ from those used when training the model, medical VQA has received substa…

Medical Visual Question AnsweringQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)