arXiv:2607.08080cs.CL2026-07

用多智能体分解任务,零样本实现更准的情感三元组抽取

MASTE: A Multi-Agent Pipeline for Zero-Shot Aspect Sentiment Triplet Extraction

  • 分四步由专用智能体协作处理,逐阶段输出增强准确性
  • 在四个数据集上超越零样本和思维链基线,接近有监督效果
  • 无需标注数据,适配多种模型,适合部署受限场景

情感三元组抽取(ASTE)需从评论句中联合识别(方面, 评价, 情感)三元组。尽管大语言模型(LLMs)在多个NLP基准上表现强劲,但在零样本场景下对ASTE的性能仍有限,因单次生成需同时确定跨度边界、评价分组和情感极性。常见方法如少样本提示和思维链提示仅带来微弱提升,且依赖领域内标注示例或精心设计的推理提示,难以在零样本部署中普及。受经典代理范式启发,我们提出MASTE,一种用于零样本ASTE的多智能体流水线。MASTE将ASTE分解为四个顺序阶段,各专业智能体基于前序输出显式条件处理不同组合子任务。该设计实现完全无训练的零样本ASTE,且可泛化至不同骨干模型与数据集。在四个ASTE基准上的实验表明,MASTE在相同骨干下显著优于零样本和思维链基线,缩小与全监督方法的差距,且未使用任何标注三元组。代码已开源。

原文摘要 · Abstract (English)

Aspect Sentiment Triplet Extraction (ASTE) requires jointly identifying (aspect, opinion, sentiment) triples from a given review sentence. While large language models (LLMs) achieve strong zero-shot performance on many NLP benchmarks, their effectiveness on ASTE remains limited, as single-pass generation forces the model to determine span boundaries, opinion grouping, and sentiment polarity in a single decoding step. Common remedies, such as few-shot in-context learning and chain-of-thought prompting, offer only marginal improvements and rely heavily on either in-domain demonstrations sampled from labeled training data or carefully engineered reasoning prompts, neither of which is broadly available in zero-shot deployment. Inspired by the classical agent paradigm, we propose MASTE, a multi-agent pipeline for zero-shot Aspect Sentiment Triplet Extraction. MASTE decomposes ASTE into four sequential stages, where specialized agents handle different compositional subtasks with explicit conditioning on prior outputs. This design enables entirely training-free zero-shot ASTE and generalizes across different backbones and datasets. Extensive experiments on four ASTE benchmarks show that MASTE substantially outperforms zero-shot and chain-of-thought LLM baselines under the same backbone, narrowing the gap to fully supervised methods without using any labeled triplets. Code is available at https://github.com/Hankerlove/MASTE.

情感分析多智能体零样本

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。