πŸ“„ Notable* Recent AI/ML arXiv Papers

Last updated just now...

πŸ“„ MDLMPE: Distribution Aware Positional Encoding for Masked Diffusion Language Models
πŸ—“οΈ Published: 8/4/2026
πŸ”— http://arxiv.org/abs/2608.03769v1
πŸ‘₯ Authors: Tong Ling, Hang Lei, Feng Xiao (possible past Google (United States) affiliation), Changhui Sun, Jiahang Xie, Hao Liu (possible past Tencent (China) affiliation), Lu Liu, Yanlong Du
Abstract

Masked diffusion language models (MDLMs) enable parallel generation and bidirectional context modeling, but their positional context differs fundamentally from that of autoregressive (AR) models. Whereas AR decoding exposes a contiguous prefix, MDLM denoising produces dynamic, non-contiguous configurations of revealed and masked tokens. Conventional positional encodings such as RoPE capture sequence order and pairwise displacement but remain insensitive to this evolving token-availability struct...

πŸ“„ PhyAI: Real-Time Physical AI at the Edge, Scalable Rollouts in the Cloud
πŸ—“οΈ Published: 8/4/2026
πŸ”— http://arxiv.org/abs/2608.03682v1
πŸ‘₯ Authors: Chenghua Wang, Daliang Xu, Dongqi Cai, Duojin Sun, Hao Zhang (possible past Tencent (China) affiliation), Haoze Qian, Huaiyuan Zhang, Jinshuo Cui, Kezhao Zhao, Longxi Gao, Mengwei Xu, Rongjie Yi, Tianyue Zhang, Weikai Xie, Xiyuan Tan, Xuanzhe Liu, Yingying Qin, Yiwen Lu, Yuan Yao (possible past Tsinghua University affiliation), Yuezhi Zu, Yunhan Guo, Ziqi Guo
Abstract

Physical AI policies require inference throughout their lifecycle, including model evaluation, cloud reinforcement learning rollout, edge GPU serving, and onboard deployment. Although these settings share the same checkpoint and action semantics, they often rely on separate inference programs. To unify them, we build PhyAI, a Physical AI inference engine with a single runtime that keeps architecture-specific conditioning, solver, cache, and output logic in model adapters while sharing graph exec...

πŸ“„ When Teachers Mislead: Spurious-Signal-Aware On-Policy Distillation
πŸ—“οΈ Published: 8/4/2026
πŸ”— http://arxiv.org/abs/2608.03632v1
πŸ‘₯ Authors: Yinuo Jiang, Yongjie Ye, Zhou Tao, Xiang Zhuang, Qiang Zhang (possible past Tsinghua University affiliation), Huajun Chen (possible past Alibaba Group (China) affiliation), Tiankai Li
Abstract

On-Policy distillation (OPD) transfers teacher capabilities by supervising student-sampled trajectories with dense token-level teacher signals. Recent selective OPD methods improve this process by prioritizing signals that are confident, informative, or learnable. However, the assumptions overlook a fundamental failure mode of language models: their token-level judgments can be driven by input-agnostic language priors, formatting conventions, or stereotyped reasoning templates rather than task-s...

πŸ“„ Training Documents Reranker with Search Rubrics for Deep Research Agent
πŸ—“οΈ Published: 8/4/2026
πŸ”— http://arxiv.org/abs/2608.03527v1
πŸ‘₯ Authors: Wenhan Liu, Yu Lu, Qiaolin Xia, Hui Xu, Tong Zhao, Jian Xi, Yutao Zhu, Haijin Liang (possible past Baidu (China) affiliation), Haibo Shi, Hao Wang (possible past Tsinghua University affiliation), Zhicheng Dou
Abstract

Retrieval systems help deep research agents generate high-quality answers by providing relevant documents. However, existing retrievers typically select documents through relevance matching, while individually well-matched top-$k$ documents may not form a \textit{set} that satisfies the complex information needs of an agent query (\eg, diverse, concise and authoritative documents). In this paper, we propose search-oriented rubrics that \textit{explicitly} define the requirements that high-qualit...

