paper-with-me

홈 › Papers

Addressing Hallucinations with RAG and NMISS in Italian Healthcare LLM Chatbots

2024-12-05 · Maria Paola Priola

I combine detection and mitigation techniques to addresses hallucinations in Large Language Models (LLMs). Mitigation is achieved in a question-answering Retrieval-Augmented Generation (RAG) framework while detection is obtained by introducing the Negative Missing Information Scoring System (NMISS), which accounts for contextual relevance in responses. While RAG mitigates hallucinations by grounding answers in external data, NMISS refines the evaluation by identifying cases where traditional metrics incorrectly flag contextually accurate responses as hallucinations. I use Italian health news articles as context to evaluate LLM performance. Results show that Gemma2 and GPT-4 outperform the other models, with GPT-4 producing answers closely aligned with reference responses. Mid-tier models, such as Llama2, Llama3, and Mistral benefit significantly from NMISS, highlighting their ability to provide richer contextual information. This combined approach offers new insights into the reduction and more accurate assessment of hallucinations in LLMs, with applications in real-world healthcare tasks and other domains.

📄 PDF Abstract BibTeX arXiv:2412.04235

Code (0)

등록된 구현이 없습니다.

Tasks

ArticlesQuestion AnsweringRAGRetrieval-augmented Generation

Methods 이 논문이 사용한 방법론

Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Position-Wise Feed-Forward Layer 설명 없음
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 &…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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$…
Multi-Head Attention 설명 없음
Weight Decay 설명 없음
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…

Similar Papers 제목 키워드 기반

MedHalu: Hallucinations in Responses to Healthcare Queries by Large Language Models

2024-09-29 · Vibhor Agarwal, Yiqiao Jin, Mohit Chandra, Munmun De Choudhury 외

The remarkable capabilities of large language models (LLMs) in language understanding and generation have not rendered them immune to hallucinations. LLMs can still generate plausible-sounding but factually incorrect or …

Hallucination

Chatbots as conversational healthcare services

2020-11-08 · Mlađan Jovanović, Marcos Baez, Fabio Casati

Chatbots are emerging as a promising platform for accessing and delivering healthcare services. The evidence is in the growing number of publicly available chatbots aiming at taking an active role in the provision of pre…

Decision Making

Assistive Chatbots for healthcare: a succinct review

2023-08-08 · Basabdatta Sen Bhattacharya, Vibhav Sinai Pissurlenkar

Artificial Intelligence (AI) for supporting healthcare services has never been more necessitated than by the recent global pandemic. Here, we review the state-of-the-art in AI-enabled Chatbots in healthcare proposed duri…

ChatbotEthics

How Reliable AI Chatbots are for Disease Prediction from Patient Complaints?

2024-05-21 · Ayesha Siddika Nipu, K M Sajjadul Islam, Praveen Madiraju

Artificial Intelligence (AI) chatbots leveraging Large Language Models (LLMs) are gaining traction in healthcare for their potential to automate patient interactions and aid clinical decision-making. This study examines …

Decision MakingDisease PredictionFew-Shot Learning

Beyond Patient Monitoring: Conversational Agents Role in Telemedicine & Healthcare Support For Home-Living Elderly Individuals

2018-03-03 · Ahmed Fadhil

There is a need for systems to dynamically interact with ageing populations to gather information, monitor health condition and provide support, especially after hospital discharge or at-home settings. Several smart devi…