📄 Notable* Recent AI/ML arXiv Papers

Last updated just now...

📄 Harness-of-Harness: Multi-Day Autonomous Software Development with Continual Improvement
🗓️ Published: 9/1/2026
🔗 http://arxiv.org/abs/2609.01481v1
👥 Authors: Haoyang Yan, Min-Le Su, Hangfan Zhang, Zhanhao Li, Chen Zhang (possible past Peking University affiliation), Shao Zhang, Yang Chen (possible past Tencent (China) affiliation), Lei Bai, Shuyue Hu
Abstract

This paper studies autonomous software development, in which LLM-based coding agents transform high-level requirements into complete, functional, and usable software systems without human intervention. We introduce Harness-of-Harness (HoH), a framework that enables coding agents to continually improve software during autonomous development. HoH operates on existing coding-agent harnesses, and organizes their executions into iterative planning-coding-testing loops. To sustain improvement across l...

📄 EmbodiedSkills: A Unified Framework for Orchestrating, Training, and Deploying VLA Agents
🗓️ Published: 9/1/2026
🔗 http://arxiv.org/abs/2609.01281v1
👥 Authors: Wei Wang (possible past University Of Oxford affiliation), Wenqiao Zhang, Yutong Lin, Yuqian Yuan, Tianwei Lin (possible past Baidu (China) affiliation), Jinhao Mao, Zhenxuan Fan, Mingjian Gao, Yang Dai, Wentong Li, Zheqi Lv, Zheng Dong, Yingjie Niu, Jiaqi Zhu, Jun Xiao, Chao Li (possible past Baidu (China) affiliation), Yueting Zhuang
Abstract

Vision-language-action (VLA) models map visual observations and language instructions directly to robot actions, but long-horizon tasks require more than action prediction. An agent must coordinate perception, planning, execution, progress verification, and recovery as the physical state evolves. An action prediction or a model-generated skill decision does not, by itself, guarantee that the proposed operation is valid in the current state or that its outcome will be verified. We propose Embodie...

📄 From Language to Behavior: Scaling Sequence Transformers for Industrial Recommendation Ranking with Rec-Native Designs
🗓️ Published: 9/1/2026
🔗 http://arxiv.org/abs/2609.01240v1
👥 Authors: Jie Chen (possible past Tencent (China) affiliation), Xiangqian Yu, Yanchao Lian, Tan Lu, Run Yang, Zhengchun Shang, Xing Wang (possible past Tencent (China) affiliation), Cheng Chen (possible past Google (United States) affiliation), Ke Hu (possible past Google (United States) affiliation), Qiang Li, Tianjiu Yin, Xiaobing Liu (possible past Google (United States) affiliation)
Abstract

Scaling Transformers has driven large gains in language modeling, but transplanting this to behavior-sequence modeling in production ranking is challenging: recommendation differs in signal quality, where behavior sequences are noisy, temporally irregular, and sparsely supervised, and in computation asymmetry, where each request scores many candidates against one shared user history under tight latency budgets. We propose ReST, a recommendation-native Transformer scaling framework. For signal qu...

📄 ARISE-RL: Agentic Rubric-Grounded Iterative Self-Evolution with Reinforcement Learning
🗓️ Published: 9/1/2026
🔗 http://arxiv.org/abs/2609.01058v1
👥 Authors: Fanrui Zhang, Ruixue Ding, Qiang Zhang (possible past Tsinghua University affiliation), Xi Chen (possible past University Of California, Berkeley affiliation), Boli Chen, Shihang Wang, Qiuchen Wang, Hongmin Zhan, Jinxin Bian, Li Xingchao, Peijin Zheng, Hao Cheng (possible past Tencent (China) affiliation), Pengjun Xie, Kaipeng Zhang (possible past Tencent (China) affiliation), Jiawei Liu, Zheng-Jun Zha
Abstract

Training open-ended agents via reinforcement learning (RL) is hindered by the lack of verifiable gold answers and scalable rubrics. Moreover, even near the model's capability boundary, long-horizon open-ended agentic tasks often yield brittle and unstable rewards, resulting in weak or noisy rollout contrast that obscures fine-grained optimization signals for group-based policy learning. To address these challenges, we propose ARISE-RL, a novel full-cycle self-evolution framework that couples a t...

