Paper

@paper.bsky.social

Summarize the top 30 most popular arXiv papers on Reddit, Hacker News and Hugging Face in the last 30 days. Source: https://github.com/susumuota/arxiv-reddit-summary Maintained by @ota.bsky.social

[28/30] 314 Likes, 4 Comments, 2 Posts 2609.17488, cs․AI, 15 Sep 2026 🆕LimiX-2: A Contextual Mechanism Network Towards General Structured-Data Intelligence Xingxuan Zhang, Gang Ren, Hao Yuan, Hao Zou, Hongze Tan, Hui Wang, Jianhao Song, Jiansheng Li, Jiayao Zhang, Jinghan Zhang, Kaifang Li, L...

We introduce LimiX-2, a new model in the LimiX family, developed through model and data scaling guided by our previously established scaling laws. 

LimiX-2 adopts the Contextual Mechanism Networks (CMNs) paradigm and is pretrained with Context-Conditional Masked Modeling (CCMM). 

CMNs shifts the organizing principle of in-context learning from target-centric prediction to mechanism-oriented joint modeling. 

Rather than centering the network on the $p(y \mid x, D_{\mathrm{context}})$ objective of conventional tabular PFNs, it is designed around learning $p(x, y \mid D_{\mathrm{context}})$, a context-dependent representation of the joint structure underlying data generation. 

Pretraining uses synthetic datasets generated by structural causal models (SCMs) spanning diverse graph structures, functional mechanisms, and observation processes. 

Evaluations on TabArena, TALENT, and BCCO show that LimiX-2 outperforms current dataset-specific models and tabular foundation models. 

Beyond predictive performance, the CMN paradigm also promotes causal awareness in LimiX-2: its feature attention encodes direct causal relationships, enabling accurate causal skeleton recovery.

[30/30] 307 Likes, 28 Comments, 3 Posts 2609.04010, cs․LG, 03 Sep 2026 🆕Unlocking Lossless Speedups in LLMs via Discrete Diffusion Subham Sekhar Sahoo, Lingjie Chen, Khiem Pham, Jonathan Geuter, Chaitanya Dwivedi, Varad Pimpalkhute, Yash Akhauri, Alexander Moreno, Mikhail Yurochkin, Zhenting ...

Large Language Models (LLMs) owe much of their success to next-token prediction (NTP), but their autoregressive (AR) structure requires slow, sequential token generation. 

To overcome this bottleneck, we introduce diffusion-augmented LLMs, a new class of models that defines an AR model distribution while using diffusion to draw multiple tokens in parallel from that distribution. 

We decouple the parameters of these models into two sets: AR weights, trained using the standard NTP objective, and lightweight diffusion weights, trained to generate multiple tokens simultaneously. 

The diffusion weights are learned through a simple Diffusion Distillation phase that adds negligible overhead to existing LLM training pipelines. 

We also introduce $Ψ$-Spec, a family of samplers that enables lossless acceleration and inference-time scaling at a fixed context length. 

Unlike speculative decoding, our method requires no separate draft model. 

Unlike diffusion LLMs (d-LLMs), it accelerates generation without sacrificing the quality of the underlying AR model. 

The resulting models, called Uno, can be trained from scratch or built by augmenting existing open-weight AR LLMs. 

Uno achieves higher throughput than leading speculative-decoding methods at every evaluated batch size and delivers up to $3\times$ speedups over the base AR model, including at the largest batch size supported by the device. 

Notably, our 8B Uno model outperforms the leading open d-LLM, the 26B DiffusionGemma, and the proprietary Mercury 2 across all evaluated benchmarks in agentic tool use, coding, and long-context reasoning. 

We release code and checkpoints at: https://s-sahoo.github.io/uno/

[13/30] 486 Likes, 2 Comments, 2 Posts 2609.19969, cs․CL, 17 Sep 2026 🆕DeepSeek-V4.1-Flash: Pushing the Limits of KV Cache Compression DeepSeek-AI, :, Anyi Xu, B. Li, Bangcai Lin, Bing Xue, BingCheng Xian, Bingzheng Xu, Bochao Wu, Bowei Zhang, Boyi Deng, C. C. Yu, Chao Jin, Chaofan Lin, Chen ...

The widespread adoption of long-horizon agents has made model workloads increasingly input-heavy. 

Although prior work has substantially reduced the cost of long-context computation, prefill remains computationally expensive, and large KV caches continue to strain HBM and SSD capacity and data-transfer bandwidth. 

Together, these compute, storage, and bandwidth demands constitute the primary bottleneck to further lowering deployment costs. 

To address this challenge, we introduce DeepSeek-V4.1-Flash, a multimodal Mixture-of-Experts (MoE) model with 552B backbone parameters and support for contexts of up to one million tokens. 

With its Causal Encoder-Decoder (CED) architecture, the model activates 16B parameters per token during decode but only 8B parameters during prefill, substantially improving cost efficiency for agentic workloads. 

To push the limits of KV cache compression, DeepSeek-V4.1-Flash combines cross-layer KV cache reuse in Compressed Sparse Attention 2 (CSA2) with FP4 KV caching. 

These designs reduce its global KV cache footprint (always in HBM) to 890 bytes per token, roughly 1/4 of the corresponding footprint of DeepSeek-V4-Flash. 

Further, through a dedicated deployment optimization known as SWA Bounded Replay, DeepSeek-V4.1-Flash reduces its persistent KV cache footprint (always on SSD or in host memory) to roughly 1/8 of that of DeepSeek-V4-Flash. 

Despite its much smaller KV cache footprint, the model delivers substantially better performance than the baseline. 

In addition, we streamline the DeepSeek-V4 architecture and introduce several efficient architectural extensions. 

We pretrain DeepSeek-V4.1-Flash on a multimodal corpus comprising 45T tokens and conduct comprehensive post-training, yielding strong performance across diverse text-based and multimodal agentic scenarios. 