πŸ“„ ChartAnno: Evaluating MLLMs for Chart Annotation Generation
πŸ—“οΈ Published: 8/4/2026
πŸ”— http://arxiv.org/abs/2608.03464v1
πŸ‘₯ Authors: Zhenghan Chen, Zekai Shao, Lidan Tan, Xin Lin, Xingchen Zeng, Yi Shan (possible past Baidu (China) affiliation), Ziyue Lin, Xiaoliang Fu, Xinyuan Liu (possible past Peking University affiliation), Yuetong Guo, Fen Wang, Bongshin Lee, Siming Chen
Abstract

Multimodal large language models (MLLMs) have made significant progress in chart understanding, generation, and editing, but their ability to annotate existing charts remains underexplored. Annotating charts is a common yet challenging communicative task, requiring models to infer intended messages, interpret chart semantics, and place appropriate textual or graphical elements. To address this gap, we introduce ChartAnno, a benchmark for evaluating MLLMs on chart annotation generation. It contai...

πŸ“„ LLaDA MoE v2: Scaling Mixture-of-Experts Diffusion Language Models
πŸ—“οΈ Published: 8/4/2026
πŸ”— http://arxiv.org/abs/2608.03457v1
πŸ‘₯ Authors: Fengqi Zhu, Shaoxuan Xu, Jingyang Ou, Zebin You, Yipeng Xing, Huabin Liu, Xiaolu Zhang, Jun Zhou, Zhenzhong Lan (possible past Google (United States) affiliation), Yankai Lin (possible past Tsinghua University affiliation), Wayne Xin Zhao (possible past Baidu (China) affiliation), Jianguo Li, Chongxuan Li, Ji-Rong Wen
Abstract

Diffusion language models (dLLMs) offer an alternative to autoregressive (AR) language modeling, yet the scaling behavior of Mixture-of-Experts (MoE) dLLMs remains poorly understood. We systematically characterize how optimization hyperparameters, compute allocation, and architecture scale for MoE dLLMs, identifying quantitative differences from scaling trends previously reported for AR models. Specifically, for optimization, the optimal nominal batch size grows faster, while the optimal learnin...

πŸ“„ DataSpace: Benchmarking Data Agents for Verifiable Analytics over Heterogeneous Workspaces
πŸ—“οΈ Published: 8/4/2026
πŸ”— http://arxiv.org/abs/2608.03451v1
πŸ‘₯ Authors: Boyan Li, Zhuowen Liang, Yupeng Xie, Xiaotian Lin, Tianqi Luo, Xinyu Liu, Yizhang Zhu, Zhangyang Peng, Yuan Li (possible past Google (United States) affiliation), Zhengxuan Zhang, Jiayi Zhang, Nan Tang, Guoliang Li (possible past Tsinghua University affiliation), Yuyu Luo
Abstract

Data agents enable natural-language analytics over organizational workspaces, where relevant evidence may be scattered across databases, structured files, long documents, and multimedia. Existing benchmarks largely isolate structured querying, retrieval, or open-ended analysis, leaving heterogeneous evidence discovery, complete tabular outputs, and deterministic evaluation insufficiently unified. We introduce DataSpace, a benchmark in which data agents produce verifiable tabular results from tas...

πŸ“„ Balancing Efficiency and Efficacy: Training-Free Attention-Guided Switching Between Explicit and Latent Thoughts for MLLMs
πŸ—“οΈ Published: 8/4/2026
πŸ”— http://arxiv.org/abs/2608.03450v1
πŸ‘₯ Authors: Haoqian Kang, Liupeng Li, Kuofeng Gao, Jinpeng Wang (possible past Tencent (China) affiliation), Zhenyu Lu, Bin Chen, Ke Chen (possible past Tencent (China) affiliation), Yaowei Wang
Abstract

Reasoning in Multimodal Large Language Models (MLLMs) requires both fine-grained visual perception and rigorous logical deduction. Explicit text-based Chain-of-Thought (CoT) is computationally expensive and prone to visual hallucinations, while existing latent reasoning methods typically require costly training. Furthermore, directly adapting training-free LLM reasoning mechanisms to the multimodal setting yields unstable performance. We identify that this failure stems from their reliance on to...