📄 User Representation via Cross Multi-source Behavior Pre-training for Mobile Games
🗓️ Published: 9/1/2026
🔗 http://arxiv.org/abs/2609.01057v1
👥 Authors: Chengqi Yang, Yiran Qiao, Feng Liu, Xingyu Lou, Zijun Zhou, Xiaoyun Mo, Changwang Zhang (possible past Tencent (China) affiliation), Jiayuan Xu, Jun Wang (possible past Tencent (China) affiliation), Xiang Ao
Abstract

User representation pre-training has become a fundamental paradigm for alleviating data sparsity in downstream personalization tasks. However, existing studies predominantly focus on single-app or app-level behaviors, overlooking the inherently cross-source and multi-granular nature of user activities on mobile devices. At the device level, user intent emerges from complex interactions among heterogeneous behavior sources and hierarchical action structures, posing challenges that cannot be addre...

📄 Figures as Programs: Recursive Generation of Editable Scientific Figures
🗓️ Published: 9/1/2026
🔗 http://arxiv.org/abs/2609.01006v1
👥 Authors: Yepeng Liu, Dasen Dai, Chengzhi Liu, Yiren Song, Hai Ci, Yu Zhang (possible past Google (United States) affiliation), Qi Zhang (possible past Tencent (China) affiliation), Mike Zheng Shou (possible past National University Of Singapore affiliation), Xin Eric Wang, Yuheng Bu
Abstract

Scientific methodology figures are essential for communicating complex methods clearly, yet creating them remains labor-intensive and typically requires multiple rounds of refinement. Recent image-generation models can synthesize visually appealing raster figures, but producing a human-satisfactory result in a single generation step remains difficult. Moreover, precise edits to raster figures are challenging for both humans and models. We formulate scientific figure generation as recursive SVG p...

📄 Polished but Unresolved: Identifying Late-Stage Pressure States in Long-Horizon Tool-Use Agents
🗓️ Published: 9/1/2026
🔗 http://arxiv.org/abs/2609.00823v1
👥 Authors: Haoyang Chen, Yi Liu (possible past Google (United States) affiliation), Jianzhi Shao, Xiaozhou Xu, Zhe Sun (possible past Tsinghua University affiliation), Wei Hu
Abstract

Long-horizon tool-use agents need not only to search and plan, but also to decide when to finalize. We study late-stage pressure states, in which an agent is biased toward submitting a final answer that appears complete and polished while key constraints remain unresolved. We first train a linear probe to show that this pressure state is identifiable from the agent's hidden states. Then, we use activation interventions along this pressure direction and find that shifting the hidden states change...

📄 ContextPipe: Database-Inspired Context Assembly for Long-Horizon Agents
🗓️ Published: 9/1/2026
🔗 http://arxiv.org/abs/2609.00749v1
👥 Authors: Peng Xu (possible past Google (United States) affiliation), Zuyu Zhang, Yuze Sun, Feng Tian, Long Wang, Chen Zhang (possible past Peking University affiliation)
Abstract

Long-horizon large language model (LLM) agents require context assembly: the runtime must decide what to include in each prompt, in what order, and when to compact history under a hard context-window budget and a byte-sensitive prompt cache. In production agentic systems, this logic is scattered across prompt builders, ad hoc compaction routines, cache-break workarounds, and per-provider shims. We argue that context assembly is structurally isomorphic to query execution in a relational database:...

📄 ChatDev 2.0: A No-Code Multi-Agent Platform for Developing Everything
🗓️ Published: 9/1/2026
🔗 http://arxiv.org/abs/2609.00714v1
👥 Authors: Yufan Dang, Shu Yao, Bowen Lai, Chenting Xu, Ruijie Shi, Wai-Shing Leung, Huatao Li, Chen Qian (possible past Shanghai Jiao Tong University affiliation), Zhiyuan Liu (possible past Tsinghua University affiliation)
Abstract

Large language model (LLM)-based multi-agent systems (MAS) have shown strong potential for solving complex tasks, yet their development forces a tradeoff: code frameworks are expressive but engineering-intensive, while no-code builders simplify authoring but constrain agent interactions to author-defined workflows. We present ChatDev 2.0: DevAll (hereafter DevAll), a no-code platform for building, executing, and inspecting heterogeneous MAS that delivers both high expressiveness and ease of use....

