TriAgent addresses the cost inefficiency of processing all financial queries through expensive cloud reasoners by implementing a multi-agent committee. The system stratifies inputs using a word-level lexicon, a sentence-level transformer, and a cross-sentence reasoner, routing traffic based on a Semantic Divergence Index. This approach allows trivial queries to be handled by cheaper models while reserving heavy computation for complex cases, significantly reducing linear scaling costs.
- Routes queries to cheaper agents when Semantic Divergence Index shows low disagreement.
- Combines VADER, FinBERT, and Qwen2.5/Phi-3 agents for granular sentiment analysis.
- Avoids linear cost scaling by filtering trivial queries away from expensive cloud reasoners.
- Using LLMs as critics yields an F1 plateau around 0.8, limiting further accuracy gains.