PulseAugur
实时 12:30:24

新方法增强大型语言模型在长上下文和多语言任务中的推理能力

研究人员开发了新的方法来提高大型语言模型(LLM)的推理能力,特别是在长上下文和多语言任务方面。一种方法 OGLS-SD,在策略内自蒸馏过程中使用结果引导的logit引导来校准教师模型的响应,从而实现更稳定有效的推理。另一种方法 dGRPO,将策略内优化与蒸馏相结合,以增强长上下文推理,并引入了一个名为 LongBlocks 的新数据集。此外,COPSD 通过自蒸馏将高资源语言的推理行为转移到低资源语言,专门针对低资源语言,在多语言数学推理方面取得了显著改进。 AI

影响 这些新技术为 LLM 推理提供了更高的稳定性和有效性,尤其是在具有挑战性的长上下文和多语言场景中,有可能拓宽其应用范围。

排序理由 多篇 arXiv 论文详细介绍了改进 LLM 推理的新方法。

在 arXiv cs.CL 阅读 →

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

新方法增强大型语言模型在长上下文和多语言任务中的推理能力

报道来源 [4]

  1. arXiv cs.CL TIER_1 English(EN) · Bingbing Wen ·

    STOP:低数据环境下长篇推理的结构化策略内剪枝

    Long chain-of-thought (Long CoT) reasoning improves performance on multi-step problems, but it also induces overthinking: models often generate low-yield reasoning that increases inference cost and latency. This inefficiency is especially problematic in low-data fine-tuning regim…

  2. arXiv cs.AI TIER_1 English(EN) · Weitong Zhang ·

    OGLS-SD:基于策略的自蒸馏,结合结果引导的logit引导,用于LLM推理

    We study {on-policy self-distillation} (OPSD), where a language model improves its reasoning ability by distilling privileged teacher distributions along its own on-policy trajectories. Despite the performance gains of OPSD, we identify a common but often overlooked mismatch betw…

  3. arXiv cs.CL TIER_1 English(EN) · André F. T. Martins ·

    结合On-Policy优化与蒸馏技术,实现大语言模型长上下文推理

    Adapting large language models (LLMs) to long-context tasks requires post-training methods that remain accurate and coherent over thousands of tokens. Existing approaches are limited in several ways: 1) off-policy methods such as supervised fine-tuning (SFT) and knowledge distill…

  4. arXiv cs.CL TIER_1 English(EN) · Hinrich Schütze ·

    面向多语言推理的跨语言策略内蒸馏

    Large language models (LLMs) have achieved remarkable progress in mathematical reasoning, but this ability is not equally accessible across languages. Especially low-resource languages exhibit much lower reasoning performance. To address this, we propose Crosslingual On-Policy Se…