paper-with-me

홈 › Papers

ERBench: An Entity-Relationship based Automatically Verifiable Hallucination Benchmark for Large Language Models

2024-03-08 · Jio Oh, Soyeon Kim, Junseok Seo, Jindong Wang, Ruochen Xu, Xing Xie, Steven Euijong Whang

Large language models (LLMs) have achieved unprecedented performances in various applications, yet evaluating them is still challenging. Existing benchmarks are either manually constructed or are automatic, but lack the ability to evaluate the thought process of LLMs with arbitrary complexity. We contend that utilizing existing relational databases based on the entity-relationship (ER) model is a promising approach for constructing benchmarks as they contain structured knowledge that can be used to question LLMs. Unlike knowledge graphs, which are also used to evaluate LLMs, relational databases have integrity constraints that can be used to better construct complex in-depth questions and verify answers: (1) functional dependencies can be used to pinpoint critical keywords that an LLM must know to properly answer a given question containing certain attribute values; and (2) foreign key constraints can be used to join relations and construct multi-hop questions, which can be arbitrarily long and used to debug intermediate answers. We thus propose ERBench, which uses these integrity constraints to convert any database into an LLM benchmark. ERBench supports continuous evaluation as databases change, multimodal questions, and various prompt engineering techniques. In our experiments, we construct LLM benchmarks using databases of multiple domains and make an extensive comparison of contemporary LLMs. We show how ERBench can properly evaluate any LLM by not only checking for answer correctness, but also effectively verifying the rationales by looking for the right keywords.

📄 PDF Abstract BibTeX arXiv:2403.05266

Code (1)

dilab-kaist/erbench 공식 구현

Tasks

AttributeHallucinationKnowledge GraphsPrompt Engineering

Methods 이 논문이 사용한 방법론

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…
Multi-Head Attention 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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 제목 키워드 기반

HalluGraph: Auditable Hallucination Detection for Legal RAG Systems via Knowledge Graph Alignment

2025-12-01 · Valentin Noël, Elimane Yassine Seidou, Charly Ken Capo-Chichi, Ghanem Amari arxiv

Legal AI systems powered by retrieval-augmented generation (RAG) face a critical accountability challenge: when an AI assistant cites case law, statutes, or contractual clauses, practitioners need verifiable guarantees t…

Semantic SimilarityKnowledge Graphs

Detecting Clinical Hallucinations in LVLMs via Counterfactual Visual Grounding Uncertainty

2026-06-26 · Xiao Song, Haonan Qin, Zhaoxu Zhang, Jiong Zhang 외 arxiv

Large vision-language models (LVLMs) are increasingly used for clinical image understanding, yet they remain vulnerable to \emph{hallucinations}--producing textual findings or attributes not supported by the image. We pr…

Visual Grounding

Can Your Uncertainty Scores Detect Hallucinated Entity?

2025-02-17 · Min-Hsuan Yeh, Max Kamachee, Seongheon Park, Yixuan Li

To mitigate the impact of hallucination nature of LLMs, many studies propose detecting hallucinated generation through uncertainty estimation. However, these approaches predominantly operate at the sentence or paragraph …

HallucinationSentence

Clover: Closed-Loop Verifiable Code Generation

2023-10-26 · Chuyue Sun, Ying Sheng, Oded Padon, Clark Barrett

The use of large language models for code generation is a rapidly growing trend in software development. However, without effective methods for ensuring the correctness of generated code, this trend could lead to undesir…

Code Generationmbpp

PaperBench: Evaluating AI's Ability to Replicate AI Research

2025-04-02 · Giulio Starace, Oliver Jaffe, Dane Sherburn, James Aung 외

We introduce PaperBench, a benchmark evaluating the ability of AI agents to replicate state-of-the-art AI research. Agents must replicate 20 ICML 2024 Spotlight and Oral papers from scratch, including understanding paper…