πŸ“„ AgentPanel: Toward a New Paradigm for Human--AI Collaboration in Exploring Scientific Questions
πŸ—“οΈ Published: 8/4/2026
πŸ”— http://arxiv.org/abs/2608.03283v1
πŸ‘₯ Authors: Zhiyao Cui, Qianyi Wang, Haoyang Yan, Yiqun Zhang, Siyue Ren, Hangfan Zhang, Zelin Tan, Hao Li (possible past Tsinghua University affiliation), Chunjiang Mu, Dexian Cai, Shao Zhang, Chen Zhang (possible past Peking University affiliation), Meng Li (possible past Meta (United States) affiliation), Jianan Chai, Yuting Fan, Zichao Ye, Xiaolei Yang, Xinyao Lu, Yuyang Yu, Wenjie Lou, Xiaosong Wang (possible past Nvidia (United States) affiliation), Fenghua Ling, Shiyang Feng, Mao Su, Qiaosheng Zhang, Bo Zhang (possible past Tencent (China) affiliation), Yang Chen (possible past Tencent (China) affiliation), Lei Bai, Shuyue Hu
Abstract

Identifying promising scientific ideas remains an important challenge in research practice. Researchers commonly rely on small-group discussions or one-to-one interactions with a single large language model, yet these approaches often expose them to only a limited range of perspectives and directions. We present AgentPanel, a multi-agent forum for human--AI collaboration in scientific exploration. Heterogeneous agents asynchronously discuss scientific questions in a forum-style environment, whil...

πŸ“„ GUI-Lens: Coarse-to-Fine Cropping for GUI Grounding with General-Purpose VLMs
πŸ—“οΈ Published: 8/4/2026
πŸ”— http://arxiv.org/abs/2608.03270v1
πŸ‘₯ Authors: Zichuan Fu, Shirong Wang, Wenlin Zhang, Guojing Li, Yimin Deng, Jingtong Gao, Junjia Qi, Hanyu Yan, Yefeng Zheng (possible past Tencent (China) affiliation), Xiaopeng Li, Wanyu Wang, Xian Wu (possible past Tencent (China) affiliation), Xiangyu Zhao
Abstract

GUI grounding maps natural-language instructions to click locations and is essential for reliable GUI agents. The task remains difficult on high-resolution, densely populated interfaces because a vision-language model (VLM) may recognize a requested control without locating it precisely enough for interaction. Most existing methods provide various forms of localization assistance, but still rely on a direct click prediction, allowing visual ambiguity or an inaccurate initial estimate to propagat...

πŸ“„ GROW: Group-Relative Advantage-Weighted On-Policy Reinforcement Learning of Autoregressive-Diffusion Text-to-Speech model
πŸ—“οΈ Published: 8/4/2026
πŸ”— http://arxiv.org/abs/2608.03215v1
πŸ‘₯ Authors: Guanrou Yang, Tian Tan, Qian Chen (possible past Shanghai Jiao Tong University affiliation), Ziyang Ma, Yakun Song, Zhikang Niu, Qi Chen (possible past Baidu (China) affiliation), Wenming Tu, Haitao Li, Shan Yang (possible past Google (United States) affiliation), Xie Chen
Abstract

Reinforcement learning for flow-matching text-to-speech is complicated by deterministic ODE sampling: trajectory-level policy-gradient methods typically convert the ODE into an SDE and track per-step likelihood ratios, introducing stochastic perturbations and substantial overhead. We propose GROW, a group-relative advantage-weighted on-policy RL method that acts directly on the standard flow-matching objective. For each prompt, GROW samples a group of on-policy utterances, separately standardize...

πŸ“„ When Refusal Looks Safe: The Refusal-Cue Shortcut in Safety Guard Models
πŸ—“οΈ Published: 8/4/2026
πŸ”— http://arxiv.org/abs/2608.03201v1
πŸ‘₯ Authors: Yu Feng (possible past University Of California, Berkeley affiliation), Chunting Zang, Chen Shen (possible past Tencent (China) affiliation), Rui Miao, Ge Teng, Weidong Cai, Jieping Ye
Abstract