📄 EM^2Mem: Event-Centric Multimodal Memory for Large Language Models
🗓️ Published: 9/1/2026
🔗 http://arxiv.org/abs/2609.00551v1
👥 Authors: Yijun Chen, Yaqi Zheng, Yanya Li, Boyi Xiao, Buqiang Xu, Shuofei Qiao, Jizhan Fang, Xinle Deng, Yunzhi Yao, Xuehai Wang, Liuxin Zhang, Hui Li (possible past Baidu (China) affiliation), Huajun Chen (possible past Alibaba Group (China) affiliation), Shumin Deng (possible past Alibaba Group (China) affiliation)
Abstract

Multimodal memory offers a scalable interface for long-video question answering, but existing methods often retrieve captions, frames, transcripts, summaries, or graph facts as isolated fragments. Although searchable, such fragments are not generation-ready: language models must reconstruct cross-modal and temporal alignments at inference time, when context is limited and attribution is difficult. We propose EM^2Mem, an event-centric multimodal memory framework that binds heterogeneous evidence ...

📄 ISO-RAG: Isoperimetric Noise Control for Retrieval-Augmented Generation
🗓️ Published: 9/1/2026
🔗 http://arxiv.org/abs/2609.00513v1
👥 Authors: Siyuan Zhang, Hanchen Wang (possible past University Of Cambridge affiliation), Dong Wen, Ying Zhang (possible past Tencent (China) affiliation), Wenjie Zhang
Abstract

Retrieval-Augmented Generation (RAG) mitigates large language models (LLMs) hallucinations, yet conventional dense retrieval struggles with the complex reasoning paths of multi-hop question answering (QA). Graph-based RAG captures multi-step relationships but suffers from severe semantic drift and high online latency due to noisy global graph traversals. Thus, we propose ISO-RAG (ISOperimetric Retrieval-Augmented Generation), a geometry-aware RAG framework. By projecting the underlying knowledge...

📄 EvoFlint: An Evolutionary Atlas of Multi-Turn LLM Vulnerabilities
🗓️ Published: 8/31/2026
🔗 http://arxiv.org/abs/2609.00487v1
👥 Authors: Feitong Qiao, Liren Peng, Shiming Ren, Aishwarya Jadhav, Arghavan Bahadorinejad, Marinette Chen, Muhan Zhang (possible past Meta (United States) affiliation), Abdulaziz Suria, Gennevi Lu, Anish Das Sarma (possible past Stanford University affiliation)
Abstract

Frontier language models that refuse harmful single-turn prompts often comply when the same intent is reached gradually over many turns, making multi-turn attacks one of the least understood failure modes of large language models. Most automated red-teaming methods treat this as a generation problem: produce attacks that break the model. We argue it is better framed as a search problem: discover, organize, and iteratively refine a diverse archive of attack strategies, producing a structured map ...

📄 Dense Process Supervision for Search Agents via Fact Utility Estimation
🗓️ Published: 9/1/2026
🔗 http://arxiv.org/abs/2609.00833v1
👥 Authors: Rongzhi Zhu, Xiangyu Liu, Yi Liu (possible past Google (United States) affiliation), Shuo Zhang (possible past National University Of Defense Technology affiliation), Ruirui Zhang (possible past Tencent (China) affiliation), Rui Wu (possible past Google (United States) affiliation), Tao Jiang (possible past Alibaba Group (China) affiliation), Zequn Sun, Wenhao Xu, Wei Hu
Abstract

Reinforcement learning (RL) for search agents typically relies on outcome rewards. However, it often fails to achieve effective credit assignment, due to the unclear value of intermediate steps. It is hard to separate their contributions from the final result. In this paper, we propose a dense process supervision method based on fact utility estimation, which models the reasoning process as the accumulation of discrete evidence facts. We first extract structured facts from raw observations and o...

📄 HarmoCore: Functional Latent Diffusion for Sparse Reconstruction of Oscillatory Wave Fields
🗓️ Published: 9/1/2026
🔗 http://arxiv.org/abs/2609.00679v1
👥 Authors: Lihao Chen, Xinyu Zhang (possible past Baidu (China) affiliation), Panqi Chen, Lei Cheng, Ting Zhang (possible past Meta (United States) affiliation), Jianlong Li, Shikai Fang
Abstract

Reconstructing oscillatory wave fields from scattered sensors is a severely underdetermined inverse problem. Beyond the challenges of general physical-field reconstruction, wave responses are complex-valued, frequency-sensitive, and highly oscillatory, while costly simulation and sensing often leave only extreme-sparse observations. Existing low-rank, operator, and diffusion approaches are largely designed for real-valued, smoother fields; dense pixel-space diffusion is particularly inefficient ...

