paper-with-me

홈 › Papers

Evergreen: Efficient Claim Verification for Semantic Aggregates

2026-04-28 · Alexander W. Lee, Benjamin Han, Shayak Sen, Sam Yeom, Ugur Cetintemel, Anupam Datta arxiv

With recent semantic query processing engines, semantic aggregation has become a primitive operator, enabling the reduction of a relation into a natural language aggregate using an LLM. However, the resulting semantic aggregate may contain claims that are not grounded in the underlying relation. Verifying such claims is challenging: they often involve quantifiers, groupings, and comparisons over relations that far exceed LLM context windows and require a costly combination of semantic and symbolic processing. We present Evergreen, a system that recasts claim verification as a semantic query processing task with tailored optimizations and provenance capture. Evergreen compiles each claim into a declarative semantic verification query that can execute on the same query engine used to produce the aggregate. To reduce cost, Evergreen avoids unnecessary LLM calls through verification-aware optimizations, including early stopping, relevance sorting, and estimation with confidence sequences, as well as general-purpose optimizations for semantic queries, such as operator fusion, similarity filtering, and prompt caching. Each verdict is accompanied by citations that identify a minimal set of tuples justifying the result, with semantics based on semiring provenance for first-order logic. On a benchmark of production-inspired workloads over restaurant review and customer support datasets, Evergreen's optimized configurations occupy the entire cost-quality Pareto frontier. With a strong LLM, Evergreen preserves verification quality at an F1 of 0.94 while reducing cost by 3.1x relative to unoptimized verification; with a substantially weaker LLM, it surpasses the strongest external baseline's F1 (0.87 vs. 0.83) at 7.0x lower cost.

📄 PDF Abstract BibTeX arXiv:2604.26180

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Semantic-Spatial Agreement Verification for Mitigating Object Hallucination in Multimodal Large Language Models

2026-09-15 · Ziheng Ren, Qian Gao, Jun Fan, Guohui Ding 외 arxiv

Multimodal large language models generate natural-language responses from visual inputs, yet may mention objects absent from an image. In medication assistance, accessible perception, and environmental decision-making, s…

VERGE: Formal Refinement and Guidance Engine for Verifiable LLM Reasoning

2026-01-27 · Vikash Singh, Darion Cassel, Nathaniel Weir, Nick Feng 외 arxiv

Despite the syntactic fluency of Large Language Models (LLMs), ensuring their logical correctness in high-stakes domains remains a fundamental challenge. We present a neurosymbolic framework that combines LLMs with SMT s…

Automated Theorem Proving

Robust Claim Verification Through Fact Detection

2024-07-25 · Nazanin Jafari, James Allan

Claim verification can be a challenging task. In this paper, we present a method to enhance the robustness and reasoning capabilities of automated claim verification through the extraction of short facts from evidence. O…

Claim Verification

A Semantics-Aware Approach to Automated Claim Verification

2022-05-01 · FEVER (ACL) 2022 5 · Blanca Calvo Figueras, Montse Oller, Rodrigo Agerri

The influence of fake news in the perception of reality has become a mainstream topic in the last years due to the fast propagation of misleading information. In order to help in the fight against misinformation, automat…

Claim VerificationFact CheckingMisinformation

Topic-Aware Evidence Reasoning and Stance-Aware Aggregation for Fact Verification

2021-06-02 · ACL 2021 5 · Jiasheng Si, Deyu Zhou, Tongzhe Li, Xingyu Shi 외

Fact verification is a challenging task that requires simultaneously reasoning and aggregating over multiple retrieved pieces of evidence to evaluate the truthfulness of a claim. Existing approaches typically (i) explore…

Fact VerificationSemantic SimilaritySemantic Textual Similarity