Researchers have proposed ElementCheck, a method for evaluating factual accuracy in long-form AI writing without breaking every sentence into the same kind of tiny claim. It adjusts the verification process according to each sentence’s structural complexity.

The framework extracts pairs of entities connected by verifiable relationships and organizes them into a graph. Simple sentences can be checked directly, while complex ones receive targeted element-level refinement. This is intended to reduce noise introduced when conventional systems automatically decompose prose into atomic claims.

The team also created FastFact-Sent by mapping claims from an existing benchmark back to their source sentences. Across that dataset and two domain-specific benchmarks, ElementCheck improved factuality verification with five different underlying models. The researchers report a favorable trade-off between accuracy and cost because the method avoids repeated checks when a sentence does not need them.

The work is a newly posted research paper and has not established performance in every writing domain or production setting. Its main practical idea is that a verification system should spend more effort where facts are densely connected, rather than applying an equally expensive checklist to every sentence.