Skip to content

3 papers indexed here

We haven’t gathered this author’s papers yet. Follow them and we’ll fetch their work.

Not the right person? Other researchers publish under this name.

Preprint Aug 2026

Privileged Likelihood Is Not Automatically Value: Three Checks for Token Credit in On-Policy Self-Distillation

On-policy self-distillation aims to improve upon reinforcement learning from verifiable rewards (RLVR) by providing token-level scores derived from privileged information, such as reference solutions or critic feedback. These scores are treated as estimates of token-level action values, yet they answer a fundamentally different question: how the model's prediction changes when its input context is enriched, rather than how the expected outcome changes when a token is changed. We examine this gap along three dimensions: (i) whether the token-level score tracks task success; (ii) whether feedback generated from the same rollout causes the score to reflect agreement with its own description, and whether using feedback from other rollouts in the group mitigates this self-referential effect; and (iii) what behavior the resulting training objective actually reinforces. In experiments on AIME 2025, the implemented score distinguishes correct from incorrect rollouts at approximately chance level (AUC=0.505); using feedback from a different rollout does not consistently improve this discrimination; and all training configurations achieve only 24.2-33.9% Avg@4, compared with 64.2% for outcome-only GRPO. Moreover, the highest-entropy token decile accounts for 57-71% of the total absolute token-advantage mass, despite the score being least informative about reasoning quality in this regime. By contrast, similar experiments on SciKnowEval Biology improves held-out Avg@8 by 28.0%, while its corresponding trajectory scores achieve AUCs of 0.81-0.92. Together, these results suggest that dense credit assignment through distillation can be effective when its likelihood-based scores are empirically validated as meaningful proxies for outcome-relevant credit. When this alignment does not hold, however, the resulting supervision can fail to generalize and may substantially underperform outcome-based RL.

Xuan-Phi Nguyen, Shrey Pandit, Yiran Zhao et al. · 1 citation
Open access Jul 2026

TaxEL: Taxonomy-Enhanced Entity Representation Learning for Biomedical Entity Linking.

Biomedical entity linking (BioEL) aims to map textual mentions to standardized concepts in biomedical ontologies. While existing methods have made significant progress, most rely on binary supervision, indiscriminately penalizing all non-gold candidates and overlooking the rich hierarchical structure inherent in biomedical taxonomies. This restricts their ability to capture nuanced semantic relationships and adapt to varying degrees of entity similarity. We propose Taxonomy-Enhanced Entity Linking (TaxEL), a novel framework that unifies taxonomy-guided candidate sampling and structure-aware distributional supervision for BioEL. Specifically, TaxEL introduces: (1) Taxonomy-Guided Contrastive Sampling (TGCS), which systematically integrates both local ontology structure and global semantic similarity to generate informative positive and hard negative samples for each mention; and (2) Structured Semantic Alignment Loss (SSAL), which enforces alignment between model predictions and fine-grained semantic distributions derived from the taxonomy, enabling explicit control over prediction granularity. Experimental results on five public BioEL benchmarks demonstrate that TaxEL achieves state-of-the-art performance in Acc@1, and ablation studies confirm the critical role of both TGCS and SSAL. The TaxEL web service is publicly accessible at http://www.el.tcmkg.com, and all associated data and code can be obtained from https://github.com/TCMAI-BJTU/TaxEL.

Rui Hua, Zeyu Liu, Zixin Shu et al. · 0 citations
Preprint Jul 2026

Procedural Memory Distillation: Online Reflection for Self-Improving Language Models

Procedural Memory Distillation is proposed, which converts crossepisode signals into reusable procedural memory and distills it into the policy's weights during training, yielding a memory-free model at inference.

Ye Liu, Srijan Bansal, Bo Pang et al. · 2 citations