Model checkpoints are available at https://huggingface.co/deepseek-ai/DeepSeek-V4.1-Flash.

[23/30] 404 Likes, 111 Comments, 5 Posts 2609.13009, cs․AI, 11 Sep 2026 🆕How Good Are Frontier Models at Physics? Expert Re-Grading Reveals Broken Evaluations and Near-Saturation of Leading Benchmarks Ali Ansari, Haoran Sun, Andy Zeyi Liu, Mark Jabbour, Yongshan Ding, Steven Girvin, Yu He, So...

Low reported scores on leading physics benchmarks, including those featured in the Artificial Analysis Intelligence Index (2026), suggest that frontier language models still struggle with advanced physics, a demanding test of their scientific reasoning and quantitative problem-solving abilities. 

Yet this impression does not always align with domain experts' experiences using these models in their work. 

We revisit these reported findings by evaluating frontier models on six widely used physics benchmarks and auditing them with experts, focusing on text-only problems with verifiable final answers. 

For each subfield of physics, faculty and graduate researchers with relevant expertise carefully review problem statements, reference solutions, and model responses to distinguish genuine model errors from grader errors, incorrect reference solutions, and ambiguous or underspecified questions. 

Most audited cases initially evaluated as incorrect reflect these benchmarking issues rather than errors in the models' physics reasoning. 

We then ask experts to address these benchmarking issues by correcting erroneous reference solutions and repairing or excluding flawed questions. 

We find that GPT-5.6-Sol's measured mean@4 rises from 47.3% to 78.7% on HLE-Physics and from 61.0% to 87.2% on CMT-Benchmark, while its corrected pass@4 reaches 94.4% on the 54 retained CritPt challenges. 

Corrected scores are computed on the retained evaluation subsets following expert review. 

Scores on the audited subsets of UGPhysics, PRISM-Physics, and PHYBench also rise substantially after correction. 

These findings suggest that current benchmarks substantially understate frontier models' ability to solve well-posed physics problems. 

Near-saturation on these closed-ended tasks highlights the need for more demanding, expert-validated evaluations.

[29/30] 345 Likes, 7 Comments, 2 Posts 2609.13356, cs․AI, 11 Sep 2026 🆕ZGCM-1: A Fully Open and Extremely Efficient Foundation Model for Math and Agentic Search Jiyan He, Guang Liang, Hao Liu, Haoxiang Guan, Jinbo Sun, Junyi Guo, Wenjun Feng, Yantai Xie, Yifei Shen, Bin Shao, Chuyang Wei, Kai...

In this work, we present ZGCM-1, a fully open 7B dense foundation model trained from scratch with extreme data, system, and algorithmic efficiency. 

ZGCM-1 is founded on a core premise: compact models cannot passively memorize the open web, but can overcome parametric capacity limits by coupling deliberate internal thinking with active external tool use. 

To support this paradigm across a 256K context, we develop an end-to-end, high-efficiency open training recipe: Architecture & System Co-design: interleaved gated sliding-window and full attention, and a stable FP8 Muon optimizer; Progressive Curriculum & MDP Mid-Training: context scaling across 16K, 64K, and 256K, and the reformulation of interaction traces into Markov Decision Processes. 

Furthermore, we establish an AI-native R&D workflow where agent swarms autonomously manage cluster operations, data curation, and rapid diagnostic evaluation. 

Extensive evaluations show that ZGCM-1-7B is competitive across 7B model family on general benchmarks. 

On several challenging mathematical reasoning and agentic search suites, it remains competitive with frontier models orders of magnitude larger, such as Qwen3-235B-A22B and GLM-5.1. 

We also show that our pre-training design offers a ~4.2x efficiency improvement in 16K pre-training time-to-loss. 

Across the full development lifecycle, we distill eight actionable empirical findings-spanning architectural scaling, SFT quality pruning, long-context generalization, and agentic co-training dynamics. 

To facilitate community research, we open-source model weights from the pre-training, mid-training, and post-training stages, intermediate checkpoints, training code, per-stage data and data recipes, and W&B logs.

[6/30] 925 Likes, 105 Comments, 4 Posts 2609.14858, cs․CL, 14 Sep 2026 🆕Dream-RSI: Recursive Self-Improvement through Evolving Worlds Tong Zheng, Xidong Wu, Zheng Zhang, Zhankui He, Chaoyi Zhang, Benjamin Coleman, Ruoqiao Wei, Di Bai, Haolin Liu, Rui Liu, Xue Wang, Yue Zhuan, Wang-Cheng Kang,...

Recursive self-improvement is becoming increasingly vital for autonomous AI agents, where progress hinges on discovering high-value solutions across complex domains. 

The driver of this process is effective exploration, however, managing and improving exploration strategies remains a major bottleneck. 

Current systems face a fundamental dilemma: fixed strategies fail to adapt as search spaces scale, while online policy optimization requires navigating vast meta-search spaces under delayed and expensive feedback over long-horizon rollouts. 

We introduce \textsc{Dream-RSI}, a framework for scalable and recursively self-improving exploration. 

A lightweight orchestration layer makes exploration explicit and programmable while leaving the underlying coding agent unchanged. 

Our key insight is that accumulated discovery history can serve as a replay simulator over the realized search space. 

By performing dreaming in the replay simulator constructed from historical discovery trees, \textsc{Dream-RSI} secures immediate, low-cost off-policy feedback to evaluate and refine exploration policies without invoking repetitive, expensive online evaluations. 

The improved policy is subsequently redeployed online to drive further discovery, continuously expanding the simulator pool in a self-improving loop. 

Across algorithm engineering, mathematical optimization, and GPU kernel engineering, \textsc{Dream-RSI} achieves competitive or improved discovery quality while substantially reducing discovery cost in several settings.

[14/30] 483 Likes, 3 Comments, 3 Posts 2609.06986, cs․LG, 07 Sep 2026 🆕Continual Learning Mechanisms Compose for Long-Horizon Memorization Zheyuan Zhang, Alvin Zhang, Daniel Khashabi, Tianmin Shu

