Papers

Filtered to large language models · clear filter

Browse by term

continual learning 33reinforcement learning 21large language models 9vision-language models 8language models 6benchmarking 5autoregressive models 4diffusion transformers 4generative models 4multimodal learning 4robotics 4video generation 4benchmarks 3computer vision 3policy optimization 3self-distillation 3vision-language-action models 3world modeling 3agent-based systems 2autonomous agents 2calibration 2coding agents 2diffusion models 2foundation models 2image synthesis 2in-context learning 2knowledge graphs 2LLMs 2multimodal evaluation 2multimodal large language models 2

Matching papers

RAGU: A Multi-Step GraphRAG Engine with a Compact Domain-Adapted LLM

128 upvotes · 13 JUL 2026 · Mikhail Komarov, Ivan Bondarenko, Stanislav Shtuka et al.

This paper introduces RAGU, an open-source GraphRAG engine that improves large language models with structured knowledge by separating extraction and consolidation, and trains a compact extractor that outperforms larger models on knowledge-graph construction and GraphRAG tasks. Practitioners might care because RAGU can efficiently generate more accurate and complete context for tasks like factoid-level evidence recall and multi-hop question answering.

GigaChat Audio: Time-aware Large Audio Language Model

32 upvotes · 11 JUL 2026 · Aleksandr Kutsakov, Mariia Sadovina, Georgii Gospodinov et al.

This paper develops a large audio language model that can answer questions with specific timestamps, improving its ability to understand long audio recordings. Practitioners in audio and speech recognition may care about this development as it enables more accurate and context-specific information retrieval from audio data.

Group Entropy-Controlled Policy Optimization

24 upvotes · 18 JUL 2026 · Guangran Cheng, Chengqi Lyu, Songyang Gao et al.

This paper proposes a new method for reinforcement learning in large language models, called Group Entropy-Controlled Policy Optimization (GEPO), which helps balance exploration and exploitation by controlling entropy levels across different tasks. Practitioners might care about GEPO because it can lead to more balanced and task-specific exploration levels.

Environment-free Synthetic Data Generation for API-Calling Agents

14 upvotes · 18 JUL 2026 · Seanie Lee, Sanjoy Chowdhury, Chao Jiang et al.

This paper proposes a method to generate synthetic data for training API-calling agents without the need for an actual environment. This is useful for scalability, as collecting high-quality data at scale can be difficult. Practitioners might care about this approach because it could speed up the development of AI agents that can interact with APIs.

Scaling Laws for Hypernetwork-Based Knowledge Injection in Large Language Models

13 upvotes · 21 JUL 2026 · Nischay Dhankhar, Dos Baha, Abulhair Saparov

This paper investigates using hypernetworks for large-scale knowledge injection into language models, a technique that can improve their ability to answer factual questions. Practitioners may care because it could lead to more accurate and scalable language models for applications like customer service or question-answering systems.

LLM-as-a-Coach: Experiential Learning for Non-Verifiable Tasks

9 upvotes · 20 JUL 2026 · Tianzhu Ye, Li Dong, Guanheng Chen et al.

This paper proposes a new way for large language models to learn from feedback, allowing them to retain more detailed information about the quality of their responses and learn from it in a more nuanced way. Practitioners might care because this approach could lead to better performance on tasks where the model doesn't have a clear way to evaluate its own output.

Distilled Reinforcement Learning for LLM Post-training

8 upvotes · 19 JUL 2026 · Chen Wang, Zhaochun Li, Jionghao Bai et al.

This paper proposes a new method called Distilled Reinforcement Learning that improves large language model post-training by providing fine-grained guidance to transfer new knowledge from a teacher model to a student model. Practitioners might care because it outperforms standard reinforcement learning and on-policy distillation methods in terms of knowledge transfer and model performance.

Predictive Divergence Masks for LLM RL

8 upvotes · 12 JUL 2026 · Xiangxin Zhou, Jiarui Yao, Penghui Qi et al.

This paper proposes a new method to improve reinforcement learning for large language models by using a predictive divergence mask, which helps stabilize off-policy updates. Practitioners caring about improving the stability and performance of LLM-based reinforcement learning might find this approach useful.

Partially Correlated Verifier Cascades in LLM Harnesses: Concave Log-Odds, Polynomial Reliability, and Blind-Spot Ceilings

1 upvotes · 15 JUL 2026 · Jiangang Han

This paper develops a mathematical theory for reliability in large language models (LLMs) by analyzing the behavior of verification gates in cascades. It explains why adding more gates can sometimes help, sometimes hurt, or plateau the reliability of LLMs, and provides a way to estimate this reliability using repeated verdicts or other methods. Practitioners might care about this because it can help them design more reliable and robust LLMs.