Recent AI research papers with accessible summaries. Updated daily from arXiv, summarized for developers who don't read papers regularly.
Sahil Kale, Ian Harris
Current unlearning methods fail at the practical goal of removing harmful applications of a concept while preserving safe ones; effective unlearning requires concept-level evaluation, not just fact-level testing.
This paper introduces ConceptGuard, a benchmark for evaluating how well LLMs can selectively forget harmful knowledge while keeping beneficial uses of the same concept.
Shiao Xie, Siyu Chen, Jianwei Lv et al.
Medical AI needs dual optimization: factual correctness (verifiable through evidence) and patient communication quality (context-dependent). G-CARL shows that structured checklists paired with retrieval-based verification can train models for both simultaneously better than standard approaches.
This paper introduces a new task where AI systems explain medical reports to patients in accurate, accessible language. The key innovation is G-CARL, a training method that uses retrieval-based fact-checking and customized checklists to ensure explanations are both medically accurate and responsive to what patients actually want to know, without limiting creative variation in responses.
Zian Meng, Zhen Li, Chuanhao Li et al.
Separating explicit world state from appearance synthesis in video generation improves long-horizon consistency and enables direct control over predicted behavior without retraining the observation model.
Marionette is a world model for interactive games that separates world state prediction from appearance synthesis. Instead of directly generating pixels, it predicts explicit 3D skeletal poses and trajectories, uses a fixed geometric renderer to compute occlusion and geometry, then synthesizes realistic appearance on top. This makes long-horizon predictions more stable and controllable.
Masahiro Kato, Taka Kato
You can characterize the minimal information needed to hand off an LLM task between sessions using predictive equivalence; for Gaussian regression, this gives exact finite-dimensional representations with quantified memory-accuracy tradeoffs.
When an LLM task continues in a new session (due to context limits, restarts, or agent handoff), the application must decide what information to pass along. This paper develops a theory of 'handover'—transferring task-relevant in-context learning state between sessions—showing what information is sufficient to preserve performance and how much memory it requires.