Language models may need to internalize information that arrives over time and retain it through many subsequent updates. 

To study this challenge, we introduce long-horizon memorization, a setting in which a model learns 100 query-answer tasks through continual supervised fine-tuning without retaining earlier training examples or receiving task identifiers at inference. 

Sequential updates cause catastrophic forgetting, and no single continual learning mechanism we evaluate maintains strong retention at this horizon. 

We hypothesize that mechanisms addressing complementary sources of forgetting will be more effective when composed. 

We organize these compositions along two design dimensions. 

Data, function, and weight anchors specify what prior information each update should preserve, while low-rank allocation rules determine where successive updates are retained. 

To test this hypothesis systematically, we construct three distinct 100-task memorization datasets. 

We introduce task-level successive halving to search the combinatorial design space and use a factorial experiment to measure individual and interaction effects. 

Our best method combines all three anchors with merged LoRA, ranks among the top 3 methods in all datasets, and raises average final retention from 1.2% under naive sequential fine-tuning to 34.9%, a 28-fold improvement. 

The data anchor and merged LoRA provide the largest average gains and interact super-additively on all three datasets. 

Together, these results show that composing complementary mechanisms substantially improves long-horizon memorization beyond what any individual mechanism achieves.

[30/30] 324 Likes, 3 Comments, 2 Posts 2609.11929, cs․CV, 10 Sep 2026 🆕SenseNova-U1.5: Towards Native Unified Visual Intelligence Haiwen Diao, Jiahao Wang, Chenjing Ding, Hanming Deng, Jiangnan Chen, Ruixi Zhang, Ruohui Wang, Wenwen Tong, Xiangyu Fan, Yubo Wang, Yue Zhu, Yuwei Niu, Zhengqi Ba...

We launch SenseNova-U1.5, an 8B-MoT native unified multimodal model that understands, reasons about, and generates visual content within an encoder-free and VAE-free architecture. 

We strengthen its visual interface through spatially coherent patch reconstruction and scale its training with carefully curated generation and editing data, improved task formulation, structural prompt enhancement, and native resolutions of up to 4K. 

For post-training, we optimize specialized experts for visual aesthetics, bilingual text rendering, infographic generation, and image editing, and consolidate their capabilities through multi-expert on-policy distillation. 

Across extensive evaluations, SenseNova-U1.5 largely advances image fidelity, text rendering, complex composition, multi-reference editing, and interleaved generation, while improving instruction following and preserving subject identity, geometry, and unmodified regions. 

Despite limited exposure to structured formats in its generation data, SenseNova-U1.5 generalizes effectively to long, complex, and structured visual instructions, further proving that multimodal understanding can transfer to visual planning and creation. 

Together, these findings position native unified modelling as a promising path towards systems that perceive, reason and create within a fully end-to-end framework. 

We will open-source training code, including supervised fine-tuning, reinforcement learning, and on-policy distillation.

[5/30] 915 Likes, 139 Comments, 1 Posts 2608.26480, cs․MA | cs․AI | cs․CL | cs․SE, 27 Aug 2026 🆕Zero-Shot Self-Orchestration with Ledger-Based Control for Improved LLM Coding Performance Victor Gao, Vida Khosrowshahi, Ali Khosrowshahi, Xihao Sun, Juhyun Lee, Simon, Lee

Multi-agent large language model systems are widely reported to beat single-model baselines, but the evidence is mixed, and comparisons are usually confounded: pipelines change token budgets, tool calls, and prompts simultaneously, so an aggregate gain rarely reveals what actually helped. 

We investigate the effect of introducing the manager-worker scaffold over a shared filesystem workspace, with no training and no per-benchmark tuning, measured against the same model answering in a single pass. 

Across nine models -- five open-weight, spanning 9B to ~2.8T parameters, and four frontier closed models -- on the 100 latest hard LiveCodeBench problems, the scaffold's benefit is real but conditional: large and statistically significant for some (Qwen3.8-27B +23.4, GPT-5.6-Luna +10.6 and GPT-5.6-Terra +8.0, each over five paired passes; Kimi-K3 +30.4 and Minimax-M3 +11.0 over five paired passes with reasoning off, both at $p < 10^{-4}$, and +42 and +12 in a single pass at a 128k cap) and null or negative for others (Qwen3.6-35B -1 to -9 with reasoning off). 

With the manager, Opus-5 achieves the highest score in the study at 91% in one pass. 

Running a manager roughly triples the token bill, but it buys accuracy more cheaply than moving to a larger model does: GPT-5.6-Terra with a manager nearly matches Fable 5's single-call accuracy (85.0 against 87.4, $p = 0.59$) at a fifth of the price (\$11.71 against \$61.11 per 100-problem pass, $p < 10^{-4}$), and the Qwen-27B arm does it for \$51.75 on weights anyone can self-host. 

Our transcript analysis finds several mechanisms behind the gains, of which two recur: context management, in which short worker calls and shared notes organize state and reduce truncation, and problem decomposition. 

Improvements are modest for large models with reasoning enabled, but larger for some models with reasoning disabled and for smaller models with reasoning enabled.

[8/30] 743 Likes, 102 Comments, 5 Posts 2609.11873, cs․LG | cs․AI | cs․CL, 10 Sep 2026 🆕The Last AI Built by Humans: Toward Genuine Recursive Self-Improvement Yi Duan, Ying Liu, Zirui Tang, Haodong Chen, Jun Zhou, Yumou Liu, Bangrui Xu, Yukai Wu, Sidi Chen, Yuhan Zhou, Haoyu Wang, Xiaoyou Y...

Recursive self-improvement (RSI) enables AI systems to turn experience and feedback into persistent changes that improve both their capabilities and the process of future improvement. 

We first use the Headroom-Closed Index (HCI) to reveal the problems of existing LLMs, then introduce the RSI concept and its development roadmap: from improvement-execution autonomy, improvement-strategy autonomy, experience-acquisition autonomy, and environment-adaptation autonomy, to recursive meta-improvement. 

