paper-with-me

Papers

Combining Insights From Multiple Large Language Models Improves Diagnostic Accuracy

2024-02-13 · Gioele Barabucci, Victor Shia, Eugene Chu, Benjamin Harack, Nathan Fu

Background: Large language models (LLMs) such as OpenAI's GPT-4 or Google's PaLM 2 are proposed as viable diagnostic support tools or even spoken of as replacements for "curbside consults". However, even LLMs specifically trained on medical topics may lack sufficient diagnostic accuracy for real-life applications. Methods: Using collective intelligence methods and a dataset of 200 clinical vignettes of real-life cases, we assessed and compared the accuracy of differential diagnoses obtained by asking individual commercial LLMs (OpenAI GPT-4, Google PaLM 2, Cohere Command, Meta Llama 2) against the accuracy of differential diagnoses synthesized by aggregating responses from combinations of the same LLMs. Results: We find that aggregating responses from multiple, various LLMs leads to more accurate differential diagnoses (average accuracy for 3 LLMs: $75.3\%\pm 1.6pp$) compared to the differential diagnoses produced by single LLMs (average accuracy for single LLMs: $59.0\%\pm 6.1pp$). Discussion: The use of collective intelligence methods to synthesize differential diagnoses combining the responses of different LLMs achieves two of the necessary steps towards advancing acceptance of LLMs as a diagnostic support tool: (1) demonstrate high diagnostic accuracy and (2) eliminate dependence on a single commercial vendor.

📄 PDF Abstract BibTeX arXiv:2402.08806

Code (0)

등록된 구현이 없습니다.

Tasks

Diagnostic

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
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…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Weighted Sampling for Masked Language Modeling

2023-02-28 · Linhan Zhang, Qian Chen, Wen Wang, Chong Deng 외

Masked Language Modeling (MLM) is widely used to pretrain language models. The standard random masking strategy in MLM causes the pre-trained language models (PLMs) to be biased toward high-frequency tokens. Representati…

Language ModelingLanguage ModellingMasked Language ModelingPrompt Learning+6

MArgE: Meshing Argumentative Evidence from Multiple Large Language Models for Justifiable Claim Verification

2025-08-04 · Ming Pok Ng, Junqi Jiang, Gabriel Freedman, Antonio Rago 외 arxiv

Leveraging outputs from multiple large language models (LLMs) is emerging as a method for harnessing their power across a wide range of tasks while mitigating their capacity for making errors, e.g., hallucinations. Howev…

Neural Language Modeling with Visual Features

2019-03-07 · Antonios Anastasopoulos, Shankar Kumar, Hank Liao

Multimodal language models attempt to incorporate non-linguistic features for the language modeling task. In this work, we extend a standard recurrent neural network (RNN) language model with features derived from videos…

Language ModelingLanguage Modelling

Performance Improvement of LoRa Modulation with Signal Combining and Semi-Coherent Detection

2021-02-23 · The Khai Nguyen, Ha H. Nguyen, Ebrahim Bedeer

In this paper, we investigate performance improvements of low-power long-range (LoRa) modulation when a gateway is equipped with multiple antennas. We derive the optimal decision rules for both coherent and non-coherent …

Hypothesis Testing Prompting Improves Deductive Reasoning in Large Language Models

2024-05-09 · Yitian Li, Jidong Tian, Hao He, Yaohui Jin

Combining different forms of prompts with pre-trained large language models has yielded remarkable results on reasoning tasks (e.g. Chain-of-Thought prompting). However, along with testing on more complex reasoning, thes…

Fact Verification