Perplexity 以真實錯誤訓練電腦代理:提示引導自蒸餾法

2026年9月25日 14:30
站內 AI 整理稿

Perplexity Research published a new post-training study.It trains a model inside Perplexity Computer on real user sessions, including failed ones.The method pairs rejection sampling fine-tuning with hint-guided self-distillation.In a live A/B test, tool-call failures fell from 2.24% to 1.

77% between 2 trained checkpoints.Perplexity team reports this as a statistically significant 21.2% relative reduction.Is it deployable?Not directly.Perplexity has not released the post-trained weights or training code.The model runs only as a model option inside Perplexity Computer.

The base model, GLM 5.2, is openly available on Hugging Face.Why Outcome-Only Filtering Falls Short Standard rejection sampling fine-tuning (RFT) judges each session and imitates only the successful ones.A successful outcome does not mean every step was correct.

An agent can recover from a bad tool call and still deliver the right answer.Imitating that full trajectory can reinforce the error.Discarding failed sessions also throws away clear evidence of avoidable mistakes.

Imitate, Correct, or Keep as Context Perplexity team separates 2 decisions: which sessions hold behavior worth imitating, and which turns hold mistakes worth correcting.Each assistant turn gets 1 of 3 treatments: Imitate: non-error turns in successful sessions receive cross-entropy (CE) loss.

Correct: error turns with a validated hint receive Kullback-Leibler (KL) divergence loss, in any session.Keep as context: remaining turns stay in the input but receive no loss.Successful sessions can supply both imitation and correction targets.Unsuccessful sessions supply only correction targets.

How a Hint Becomes a Training Signal A hint is a short corrective instruction grounded in information the model already had.In one example, a search call set recency_filter to ‘year.’ The schema allowed only ‘day,’ ‘week,’ or ‘month.

’ The hint names the failed call, includes the validation error, and suggests an allowed value or omitting the optional field.The corrective part uses On-Policy Self-Distillation (OPSD).The trainer runs the same GLM 5.2 checkpoint twice on the recorded turn.

The teacher pass sees the hint; the student pass does not.Both use teacher forcing, so no replacement answer is generated.The teacher’s next-token probabilities are detached and act as a soft target through forward KL.The combined loss is (CE + λ × KL), divided by the number of imitated tokens.

Setting λ to 0 recovers standard SFT.The CE term matters.Correction-only training can let teacher and student agree by ignoring context.Tracing Complaints to the Real Mistake The pipeline draws from training-eligible Computer sessions served by GLM 5.2.

Sessions with personally identifiable information and users who opted out are excluded.An LLM judge keeps tasks rated 4 or 5 on a 5-point difficulty scale.Two LLM judges must both approve the final delivery for a session to count as successful.

For user feedback, threes LLM judges locate the responsible turn, and at least 2 must agree.This is important because the last assistant turn before a complaint is the root cause only about half the time.Each hint is also checked against information available before the mistake.

That check reduces hindsight bias.One example: a user asked for their ‘w3’ on Paychex.The model assumed a W-2 typo and searched for the wrong form.The hint targets that earlier interpretation, not just the final answer.Interactive Explainer (function(){var f=document.

getElementById("mtp-pxhs-frame");window.addEventListener("message",function(e){if(!f||e.source!==f.contentWindow)return;var d=e.data;if(d&&d.type==="mtp-embed-resize"&&d.height>0){f.style.height=Math.ceil(d.

height)+"px";}});})(); What the Evaluations Show Hints work before training: On 985 held-out tool-error turns, the unchanged base model avoided the original failure in 93.7% of cases with hints, up from 75.1%.The share taking the corrected action rose from 60.6% to 82.3%.

On user-feedback turns, fixed or on-track rates rose from 40.0% to 75.0% for explicit evidence.For inferred intent, they rose from 32.5% to 80.0%.Offline tool errors fell: Recorded tool-error rates were 2.79% for stock GLM 5.2 and 1.35% for RFT only.The RFT plus OPSD checkpoint reached 0.87%.

