惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

人人都是产品经理
人人都是产品经理
博客园_首页
博客园 - 三生石上(FineUI控件)
V
Visual Studio Blog
Hugging Face - Blog
Hugging Face - Blog
美团技术团队
小众软件
小众软件
T
Tailwind CSS Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
月光博客
月光博客
有赞技术团队
有赞技术团队
WordPress大学
WordPress大学
博客园 - 【当耐特】
Apple Machine Learning Research
Apple Machine Learning Research
罗磊的独立博客
V
V2EX
酷 壳 – CoolShell
酷 壳 – CoolShell
IT之家
IT之家
量子位
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Recent Announcements
Recent Announcements
M
MIT News - Artificial intelligence
阮一峰的网络日志
阮一峰的网络日志
The GitHub Blog
The GitHub Blog

Apple Machine Learning Research

Multilingual Knowledge Transfer under Data Constraints via Lexical Interventions Scaling Laws for Mixture Pretraining Under Data Constraints Examining Human-Like Behaviors in LLMs: A Multi-Dimensional Analysis of Model Behaviors, User Factors, and System Prompts The P-Completeness of Inverted Index Traversal: On the Complexity of Evaluating Boolean Query DAGs MVICAD2: Multi-View Independent Component Analysis with Delays and Dilations A Specialized Semismooth Newton Method for Kernel-Based Optimal Transport When Unlearning Is Free: Leveraging Low Influence Points to Reduce Computational Costs Scaling Categorical Flow Maps Beyond Next-Token Prediction: A Performance Characterization of Diffusion versus Autoregressive Language Models Arbitrage: Efficient Reasoning via Advantage-Aware Speculation Locking Pretrained Weights via Deep Low-Rank Residual Distillation DeepAmbigQA: Ambiguous Multi-hop Questions for Benchmarking LLM Answer Completeness Taming Outlier Tokens in Diffusion Transformers Understanding Alignment in Multimodal LLMs: A Comprehensive Study Dimensionality Reduction Meets Network Science: Sensemaking on UMAP’s kNN Graph MoMo: Dial Motion Mode in Robot Manipulation with Spatiotemporal Action Tokenization Memory Efficient Audio Synthesis with Decoupled Temporal Depth Diffusion Transformers GH-ESD: Grounded Hypothesis-Driven Error Slice Discovery for Instance-Level Vision Tasks LEAD: Breaking the No-Recovery Bottleneck in Long-Horizon Reasoning Environment-free Synthetic Data Generation for API-Calling Agents Accelerating Text-to-Video Generation with Calibrated Sparse Attention RayRoPE: Projective Ray Positional Encoding for Multi-View Attention LVSum: A Benchmark for Timestamp-Aware Long Video Summarization Length Value Model: Scalable Value Pretraining for Token-Level Length Modeling When Unlearning Is Free: Leveraging Low Influence Points to Reduce Computational Costs Show Me Examples: Inferring Visual Concepts from Image Sets Location-Invariant Properties of Functions Versus Properties of Distributions: United in Testing but Separated in Verification Interactive Proofs for General Distribution Properties Doubly Sub-linear Interactive Proofs of Proximity Personalizing Incremental Video Search with Hybrid Text and ID Embeddings
GRPO Beyond English: A Large-Scale Study of GRPO in Non-E...
2026-08-18 · via Apple Machine Learning Research

AuthorsKonstantin Dobler†**, Federico Scozzafava, Jonathan Janke, Mohamed Ali, Simon Lehnerer

Reinforcement Learning with Verifiable Rewards (RLVR), often optimized with Group Relative Policy Optimization (GRPO), has become a central recipe for improving the reasoning capabilities of pretrained language models but current studies remain heavily English-centric. We conduct a large-scale empirical study of multilingual and non-English GRPO across a wide range of base models, training languages, and different reasoning language rewards. We find that training to reason in the native language often leaves only a small gap to training for English reasoning. We further observe strong crosslingual transfer: training in one language often improves performance in many others. However, specific trends are highly model- and language-dependent. In some cases, training in a particular language induces severe regressions on out-of-domain capabilities in other languages. Our analysis shows that RLVR beyond English can provide broad crosslingual gains, but also requires broad evaluation to detect language-specific regressions.

  • † Hasso Plattner Institute & ELLIS Unit Potsdam
  • ** Work done while at Apple

Related readings and updates.

Despite their sophisticated general-purpose capabilities, Large Language Models (LLMs) often fail to align with diverse individual preferences because standard post-training methods, like Reinforcement Learning with Human Feedback (RLHF), optimize for a single, global objective. While Group Relative Policy Optimization (GRPO) is a widely adopted on-policy reinforcement learning framework, its group-based normalization implicitly assumes that all…

Read more

Current Large Language Models (LLMs) are predominantly designed with English as the primary language, and even the few that are multilingual tend to exhibit strong English-centric biases. Much like speakers who might produce awkward expressions when learning a second language, LLMs often generate unnatural outputs in non-English languages, reflecting English-centric patterns in both vocabulary and grammar. Despite the importance of this issue,…

Read more