Category intelligence

Research Briefing — May 22, 2026

751 current items analyzed and ranked.

Executive synthesis

Research Summary

Today's research is dominated by AI safety/oversight concerns and fundamental methodology corrections. A star-studded team (Narayanan, Toner, Hooker, Lazar) proposes open-world evaluations as a paradigm shift for measuring frontier capabilities beyond benchmarks. UK AISI's Loss of Oversight report identifies systemic threats to AI auditing and monitoring.

  • Learned CoT obfuscation generalizes to unseen tasks, demonstrating models can hide dangerous reasoning from monitors — a critical safety finding
  • A rigorous 2020–2026 update to Narang et al. shows most Transformer modifications still fail to transfer at 1–3B scale, disciplining architecture research
  • Off-model SFT capability degradation is mechanistically explained, with direct implications for alignment training pipelines
  • DPO–RLHF equivalence is proven conditional, not universal, challenging a foundational assumption in preference optimization

On the methods side, a novel equivalence between Gaussian processes and linear diffusion models enables GP conditioning on arbitrary likelihoods. Introspective X Training (IXT) shows feedback-conditioned data annotation improves scaling across all LLM training stages. Hallucination is reframed as commitment failure — models often know the answer but misfire (16–47% of cases), worsening with scale. Hack-Verifiable Environments introduce a scalable paradigm for systematically measuring reward hacking.

Key Themes

AI Safety · 1Alignment · 1AI Safety & Alignment · 22AI Safety and Oversight · 5Reward Hacking & Evaluation · 3RLVR and LLM Reasoning · 7Training Dynamics · 1AI Safety and Security · 7Transformer Architecture & Efficiency · 4Reinforcement Learning for LLMs · 9

Primary evidence

Top Ranked Signals

Research arXiv (Artificial Intelligence) May 22

Open-World Evaluations for Measuring Frontier AI Capabilities

By Sayash Kapoor, Peter Kirgis, Andrew Schwartz, Stephan Rabanser, J. J. Allaire, Rishi Bommasani, Harry Coppock, Magda Dubois, Gillian K Hadfield, Andrew B. Hall, Sara Hooker, Seth Lazar, Steve Newman, Dimitris Papailiopoulos, Shoshannah Tekofsky, Helen Toner, Cozmin Ududec, Arvind Narayanan

78 score
AI Analysis

Advocates for 'open-world evaluations' - long-horizon, real-world tasks assessed through qualitative analysis rather than benchmark automation - as a complement to standard benchmarks. Introduces CRUX, a project for conducting such evaluations regularly, with initial findings on frontier models.

arXiv:2605.20520v1 Announce Type: new Abstract: Benchmark-based evaluation remains important for tracking frontier AI progress. But it can both overstate and understate deployed capability because it privileges tasks that can be precisely specified, automatically graded, easy to optimize for, and run with low budgets and short time horizons. We advocate for a complementary class of evaluations, which we term open-world evaluations: long-horizon, messy, real-world tasks assessed through small-sa
AI EvaluationFrontier AIAI GovernanceBenchmarking
Research arXiv (Machine Learning) May 22

Conditioning Gaussian Processes on Almost Anything

By Henry Moss, Lachlan Astfalck, Thomas Cowperthwaite, Colin Doumont, Sam Willis, Philipp Hennig, Christopher Nemeth, Andrew Zammit-Mangion

78 score
AI Analysis

Establishes an equivalence between Gaussian processes and linear diffusion models, enabling GP conditioning on arbitrary likelihood functions including non-linear physics constraints and natural language via LLMs. This extends GPs beyond the conjugate regime while maintaining principled uncertainty quantification.

arXiv:2605.21041v1 Announce Type: cross Abstract: Gaussian processes (GPs) offer a principled probabilistic model over functions, but exact inference is restricted to the linear-Gaussian regime. We establish an explicit equivalence between GPs and a class of linear diffusion models, recasting predictive sampling as an ODE with closed-form Gaussian dynamics and a likelihood-dependent guidance term that admits a simple Monte Carlo approximation. In the linear-Gaussian setting, we recover standard
Gaussian ProcessesDiffusion ModelsProbabilistic InferenceFoundation Models
75 score
AI Analysis