Next we examine RSI across scenarios (e.g., scientific discovery, embodied intelligence, software engineering), highlighting their distinct requirements and development speeds. 

Drawing on diverse industry practices and preliminary empirical evidence, we connect RSI research with practical systems and identify key challenges to achieving genuine RSI.

[12/30] 571 Likes, 1 Comments, 2 Posts 2609.11638, cs․CV | cs․LG, 10 Sep 2026 🆕Vidu S2: Real-Time Interactive, Editable, and Spatial Video Generation Jintao Zhang, Kai Jiang, Jintao Chen, Xu Wang, Deyuan Liu, Jungang Li, Dechuang Chen, Ming Lin, Jingjiang Zhou, Haopeng Jin, Qi Jia, Xiaohang ...

We present Vidu S2, which comprises Vidu S2-Avatar, a real-time interactive digital-character model, and Vidu S2-Editing, a real-time video editing model. 

Moreover, we explore the feasibility of real-time spatial video generation for both Vidu S2-Avatar and Vidu S2-Editing. 

Compared with Vidu S1, Vidu S2-Avatar supports real-time 720p video generation, generation with dynamic references that can be updated at any moment, and stronger instruction following, such as dancing. 

Vidu S2-Editing supports editing a video stream in real time, including style rendering, clothing replacement, character replacement, and background replacement. 

Experiments show that Vidu S2 outperforms all baselines. 

A playable online demo is available at https://vidu.com/vidu-stream.

[20/30] 407 Likes, 3 Comments, 3 Posts 2609.10715, cs․CL, 09 Sep 2026 🆕NCP-ArchPreview Technical Report: Moving towards Latent Space Language Models through Next Concept Prediction The Intern-NCP Team, :, Jiaqi Cao, Chiyu Chen, Shuang Cheng, Xu Cheng, Beiya Dai, Yufan Feng, Kewen Ge, Ruijun G...

We introduce NCP-ArchPreview, a latent-space language model that pushes autoregressive pretraining beyond standard next-token prediction (NTP). 

Alongside NTP, the model learns through Next Concept Prediction (NCP) to predict discrete concepts that span multiple tokens, introducing an explicit and more challenging concept-level objective while preserving standard token-level autoregressive generation. 

NCP-ArchPreview builds a latent space by constructing a product-quantized concept vocabulary directly from its hidden states, and subsequently learns to predict future concepts via a dedicated Concept Module. 

These predicted concepts are then fed back to the token level to guide subsequent generation, with NTP and NCP trained jointly end-to-end. 

We scale this architecture to 8.9B parameters and train it on 5.73T tokens from the Dolma-3 dataset, marking the largest demonstration of a latent-space language model to date. 

Remarkably, by consuming only 51.3% of the total training tokens, NCP-ArchPreview achieves the final pretraining loss of OLMo-3-7B. 

Following full pretraining, it outperforms OLMo-3-7B by 2.45 points on the downstream macro-average, including a notable 5.99-point gain on GSM8K. 

Controlled experiments isolate a clear progression of performance gains stemming from both the latent architecture and the NCP objective. 

Furthermore, utilizing only 85% of the standard computation, NCP-ArchPreview approaches the training loss of a strictly parameter-aligned 8.9B baseline. 

The learned latent space remains highly valuable after the pretraining stage: updating just the 17M-parameter VQ module yields a novel, lightweight interface for domain adaptation, while a simple injection of concept representations into a DFlash2 drafter improves the mean accepted length by 4.17% with negligible overhead.

[25/30] 369 Likes, 2 Comments, 1 Posts 2609.15818, cs․AI, 14 Sep 2026 🆕Atria Dawn: The Dawn of Agentic Superintelligence Honglin Guo, Tao Gui, Yicheng Chen, Guanting Dong, Qiming Ge, Yuyang Hu, Zixian Huang, Jiajie Jin, Alexander Lam, Yining Li, Jiahang Lin, Yanjiang Liu, Xinyu Lu, Haijun Lv,...

As AI agents become participants in the development of their successors, they reshape both the production of intelligence and the role of human researchers. 

We introduce Atria Dawn Preview, a foundation agentic language model designed for scientific research and engineering workflows, with the goal of expanding the frontier of agent productivity in the real world. 

This model is trained via a Verifiable Experience Pipeline that connects tool-mediated interactions to executable environments and externally verified outcomes. 

Across 16 benchmarks spanning real-world research, engineering, and digital work, Atria Dawn Preview is competitive with frontier agents and achieves the highest reported score on five of them. 

Beyond standalone performance, we examine the real research-and-development process behind this model as a case study of human--AI collaboration, analyzing 769 task records from 56 participants together with agent logs. 

When asked to evaluate completed tasks under comparable conditions, participants rated about one-third of completed AI-assisted tasks as infeasible without AI. 

More strikingly, agents frequently propose methods and implement revisions, while humans retain most final decisions and guide exploration through judgment and feedback. 

These observations indicate a shift from task-level execution to project-level partnership, with human effort concentrating on what is worth pursuing and how evidence should guide research. 

Progress toward more autonomous AI research must therefore advance both the capacity for discovery and the capacity for meaningful human oversight, preserving accountable human authority over the risks and direction of continued development.

[27/30] 355 Likes, 20 Comments, 3 Posts 2609.08936, cs․SD | cs․CL | cs․MM, 08 Sep 2026 🆕AuK Technical Report: An Open-Source Foundational Model for Speech Generation and Editing Ziyang Ma, Zhikang Niu, Wenming Tu, Tianrui Wang, Ruiqi Yan, Junxi Liu, Yanru Huo, Nickk Huang, Yang Liu, Qicong ...

We introduce AuK, an open-source foundational model that unifies speech generation and editing through a common interface of natural-language instructions and audio context. 