Perplexity notes these checkpoints used different training data, so this is not a matched ablation.Task-level benchmark results on suites like BrowseComp and SpreadsheetBench were mixed.Live results are narrower: Each A/B test used about 100,000 users per condition.

An early checkpoint versus stock GLM 5.2 showed 2.82% versus 2.94% failures, which was not significant.The later checkpoint comparison produced the significant 21.2% drop, without hints at inference.Strong dissatisfaction moved from 2.58% to 2.54%, which was also not significant.

Perplexity did not compare the later checkpoint directly against stock GLM 5.2 online.Key Takeaways Perplexity learns from failed sessions, not just successful ones.Validated hints turn avoidable mistakes into KL correction targets.1 model acts as teacher (with hint) and student (without).

Live tool-call failures fell from 2.24% to 1.77%.User dissatisfaction showed no significant change.Check out the Technical Details.All credit goes to the researcher of this project.Also, feel free to follow us on Twitter and don’t forget to join our 150k+ML SubReddit and Subscribe to our Newsletter.

Wait!are you on telegram?now you can join us on telegram as well.Need to partner with us for promoting your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar etc.?

Connect with us The post Perplexity Trains Its Computer Agent on Real Mistakes With Hint-Guided Self-Distillation appeared first on MarkTechPost.

Related

相關文章

IT之家AI Agent

OpenAI 承認 53 張用戶圖片被其 AI 智能體“偷偷”傳到公網

作者:故淵 責編:故淵 評論: 9 月 26 日消息,OpenAI 昨日(9 月 25 日)更新其博客,承認發生一起違規事件,在企業不知情情況下,AI 智能體將 53 張客戶圖片發佈到公開網站。在博文中,援引博文介紹,OpenAI 公司承認在其研究環境中運行的 AI 智能體曾將 53 張由用戶上傳到 OpenAI 模型的圖片,以“未公開列出的鏈接”形式發佈到第三方圖像託管網站(類似圖床),而受影響公司當時並不知情。

剛剛
鈦媒體AI Agent

小龍蝦,散場了

影子備忘錄2026.09.25 10:05 · 來自廣東全文4609字00:00 / 12:46小龍蝦時代,或許正在落幕。文 | 影子備忘錄9月24日,騰訊QClaw團隊發佈了一紙停運公告:因業務發展調整,QClaw將於2026年12月24日00:00正式停止運營,即日起關閉新用戶註冊通道,停止訂閱服務購買與續費。

16 小時前
IT之家AI Agent

Meta 的 AI 智能體 Muse 被發現可導出虛擬機大量文件

作者:故淵 責編:故淵 評論: 9 月 25 日消息,科技媒體 macobserver 昨日(9 月 24 日)發佈博文,報道稱 Meta Muse 被發現可在簡單提示詞下,打包並返回用戶專屬虛擬機中的大量 Linux 文件。Peter James 和 Jonny L.

18 小時前
何夕2077AI Agent

Muse 全面進駐 Meta 智能眼鏡

Meta Connect 發佈會:Muse 全面接入 AI 眼鏡,小扎要讓數十億人用上超級智能AIbase基地發佈於AI新聞資訊 · 2 分鐘閱讀 · Sep 24, 202645當地時間 9 月 23 日,Meta 在 Connect 大會上發佈多款 AI 設備,旗下個人智能體 Muse 幾乎貫穿整場一小時的主題演講。

1 天前
智東西AI Agent

剛剛,小扎發了個“Muse”宇宙!新VR眼鏡僅100g

(公眾號:zhidxcom) 作者 | 楊京麗 編輯 | 李水青 9月24日報道,今日早間,在Meta Connect 2026大會上,Meta CEO馬克·扎克伯格集中展示了Muse個人智能體、新一代AI眼鏡Ray-Ban Meta Audio和第三代Ray-Ban Meta、Meta VR眼鏡以及智能隨身設備Muse Charm。

1 天前