PulseAugur
实时 05:45:01
English(EN) TriAgent: Divergence-Aware Multi-Agent Committees for Cost-Efficient Financial Sentiment Analysis

TriAgent 降低金融情感分析的 LLM 成本

研究人员开发了 TriAgent,这是一种新颖的多智能体系统,旨在利用大型语言模型降低金融情感分析的成本。该系统按上下文粒度分层智能体,采用词级词典 (VADER)、句级 Transformer (FinBERT) 和跨句推理器 (Qwen2.5, Mistral-7B, Phi-3.5-mini)。语义分歧指数 (SDI) 衡量智能体之间的分歧,以有效地路由查询,实现了约 0.87 的 F1 分数,同时与基线 LLM 方法相比显著降低了成本。TriAgent 还可作为幻觉检测器,并实现具有成本效益的跨界情感分析规范化。 AI

影响 降低金融情感分析的 LLM 运营成本并提高幻觉检测能力。

排序理由 学术论文,详细介绍了基于 LLM 的金融情感分析的新方法。[lever_c_demoted from research: ic=1 ai=1.0]

在 arXiv cs.CL 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

TriAgent 降低金融情感分析的 LLM 成本

报道来源 [1]

  1. arXiv cs.CL TIER_1 English(EN) · Isabel Xu (The Overlake School), Cynthia Xu (The Overlake School), Rachel Ren (Edwards Vacuum Inc.), Cong Guo (The University of Memphis), Jiacheng Ding (The University of Memphis) ·

    TriAgent:用于成本高效金融情感分析的分歧感知多智能体委员会

    arXiv:2607.19794v1 Announce Type: new Abstract: Production LLM-based financial sentiment analysis faces a structural cost trap: most queries are trivially classifiable, yet expensive cloud reasoners process them all, and the bill scales linearly with user count. We present TriAge…