ToE: A Hierarchical and Explainable Claim Verification Framework with Dynamic Multi-source Evidence Retrieval and Aggregation
- company Hugging Face
- location arXiv
- location arXivLabs
- product LLM
A new automated fact-checking framework called Tree of Evidence (ToE) models claims as dynamically expanding argument trees to counter AI-generated misinformation, according to a paper published on arXiv. The system integrates a reinforcement learning agent for multi-source retrieval with an evidence evaluation and aggregation algorithm. [1] The framework is designed to address the contamination of large language model (LLM) reasoning by adversarially crafted content surfaced through Generative Engine Optimization (GEO) poisoning. [1] ToE iteratively decomposes a claim, retrieves evidence from multiple sources, and verifies it through an explainable chain. [1] The retrieval process is driven by a reinforcement learning policy, and the authors provide a theoretical analysis that derives a formal error bound, guaranteeing the learned policy converges to a neighborhood of the information-theoretically optimal policy. [1] In experiments across multiple datasets and backbone LLMs, ToE achieved improvements ranging from 4 to 24 percentage points over competitive baselines. [1] The gains were particularly pronounced on adversarially poisoned inputs, a scenario the authors identify as a growing threat to information ecosystems. [1] The paper's abstract notes that the rapid spread of fake news is exacerbated as AI-generated misinformation under GEO poisoning allows crafted content to be systematically surfaced by retrieval systems. [1] The concept of using agent-based optimization to navigate a complex search space draws on established principles in computer science. Ant colony optimization, a probabilistic technique for finding good paths through graphs, uses artificial agents that record their positions and the quality of their solutions to guide later iterations toward better outcomes. [3] This family of algorithms, part of the broader field of swarm intelligence, was initially proposed by Marco Dorigo in 1992 and has since been applied to problems such as vehicle routing and internet routing. [3] ToE applies a similar agent-driven logic to the problem of evidence retrieval for fact-checking. The paper appears on arXiv, a widely-recognized open-access archive for scholarly articles in fields including computer science. [7] The platform has integrated with Hugging Face Spaces to allow authors and the community to link interactive demos directly to a paper's abstract page, enabling readers to try models without writing code. [5] This integration, launched in collaboration with arXivLabs, is designed to increase the reproducibility of research and allow a wider audience to explore computational models. [5]
tool-releaseresearch-paperregulationapplicationcommentary
Background sources we checked (9)
- arxiv.org ↗ The rapid spread of fake news poses increasing threats to information ecosystems, especially as AI-generated misinformation under Generative Engine Optimization (GEO) poisoning allows adversarially crafted content to be systematically surfaced by retrieval systems, contaminating …
- en.wikipedia.org ↗ In computer science and operations research, the ant colony optimization algorithm (ACO) is a probabilistic technique for solving computational problems that can be reduced to finding good paths through graphs. Artificial ants represent multi-agent methods inspired by the behavio…
- arxiv.org ↗ We review thirteen generative systems and five supporting datasets for quantum circuit and quantum code generation, identified through a structured scoping review of Hugging Face, arXiv, and provenance tracing (January-February 2026). We organize the field along two axes: artifac…
- huggingface.co ↗ Hugging Face Machine Learning Demos on arXiv ... # Hugging Face Machine Learning Demos on arXiv ... November 1 ... We’re very excited to announce that Hugging Face has collaborated with arXiv to make papers more accessible, discoverable, and fun! Starting today, Hugging Face Spac…
- huggingface.co ↗ # How to Add a Space to ArXiv ... Demos on Hugging Face Spaces allow a wide audience to try out state-of-the-art machine learning research without writing any code. Hugging Face and ArXiv have collaborated to embed these demos directly along side papers on ArXiv! ... Thanks to th…
- huggingface.co ↗ CCRss/arXiv_dataset · Datasets at Hugging Face # ArXiv Dataset ## Overview This dataset is a comprehensive collection of metadata from the ArXiv repository, a widely-recognized open-access archive offering access to scholarly articles in various fields of science. It covers a …
- en.wikipedia.org ↗ Hangzhou DeepSeek Artificial Intelligence Basic Technology Research Co., Ltd., doing business as DeepSeek, is a Chinese artificial intelligence (AI) company that develops large language models (LLMs). Based in Hangzhou, Zhejiang, DeepSeek is owned and funded by High-Flyer, a Chin…
- en.wikipedia.org ↗ A large language model (LLM) is a type of machine learning model designed for natural language processing tasks such as language generation. LLMs are language models with many parameters, and are trained with self-supervised learning on a vast amount of text.…
- en.wikipedia.org ↗ Stable Diffusion is a deep learning, text-to-image model released in 2022 based on diffusion techniques. The generative artificial intelligence technology is the premier product of Stability AI and is considered to be a part of the ongoing AI boom. It is primarily used to generat…