onPanda:用 token 级修正高效标注 LLM 与智能体的 on-policy 对齐数据

HuggingFace Daily Papers(社区热门论文)·2026-09-21 08:00·1天前
AI 导读

onPanda 是一款通过 token 级修正交互来标注 LLM 对齐数据与智能体轨迹的工具:标注者定位首个不当 token,从候选 token 中选择或自由编辑替换,系统截断其后内容并从修正前缀继续生成。

HuggingFace Daily Papers(社区热门论文)
39AI 编辑部评分,满分 100

onPanda:用 token 级修正高效标注 LLM 与智能体的 on-policy 对齐数据

2026-09-21 08:00· 1天前
AI 导读

onPanda 是一款通过 token 级修正交互来标注 LLM 对齐数据与智能体轨迹的工具:标注者定位首个不当 token,从候选 token 中选择或自由编辑替换,系统截断其后内容并从修正前缀继续生成。

We present onPanda, an interactive tool for efficiently annotating LLM alignment data and agent trajectories. onPanda adopts token-level correction as its core interaction: while reading a model response, the annotator locates the first inappropriate token and either picks a substitute from the model's candidate tokens or types the correct text via free-form editing. The system then truncates everything after that position and continues generation from the corrected prefix, repeating this locate-correct-continue loop until a satisfactory response is obtained.

This mechanism lets annotators precisely steer model outputs at low cost: a small controlled study suggests that onPanda reduces median annotation time by 52% over manual post-editing. Since the vast majority of tokens in the final response are generated by the model itself, the resulting data largely preserves the model's sampling distribution and is well suited for constructing on-policy SFT and preference data. Furthermore, the token-level corrections recorded during annotation provide fine-grained supervision with precise positions and naturally paired positive--negative samples. onPanda also connects to external tools and harnesses, enabling interactive trajectory annotation in realistic environments.

In addition, we release Panda-CVL, a dataset annotated with onPanda, together with a benchmark for token-level correction.

来源:HuggingFace Daily Papers(社区热门论文)· arxiv.org