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

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

9 Jul 2026arXiv:2607.08080added by Syntology

Ao Hong, Lehang Wang, Zhirun Yue, Mingxin Wang, Zihan Wang, Houde Liu

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

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.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2607.08080")

Code

Syntology Ran 5 of 14 code samples harvested from 1 repository linked to this paper; 9 have no recorded run. Of those that ran: 3 ran · our draft was wrong; 2 ran with no contract checked.

By repository: found in paper text by Syntology: 14 samples from 1 repository, 5 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Hankerlove/MASTE found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

14 samples harvested; 5 ran; 0 honoured the contract we drafted; 9 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

3ran · our draft was wrong
2ran
9unverified

Licence: 14 of the 14 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from Hankerlove/MASTE. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

PipelineConfig Hankerlove/MASTE/src/pipeline.py found in paper text by Syntology ran no licence file found · pointer only · 83511699133f6f8d · report
_parse_list Hankerlove/MASTE/src/pipeline.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · 7ea32bb833b87544 · report
_parse_pairs Hankerlove/MASTE/src/pipeline.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · eecfe3259dfbb43a · report
_parse_triplets Hankerlove/MASTE/src/pipeline.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 06e0af002f76dc2e · report
get_cached_client Hankerlove/MASTE/src/pipeline.py found in paper text by Syntology ran no licence file found · pointer only · 7d1b23a10703d950 · report
_log_usage Hankerlove/MASTE/src/pipeline.py found in paper text by Syntology unverified no licence file found · pointer only · 009c3322cf5c4bab · report
chat_complete Hankerlove/MASTE/src/pipeline.py found in paper text by Syntology unverified no licence file found · pointer only · e80183aae039f041 · report
check_and_revise Hankerlove/MASTE/src/pipeline.py found in paper text by Syntology unverified no licence file found · pointer only · fbd912e3ecadb2c9 · report
classify_sentiments Hankerlove/MASTE/src/pipeline.py found in paper text by Syntology unverified no licence file found · pointer only · a7937f1ba6f2d11f · report
extract_aspects Hankerlove/MASTE/src/pipeline.py found in paper text by Syntology unverified no licence file found · pointer only · 4f6457c13254ba1d · report
extract_opinions Hankerlove/MASTE/src/pipeline.py found in paper text by Syntology unverified no licence file found · pointer only · d002c14b7f28be97 · report
get_client Hankerlove/MASTE/src/pipeline.py found in paper text by Syntology unverified no licence file found · pointer only · 3ba950d1d7eb35ef · report
reset_client Hankerlove/MASTE/src/pipeline.py found in paper text by Syntology unverified no licence file found · pointer only · 85e942508dca913f · report
run_pipeline Hankerlove/MASTE/src/pipeline.py found in paper text by Syntology unverified no licence file found · pointer only · c3b766abf36818ff · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2607.08080, was issued in July 2026, after that date, so the archive has no leaderboard rows for it.

Placed on leaderboards by Syntology Syntology

Syntology's extractor considered 1 leaderboard for this paper and did not place the paper on it: 1 rejected by the independent check. What is not shown.

Syntology has checked 6,264 of the 9,581 papers on this site that are newer than the archive; results from the others appear after they are checked.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections