PulseAugur
EN
LIVE 02:19:04

CRAG benchmark finds RAG models struggle with truthfulness vs GPT-4 Turbo

A new benchmark called CRAG evaluates retrieval-augmented generation (RAG) models on truthfulness by measuring correct answers against hallucinations. Across 4,409 questions and a corpus of 220,000 web pages, simple RAG implementations did not outperform GPT-4 Turbo when prompted directly. The study suggests that retrieval can sometimes lead to confident incorrect answers rather than refusals. AI

IMPACT New benchmarks like CRAG are crucial for understanding and improving the reliability of retrieval-augmented generation models.

RANK_REASON The cluster describes a new benchmark for evaluating AI models, which falls under research. [lever_c_demoted from research: ic=1 ai=1.0]

Read on Mastodon — fosstodon.org →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

CRAG benchmark finds RAG models struggle with truthfulness vs GPT-4 Turbo

COVERAGE [1]

  1. Mastodon — fosstodon.org TIER_1 English(EN) · [email protected] ·

    Does adding retrieval make a model more truthful? CRAG scores 4,409 questions on truthfulness, correct answers minus hallucinated ones, against a frozen corpus

    Does adding retrieval make a model more truthful? CRAG scores 4,409 questions on truthfulness, correct answers minus hallucinated ones, against a frozen corpus of 220K web pages, up to 50 per question, plus a 2.6M-entity mock knowledge graph and 38 APIs. No straightforward RAG se…