PulseAugur
实时 21:02:23
English(EN) The paper reported jumps like 21% to 97%. My replication got +2%.

研究发现,提示重复对短LLM任务的收益极小

一项对LLM提示重复的研究复现发现,在短上下文问题上仅有2%的微小改进,与论文报告的长上下文任务高达97%的收益形成鲜明对比。实验通过Groq API在100个MMLU问题上使用了LLaMA 3.1 8B Instant模型。作者认为,效果尺寸小的原因是问题的简短性质,这不像原始论文观察到显著收益的长上下文检索任务那样会给模型的注意力机制带来压力。 AI

影响 表明提示重复的有效性高度依赖于任务的复杂性及其对LLM注意力机制的压力。

排序理由 复现研究论文的发现,但结果不同。[lever_c_demoted from research: ic=1 ai=1.0]

在 dev.to — LLM tag 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

研究发现,提示重复对短LLM任务的收益极小

报道来源 [1]

  1. dev.to — LLM tag TIER_1 English(EN) · Pranav Raj ·

    The paper reported jumps like 21% to 97%. My replication got +2%.

    <p><strong>TL;DR:</strong> I ran a small replication of the paper "Prompt Repetition Improves Non-Reasoning LLMs": 100 MMLU questions, one non-reasoning model, prompt sent once versus twice. Baseline 59%, repetition 61%. Probably not statistically significant, and that turned out…