To support this broad capability set, we construct approximately 3.03 billion instruction--audio instances and 1.95 million hours of effective supervision across five task families: speech generation, content editing, enhancement and separation, paralinguistic editing, and acoustic editing. 

AuK combines a multimodal large language model for semantic conditioning, an VAE jointly trained on speech, general audio, and music for acoustic conditioning, and a hybrid rectified-flow Transformer that performs dual-stream MMDiT blocks followed by unified single-stream DiT blocks for generation. 

Training begins with generation-only warm-up and proceeds to joint generation--editing pre-training. 

We then apply complementary post-training strategies: human-feedback preference optimization for open-ended editing and reward-based reinforcement learning for speech generation. 

To reduce inference cost, we further distill the model with consistency initialization and task-routed Decoupled DMD. 

The resulting AuK-Flash performs 4-step inference without classifier-free guidance and achieves a 4.5 wall-clock speedup over the full model under matched conditions. 

Experiments demonstrate leading performance on zero-shot and instruction-controlled speech generation and general instruction-guided editing, while remaining competitive on signal-level restoration tasks. 

We release both the source code and model weights to support reproducibility and further research.

[28/30] 340 Likes, 2 Comments, 2 Posts 2609.04172, cs․AI | cs․CL, 03 Sep 2026 🆕Rethinking On-Policy Distillation of Large Language Models II: One Training Example Zixuan Fu, Bingxiang He, Yuxin Zuo, Haohuan Huang, Jinqian Zhang, Ruhang Xiao, Cheng Qian, Qinyu Luo, Huan-ang Gao, Yudong Wang, ...

On-policy distillation (OPD) combines student-generated rollouts with dense token-level supervision from a teacher. 

Existing work has mainly studied its algorithmic behavior, leaving the role of training data unclear. 

We examine this role at the data-minimal limit by training on a single query. 

One-shot OPD keeps improving for hundreds of steps and recovers most of full-data OPD's gain across task domains and model families. 

We explain this result through the states visited during training and the rate at which the student aligns with the teacher. 

We measure \emph{state coverage}, the fraction of the states full-data OPD visits that a query set's rollouts reach. 

A single query already reaches \(71.5\%\), most of it within the first 100 steps. 

Adding semantically distinct queries raises coverage and validation accuracy together, until 16 queries reach \(98.9\%\) and match full-data training. 

Yet alignment slows at a similar pace whether OPD trains on one query or the whole dataset, and even a fixed set of states takes hundreds of steps to absorb. 

OPD is therefore data-overfed but algorithm-starved. 

Its rollouts quickly expose broad supervision, while the student absorbs that supervision increasingly slowly. 

The state-coverage result extends to multi-teacher OPD, where 16 semantically diverse queries per domain match full-data MOPD. 

As a further stress test, content-light templates and off-domain WildChat queries also approach the real-query baseline. 

Task content and induced state coverage can therefore come apart. 

We hope these findings direct future work toward the step efficiency of OPD, and prompt a re-examination of the data and the mechanisms behind its recent successes in frontier post-training.

[17/30] 377 Likes, 5 Comments, 1 Posts 2609.08183, cs․CL, 08 Sep 2026 🆕NeoHorse-1: Towards Recursive Self-Improvement via Agentic Post-Training with Routing Harness NeoHorse Team, Guoliang Cao, Guohao Dai, Tianyu Guo, Kai Han, Hailin Hu, Zihan Jiang, Xiang Kuang, Boxun Li, Yulong Li, Zehua Pe...

Recursive self-improvement (RSI) requires a concrete mechanism through which an AI system observes its capabilities and converts that evidence into the next round of learning. 

We present NeoHorse-1, a family of agent-native models developed to explore this path through agentic post-training. 

Our system combines a heterogeneous model pool with intelligent routing, recording the predicted capability demand, selected service tier, and subsequent interaction for each user turn. 

These records are converted into training examples that preserve interleaved reasoning, tool calls, and harness context, and are admitted through structural validation, six-dimensional semantic evaluation, and subscene-level labeling. 

Routing signals organize supervised fine-tuning into a three-stage curriculum and extend to routing-guided on-policy distillation, where a teacher supervises student-generated responses under the same progression. 

Capability-guided allocation then converts evaluation feedback into the next training mixture, closing an evaluation-selection-update loop in which what the system learns to do shapes what it learns from next. 

Across eleven benchmarks covering harness-based agents, tool use, coding, and instruction following, post-training raises the macro-average from 58.94 to 64.87 at 4B and from 65.60 to 69.04 at 9B, substantially narrowing the aggregate gap between the post-trained 4B model and the 9B base model. 

NeoHorse-1 provides an initial prototype of this feedback-driven process and a path toward harness-mediated RSI across successive iterations.

[27/30] 306 Likes, 18 Comments, 4 Posts 2609.02737, cs․CL | cs․AI | cs․LG, 02 Sep 2026 🆕Language Models Can Control Their Own Attention Namgyu Ho, Huzama Ahmad, Woosung Koh, Se-Young Yun, Tal Schuster, Cicero Nogueira dos Santos

Language models spend most of their attention on a small fraction of context, yet they read the entire KV cache to find the few tokens that matter. 

If the user asks about a previous detail in a 1M-token conversation, global attention layers must scan the full context to generate each token of the reply. 

A prominent approach mitigates this cost by pre-selecting relevant tokens via lightweight proxy scores, but this extrinsic scoring still incurs O(N) per step. 

We take an intrinsic approach motivated by the simple question: wouldn't the model already know which parts of the context are relevant? 

To this end, we introduce Declarative Attention (DA), a protocol that elicits the model to declare where it needs to attend within its chain-of-thought, partitioning generation into three modes: <global> (full context), <focus> (a specific region), and <local> (recent output only). 

The inference engine parses these declarations like tool calls and skips most of the KV cache read. 

