what's new in nlp
recent papers in nlp, each with a practical, plain-language summary. language, end to end.
want the foundations first?take the nlp learning path →
- 📄 paperJul 2026
POPS: Recovering Unlearned Multi-Modality Knowledge in MLLMs with Prompt-Optimized Parameter Shaking
Zhangheng LI, Jianing Zhu, Junyuan Hong +4
this paper introduces pops, a technique designed to recover multi-modality knowledge that may be 'unlearned' in multi-modal large language models (mllms). for practitioners, this is crucial for ensuring mllms maintain a comprehensive understanding across different data types, thereby improving their overall performance and robustness.
- 📄 paperJul 2026
MILES: Modular Instruction Memory with Learnable Selection for Self-Improving LLM Reasoning
Ruilin Tong, Dong Gong
this paper introduces miles, a method for large language models (llms) to improve their reasoning by learning to select and utilize modular instructions. this approach helps practitioners build more robust and adaptable llms, especially for complex tasks that require multi-step reasoning and self-correction capabilities.
- 📄 paperJun 2026
Can Reasoning Models Detect Changes to their Chains of Thought?
Sathvik Napa, Utkarsh Singh, Chengyuan Xue +2
this paper examines whether reasoning models can detect changes in their chains of thought. this is relevant for practitioners working on explainable ai, as it explores the robustness and manipulability of a model's internal reasoning process.
- 📄 paperJun 2026
Abstract representational geometry supports inference in large language models
Yunan Zeng, Yuwang Wang
this paper investigates how abstract representational geometry aids inference in llms. for practitioners, understanding these underlying mechanisms can inform the design of more efficient and adaptable models, especially for tasks requiring complex reasoning from limited data.
- 📄 paperJun 2026
Words as Difference Makers: How Large Language Models Determine Causal Structure in Text
Wolfgang Pietsch
this research explores how llms identify causal structures within text. understanding this can help practitioners develop more robust and interpretable ai systems that can reason about cause and effect, moving beyond mere pattern matching.
- 📄 paperJun 2026
Matching Tasks to Objectives: Fine-Tuning and Prompt-Tuning Strategies for Encoder-Decoder Pre-trained Language Models
Ahmad Pouramini, Hesham Faili
this paper investigates effective fine-tuning and prompt-tuning strategies for encoder-decoder llms. practitioners can use these insights to better adapt pre-trained models to specific tasks, optimizing performance and resource usage.
- 📄 paperJun 2026
KARLA: Knowledge-base Augmented Retrieval for Language Models
François Crespin, Fabian M. Suchanek, Nils Holzenberger
karla presents a method that enables large language models (llms) to automatically retrieve factual knowledge from a knowledge base during token generation. this helps to mitigate hallucination and improve factual accuracy, making llms more reliable for information retrieval and content generation tasks.
- 📄 paperJun 2026
Democratizing cloud data lake analytics: natural language access to Apache Iceberg via LLM agents
VKVipin Kataria, NKNitin Kumar
this work introduces llm agents that enable natural language access to apache iceberg data lakes. for data practitioners, this means easier and more intuitive interaction with large datasets, lowering the barrier to data analytics.
- 📄 paperJun 2026
VoidPadding: Let [VOID] Handle Padding in Masked Diffusion Language Models so that [EOS] Can Focus on Semantic Termination
Chunyu Liu, Zhengyang Fan, Kaisen Yang +1
voidpadding proposes using a dedicated [void] token for padding in masked diffusion language models, allowing the [eos] token to focus solely on semantic termination. this separation can lead to more coherent and semantically accurate text generation, which is beneficial for practitioners building robust language models.
- 📄 paperJun 2026
Operads for compositional reasoning in LLMs
Nathaniel Bottman, Kyle Richardson
this work proposes using operads to provide a rigorous framework for compositional reasoning in large language models, particularly for question decomposition. for practitioners, this theoretical foundation could lead to more robust and explainable llm reasoning, moving beyond heuristic approaches to improve complex problem-solving.
- 📄 paperJun 2026
Beyond the Commitment Boundary: Probing Epiphenomenal Chain-of-Thought in Large Reasoning Models
Daniel Scalena, Sara Candussio, Luca Bortolussi +3
this research explores the nature of chain-of-thought (cot) reasoning in llms, suggesting that the intermediate steps might not always reflect true internal reasoning. for practitioners, this implies that while cot can improve performance, its explanations should be interpreted cautiously, and it might not always indicate deeper understanding.
- 📄 paperJun 2026
A Systematic Evaluation of Black-Box Uncertainty Estimation Methods for Large Language Models
Jiayi Wang, Xu-Yao Zhang
this paper systematically evaluates methods for estimating uncertainty in black-box large language models. understanding model uncertainty is crucial for practitioners to deploy llms reliably, especially in high-stakes applications where knowing when a model might be wrong is as important as its predictions.