SEEK: Semantic Evidence Extraction via Adaptive ChunKing for Multilingual Fact-Checking
About
Multilingual fact verification requires evidence that is both relevant and sufficiently complete for reliable factuality prediction. However, existing systems often rely on search snippets, sentence-level evidence, or locally segmented passages, which can miss decisive context and produce fragmented evidence. To overcome these limitations, we propose SEEK, a Semantic Evidence Extraction with an adaptive chunKing framework that constructs coherent evidence chunks from full fact-checking articles by identifying semantic topic transitions and preserving local verification context. The constructed chunks are encoded using a multilingual encoder and then multilingual LLMs are finetuned using LoRA adapter for veracity prediction. Experiments on X-FACT and RU22Fact show that SEEK improves macro-f1 by up to 10% over semantic chunking, 19% over sentence chunking, and 20% over search-snippet baselines. Evidence completeness and significance analyses further show that SEEK preserves richer verification context and enables more reliable multilingual fact-checking.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Veracity Prediction | Ru22fact (test) | MF190 | 25 | |
| Fact Verification | X-Fact In-Domain (ID) | Macro-F167 | 15 | |
| Fact Verification | X-Fact Out-of-Domain (OOD) | Macro-F141 | 15 | |
| Fact Verification | X-Fact Zero-Shot (ZS) | Macro-F130 | 15 |