Aivora
arXivAudio AIIntermediate

Hearing the Truth: VeriSpeak Exposes the Text-Speech Modality Gap in Fact-Checking

聽見真假:VeriSpeak 揭示語音語言模型在事實查核中的「模態差距」

2 min read
Hearing the Truth: VeriSpeak Exposes the Text-Speech Modality Gap in Fact-Checking
The 30-second version

To combat spoken misinformation, researchers developed "VeriSpeak," a benchmark with 3,879 spoken claims. Tests show that while models verify text well, they fail on equivalent speech due to a modality gap. Simple retrieval often fails as models conflate evidence with speech, but combining retrieval with explicit reasoning (via thinking-tuned LALMs) boosts accuracy to 86.1%.

Key points

01

Introducing VeriSpeak Benchmark

Contains 3,879 spoken claims spanning temporal, geographical, and relational facts, designed with balanced true/false labels for speech fact verification.

02

Text-Speech Modality Gap

Experiments reveal that LALMs capable of reliably verifying written claims often fail when testing the exact same claims in spoken format.

03

Conflation in Simple RAG

Retrieval alone yields limited gains because models frequently conflate the retrieved text evidence with the input spoken claim.

04

Explicit Reasoning Boosts Accuracy

Combining retrieval with explicit reasoning, such as in a thinking-tuned LALM, drastically improves comparison and reaches 86.1% accuracy.

How it works

Speech Fact-Checking: Direct RAG vs. Explicit Reasoning
No ReasoningExplicit ReasoningInput Spoken ClaimRetrieve EvidenceDirect LALMThinking-Tuned LALMConflation (Low Acc)Accurate Check (86.1%)

Why it matters

Misinformation runs rampant in spoken formats like podcasts and social media videos. VeriSpeak addresses this critical gap, proving that simple speech-to-text or basic retrieval is insufficient. By demonstrating the necessity of explicit reasoning (thinking-tuned models) to overcome the modality gap and prevent evidence conflation, this work paves the way for reliable, multimodal misinformation defense systems.

Who it affects

  • AI Researcher
  • AI Developer
  • Policy Maker

How to use it

  1. 1Automated speech and video misinformation screening platforms
  2. 2Real-time fact-checking features for multimodal conversational AI assistants
  3. 3Automated content moderation and trust-scoring for podcasts and broadcast news

Limitations & caveats

  • Models tend to conflate retrieved textual evidence with the original input spoken claims.
  • Utilizing thinking-tuned models for explicit reasoning increases inference latency and computational cost.