📄 Group Adaptive Clipping Policy Optimization
🗓️ Published: 8/31/2026
🔗 http://arxiv.org/abs/2609.00444v1
👥 Authors: Sheng Jia, Xiao Wang (possible past Google (United States) affiliation), Shiva Prasad Kasiviswanathan, Rein Houthooft (possible past University Of California, Berkeley affiliation)
Abstract

Group relative policy optimization for reinforcement learning with verifiable rewards (RLVR) typically uses a fixed importance-sampling (IS) ratio clipping boundary across all rollouts. We identify a key limitation: rare correct rollouts on harder problems and abundant correct rollouts on easier problems are clipped at comparable rates, despite contributing very different learning signals. Rollouts with low group success exhibit larger IS ratios and carry stronger gradient signal for exploration...

📄 Synthetic Worlds for Temporal Evaluation and Knowledge Updating in LLMs
🗓️ Published: 8/31/2026
🔗 http://arxiv.org/abs/2609.00184v1
👥 Authors: Jonathan Zheng, Zirui Shao, Alan Ritter (possible past Carnegie Mellon University affiliation), Wei Xu (possible past Tencent (China) affiliation)
Abstract

Large language models (LLMs) rely on static pretraining corpora, causing their knowledge to become outdated over time. Existing approaches for evaluating knowledge edits either suffer from rapid contamination or rely on counterfactual edits that conflict with rigid existing knowledge. In this work, we propose a synthetic, simulation-driven framework for studying knowledge insertion in LLMs. We introduce {\sc ParallelEvents}, a benchmark of fictional yet realistic future worlds that generates coh...

📄 Sycophantic Agreement Transfers with Neutral Data via Contrastive Preference Optimization
🗓️ Published: 8/31/2026
🔗 http://arxiv.org/abs/2608.31079v1
👥 Authors: Camila Blank, Zhuofan Ying, Christopher Potts (possible past Tencent (China) affiliation), Peter Hase, Jing Huang (possible past Meta (United States) affiliation)
Abstract

Sycophantic agreement refers to a behavior in which language models excessively affirm the user, often at the cost of factual accuracy. Although sycophantic agreement is a well-known failure of model alignment, there is limited understanding of how it emerges from model training. In this work, we demonstrate that sycophantic agreement can emerge as an unintended consequence of widely used contrastive preference optimization objectives. Using the OLMo 3 post-training pipeline, we show that, for v...

📄 Language-Informed Flow Matching for Trend-Guided Structure-Based 3D Molecular Generation
🗓️ Published: 8/31/2026
🔗 http://arxiv.org/abs/2608.31009v1
👥 Authors: Tianyu Gao (possible past Tsinghua University affiliation), Zhikai Su, Jiashu Li, Wenjun Gao, Zichuan Ying, Zhe Zhao (possible past Tencent (China) affiliation), Fei Zhang, Ye Wei
Abstract

Structure-based drug design (SBDD) requires ligands that satisfy both 3D target affinity and 1D chemical validity. Existing controllable generation methods often rely on task-specific fine-tuning or externally imposed sampling-time guidance, adding cost and potentially conflicting with evolving 3D geometric constraints. We propose LiFT, a language-informed cross-modal framework built on Flow Matching for trend-guided 3D molecular generation across both de novo design and scaffold hopping. LiFT u...

📄 A Human-in-the-Loop Autonomous Agent for Industry Time Series Forecasting
🗓️ Published: 8/31/2026
🔗 http://arxiv.org/abs/2608.30976v1
👥 Authors: Xiaoyu Tao, Mingyue Cheng, Ze Guo, Bokai Pan, Qi Liu (possible past Tencent (China) affiliation), Shijin Wang, Enhong Chen (possible past Baidu (China) affiliation)
Abstract

Real-world time-series forecasting is rarely a one-shot model invocation: practitioners must formulate tasks, connect data and models, incorporate domain expertise, assess prediction plausibility, and communicate uncertainty. Specialized forecasting models provide strong numerical predictions but usually operate in fixed pipelines, while general-purpose large language model (LLM) agents often lack forecasting-specific checks, constraints, and stopping rules. We present CastClaw, a human-in-the-l...

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