Safety guards are widely used to filter harmful content and are typically trained via supervised fine-tuning on labeled prompt-response pairs. We audit two widely used safety-guard training datasets, WildGuardMix and GR-Train, and find that among responses to harmful prompts, refusal expressions co-occur almost exclusively with unharmful labels. This imbalance motivates what we term the refusal-cue shortcut: inserting a refusal cue into a harmful response could flip the guard's verdict from harm...

πŸ“„ CorePath: A Breast-Specialized Pathology Foundation Model for Core Needle Biopsy Diagnosis and Risk-Controlled Report Generation
πŸ—“οΈ Published: 8/4/2026
πŸ”— http://arxiv.org/abs/2608.03079v1
πŸ‘₯ Authors: Ting Yin, Danning Li, Chen Shu, Xiaoxia Yao, Boyu Fu, Yujing Chang, Tianyu Shi, Mengna Feng, Jie Chen (possible past Tencent (China) affiliation), Jing Fu, Xiuli Xiao, Tianlin Li, Mumin Shao, Jiaxin Bi, Wenchuan Zhang, Xiaoyan Wu, Xiao Han (possible past Tencent (China) affiliation), Zhang Zhang, Yuhao Yi, Hong Bu
Abstract

Breast core needle biopsy (CNB) is central to breast cancer diagnosis yet remains challenging because limited tissue sampling, lesion heterogeneity, and subtle morphologic overlap can obscure subtype distinctions. We developed CorePath, a breast-specialized multimodal pathology foundation model fine-tuned from PRISM using 7901 paired CNB whole-slide images and diagnostic reports from two centers. Evaluated across six CNB cohorts and two public breast pathology benchmarks without task-specific re...

πŸ“„ AI Security Leaderboard: Methodology, Results and Minimal Standard
πŸ—“οΈ Published: 8/4/2026
πŸ”— http://arxiv.org/abs/2608.03070v1
πŸ‘₯ Authors: Jasper Timm, Lukas Struppek, Ziwei Xu, Grace Cheong, Oscar Mata, Dan Zhao, Mick Yang, Isadora De Andrade, Xiaojun Jia, Yiming Li (possible past Tsinghua University affiliation), Samuel Bauer, Heather Mcintyre, Adam Gleave (possible past University Of Cambridge affiliation), Edward Yee, Kellin Pelrine
Abstract

Frontier AI model developers increasingly rely on layered safeguards to prevent catastrophic misuse, but little public evidence exists on how much protection these safeguards provide, or how consistently across developers. We introduce the FAR.AI Minimal Standard for Safeguards, Version 1.0: a taxonomy of 67 readily accessible static jailbreak techniques, a method for composing them into a very large attack space, and a benchmark of flagship models against a sample of it. We evaluate Claude Fabl...

πŸ“„ PACE: Adaptive Budget Allocation for Time-Efficient Embodied Planning
πŸ—“οΈ Published: 8/4/2026
πŸ”— http://arxiv.org/abs/2608.03034v1
πŸ‘₯ Authors: Yuchen Huang, Xijiang Ying, Zhenhua Ma, Xiaxiang Yuan, Zhijie Gao, Jiayi Huang, Ruichi Mao, Jiazheng Zhang, Hongsheng Ti, Maotao Tian, Rong Shi, Lu Zhao, Shizhuang Zhang, Zhuo Cui, He Wang (possible past Stanford University affiliation), Ling Liu, Wei Zhang (possible past Tsinghua University affiliation)
Abstract

Reasoning-enhanced large language models have achieved remarkable improvements in planning tasks, yet their deployment in embodied systems remains impractical due to prohibitive inference delays-often exceeding minutes per planning instance. The fundamental bottleneck stems from the serial nature of existing paradigms: models must complete all reasoning before any action execution, leaving execution time windows entirely unexploited. We introduce PACE (Planning with Adaptive Cognitive Effort), a...