Under zero-shot evaluation across 15 long-context tasks, DA on off-the-shelf models (Gemma-4-31B, Qwen-3.6-27B) significantly reduces total attended tokens during decoding (52.0%, 31.1%) with modest accuracy drops (1.27pp, 2.75pp) that shrink with model scale. 

DA unlocks a new axis of sparse attention, with further potential under training-based methods that future work can explore.

[8/30] 526 Likes, 4 Comments, 1 Posts 2609.02749, cs․AI | cs․CL, 02 Sep 2026 🆕Repo-To-Skill: Distilling GitHub Repositories Into AI4AI Skills Jianlyu Chen, Yuyang Hu, Hongjin Qian, Jiawei Liu, Wenqing Wei, Xiaolong Chen, Defu Lian, Zhicheng Dou, Chaozhuo Li, Qiwei Ye, Zheng Liu

Autonomous agents are beginning to carry out machine-learning (ML) research end to end. 

These agents combine a model backbone with a harness for planning, execution, memory, and verification, but this architecture still leaves domain-specific know-how outside the agent. 

We call this missing layer operational knowledge, the know-how that separates knowing a method from making it work. 

That knowledge is not absent from the field. 

It appears in repositories and papers, but in forms written for human readers and too large to load during a task. 

Once distilled into compact, verified skills, this knowledge can be reused across tasks rather than rediscovered during each run.   

We present DisCo, a skill-powered research agent that creates skills and uses them during research. 

Its distillation runs in two complementary forms: task-agnostic, condensing the field's widely used repositories into reusable skills, and task-oriented, producing the skills a concrete task calls for. 

The former, applied across the open ecosystem, yields the AREX-Skill Library, with 5,000+ verified skills distilled from 1,000 widely used ML repositories and organized into 20 areas and 178 capability families. 

With the GPT-5.5 backbone, research harness, and downstream execution budget held fixed, the skill-equipped research agent scores 134.3% higher on MLE-bench, 34.4% higher on PaperBench, 9.2% higher on FrontierCS, and 14.0% higher on PassNet than the same agent without skills. 

These gains come from adding distilled operating context under that fixed setup.

[9/30] 523 Likes, 265 Comments, 4 Posts 2609.03344, physics․soc-ph | cs․CY | nlin․AO, 03 Sep 2026 🆕Large-Language Models as a Cognitive Virus Ricard Solé, Giulio Ruffini, Francesca Castaldo, Marco Tuccio, Luis F. Seoane, Manlio de Domenico, Santiago F. Elena, David C. Krakauer, Michael Lev...

Large-language models (LLMs) are rapidly becoming part of human culture, reshaping how information is produced, transmitted, and used. 

Here we propose that their diffusion can be understood through a viral analogy, with LLM use spreading through populations, becoming embedded in cognitive and cultural practices. 

We model transitions among uncoupled, coupled, and persistently dependent users, and show that the interplay between social transmission, recovery, and collective reinforcement can generate tipping points and technological lock-in. 

A central consequence is the possibility of runaway dynamics: once a critical threshold is crossed, small increases in adoption can trigger rapid population-level shifts toward persistent dependence, with abrupt losses in cognitive competence. 

The same framework, however, identifies conditions for cognitive immunization, based on reducing transmission and facilitating reversibility. 

Our results highlight how LLM adoption may involve nonlinear collective transitions with important consequences for cognitive autonomy.

[11/30] 502 Likes, 60 Comments, 2 Posts 2609.03796, cs․CV | cs․AI, 03 Sep 2026 🆕LLaDA-Image: Building Strong Image Generators with Fully Open Training Recipes Chuyan Chen, Haoxing Chen, Kun Chen, Zhenglin Cheng, Long Cui, Ruishan Fang, Zhangxuan Gu, Zhicheng Huang, Zhenzhong Lan, Yuanting Le...

We introduce LLaDA-Image, a unified framework that pairs a 6B Diffusion Transformer (DiT) trained from scratch with a frozen vision-language understanding module built on the LLaDA2.0-Mini diffusion language model backbone. 

Instead of relying heavily on paired image-text data from the beginning, we first build a strong visual generative prior through image-only pre-training and mid-training. 

The generation pipeline comprises 220M samples, 98 of which are real images. 

For efficient and scalable optimization, we use parameter-free RMSNorm throughout the DiT together with the Muon optimizer. 

The resulting unified model produces highly photorealistic images while accurately following fine-grained editing instructions. 

We further distill LLaDA-Image into LLaDA-Image-Turbo, enabling fast inference in 2-4 sampling steps. 

On Qwen-Image-Bench, LLaDA-Image achieves overall scores of 53.53 and 53.38 on the English and Chinese tracks, respectively, setting a new state-of-the-art among open-source models on both tracks. 

To support further research on capable and efficient generative models, we release our model weights, training code, and detailed recipes.

[12/30] 490 Likes, 5 Comments, 3 Posts 2609.00111, cs․CV, 31 Aug 2026 🆕Qwen-Drive-1.0: An Initial Step towards a Vision-Language Foundation Model for Autonomous Driving Xin Zhou, Zongchuang Zhao, Zhibo Yang, Mingsheng Li, Humen Zhong, Shuai Bai, Du Chu, Ruizhe Chen, Zhaohai Li, Jun Tang, Qiuy...

We present Qwen-Drive-1.0, an initial step towards a vision-language foundation model for autonomous driving. 

Qwen-Drive-1.0 retains the architecture of the pretrained vision-language model (VLM) and integrates 3D perception, visual question answering, and motion planning within a unified framework. 

An external bird's-eye-view (BEV) perception head jointly performs 3D object detection, semantic occupancy prediction, and BEV map segmentation. 

It serves as a probe of the 3D information accessible from the shared representations and provides an explicit, inspectable interface to 3D scene structure. 

A Planning Expert conditions on shared VLM representations to generate future ego trajectories. 

A staged training recipe combines driving supervision with general-purpose vision-language data to acquire driving-specific competence while helping preserve broad visual understanding and instruction-following capabilities. 