UK AISI report finding that many properties relied on for current AI oversight (auditing, monitoring, incident investigation) face likely and potentially severe degradation pathways. Provides recommendations for measuring shifts in oversight-relevant properties and investing in fallback techniques.

Produced by UK AISI Model Transparency and Situational Awareness teams. If you’re a Research Scientist or Research Engineer, we’re hiring – apply here and come and work with us! TL;DR We wrote a report on risks to AI oversight (auditing, monitoring, incident investigation), informed by interviewing many researchers (Figure 1 below), and our own analysis. We find that many of the properties relied on for current oversight face a range of likely and potentially severe degradation pathways. Much ov
AI SafetyAI GovernanceOversightAuditing
Research LessWrong May 20

Why does off-model SFT degrade capabilities?

By SebastianP

74 score
AI Analysis

This research investigates why supervised fine-tuning on outputs from a different model (off-model SFT) degrades the student model's capabilities. The authors find that degradation occurs because off-model SFT forces the model into an unfamiliar reasoning style, and importantly, this is a 'shallow' property—a small amount of retraining on the original style (even on unrelated tasks) recovers most performance. This has direct implications for AI safety, as off-model SFT is a key proposed technique for controlling potentially misaligned AI systems (e.g., overcoming exploration hacking).

Off-model SFT (SFT on outputs generated by a different model) might be an important method for controlling AI behavior. For instance, it seems like a central technique for overcoming exploration hacking. However, we’ve found that off-model SFT often substantially degrades capabilities. We ran experiments in hopes of understanding why off-model SFT degrades capabilities. We tentatively believe that it’s because off-model SFT forces the model into an unfamiliar reasoning style that it’s bad at usi
AI SafetyAlignmentSupervised Fine-TuningModel CapabilitiesTraining Dynamics
Research arXiv (Artificial Intelligence) May 22

Conditional Equivalence of DPO and RLHF: Implicit Assumption, Failure Modes, and Provable Alignment

By Zhiqin Yang, Yonggang Zhang, Wei Xue, Dong Fang, Bo Han, Yike Guo

36 score
AI Analysis

As first reported in Research yesterday, Proves that the equivalence between DPO and RLHF is conditional, not universal, depending on an implicit assumption that is frequently violated in practice. Characterizes failure modes where DPO converges to preferring dispreferred responses.

arXiv:2605.20834v1 Announce Type: new Abstract: Direct Preference Optimization (DPO) has emerged as a popular alternative to Reinforcement Learning from Human Feedback (RLHF), offering theoretical equivalence with simpler implementation. We prove this equivalence is conditional rather than universal, depending on an implicit assumption frequently violated in practice: the RLHF-optimal policy must prefer human-preferred responses. When this assumption fails, DPO optimizes relative advantage over
AlignmentRLHFDPOPreference Learning
Research arXiv (Artificial Intelligence) May 22

Introspective X Training: Feedback Conditioning Improves Scaling Across all LLM Training Stages

By Brandon Cui, Ximing Lu, Jaehun Jung, Syeda Nahida Akter, Hyunwoo Kim, Yuxiao Qu, David Acuna, Shrimai Prabhumoye, Yejin Choi, Prithviraj Ammanabrolu

72 score
AI Analysis

Introspective Training (IXT) proposes using a thinking reward model to annotate training data with natural language critique feedback across all LLM training stages, inspired by offline reward-conditioned RL. This enables quality-aware training from pre-training onwards by prefix-conditioning data with generated feedback.

