TL;DR
Existing methods do not effectively aggregate confidence signals in multiagent systems, which limits their reliability. Three new protocols were developed to transform and combine confidence signals using techniques like soft voting and Bayesian fusion.
✦ Why It Matters
Engineers can implement these protocols to enhance the reliability of multiagent systems in NLP tasks.
Key Takeaways
Full Summary
Confidence signals are crucial for assessing the reliability of outputs in Natural Language Processing (NLP), yet current multiagent systems lack a method to aggregate these signals into a single confidence measure. This research introduces three protocols that first standardize raw confidence signals from different models, then combine them using soft voting or a novel approach called Bayesian fusion.
The results show that the aggregated confidence significantly outperforms the best individual agent and standard debate methods, achieving a higher Area Under the Aggregated Receiver Operating Characteristic (AUARC) while maintaining a stable F1-score. The study evaluates six pairs of homogeneous and heterogeneous agents across five benchmarks and four task types, revealing that calibration techniques improve F1-scores for both sequence probability and self-report estimators.
Notably, the aggregated confidence is less dependent on calibration, indicating robustness in various scenarios. These findings suggest that improved confidence aggregation can enhance decision-making in multiagent systems.
Related