AI 日报hiw3c.com

Qwen 3.8遵循GPT-5.5 Pro推理预填充

原文标题 · Qwen 3.8 follows GPT-5.5 Pro reasoning prefills
Hacker News Top gist.github.com 网页快照
正文为英文,可一键机器翻译(仅首次需要等待)

Instantly share code, notes, and snippets.

wsxiaoys / reasoning-prefill-1-1.md Secret

Star 6 ( 6 ) You must be signed in to star a gist

Fork 0 ( 0 ) You must be signed in to fork a gist

No results found

Save wsxiaoys/e0286dc6bb624ff5fdf49e7f4c528ba3 to your computer and use it in GitHub Desktop.

Select an option

No results found

Reasoning prefills on a few open models, v1.1

A follow-up to Reasoning prefills on a few open models and Stolen Thoughts

This v1.1 reruns the reasoning-prefill experiment with GPT-5.5 Pro as the teacher.

For each problem, I generated two responses from each target model:

an ordinary, unprefilled response; and

a response starting with the first 1% of GPT-5.5 Pro's reasoning, inserted into the target model's reasoning channel.

The visible answer remained freely generated. I then measured how much of the teacher's visible answer appeared in the first 100 tokens of the target model's answer. As in the previous post, each score is the mean of unigram, bigram, and trigram source recall. Deltas are absolute percentage-point changes.

All problems

The evaluation contains 45 problems: 15 STEM, 15 non-STEM, and 15 synthetic puzzles.

Qwen by category

Discussion

Qwen barely moved toward Opus 4.8 in the earlier experiment, but moved by +18.18 points toward GPT-5.5 Pro here, including a large effect on the private synthetic puzzles. The data suggest that Qwen may have learned from GPT-5.5 Pro, or from a closely related GPT model, rather than from Opus.

Kimi K3 has the highest overlap with GPT-5.5 Pro both without and with the prefill (31.11% and 35.65%), although the prefill adds only +4.54 points.