πŸ“„ CastFSR: A Fast--Slow--Reflect Agentic Reasoning Framework for Context-Aware Time Series Forecasting
πŸ—“οΈ Published: 8/4/2026
πŸ”— http://arxiv.org/abs/2608.03031v1
πŸ‘₯ Authors: Xiaoyu Tao, Mingyue Cheng, Bokai Pan, Chuang Jiang, Huanjian Zhang, Tian Gao, Yaguo Liu, Qi Liu (possible past Tencent (China) affiliation), Enhong Chen (possible past Baidu (China) affiliation)
Abstract

Time series forecasting is fundamental to decision-making in complex systems, where future dynamics are influenced not only by historical observations but also by evolving contextual features. Recent advances in large language models (LLMs) have extended forecasting beyond numerical extrapolation toward context-aware reasoning. However, existing approaches often lack explicit mechanisms to identify relevant contexts, reason about their impacts, and validate forecasts against temporal and domain ...

πŸ“„ DiffImaginE: Imagine to Verify Entity Types with Diffusio
πŸ—“οΈ Published: 8/4/2026
πŸ”— http://arxiv.org/abs/2608.03025v1
πŸ‘₯ Authors: Feng Zhang, Feiyu Han, Rongxin Yang, Yang Liu (possible past Tsinghua University affiliation), Yancheng Chen, Rui Wang (possible past Tencent (China) affiliation), Yingguang Yang, Tian Xueyun, Chongyang Zhang, Hao Zheng, Xu Kefu, Congjing Ran, Fuhai Chen, Bin Chong
Abstract

Multimodal named entity recognition (MNER) determines whether each candidate span and entity-type hypothesis is supported by joint textual and visual evidence. Existing imagine-and-compare verifiers map each (span, type) pair to one predicted visual feature, compressing diverse visual realisations into a single prototype and providing a compatibility score without explicit probabilistic semantics. We introduce DiffImaginE, which formulates MNER type verification as conditional latent diffusion i...

πŸ“„ Quo Vadis, World Modeling?
πŸ—“οΈ Published: 8/3/2026
πŸ”— http://arxiv.org/abs/2608.02713v1
πŸ‘₯ Authors: Yu Yang, Xuemeng Yang, Licheng Wen, Lingdong Kong, Xiaobin Hu (possible past Tencent (China) affiliation), Dongyue Lu, Wei Chow, Xiyan Huang, Yuxiang Feng, Yue Liao, Jianbiao Mei, Daocheng Fu, Rong Wu, Pinlong Cai, Ran Yi (possible past Shanghai Jiao Tong University affiliation), Ying Tai (possible past Tencent (China) affiliation), Jiangning Zhang (possible past Tencent (China) affiliation), Botian Shi, Yong Liu, Shuicheng Yan (possible past National University Of Singapore affiliation)
Abstract

Continually improving agents require dynamic interaction feedback beyond static supervision, yet direct real-environment interaction is costly, slow, unsafe, and hard to parallelize. World modeling offers a natural intermediate proxy that allows agents to query lower-cost, more controllable feedback before committing to real actions. Classical world models instantiate this proxy primarily through future physical-state prediction, a formulation useful yet narrow for agents that require actionable...

πŸ“„ Dynamically Allocating Evaluation Effort for Model Ranking
πŸ—“οΈ Published: 8/4/2026
πŸ”— http://arxiv.org/abs/2608.03437v1
πŸ‘₯ Authors: VilΓ©m Zouhar, Julia Kreutzer (possible past Google (United States) affiliation), Alon Lavie, Tom Kocmi, Matt Post, OndΕ™ej Bojar (possible past Tencent (China) affiliation), Mrinmaya Sachan
Abstract

While human evaluation is the gold standard in many NLP tasks, it suffers from prohibitive costs and poor scalability. When identifying top-performing models, typical evaluation protocols waste effort by exhaustively evaluating all models on the entire benchmark, a safe but inefficient approach. In this work, we formalize multi-model human evaluation as a best-arm identification problem in a multi-armed bandit setup with correlated arms, where pulling an arm corresponds to human-evaluating a mod...

