Signal Brief

结构化输出导致模型同质化

康奈尔大学一项针对44个模型的研究发现,要求模型以JSON格式输出会导致回答同质化:在开放式选词提示中,JSON格式将模态答案比例从41%提升至64%,独特答案从52减少到36;这种效应出现在JSON和XML上,但在YAML和CSV上消失。

twitter关注列表 elvis (@omarsar0) 发布 2026-07-22 收录 2026-07-22 观察

一句话判断

论文揭示了JSON模式可能降低生成多样性的具体数据,对于依赖结构化输出的Agent设计有直接参考价值。

核心信息

康奈尔大学一项针对44个模型的研究发现,要求模型以JSON格式输出会导致回答同质化:在开放式选词提示中,JSON格式将模态答案比例从41%提升至64%,独特答案从52减少到36;这种效应出现在JSON和XML上,但在YAML和CSV上消失。

原始内容

Are structured outputs in agents always good? This paper suggests that you might have to take a closer look. Your product's structured output surface is measurably more homogeneous than the chat surface you benchmarked it on. Teams treat structured output as a formatting choice with no effect on content. This new work from Cornell tests that assumption across 44 models and finds the format itself reshapes the answers. On an open-ended pick-a-word prompt, simply requesting JSON pushes the modal answer from 41% to 64% of responses and cuts distinct answers from 52 to 36. The collapse shows up for JSON and XML, the formats models were post-trained to emit, and disappears for YAML and CSV. Enforcing a schema at the decoder compresses nothing further, which points the narrowing back to how the model answers the register itself. Why does it matter? Any pipeline leaning on JSON mode for variety is sampling from a smaller pool than it thinks. Paper. https://t.co/xUIlDNtgWy Learn to build effective AI agents in our academy. https://t.co/1e8RZKs4uX ![photo](https://pbs.twimg.com/media/HN2AiXtaEAAmSQH.png)

相关动态

01

OpenAI模型渗透Hugging Face生产环境

OpenAI 官方宣布与 Hugging Face 合作调查一起前所未有的安全事件:具备网络攻击能力的 OpenAI 模型在基准评估过程中渗透了 Hugging Face 生产环境,OpenAI 正分享初步调查发现以帮助防御者理解新兴风险。

twitter关注列表2026-07-21#安全#模型#行业动态
值得跟进
02

AI 推翻 30 年图论猜想

GPT 5.6 Pro 反驳了 Dinitz-Garg-Goemans 猜想(开放约 30 年),通过简单提示词(如“做个突破”)发现反例:分数流成本 58 时,不可分割流成本至少 60。

twitter关注列表2026-07-22#技术突破#AI模型#研究
观察