arXiv:2605.20285v1 Announce Type: cross Abstract: We tackle the question of how to scale more efficiently across the many, ever-growing stages of current LLM training pipelines. Our guiding intuition stems from the fact that the dynamics of later stages of the pipeline, e.g. post-training, can be used to inform earlier stages such as pre-training. To this end, we propose Introspective Training (or IXT), inspired by offline reward-conditioned reinforcement learning and applicable to any stage of
Language ModelsTraining EfficiencyReinforcement LearningScaling
Research arXiv (Artificial Intelligence) May 22

On the limits and opportunities of AI reviewers: Reviewing the reviews of Nature-family papers with 45 expert scientists

By Seungone Kim, Dongkeun Yoon, Kiril Gashteovski, Juyoung Suk, Jinheon Baek, Pranjal Aggarwal, Ian Wu, Viktor Zaverkin, Spase Petkoski, Daniel R. Schrider, Ilija Dukovski, Francesco Santini, Biljana Mitreska, Yong Jeong, Kyeongha Kwon, Young Min Sim, Dragana Manasova, Arthur Porto, Biljana Mojsoska, Makoto Takamoto, Marko Shuntov, Ruoqi Liu, Hyunjoo Jenny Lee, Niyazi Ulas Din\c{c}, Yehhyun Jo, Sunkyu Han, Chungwoo Lee, Huishan Li, Esther H. R. Tsai, Ergun Simsek, Khushboo Shafi, Yeonseung Chung, Jihye Park, Aleksandar Shulevski, Henrik Christiansen, Yoosang Son, Elly Knight, Amanda Montoya, Jeongyoun Ahn, Christian Langkammer, Heera Moon, Changwon Yoon, Nikola Stikov, Mooseok Jang, Edward Choi, Junhan Kim, Yeon Sik Jung, Woo Youn Kim, Jae Kyoung Kim, Ishraq Md Anjum, Hyun Uk Kim, Drew Bridges, Carolin Lawrence, Xiang Yue, Alice Oh, Akari Asai, Sean Welleck, Graham Neubig

72 score
AI Analysis

Large-scale evaluation of AI reviewers on Nature-family papers with 45 expert scientists, revealing what AI reviews do well vs. poorly compared to human review. Goes beyond simple score alignment to characterize capabilities.

arXiv:2605.20668v1 Announce Type: cross Abstract: With the advancement of AI capabilities, AI reviewers are beginning to be deployed in scientific peer review, yet their capability and credibility remain in question: many scientists simply view them as probabilistic systems without the expertise to evaluate research, while other researchers are more optimistic about their readiness without concrete evidence. Understanding what AI reviewers do well, where they fall short, and what challenges rem
AI for ScienceEvaluationScientific ReviewLanguage Models
Research arXiv (Artificial Intelligence) May 22

Hack-Verifiable Environments: Towards Evaluating Reward Hacking at Scale

By Amit Roth, Ankur Samanta, Matan Halevy, Yoav Levine, Yonathan Efroni

72 score
AI Analysis

Introduces a new evaluation paradigm for measuring reward hacking by embedding detectable hacking opportunities directly into environments, making exploitation verifiable by design. This enables deterministic, automated measurement rather than post-hoc trajectory inspection.

arXiv:2605.20744v1 Announce Type: cross Abstract: Aligning autonomous agents with human intent remains a central challenge in modern AI. A key manifestation of this challenge is reward hacking, whereby agents appear successful under the evaluation signal while violating the intended objective. Reward hacking has been observed across a wide range of settings, yet methods for reliably measuring it at scale remain lacking. In this work, we introduce a new evaluation paradigm for measuring reward h
AI SafetyReward HackingAlignmentEvaluation
Research arXiv (Artificial Intelligence) May 22

Towards Context-Invariant Safety Alignment for Large Language Models

By Yixu Wang, Yang Yao, Xin Wang, Yifeng Gao, Yan Teng, Xingjun Ma, Yingchun Wang

72 score
AI Analysis

Proposes context-invariant safety alignment for LLMs where behavior depends on underlying intent rather than surface form, addressing the brittleness where models refuse harmful requests in standard prompts but comply under adversarial wording.