Experiments demonstrate strong 3D perception and driving scene understanding while largely preserving general vision-language capability. 

Comprehensive evaluations across open-loop, pseudo-closed-loop, and closed-loop settings further show highly competitive motion-planning performance.

[13/30] 483 Likes, 4 Comments, 1 Posts 2609.01591, cs․CL, 01 Sep 2026 🆕StudentSim: Training LLM-based Student Simulators Ke Yang, Chenglong Wang, Michel Galley, Chandan Singh, Jeevana Priya Inala, ChengXiang Zhai, Jianfeng Gao

AI tutors are most useful when they adapt to each student's strengths, weaknesses, and preferred guidance, but evidence about which guidance works for which student is sparse, slow, and costly to collect from real learners. 

Student simulators can provide this signal as a proxy, yet existing approaches are limited: state-tracking models fit student behavior but struggle to process explanations or corrections, while LLM role-play follows guidance fluently but does not reliably match the competence of the student being imitated. 

We present StudentSim, a training framework that turns sparse per-student data into individualized simulators through pooled training followed by per-student specialization. 

The resulting simulators both mirror a student's own responses and update them under tutor guidance. 

We also introduce StudentSimEval, a standardized protocol covering 60 students across chess, second-language English writing, and mathematics, using public learner datasets with de-identified records shared for research. 

StudentSimEval measures behavioral fidelity (F), or how well a simulator matches a student's responses, and guidance responsiveness (R), or how readily it updates under tutor guidance, with all methods fit and evaluated on the same records. 

Across all three domains, StudentSim outperforms GPT-5.4 on both metrics. 

In chess, StudentSim reaches F=0.51 and R=0.91, compared with 0.23 and 0.72 for GPT-5.4 and 0.45 and 0.27 for Maia2. 

As a proof of concept, using StudentSim as a reward model for tutor reinforcement learning produces a chess tutor that expert humans rate as more accurate, better-guided, and more personalized than a no-RL baseline and a tutor trained against a GPT-5.4 simulator reward. 

Code is available at https://github.com/microsoft/StudentSim.

[19/30] 374 Likes, 4 Comments, 1 Posts 2609.04199, cs․CL | cs․AI | cs․LG, 03 Sep 2026 🆕Compile by Training: Turning Natural-Language Specifications into Local Neural Functions Yuntian Deng, Pengyu Nie, Stuart Shieber

Many recurring text functions are easy to describe but difficult to implement with rules, while calling a large remote model for every input introduces repeated cost, latency, and dependency on a provider. 

We present compile by training, which turns a natural-language specification into a reusable neural function. 

At compile time, teacher models generate task-specific examples that are used to train a small adapter for a compact interpreter. 

The resulting function runs without the teachers and can be stored, versioned, and composed like ordinary software. 

On FuzzyBench-Hard, a subset on which the Program-as-Weights fast compiler produced no exact matches, compile by training reaches 83.6% semantic accuracy. 

This higher accuracy comes with a higher compile-time cost: roughly a minute rather than seconds for the fast compiler. 

We deploy the compiler in a public interactive service and demonstrate compiled functions in a multi-site website helper, a language-controlled 3D avatar, and a bidirectional English-Claudish translator.

[21/30] 356 Likes, 109 Comments, 2 Posts 2608.29530, cs․CL | cs․AI, 30 Aug 2026 🆕The Emergent Symbolic Structure of Artificial Neural Networks R. Thomas McCoy, Paul Soulos, Tal Linzen, Paul Smolensky

Modern systems in artificial intelligence (AI) somehow excel in domains for which they seem poorly suited. 

Intelligence has traditionally been modeled as operating over structured combinations of symbols, such as logical formulas. 

However, the strongest modern AI systems are based on neural networks, which instead represent information in continuous vectors. 

Vectors seem inadequate for capturing the structure of language, logic, and other cognitive domains, yet neural networks achieve impressive performance in these areas. 

How do they do it? 

In this work, we propose a potential answer: Despite appearances, perhaps the internal representations of neural networks implicitly realize symbolic structure. 

In support of this hypothesis, we show that the vector representations of a variety of neural networks can be closely approximated with symbolic structures: we can replace the network's entire representation-generating process with a closed-form equation instantiating a symbolic structure, and the network's behavior remains largely unchanged. 

This finding holds for both small-scale neural networks trained to manipulate lists as well as large language models (LLMs) operating in four domains that are central in symbolic traditions: arithmetic, logic, computer code, and language. 

Further, our symbolic approximation allows us to modify an LLM's behavior in targeted ways via precise interventions on its internal representations, showing that the LLM's behavior is reliant on the symbolic structures we have identified. 

This work provides a potential way to reconcile longstanding symbolic conceptions of intelligence with the vector-based nature of modern AI.

[22/30] 338 Likes, 1 Comments, 2 Posts 2609.04148, cs․AI | cs․CL, 03 Sep 2026 🆕Terminal-Universe: Turning Agent Trajectories into Scalable Terminal Environments Jie Wu, Zhenru Zhang, Beichen Zhang, Xuwu Wang, Yuhui Su, Mouxiang Chen, Peng Wang, Zhihai Wang, Que Shen, Hao Zhou, An Yang, Fei H...

As terminal-based code agents become prevalent, agent trajectories have accumulated at scale, while realistic, executable environments remain scarce. 

However, environments are what agent post-training actually requires: each can be re-queried into many verifiable tasks and provides execution feedback, whereas a trajectory is a single frozen demonstration. 

Rather than generating environments from scratch, we observe that the tool-execution history in existing trajectories exposes the structure and contents of the environments in which they ran, making it possible to reconstruct those environments from the trajectories themselves. 

Thus, we introduce Terminal-Universe, a framework which turns each trajectory into a reusable environment and explores it for synthesizing new tasks and continued interactions. 

Specifically, Terminal-Universe replays the file operations recorded in a trajectory to restore each file before the agent modified it, yielding a partial workspace; a completion agent then supplies the missing files and dependencies. 