πŸ“„ ScoreField: Neural Inverse Scattering with Score-Based Generative Priors
πŸ—“οΈ Published: 8/3/2026
πŸ”— http://arxiv.org/abs/2608.02937v1
πŸ‘₯ Authors: Wenhan Guo, Yuan Gao (possible past Tencent (China) affiliation), Yu Sun (possible past Baidu (China) affiliation)
Abstract

Designing an effective electromagnetic inverse-scattering solver requires faithful enforcement of nonlinear full-wave physics together with an expressive prior on the unknown permittivity contrast. We propose ScoreField, a neural inverse scattering framework that integrates coupled implicit neural representations (INRs) with a pretrained score-based generative prior. ScoreField employs two INRs to parameterize the permittivity contrast and the induced current fields, and jointly optimize them un...

πŸ“„ RoMeRL: Balancing Feedback Coverage and the Memory-Reward Trap in Self-Evolving Agent Memory via Reduced-Order Utility States
πŸ—“οΈ Published: 8/3/2026
πŸ”— http://arxiv.org/abs/2608.02508v2
πŸ‘₯ Authors: Yi Yang (possible past Baidu (China) affiliation), Zhennan Chen, Yihong Zhuang, Tiehan Fan, Yinan Chen, Jian Li (possible past Tencent (China) affiliation), Jian Yang, Ying Tai (possible past Tencent (China) affiliation)
Abstract

Learning-based memory systems for self-evolving LLM agents face two tightly coupled challenges. First, trajectory-indexed utilities grow with the interaction history, thereby dispersing limited feedback over an ever-expanding state space. Second, because trajectory-level rewards are jointly assigned to co-retrieved memories, irrelevant experiences may receive misleading utility updates and consequently enter the memory-reward trap. To address these challenges, we introduce Reduced-Order Memory R...

πŸ“„ Advancing Relevance Measurement with Vision-Language Models for Web-Scale Search
πŸ—“οΈ Published: 8/3/2026
πŸ”— http://arxiv.org/abs/2608.02446v1
πŸ‘₯ Authors: Han Wang (possible past Peking University affiliation), Alex Whitworth, Pak Ming Cheung, Zhenjie Zhang, Krishna Kamath, Xi Chen (possible past University Of California, Berkeley affiliation), Roberto Konow, Kurchi Subhra Hazra
Abstract

Relevance evaluation plays a crucial role in personalized search systems, serving as a guardrail alongside user engagement metrics to ensure that search results align with user queries and intent. While human annotation is the traditional method for relevance evaluation, its high cost and long turnaround time limit its scalability. In this work, we present a VLM-based automated relevance evaluation pipeline deployed within Pinterest Search for online A/B experiments. We rigorously validate the a...

πŸ“„ Qwen-CUA: Native Computer Use for (almost) Everything
πŸ—“οΈ Published: 8/3/2026
πŸ”— http://arxiv.org/abs/2608.02352v1
πŸ‘₯ Authors: Dunjie Lu, Shuai Bai, Tianyi Bai, Sicheng Fan, Chang Gao, Jian Guan, Feng Hu, Mianqiu Huang, Xingyang Huang, Yizhen Jiang, Yuheng Jing, Dehui Kong, Ning Li, Dayiheng Liu, Shixuan Liu, Zheng Liu, Que Shen, Bowen Wang, Junli Wang, Chencan Wu, Rui Xie, Tianbao Xie, Zhihui Xie, Haiyang Xu, An Yang, Tao Yu (possible past University Of Washington affiliation), Wenzhen Yuan (possible past Massachusetts Institute Of Technology affiliation), Xi Zhang, Zhenru Zhang, Mingkang Zhu, Zhaoqing Zhu, Yizhong Cao, Kai Dang, Binyuan Hui, Kaixin Li, Junyang Lin, Haiquan Wang, Zekun Wang, Yiheng Xu, Fan Yan, Mengqi Yuan, Danyang Zhang, Jiajun Zhang, Zhipeng Zhang, Fan Zhou, Fan Zhou
Abstract

