paper-with-me

Papers

MCP-Orchestrated Multi-Agent System for Automated Disinformation Detection

2025-08-13 · Alexandru-Andrei Avram, Adrian Groza, Alexandru Lecu arxiv

The large spread of disinformation across digital platforms creates significant challenges to information integrity. This paper presents a multi-agent system that uses relation extraction to detect disinformation in news articles, focusing on titles and short text snippets. The proposed Agentic AI system combines four agents: (i) a machine learning agent (logistic regression), (ii) a Wikipedia knowledge check agent (which relies on named entity recognition), (iii) a coherence detection agent (using LLM prompt engineering), and (iv) a web-scraped data analyzer that extracts relational triplets for fact checking. The system is orchestrated via the Model Context Protocol (MCP), offering shared context and live learning across components. Results demonstrate that the multi-agent ensemble achieves 95.3% accuracy with an F1 score of 0.964, significantly outperforming individual agents and traditional approaches. The weighted aggregation method, mathematically derived from individual agent misclassification rates, proves superior to algorithmic threshold optimization. The modular architecture makes the system easily scalable, while also maintaining details of the decision processes.

📄 PDF Abstract BibTeX arXiv:2508.10143

Code (0)

등록된 구현이 없습니다.

Tasks

Relation ExtractionPrompt EngineeringFact Checking

Similar Papers 제목 키워드 기반

Multi-Agentic System Leveraging Open-Source LLMs to Mitigate Disinformation Threats

2026-06-29 · Sebastian Kula, Martin Tamajka arxiv

In contemporary societies, the threat of disinformation has reached alarming levels, exacerbated by the proliferation of electronic communication, social media, and advancements in artificial intelligence. As a result, t…

Trustworthy Self-Composable Big-Data-as-a-Service: An LLM-Orchestrated Multi-Agent Framework for Automated Data Engineering, AutoML, MLOps Deployment, and Drift-Aware Lifecycle Optimization

2026-06-16 · Aueaphum Aueawatthanaphisut, Badri Raj Lamichhane arxiv

Big-Data-as-a-Service (BDaaS) platforms require re liable automation across data ingestion, cleaning, feature engi neering, model development, deployment, and post-deployment monitoring. However, existing LLM-based data …

Feature Engineering

Synthetic Disinformation Attacks on Automated Fact Verification Systems

2022-02-18 · Yibing Du, Antoine Bosselut, Christopher D. Manning

Automated fact-checking is a needed technology to curtail the spread of online misinformation. One current framework for such solutions proposes to verify claims by retrieving supporting or refuting evidence from related…

Fact CheckingFact VerificationMisinformation

Autonomous Agent-Orchestrated Digital Twins (AADT): Leveraging the OpenClaw Framework for State Synchronization in Rare Genetic Disorders

2026-03-28 · Hongzhuo Chen, Zhanliang Wang, Quan M. Nguyen, Gongbo Zhang 외 arxiv

Background: Medical Digital Twins (MDTs) are computational representations of individual patients that integrate clinical, genomic, and physiological data to support diagnosis, treatment planning, and outcome prediction.…

Explainable Composition of Aggregated Assistants

2020-11-21 · Sarath Sreedharan, Tathagata Chakraborti, Yara Rizk, Yasaman Khazaeni

A new design of an AI assistant that has become increasingly popular is that of an "aggregated assistant" -- realized as an orchestrated composition of several individual skills or agents that can each perform atomic tas…