paper-with-me

홈 › Papers

Lynx: An Open Source Hallucination Evaluation Model

2024-07-11 · Selvan Sunitha Ravi, Bartosz Mielczarek, Anand Kannappan, Douwe Kiela, Rebecca Qian

Retrieval Augmented Generation (RAG) techniques aim to mitigate hallucinations in Large Language Models (LLMs). However, LLMs can still produce information that is unsupported or contradictory to the retrieved contexts. We introduce LYNX, a SOTA hallucination detection LLM that is capable of advanced reasoning on challenging real-world hallucination scenarios. To evaluate LYNX, we present HaluBench, a comprehensive hallucination evaluation benchmark, consisting of 15k samples sourced from various real-world domains. Our experiment results show that LYNX outperforms GPT-4o, Claude-3-Sonnet, and closed and open-source LLM-as-a-judge models on HaluBench. We release LYNX, HaluBench and our evaluation code for public access.

📄 PDF Abstract BibTeX arXiv:2407.08488

Code (0)

등록된 구현이 없습니다.

Tasks

HallucinationHallucination EvaluationmodelRAGRetrievalRetrieval-augmented Generation

Similar Papers 제목 키워드 기반

CzechLynx: A Dataset for Individual Identification and Pose Estimation of the Eurasian Lynx

2025-06-05 · Lukas Picek, Elisa Belotti, Michal Bojda, Ludek Bufka 외

We introduce CzechLynx, the first large-scale, open-access dataset for individual identification, 2D pose estimation, and instance segmentation of the Eurasian lynx (Lynx lynx). CzechLynx includes more than 30k camera tr…

2D Pose EstimationBenchmarkingInstance SegmentationPose Estimation+2

Lynx: Towards High-Fidelity Personalized Video Generation

2025-09-19 · Shen Sang, Tiancheng Zhi, Tianpei Gu, Jing Liu 외 arxiv

We present Lynx, a high-fidelity model for personalized video synthesis from a single input image. Built on an open-source Diffusion Transformer (DiT) foundation model, Lynx introduces two lightweight adapters to ensure …

Video Generation

Real-Time Evaluation Models for RAG: Who Detects Hallucinations Best?

2025-03-27 · Ashish Sardana

This article surveys Evaluation models to automatically detect hallucinations in Retrieval-Augmented Generation (RAG), and presents a comprehensive benchmark of their performance across six RAG applications. Methods incl…

HallucinationHallucination EvaluationLanguage ModelingLanguage Modelling+3

ResNetVLLM-2: Addressing ResNetVLLM's Multi-Modal Hallucinations

2025-04-20 · Ahmad Khalil, Mahmoud Khalil, Alioune Ngom

Large Language Models (LLMs) have transformed natural language processing (NLP) tasks, but they suffer from hallucination, generating plausible yet factually incorrect content. This issue extends to Video-Language Models…

HallucinationLanguage ModelingLanguage ModellingRAG+1

Lynx: Enabling Efficient MoE Inference through Dynamic Batch-Aware Expert Selection

2024-11-13 · Vima Gupta, Kartik Sinha, Ada Gavrilovska, Anand Padmanabha Iyer

Mixture-of-Experts (MoE) architectures have recently gained popularity in enabling efficient scaling of large language models. However, we uncover a fundamental tension: while MoEs are designed for selective expert activ…

Code GenerationMathematical ReasoningMixture-of-Experts