paper-with-me

홈 › Papers

A Hashgraph-Inspired Consensus Mechanism for Reliable Multi-Model Reasoning

2025-05-06 · Kolawole E. Ogunsina, Morayo A. Ogunsina

Inconsistent outputs and hallucinations from large language models (LLMs) are major obstacles to reliable AI systems. When different proprietary reasoning models (RMs), such as those by OpenAI, Google, Anthropic, DeepSeek, and xAI, are given the same complex request, they often produce divergent results due to variations in training and inference. This paper proposes a novel consensus mechanism, inspired by distributed ledger technology, to validate and converge these outputs, treating each RM as a black-box peer. Building on the Hashgraph consensus algorithm, our approach employs gossip-about-gossip communication and virtual voting to achieve agreement among an ensemble of RMs. We present an architectural design for a prototype system in which RMs iteratively exchange and update their answers, using information from each round to improve accuracy and confidence in subsequent rounds. This approach goes beyond simple majority voting by incorporating the knowledge and cross-verification content of every model. We justify the feasibility of this Hashgraph-inspired consensus for AI ensembles and outline its advantages over traditional ensembling techniques in reducing nonfactual outputs. Preliminary considerations for implementation, evaluation criteria for convergence and accuracy, and potential challenges are discussed. The proposed mechanism demonstrates a promising direction for multi-agent AI systems to self-validate and deliver high-fidelity responses in complex tasks.

📄 PDF Abstract BibTeX arXiv:2505.03553

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Hierarchical Federated Graph Attention Networks for Scalable and Resilient UAV Collision Avoidance

2025-11-05 · Rathin Chandra Shit, Sharmila Subudhi arxiv

The real-time performance, adversarial resiliency, and privacy preservation are the most important metrics that need to be balanced to practice collision avoidance in large-scale multi-UAV (Unmanned Aerial Vehicle) syste…

Collision AvoidanceFederated Learning

Trust-based Consensus in Multi-Agent Reinforcement Learning Systems

2022-05-25 · Ho Long Fung, Victor-Alexandru Darvariu, Stephen Hailes, Mirco Musolesi

An often neglected issue in multi-agent reinforcement learning (MARL) is the potential presence of unreliable agents in the environment whose deviations from expected behavior can prevent a system from accomplishing its …

Multi-agent Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Hierarchical Consensus-Based Multi-Agent Reinforcement Learning for Multi-Robot Cooperation Tasks

2024-07-11 · Pu Feng, Junkang Liang, Size Wang, Xin Yu 외

In multi-agent reinforcement learning (MARL), the Centralized Training with Decentralized Execution (CTDE) framework is pivotal but struggles due to a gap: global state guidance in training versus reliance on local obser…

Contrastive LearningMulti-agent Reinforcement Learningreinforcement-learningReinforcement Learning

GNN-based Decentralized Perception in Multirobot Systems for Predicting Worker Actions

2025-01-08 · Ali Imran, Giovanni Beltrame, David St-Onge

In industrial environments, predicting human actions is essential for ensuring safe and effective collaboration between humans and robots. This paper introduces a perception framework that enables mobile robots to unders…

Decision Making

Consensus Sampling for Safer Generative AI

2025-11-12 · Adam Tauman Kalai, Yael Tauman Kalai, Or Zamir arxiv

Motivated by undetectable risks in generative AI, we study a general robust aggregation problem: how to aggregate several probability distributions to boost safety. We present consensus sampling, a black-box algorithm th…

Image Generation