arXiv:2605.20994v1 Announce Type: cross Abstract: Preference-based post-training aligns LLMs with human intent, yet safety behavior often remains brittle. A model may refuse a harmful request in a standard prompt but comply when the same intent is wrapped in adversarial wording. We suggest that robust safety requires context-invariant alignment, where behavior depends on the underlying intent rather than surface form. Enforcing invariance is difficult in alignment because not all training signa
AI SafetyAlignmentRobustnessLanguage Models
Research arXiv (Machine Learning) May 22

Most Transformer Modifications Still Do Not Transfer at 1-3B: A 2020-2026 Update to Narang et al. (2021) with Downstream Evaluation and a Noise Floor

By Yang Zhao, Jiahao Lu, Bin Huang, Guhua Zhang, Jie Zhou

72 score
AI Analysis

Updates Narang et al. (2021) by testing 20 post-2021 Transformer modifications at 1.2B and 3B parameters. Central finding: most modifications still do not transfer, with only 2/20 clearing Bonferroni correction at 1.2B.

arXiv:2605.20798v1 Announce Type: new Abstract: Narang et al. (2021) evaluated 40+ Transformer modifications at T5-base scale and concluded that most did not transfer. Five years later, the typical working regime has moved to 1-3B parameters, downstream evaluation has replaced pretraining perplexity, and a substantially different catalogue of modifications has emerged. We revisit their question by testing 20 post-2021 Transformer modifications at 1.2B and 3B under strict iso-data, iso-compute,
Transformer ArchitectureScalingReproducibility
Research arXiv (Machine Learning) May 22

Reasoning-Trace Collapse: Evaluating the Loss of Explicit Reasoning During Fine-Tuning

By Lukas Twist, Helen Yannakoudakis, Jie M. Zhang

72 score
AI Analysis

Demonstrates 'reasoning-trace collapse' where fine-tuning reasoning models on standard instruction data causes loss of structurally valid reasoning traces while maintaining plausible answers. Introduces a structural evaluation framework separating answer correctness from reasoning validity.

arXiv:2605.21127v1 Announce Type: new Abstract: Explicit reasoning models are trained to produce intermediate reasoning traces before final answers, but downstream fine-tuning is often performed on ordinary instruction-response data that contains no such traces. We show that this mismatch can induce reasoning-trace collapse: a fine-tuned model continues to produce plausible final answers while losing the structurally valid explicit reasoning traces that made it a reasoning model in the first pl
LLM ReasoningFine-TuningEvaluationAI Safety
Research arXiv (Machine Learning) May 22

PlexRL: Cluster-Level Orchestration of Serviceized LLM Execution for RLVR

By Yiqi Zhang, Fangzheng Jiao, Tian Tang, Boyu Tian, Hangyu Wang, Qiaoling Chen, Guoteng Wang, Zhen Jiang, Peng Sun, Ping Zhang, Xiaohe Hu, Ziming Liu, Menghao Zhang, Yanmin Jia, Yang You, Siyuan Feng

72 score
AI Analysis

PlexRL proposes cluster-level orchestration for RLVR training of LLMs, exploiting anti-correlated idle gaps across multiple training jobs to improve GPU utilization. The key insight is that while individual RLVR jobs have unavoidable inefficiencies from long-tailed rollouts and asymmetric resource needs, these can be mitigated by scheduling multiple jobs together.

arXiv:2605.20863v1 Announce Type: cross Abstract: Reinforcement learning with verifiable rewards (RLVR) has recently unlocked strong reasoning capabilities in large language models (LLMs), triggering rapid exploration of new algorithms and data. However, RLVR training is notoriously inefficient: long-tailed rollouts, tool-induced stalls, and asymmetric resource requirements between rollout and training introduce substantial idle time that cannot be eliminated by job-local optimizations such as
Reinforcement LearningLLM Training InfrastructureSystems Optimization