Native computer use offers a general interface for agents to operate almost any software available to people, but requires long-horizon state tracking, large-scale interactive experience, and learning from sparse yet verifiable outcomes. We introduce Qwen-CUA, a native computer-use agent with a 397B-A17B Qwen mixture-of-experts backbone. It observes only screenshots and acts through keyboard and mouse events, without DOM trees, accessibility metadata, or task-specific APIs. Its scaffold maintain...

πŸ“„ BRiG-AFA: Bellman Risk-to-Go Learning for Non-Myopic Active Feature Acquisition
πŸ—“οΈ Published: 8/3/2026
πŸ”— http://arxiv.org/abs/2608.02305v1
πŸ‘₯ Authors: Jiaorong Feng, Qian Li (possible past National University Of Defense Technology affiliation), Ying Li (possible past Meta (United States) affiliation)
Abstract

Active feature acquisition (AFA) asks which unobserved feature to measure next for each test instance under a budget. Greedy rules are easy to train but can overlook context features whose value is realized only through later acquisitions, while reinforcement-learning and generative approaches introduce difficult optimization or conditional-density estimation. We introduce \method, a deployable, supervised alternative that learns a separate candidate-conditioned risk-to-go function for every rem...

πŸ“„ Start Classifying: Categorical Critics for LLM Reinforcement Learning
πŸ—“οΈ Published: 8/3/2026
πŸ”— http://arxiv.org/abs/2608.02181v1
πŸ‘₯ Authors: Zhijian Zhou, Long Li, Xuan Zhang (possible past Meta (United States) affiliation), Zongkai Liu, Yulei Qin, Ke Li (possible past University Of California, Berkeley affiliation), Xing Sun (possible past Tencent (China) affiliation), Xiaoyu Tan, Chao Qu, Yuan Qi
Abstract

Proximal Policy Optimization (PPO) for large language models typically trains its critic by mean-squared-error (MSE) regression on scalar value targets. Although scalar MSE is statistically valid for estimating the conditional expected return, sparse binary rewards in reinforcement learning with verifiable rewards (RLVR) make critic optimization and calibration especially consequential: small value errors directly distort the scalar advantages used by PPO. We study whether a classification-based...

πŸ“„ Self-Improving Large Language Models via Progressive Experience Evolution
πŸ—“οΈ Published: 8/3/2026
πŸ”— http://arxiv.org/abs/2608.02139v2
πŸ‘₯ Authors: Shijie Ren, Xiting Wang, Meng Li (possible past Meta (United States) affiliation), Yujie Guo, Yunhang Yao, Ziheng Peng, Xunlong Wang, Yuetan Chen, Haoyang Zhou, Yunlong Liang, Fandong Meng (possible past Tencent (China) affiliation)
Abstract

Large language models (LLMs) capable of self-improvement require not only effective policy optimization, but also a principled mechanism for transforming transient interaction experience into persistent model capabilities. Existing self-improvement paradigms remain fragmented: test-time methods can explicitly extract experience but cannot internalize it into model parameters, whereas training-time optimization methods can update model parameters but lack an explicit mechanism for accumulating tr...

πŸ“„ One QK Channel, Many Sources: Guarding Low-Precision Attention Collapse
πŸ—“οΈ Published: 8/3/2026
πŸ”— http://arxiv.org/abs/2608.02091v1
πŸ‘₯ Authors: Shuxiao Xie, Shuyang Xie, Yuan Cao (possible past Google (United States) affiliation), Dezhi Ran, Wei Yang (possible past Tencent (China) affiliation), Tao Xie
Abstract

A bfloat16 transformer can train normally for many steps and then collapse abruptly. Distinct low-precision errors can trigger the same failure, leaving unclear whether each source needs its own repair or one shared route can be blocked. We isolate a reproduced GPT-2-class collapse to the streaming-softmax accumulator, where fp32 accumulation repairs it, and use the fault as an assay for moving controlled errors across sources. Errors placed outside attention still drive the same query-key (QK) ...

*Notable papers are those with at least two authors from a "big" AI/ML lab.