338 upvotes · 27 JUL 2026 · Kimi Team, Tongtong Bai, Yifan Bai et al.
This paper introduces Kimi K3, a large-scale, open-source AI model that achieves state-of-the-art performance on a range of tasks, including vision and coding, and is designed to be more efficient and scalable than previous models, making it a promising candidate for real-world applications.
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.
69 upvotes · 26 JUL 2026 · Qinsi Wang, Jing Shi, Huazheng Wang et al.
This paper introduces a new method to improve large language models (LLMs) called RLSVR, which uses a task-transformation technique to generate self-verifiable rewards, enabling LLM self-improvement on open-ended tasks. Practitioners might care about this because it could lead to more reliable and scalable self-improvement methods for LLMs.
54 upvotes · 28 JUL 2026 · Jiangwang Chen, Zixin Song, Junlin Liu et al.
This paper introduces a method called DecoEvo, which helps large language models improve by co-evolving a solver skill and a rubric-generator skill in a way that's more efficient and effective. Practitioners might care about this because it could lead to better performance and more reliable optimization in open-ended tasks.
49 upvotes · 19 MAY 2026 · Hao Liang, Qifeng Cai, Yibo Lin et al.
This paper introduces a benchmark to measure how well large language models (LLMs) can prepare training data, and how well they evaluate the quality of that data. Practitioners might care because improving data preparation can lead to better model performance.
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.
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.
16 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.
15 upvotes · 30 JUL 2026 · Zane Shen, Xinli Xu, Guangyi Zhang et al.
This paper explores using large language models to improve execution costs in algorithmic trading by breaking down a large order into smaller ones, and finds that these models can outperform human traders and other approaches in certain situations.
15 upvotes · 21 JUL 2026 · Mingxuan Xia, Yuhang Yang, Chao Ye et al.
This paper improves a type of reinforcement learning (RL) called rubric-based RL, which helps large language models (LLMs) perform well on open-ended tasks. A practitioner might care about this paper because it addresses a common problem in RL, where some criteria (or rules) are not explored properly, and it shows that its new method can improve performance on these tasks.
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.
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.
9 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.
9 upvotes · 24 JUL 2026 · Gabeen Kim, Kyeongpil Kang
This paper develops a new method to restore illegible historical documents by using large language models with external knowledge to fill in missing information, which can be useful for experts who need to analyze these documents quickly.
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.
8 upvotes · 28 JUL 2026 · Sining Zhoubian, Dan Zhang, Evgeny Kharlamov et al.
This paper creates a systematic framework for understanding memory in large language models, helping researchers design more scalable and adaptive language models. Practitioners might care because it provides a unified perspective on memory mechanisms, making it easier to evaluate and improve language model performance.
8 upvotes · 22 JUL 2026 · Cheng Luo, Zefan Cai, Junjie Hu
This paper improves the Transformer model by introducing Multi-Head Attention Residuals, which allows each sublayer to attend to different parts of the model's history, reducing the impact of disagreements between different feature subspaces. Practitioners might care because this could lead to better performance in large models.