← Back to Paper List

Parallelism Meets Adaptiveness: Scalable Documents Understanding in Multi-Agent LLM Systems

Chengxuan Xia, Qianye Wu, Sixuan Tian, Yilun Hao
University of California, Santa Cruz, CA, USA, Carnegie Mellon University, Pittsburgh, PA, USA
arXiv.org (2025)
Agent Factuality Memory QA

📝 Paper Summary

Multi-agent systems Financial document analysis
A multi-agent framework improves financial document analysis by introducing parallel agent competition for ambiguous tasks and a centralized evaluator to select the most factual and coherent output.
Core Problem
Static multi-agent workflows with fixed roles fail in high-ambiguity domains like financial analysis because they cannot adapt to changing contexts or correct errors dynamically.
Why it matters:
  • Rigid workflows lead to error propagation where early mistakes contaminate final reports
  • Single-path execution often misses nuances in ambiguous financial disclosures (e.g., off-balance sheet arrangements)
  • Existing frameworks lack mechanisms for cross-agent validation, crucial for high-stakes regulatory compliance
Concrete Example: When asked 'Does the company report any off-balance sheet arrangements?', a static system fails due to keyword mismatch. The proposed system spawns multiple agents to interpret the disclosure; the evaluator selects the version that correctly quantifies the financial impact, matching human analysts.
Key Novelty
Adaptive Coordination via Parallel Evaluation and Dynamic Routing
  • Introduces 'Parallel Agent Evaluation' where multiple agents compete on the same ambiguous subtask, with a scorer selecting the best output based on factuality and coherence
  • Implements dynamic task routing that allows agents to reassign subtasks based on confidence or complexity rather than following a fixed linear flow
  • Uses bidirectional feedback loops allowing downstream agents (e.g., QA) to reject low-quality inputs and trigger revisions from upstream agents (e.g., Summarizers)
Evaluation Highlights
  • 27% improvement in compliance accuracy on SEC 10-K filings compared to standard static baselines
  • 74% reduction in revision rates due to effective feedback loops and initial quality selection
  • 73% reduction in redundancy penalties, significantly mitigating the 'cascade of errors' common in static chains
Breakthrough Assessment
7/10
Strong application of competitive multi-agent patterns to a high-stakes domain. While the components (routing, feedback) are known, the specific integration of parallel competition for ambiguity resolution is a valuable architectural contribution.
×