paper-with-me

Papers

ElementCheck: Complexity-Aware Long-Form Text Factuality Evaluation via Sentence Elements

2026-06-17 · Xinming Wang, Haoran Du, Yi Chen, Jian Xu, Hongming Yang, Han Hu, Yulong Chen, Cheng-Lin Liu, Xu-Yao Zhang arxiv

Existing long-form factuality evaluation relies on the decompose-retrieve-verify pipeline. However, the pipeline suffers from noise from claim decomposition and fixed verification granularity, resulting in unreliable results. We propose ElementCheck, a complexity-aware framework that verifies long-form outputs via sentence elements. Instead of uniformly decomposing sentences into atomic sub-claims, ElementCheck extracts entity pairs that are explicitly linked through verifiable connections in the original sentence as elements, and organizes these into an element graph. The graph topology provides a structural signal for estimating sentence complexity, enabling direct verification for simple sentences and targeted element-level refinement and verification for complex ones. To support fine-grained evaluation, we construct a new benchmark \textbf{FastFact-Sent} by mapping isolated claims from FastFact-Bench back to their source sentences. Experiments on FastFact-Sent and two domain-specific benchmarks show ElementCheck consistently improves factuality verification across five backbone models while maintaining a favorable accuracy-cost trade-off. Further analyses demonstrate that complexity-aware verification reduces unnecessary re-verification and maintains stability across different backbones. The code is available at \href{https://github.com/gudehhh666/elementcheck.git}{Here}.

📄 PDF Abstract BibTeX arXiv:2608.26118

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ScaleFormer: Span Representation Cumulation for Long-Context Transformer

2025-11-13 · Jiangshu Du, Wenpeng Yin, Philip Yu arxiv

The quadratic complexity of standard self-attention severely limits the application of Transformer-based models to long-context tasks. While efficient Transformer variants exist, they often require architectural changes …

Document Summarization

AutothinkRAG: Complexity-Aware Control of Retrieval-Augmented Reasoning for Image-Text Interaction

2026-03-05 · Jiashu Yang, Chi Zhang, Abudukelimu Wuerkaixi, Xuxin Cheng 외 arxiv

Multimodal document question answering requires retrieving dispersed evidence from visually rich long documents and performing reliable reasoning over heterogeneous information. Existing multimodal RAG systems remain lim…

Question AnsweringAnswer GenerationLogical Reasoning

Counting-Stars: A Multi-evidence, Position-aware, and Scalable Benchmark for Evaluating Long-Context Large Language Models

2024-03-18 · Mingyang Song, Mao Zheng, Xuan Luo

Despite recent efforts to develop large language models with robust long-context capabilities, the lack of long-context benchmarks means that relatively little is known about their performance. To alleviate this gap, in …

4kPositionRetrieval

Rethinking Transformer Connectivity: TLinFormer, A Path to Exact, Full Context-Aware Linear Attention

2025-08-28 · Zhongpan Tang arxiv

The Transformer architecture has become a cornerstone of modern artificial intelligence, but its core self-attention mechanism suffers from a complexity bottleneck that scales quadratically with sequence length, severely…

FlashAttention: Fast and Memory-Efficient Exact Attention with IO-Awareness

2022-05-27 · Tri Dao, Daniel Y. Fu, Stefano Ermon, Atri Rudra 외

Transformers are slow and memory-hungry on long sequences, since the time and memory complexity of self-attention are quadratic in sequence length. Approximate attention methods have attempted to address this problem by …

16k4kDocument ClassificationGPU+2