Papers

Filtered to language models · clear filter

Browse by term

continual learning 83reinforcement learning 50large language models 12benchmarking 11benchmarks 11language models 11vision-language models 11robotics 7natural language processing 6world models 6generative models 5recursive self-improvement 5attention mechanisms 4diffusion Transformers 4multi-agent systems 4multimodal learning 4multimodal models 4on-policy distillation 4self-distillation 4self-supervised learning 4transformers 4video generation 4vision-language-action models 4agent-based systems 3agentic models 3agentic search 3autonomous systems 3coding agents 3diffusion models 3image generation 3

Matching papers

Random Attention: Rethinking KV Cache Eviction for Efficient Reasoning

166 upvotes · 3 SEP 2026 · Heng Wang, Jielin Qiu, Wenting Zhao et al.

This paper proposes a new method for managing the memory of large language models, called Random Attention, which improves their performance on tasks that require extended reasoning by reducing memory usage. Practitioners caring about efficient model deployment might find this approach useful.

DataFlow-Harness: A Grounded Code-Agent Platform for Constructing Editable LLM Data Pipelines

122 upvotes · 18 JUL 2026 · Runming He, Zhen Hao Wong, Hao Liang et al.

This paper creates a platform to help large language models generate code for data pipelines, which can then be edited and used to automate data processing workflows. Practitioners might care about this because it can help reduce the time and cost of developing and maintaining these pipelines.

LatentPress: Context Compression Beyond Text and Vision

109 upvotes · 1 SEP 2026 · Zhengze Zhou, Hejian Sang

This paper introduces LatentPress, a method to compress conversational histories and documents into a continuous memory token format that allows language models to directly read and process the context without text reconstruction. Practitioners might care about this because it could lead to faster and more efficient language model inference.

Co-RL: Unsupervised Reasoning Emerges from Diverse Cohort in Multi-agent RL

92 upvotes · 19 AUG 2026 · Yunhao Yang, Yuexin Bian, Yunjie Tian et al.

This paper introduces Co-RL, a framework for unsupervised multi-agent reinforcement learning that enables diverse and accurate reasoning in language and vision-language models. Practitioners can use Co-RL to improve their models' ability to reason and respond without relying on expensive ground-truth supervision.

Agentic ESOpt: Fine-Tuning Long-Horizon LLM Agents with Minimal GPU Requirements

90 upvotes · 18 AUG 2026 · Zhi Zheng, Rongsheng Chen, Yunpeng Ba et al.

This paper proposes a new method for fine-tuning large language models (LLMs) in reinforcement learning (RL) tasks with long horizons, using evolution strategies (ES) instead of traditional backpropagation-based training. Practitioners might care because it allows for more efficient and flexible fine-tuning of LLMs, enabling them to tackle complex tasks with larger models and longer interactions.

AURORA-LM: Autoencoding Unified Representation for Continuous-Latent Diffusion Language Modeling

71 upvotes · 3 AUG 2026 · Jiajun Liang, Yucheng Liao, Yukang Cao et al.

This paper introduces AURORA-LM, a continuous-latent diffusion language model that generates text by learning a high-capacity, decodable text latent and its distribution directly. Practitioners might care because it achieves state-of-the-art performance on text generation and summarization tasks.

Memory Decoder at Scale: A Pretrained, Parametric Long-Term Memory

51 upvotes · 30 JUL 2026 · Rubin Wei, Jiaqi Cao, Jiarui Wang et al.

This paper develops a method to scale up language models by increasing their memory capacity, allowing for better performance and more efficient use of parameters. Practitioners may care about this research as it could lead to more powerful and efficient language models for applications like language translation and text generation.

Language Models Can Control Their Own Attention

49 upvotes · 2 SEP 2026 · Namgyu Ho, Huzama Ahmad, Woosung Koh et al.

This paper introduces a new attention mechanism, Declarative Attention (DA), that allows language models to more efficiently control their attention by specifying where they need to focus during generation, rather than scanning the entire context. Practitioners might care because this could lead to significant reductions in computation and memory usage, making large language models more practical for real-world applications.

SPADE: Self-Play in Adaptive Synthetic Executable Environments

47 upvotes · 19 AUG 2026 · Bo Liu, Simon Yu, Yiding Jiang et al.

This paper introduces SPADE, a self-play framework that enables language agents to learn from adaptive, self-generated environments, allowing them to improve continuously without fixed goal distributions. Practitioners might care because SPADE can lead to more robust and open-ended AI models.

Confidence Comes from Experience: Experiential Confidence Estimation from Reasoning to Agents

47 upvotes · 15 SEP 2026 · Caiqi Zhang, Xiaochen Zhu, Chengzu Li et al.

This paper proposes a new method for estimating confidence in language models, called XConf, which uses the model's past experiences to inform its confidence, rather than just relying on the current inference process. Practitioners might care about this because it could lead to more reliable and trustworthy deployment of language models.

Agent Memory Distillation: Empowering Small LLM Agents with Hierarchical Teacher Memory

46 upvotes · 7 AUG 2026 · Taeil Kim, Kangsan Kim, Sung Ju Hwang

This paper introduces Agent Memory Distillation, a technique that allows small language models to learn from a larger teacher model by transferring structured knowledge through hierarchical memory. Practitioners might care about this approach because it could improve the performance of small language models in tasks that require complex decision-making.