paper-with-me

홈 › Papers

Benchmarking Large Language Models on Answering and Explaining Challenging Medical Questions

2024-02-28 · Hanjie Chen, Zhouxiang Fang, Yash Singla, Mark Dredze

LLMs have demonstrated impressive performance in answering medical questions, such as achieving passing scores on medical licensing examinations. However, medical board exams or general clinical questions do not capture the complexity of realistic clinical cases. Moreover, the lack of reference explanations means we cannot easily evaluate the reasoning of model decisions, a crucial component of supporting doctors in making complex medical decisions. To address these challenges, we construct two new datasets: JAMA Clinical Challenge and Medbullets.\footnote{Datasets and code are available at \url{https://github.com/HanjieChen/ChallengeClinicalQA}.} JAMA Clinical Challenge consists of questions based on challenging clinical cases, while Medbullets comprises simulated clinical questions. Both datasets are structured as multiple-choice question-answering tasks, accompanied by expert-written explanations. We evaluate seven LLMs on the two datasets using various prompts. Experiments demonstrate that our datasets are harder than previous benchmarks. In-depth automatic and human evaluations of model-generated explanations provide insights into the promise and deficiency of LLMs for explainable medical QA.

📄 PDF Abstract BibTeX arXiv:2402.18060

Code (1)

hanjiechen/challengeclinicalqa 공식 구현

Tasks

BenchmarkingMultiple-choiceQuestion Answering

Similar Papers 제목 키워드 기반

Uniform Discretized Integrated Gradients: An effective attribution based method for explaining large language models

2024-12-05 · Swarnava Sinha Roy, Ayan Kundu

Integrated Gradients is a well-known technique for explaining deep learning models. It calculates feature importance scores by employing a gradient based approach computing gradients of the model output with respect to i…

BenchmarkingFeature ImportanceQuestion AnsweringSentiment Analysis+2

WikiWhy: Answering and Explaining Cause-and-Effect Questions

2022-10-21 · Matthew Ho, Aditya Sharma, Justin Chang, Michael Saxon 외

As large language models (LLMs) grow larger and more sophisticated, assessing their "reasoning" capabilities in natural language grows more challenging. Recent question answering (QA) benchmarks that attempt to assess re…

Question Answering

MHQA: A Diverse, Knowledge Intensive Mental Health Question Answering Challenge for Language Models

2025-02-21 · Suraj Racha, Prashant Joshi, Anshika Raman, Nikita Jangid 외

Mental health remains a challenging problem all over the world, with issues like depression, anxiety becoming increasingly common. Large Language Models (LLMs) have seen a vast application in healthcare, specifically in …

BenchmarkingDiagnosticMultiple-choiceQuestion Answering+2

ArabicaQA: A Comprehensive Dataset for Arabic Question Answering

2024-03-26 · Abdelrahman Abdallah, Mahmoud Kasem, Mahmoud Abdalla, Mohamed Mahmoud 외

In this paper, we address the significant gap in Arabic natural language processing (NLP) resources by introducing ArabicaQA, the first large-scale dataset for machine reading comprehension and open-domain question answe…

BenchmarkingMachine Reading ComprehensionOpen-Domain Question AnsweringPassage Retrieval+4

MMTF: Multi-Modal Temporal Fusion for Commonsense Video Question Answering

2023-10-06 · Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV) Workshops, 2023 2023 10 · Mobeen Ahmad, Geonwoo Park, Dongchan Park, Sanguk Park

Video question answering is a challenging task that requires understanding the video and question in the same context. This becomes even harder when the questions involve reasoning, such as predicting future events or ex…

counterfactualQuestion AnsweringVideo Question Answering