Source-linked AI summary
STAR-OPD: Structured Aspect-Cascade-Aware On-Policy Reward Distillation for ABSA Quadruple Extraction
Tong Sun, Mingyang Ma, Jiayang Yu
TL;DR
Distilling strong CoT models for ABSA quadruple extraction is difficult because student errors at the target–aspect interface create invalid structures that off-policy training rarely supervises. STAR-OPD trains on student rollouts with cascade-aware structured rewards, and it consistently improves distilled students across E-ABSA20K and SemEval-2014, including reduced hallucination and larger gains on structurally hard reviews.
Problem
Distilled ABSA extraction suffers from broken target–aspect bindings and hallucinated targets that corrupt downstream tuple predictions, while off-policy training misses these student-induced states.
Method
STAR-OPD specializes on-policy distillation for ABSA by training on student rollouts and applying cascade-aware rewards for binding consistency, target grounding, and aspect disambiguation.
Results
STAR-OPD consistently outperforms off-policy and general on-policy baselines across E-ABSA20K and SemEval-2014, with Qwen3-4B hallucination decreasing from 9.75% to 7.22%.
Takeaways & Limitations
The results support designing structured-extraction distillation around inference-time student states rather than teacher-only trajectories.
Takeaways & Limitations
Generality beyond ABSA quadruple extraction, earlier token-level intervention, and robustness to teacher and pseudo-label filtering quality remain unvalidated or constrained.
Abstract
from arXiv · showhide
Aspect-based sentiment analysis (ABSA) quadruple extraction requires jointly predicting target, aspect, opinion, and sentiment over reviews that often contain multiple fine-grained sentiment tuples. While large chain-of-thought (CoT) models perform well on this task, distilling them into smaller deployable models remains difficult. We identify a task-specific failure mode in distilled ABSA extraction: student errors at the target-aspect interface create structurally invalid states, such as broken target-aspect bindings and hallucinated targets, which then corrupt downstream predictions. Conventional off-policy distillation is poorly suited to this setting because it trains only on teacher-generated trajectories and provides little supervision on the student-induced structural states that dominate inference. To address this mismatch, we propose STAR-OPD (STructured Aspect-cascade-aware On-Policy Reward Distillation), which builds on generic on-policy distillation and instantiates it for ABSA quadruple extraction with cascade-aware, set-structured rewards. STAR-OPD trains on student rollouts and applies set-structured rewards that directly target binding consistency, target grounding, and fine-grained aspect disambiguation. Experiments on E-ABSA20K and SemEval-2014 show that STAR-OPD consistently outperforms off-policy and general on-policy baselines, reduces target hallucination, and substantially improves performance on structurally hard cases. With Qwen3-4B, STAR-OPD substantially narrows the student-teacher gap while improving inference efficiency, highlighting the importance of on-policy structural correction for distilled ABSA extraction.
1 Introduction
ABSA quadruple extraction is difficult because reviews contain multiple interdependent, fine-grained sentiment tuples, while distilling strong CoT models must address structurally invalid student states. STAR-OPD responds with student-rollout training and cascade-aware rewards, improving distilled performance across two benchmarks.
- Motivation: ABSA quadruple extraction jointly identifies targets, aspects, opinions, and sentiments across multiple fine-grained tuples.Targets may denote products or product-parts, while aspects come from fine-grained domain taxonomies.
- Failure mode: Distilled students fail at the target–aspect interface through broken bindings and hallucinated non-grounded targets that invalidate downstream tuples.These errors can corrupt an entire tuple even when local sentiment words remain plausible.
- Distillation mismatch: Off-policy distillation misses student-induced cascade failures because it trains only on overwhelmingly valid teacher trajectories.Inference instead conditions on the student’s own incorrect predictions, which are largely absent from training.
- Method: STAR-OPD specializes on-policy distillation for ABSA by training on student rollouts and applying cascade-aware rewards for binding consistency, target grounding, and aspect disambiguation.Lightweight filtering and sampling stabilize the procedure.
- Results: STAR-OPD consistently improves over off-policy and general on-policy baselines on E-ABSA20K and SemEval-2014, especially on structurally hard cases.With Qwen3-4B, it reduces target hallucination from 9.75% to 7.22% while improving deployment efficiency.
2 Related Work
Prior work establishes train–inference mismatch and error propagation in structured prediction, while on-policy distillation addresses student-generated sequences. This paper extends those ideas to ABSA quadruple extraction by focusing on target–aspect structural bottlenecks.
- ABSA: ABSA research has progressed from aspect-level classification to triplet and quadruple extraction, but prior quadruple work did not study distillation-specific structural error propagation.The gap concerns multi-quadruple reviews and dependencies among extracted fields.
- LLM Knowledge Distillation: Off-policy SeqKD suffers from train–test mismatch, motivating on-policy methods that optimize on student-generated sequences.Examples include MiniLLM, GKD, and DistiLLM.
- Error Propagation: Exposure-bias and structured-prediction research shows that training–inference mismatch can amplify upstream mistakes.This paper extends that perspective to quadruple extraction.
- Error Propagation: In quadruple extraction, target–aspect interface errors act as a structural bottleneck that corrupts downstream fields within a tuple.The bottleneck connects general error-propagation concerns to distillation-specific ABSA failures.
3 Problem Analysis
The task represents each review as a set of interdependent sentiment quadruples, and diagnostic comparisons show that distilled models struggle more with preserving target–aspect structure than identifying targets alone. These student-induced states are largely absent from off-policy training.
- Task Structure: ABSA quadruple extraction predicts a set of tuples Q(x)={(t_i,a_i,o_i,s_i)}_K for review text x.Each tuple contains a target, aspect, opinion span, and sentiment polarity.
- Task Structure: Targets may be generic product tags or grounded review mentions, while aspects are fine-grained taxonomy categories and sentiments are positive, neutral, or negative.The fields are semantically interdependent, making the target–aspect interface critical for interpreting downstream opinion and sentiment.
- Diagnostic Evidence: 50.6% vs. 81.1% target–aspect correctness reveals a 30.5-point smaller-model gap, compared with a 6.6-point target-identification gap of 91.0% vs. 97.6%.All reported values are micro-averaged F1 unless otherwise specified.
- Failure Mode: Smaller models exhibit higher target hallucination rates, entering invalid states with fabricated non-grounded targets rather than merely selecting wrong aspects.Broken bindings and hallucinated targets reduce full-quadruple correctness when downstream fields follow the wrong structural interpretation.
- Diagnostic Evidence: A SeqKD pilot reproduces the structural failure pattern: target identification remains relatively strong, but target–aspect requirements cause a sharp performance drop.Among correctly identified target–aspect pairs, 8.1% still receive an incorrect sentiment label.
- Distillation Mismatch: Off-policy distillation provides little direct correction because teacher-generated trajectories rarely contain the student-induced bindings and hallucinated targets encountered at inference.This mismatch is especially harmful for structured quadruple extraction.
4 Method
STAR-OPD adapts on-policy distillation to ABSA quadruple extraction by training on student rollouts and using set-structured rewards to correct target–aspect bindings, hallucinated targets, and fine-grained aspect ambiguity.
- On-Policy Distillation: STAR-OPD trains students on their own rollouts rather than teacher-only trajectories, exposing training to inference-time structural errors.The method uses reverse-KL distillation, reward-weighted updates, and reference regularization.
- Cascade-Aware Rewards: The cascade-aware reward converts on-policy exposure into targeted correction for target–aspect consistency and target grounding.Reward-derived non-negative rollout weights prioritize structurally better trajectories.
- Set-Structured Reward: Reward computation uses optimal bipartite matching so tuple-level rewards are invariant to generation order and aligned with set-level evaluation.The reward targets binding errors, hallucinated targets, and ambiguity among fine-grained aspect categories.
- Binding Reward: The binding reward gives credit only when target and aspect are jointly correct, directly addressing the target–aspect structural bottleneck.This distinguishes it from the base matching reward, which measures broader tuple compatibility.
- Grounding Reward: The hallucination reward constrains fabricated non-PRODUCT targets by requiring predicted targets to be grounded in the review text.A non-empty, fully grounded prediction set receives the grounded reward, preventing empty predictions from exploiting the penalty.
- Category Reward: Teacher-support rewards preserve fine-grained supervision when adjacent aspect labels are difficult to distinguish.The teacher distribution is evaluated under the student rollout context at the aspect prediction step.
- Stabilization: The method uses input-adaptive weighting and lightweight format-validity stabilization, with stronger binding and hallucination emphasis for likely product-part reviews.The authors note that rule-based rewards raise a shortcut-behavior concern discussed in Appendix E.4.
5 Experiments
Experiments evaluate STAR-OPD against off-policy and generic on-policy distillation baselines across standard and structurally hard ABSA benchmarks. Results show stronger structural correctness, reduced target hallucination, and complementary benefits from student rollouts and cascade-aware rewards.
- 5.1 Setup: Experiments use E-ABSA20K as the primary benchmark and SemEval-2014 for cross-domain validation, with Qwen3-4B as the default student.E-ABSA20K contains longer reviews and denser tuples, making target–aspect binding errors and target hallucination more frequent.
- 5.1 Setup: Evaluation combines Quad-F1 with T-F1, TA-F1, TAS-F1, and T-Hall to diagnose structural correctness across extraction stages.Quad-F1 uses Hungarian matching over target, aspect, and sentiment, with fuzzy CharF1 for opinion evaluation.
- 5.2 Main Results: STAR-OPD consistently outperforms off-policy and generic on-policy baselines on E-ABSA20K, while gains over generic on-policy methods are smaller and less consistently significant on SemEval-2014.The authors attribute the dataset difference to SemEval’s simpler review structure and lower tuple density.
- 5.2 Main Results: STAR-OPD narrows the Qwen3-4B student–teacher gap while retaining the smaller model’s efficiency advantage, with the same trend transferring to the 1.7B student.The teacher is a 32B model, and the efficiency comparison concerns deployment of the smaller student.
- 5.3 Reducing Structured Cascade: The largest structural improvement occurs at the target–aspect interface, where STAR-OPD improves every progression stage and substantially reduces the T-F1-to-TA-F1 gap.Downstream declines from TA-F1 to TAS-F1 and Quad-F1 indicate additional effects on sentiment and opinion prediction.
- 5.3 Reducing Structured Cascade: Target hallucination falls from 9.75% to 7.22% with STAR-OPD, indicating improved structural validity beyond surface-level imitation.Figure 3 reports field-level performance alongside target hallucination rate on E-ABSA20K Test.
- 5.4 On-Policy and Reward Ablations: Ablations show that on-policy exposure and explicit structural reward shaping are complementary, while collapsing binding, grounding, and category signals into one scalar reward weakens performance.Removing on-policy training causes the largest drop, and removing reward shaping also degrades results.
- 5.4 On-Policy and Reward Ablations: The binding reward has the largest individual ablation impact, while hallucination, category, format, and adaptive rewards each provide additional benefits.The reward design targets distinct structural failure modes rather than relying on a single undifferentiated outcome score.
6 Conclusion
The paper shows that distilled ABSA quadruple extraction is brittle because student-induced structural states, especially at the target–aspect interface, corrupt downstream tuple interpretation. STAR-OPD addresses this mismatch with cascade-aware rewards and consistently improves distilled students, particularly on structurally hard reviews.
- The main challenge is recovery from student-induced structural states rather than teacher imitation alone.
- STAR-OPD builds on generic on-policy distillation and adds cascade-aware rewards for binding consistency and target grounding.
- Across E-ABSA20K and SemEval-2014, STAR-OPD consistently improves distilled students and reduces target hallucination.
- The largest gains occur on structurally hard reviews.
- The results suggest designing structured-extraction distillation around inference-time student states rather than teacher-only trajectories.
7 Limitations
The study’s evidence and method have bounded scope: evaluation centers on ABSA quadruple extraction, especially e-commerce reviews, while rewards operate after generation and depend on teacher and filtering quality. Deployment also retains risks from residual binding and grounding errors.
- STAR-OPD’s generality beyond ABSA quadruple extraction, especially e-commerce reviews, remains to be validated.
- The reward design operates at the structured outcome level after generation rather than as a token-level or process-level reward.
- The method depends on teacher quality and the pseudo-label filtering pipeline.
- Hard-subset analyses are diagnostic evidence of failure modes rather than the sole basis for broad statistical claims.
- Deployment may amplify annotation biases or residual target–aspect binding and target-grounding errors, limiting the method’s role as a fully autonomous high-stakes system.
A.2 Dataset Statistics
The evaluation uses E-ABSA20K as its primary benchmark and SemEval-2014 for cross-domain validation, with E-ABSA20K-Hard providing diagnostic analysis of structurally ambiguous reviews.
- E-ABSA20K is a 20K-review benchmark spanning four e-commerce domains, while SemEval-2014 covers Restaurant and Laptop domains for cross-domain validation.
- E-ABSA20K is more challenging than earlier ABSA datasets because its reviews are longer and contain multiple sentiment quadruples.
- Each E-ABSA20K review contains 6.0 quadruples on average, creating more opportunities for target confusion, aspect ambiguity, and structural binding errors.
- E-ABSA20K-Hard contains reviews with at least one structurally difficult phenomenon, including product-part mentions, sarcasm, contrastive sentences, and implicit opinions.
- Hard-subset categories are diagnostic, partially overlapping, and not the primary basis for significance claims.
B Evaluation Details
Evaluation measures cumulative structural correctness from targets through full quadruples, using one-to-one alignment and a separate fuzzy opinion criterion, alongside target hallucination rate.
- Metrics: The evaluation reports target-only F1, target–aspect F1, target–aspect–sentiment F1, and quadruple F1 as cumulative matching metrics.
- Metrics: TA-F1 requires both target and aspect fields to match and directly diagnoses target–aspect binding quality.
- Metrics: Quad-F1 is the primary metric and requires matching target, aspect, sentiment, and opinion fields.
- Alignment: Predicted and gold quadruples are aligned with optimal one-to-one bipartite matching using the Hungarian algorithm.
- Opinion evaluation: Opinion spans are excluded from alignment because fuzzy character-level matching can make the alignment unstable, but opinion correctness remains enforced in Quad-F1.
- Hallucination: Target hallucination rate measures predicted non-PRODUCT targets whose entity spans do not appear in the review text, with lower values indicating better grounding.
- Failure analysis: The central structural failure modes are broken target–aspect bindings and hallucinated targets, with downstream degradation continuing through TAS-F1 and Quad-F1.
- Teacher setup: The teacher is Qwen3-32B, fine-tuned with CoT supervision, but only final quadruple outputs are used as distillation targets.
D.2 Agreement with Expert Annotations
Teacher predictions are validated against blinded human annotations before pseudo-label generation, while STAR-OPD uses filtered, structurally constrained supervision and weighted cascade-aware rewards.
- Agreement: Human–human agreement reached κ = 0.89, while the Teacher achieved κ = 0.92 against adjudicated expert labels.These results support using the CoT teacher for pseudo-label generation.
- Pseudo-label filtering: Teacher-generated instances are filtered for schema validity, taxonomy membership, sentiment labels, grounded targets, and duplicate removal before distillation.The filtering removes structurally invalid supervision rather than correcting student-induced errors.
- Reward design: STAR-OPD assigns larger relative weight to binding consistency and hallucination suppression than to category supervision and format validity.Weights are selected on held-out validation data, with the format term serving as a small stabilizer.
- Reward ablation: Removing explicit reward decomposition weakens performance, indicating that separate structural signals provide more effective credit assignment than a collapsed scalar reward.The collapsed variant retains the underlying structural information but removes component-specific and input-adaptive weighting.
- Optimization: Rewards are normalized within each batch and transformed into bounded rollout weights, preserving quality ordering while improving stability over raw-reward weighting.The default settings are τw = 2.0, αmin = 0.2, αmax = 3.0, and ϵ = 10^-6.
E.4 Training Dynamics of Reward Components
Reward components and validation metrics move consistently during STAR-OPD training, while difficulty-aware sampling and replay increase exposure to unresolved structural failures. The distilled students also provide a deployment-efficiency advantage.
- Reward–metric alignment: Increasing Rbind accompanies improved validation TA-F1, while rising Rhall coincides with decreasing validation T-Hall.The latter indicates improved suppression of non-grounded target predictions.
- Caveat: No obvious late-stage reward inflation or instability appears alongside metric degradation, although shortcut optimization is not formally excluded.The analysis provides evidence that reward terms remain broadly aligned with intended structural behaviors.
- Hard-case coverage: Harder instances are sampled more frequently, and low-reward rollouts are replayed to focus updates on unresolved target–aspect bindings and hallucinated targets.The replay buffer stores up to 4,096 rollouts, with 20% of each available batch drawn from it.
- Curriculum: The difficulty-aware sampling probability rises from 0.3 to 0.7 during the first 30% of training and then remains fixed at 0.7.This curriculum reduces early optimization noise while increasing later coverage of structurally difficult cases.
- Deployment: The Qwen3-4B STAR-OPD student processes reviews 2.18× faster than the Qwen3-32B teacher while narrowing the performance gap.The 1.7B student is faster still, supporting a quality–efficiency advantage for deployment.
G Additional Qualitative Cases
Qualitative cases across product-part, contrastive, sarcasm, and implicit-opinion reviews show that STAR-OPD better preserves grounded targets, fine-grained bindings, and complete tuple structure under ambiguous evidence.
- Case coverage: The additional cases cover product-part mentions, contrastive sentences, sarcasm, and implicit opinion expressions.These are the four hard phenomena used in E-ABSA20K-Hard.
- Model comparison: SeqKD remains locally plausible but drifts in target–aspect structure, whereas STAR-OPD more reliably preserves grounding, fine-grained bindings, and complete tuples.MiniLLM often backs off to coarser structures or produces plausible but non-grounded targets.
- Hard-case interpretation: Product-part and contrastive reviews expose binding drift, target collapse, and error propagation across tuples.Sarcasm and implicit-opinion cases further indicate that gains involve stable fine-grained structure, not only local sentiment prediction.
- Product-part case: In the women’s-bag example, SeqKD assigns the zipper to Ease of Use, MiniLLM hallucinates a handle, and STAR-OPD correctly grounds zipper to Hardware Quality.The opinion and negative sentiment remain locally plausible across the erroneous predictions, but structural correctness differs.