On this recovered workspace, we both reconstruct the original intent task and synthesize entirely new ones. 

Besides, we also scale the tasks along two complementary axes: breadth and depth. 

For breadth, we mine directional dependency relations between related environments and synthesize cross-workspace queries spanning multiple codebases, as developers routinely do in real-world development. 

For depth, we extend the initial single-turn query into a multi-round session that captures iterative user feedback and requirement refinement via a user agent. 

Applied to public terminal agent trajectories, Terminal-Universe produces 37.3k task-sufficient environments. 

Supervised fine-tuning of Qwen3.5-27B on this corpus improves single-round performance on Terminal-Bench 2.1 by 11.9 points and multi-round performance on EvoCode-Bench v2 MT@4 by 13.8 points.

[25/30] 318 Likes, 4 Comments, 2 Posts 2609.01437, cs․SE | cs․CL, 01 Sep 2026 🆕HarnessDev: Can LLMs Create and Evolve Their Own Agent Harness? Yuhao Wu, Jingyuan Zhang, Jiajun Shi, Xinping Lei, Qingshui Gu, Yuxuan Zhang, Zexuan Wang, Chen He, Chen Huang, Maojia Song, Zhiyuan Zeng, Shaowen Wa...

As agents move from research prototypes to deployed tools, their capability increasingly depends on model-external execution infrastructure, commonly termed the agent harness. 

Changing this harness while holding model weights fixed can substantially alter task performance. 

Current agent evaluations typically report downstream performance under a chosen harness, leaving a model's ability to develop the harness itself comparatively underexplored. 

We introduce HarnessDev, a benchmark that shifts the unit of evaluation from task outputs to runnable infrastructure. 

HarnessDev covers two stages. 

In Creation, the agent starts from a minimal seed and a small number of cases, then builds a complete execution system. 

In Evolution, it starts from its own created harness and iteratively revises it using downstream execution feedback, with the goal of improving benchmark performance. 

We then evaluate each constructed harness on capability (task success on held-out benchmarks) and efficiency (execution-token cost). 

The reported Creation results cover six creator LLMs, four domains, and five downstream benchmarks totaling 2,207 unique downstream instances, with hidden evaluation tasks withheld from development. 

We find that generated harnesses remain substantially behind mature human-engineered references on code and on search and research, while matching or exceeding the selected references on writing and machine-learning experimentation, with large variation in execution cost. 

Evolution produces some performance gains, but they are unstable and transfer only partially to held-out tasks. 

Experiments with a fixed runtime model further show that the gains depend strongly on the model executing the harness, indicating limited transfer across models.

[26/30] 317 Likes, 2 Comments, 2 Posts 2608.27448, cs․CL, 27 Aug 2026 🆕TTPO: Test-Time Policy Optimization Aozhe Wang, Zhengxi Lu, Jianze Wang, Shangke Lv, Ying Liu, Weiming Lu, Jun Xiao, Yueting Zhuang, Hua Yang, Qianglong Chen, Yongliang Shen

Recent prominent post-training methods, such as Reinforcement Learning (RL) and On-Policy Self-Distillation (OPSD), have driven rapid progress in mathematical reasoning for large language models, yet their reliance on ground-truth labels precludes test-time training (TTT). 

Replacing ground truth with majority-vote pseudo-labels is a natural alternative, yet it is fragile: an incorrect vote corrupts the teacher and misleads every token. 

We observe that this failure mode is asymmetric: rollouts that disagree with the pseudo-label are typically wrong regardless of whether the vote itself is correct. 

Building on this observation, we propose Test-Time Policy Optimization (TTPO), an asymmetric objective that distills agreeing rollouts via OPSD and penalizes disagreeing rollouts with Grouped RL. 

Token-level selection further refines both branches: distillation down-weights already-converged positions, while RL penalizes only confident errors. 

Both updates remain well-grounded even under frequent pseudo-label errors, and majority-vote routing yields tighter self-supervision as the model improves. 

Without any labels, TTPO matches label-supervised OPSD on five competition-level benchmarks, raises Qwen3-1.7B from 38.0% to 45.2% in TTT, yields +25.2% to +36.4% without thinking, and shows strong cross-task generalization.

[30/30] 293 Likes, 3 Comments, 2 Posts 2608.31046, cs․LG | cs․CL, 31 Aug 2026 🆕Does On-Policy Distillation Really Distill? From Noisy Teacher to Self-Improvement Yi Ding, Ruqi Zhang

On-policy distillation (OPD) offers dense token-level supervision as an alternative to the sparse outcome-level advantages of reinforcement learning with verifiable rewards (RLVR). 

However, the teacher scores student-generated trajectories that are inherently off-policy for it, so the reliability of its supervision, and hence the source of the student's improvement, remains unclear. 

We quantitatively analyze teacher supervision during OPD training and find substantial noise whose prevalence increases with teacher scale. 

Surprisingly, the student policy is insensitive to such noise, converging to comparable performance regardless of whether noisy supervision is retained or removed. 

Does OPD distill at all? 

By analyzing what drives its gains, we find that learning concentrates on low log-probability tokens, and using a single fixed negative advantage matches the performance of teacher-provided ones. 

This suggests that OPD works largely by suppressing low log-probability tokens, which requires no teacher. 

These findings motivate On-Policy Self-Adaptation (OPSA), a supervision-free method using entropy-adaptive negative advantages. 

It assigns stronger learning signals to high-entropy positions, suppressing tail tokens, and evenly redistributing probability mass among head tokens. 

Compared with the base \texttt{Qwen3-1.7B}, OPSA improves Avg@32 by 35.41 points on AIME24, corresponding to a 263\% relative gain, and more than doubles Pass@32 across all three benchmarks. 

It also outperforms OPD by 16.77 points in Avg@32 on AIME24. 

Extensive experiments and analyses across model families and tasks further demonstrate its effectiveness and generalizability.