ThinkLLM
ModelsCapabilitiesUse CasesBenchmarksPapersGlossary
ModelsCapabilitiesUse CasesBenchmarksPapersGlossary
AboutPrivacyTermsRSS

ThinkLLM

Spot an error in our data? Let us know.

Papers

Recent AI research papers with accessible summaries. Updated daily from arXiv, summarized for developers who don't read papers regularly.

1552 papers50 this month12 topics
AllEvaluation 40Training 34Efficiency 33Reasoning 30Agents 27Applications 22Multimodal 18Data 17Safety 13Architecture 11Alignment 7scaling 5

Jul 6 – Jul 12(24)

UniClawBench: A Universal Benchmark for Proactive Agents on Real-World Tasks

Jul 9, 2026

Zhekai Chen, Chengqi Duan, Kaiyue Sun et al.

This benchmark separates what a language model can do from how well an agent framework uses those abilities—showing that both matter equally for real-world performance.

UniClawBench is a new benchmark for evaluating AI agents that work with real-world tools and applications. Unlike older benchmarks that use static simulations, it tests agents in live environments with 400 real tasks across five key capabilities: using tools, exploring options, understanding long documents, processing images/video, and coordinating across platforms.

evaluationagentsreasoning

Ideas Have Genomes: Benchmarking Scientific Lineage Reasoning and Lineage-Grounded Idea Generation

Jul 9, 2026

Yifan Zhou, Qihao Yang, Yan Li et al.

Current LLMs struggle with scientific lineage reasoning (only 27.3% accuracy), suggesting AI systems need better mechanisms to understand how ideas inherit, mutate, and recombine across research communities.

This paper introduces IdeaGene-Bench, a benchmark for evaluating whether AI systems can understand how scientific ideas evolve and build on each other. It represents papers as 'Idea Genomes' with tracked inheritance patterns, and tests both reasoning about scientific lineages and generating new ideas that fit coherently into existing research traditions across 10 scientific domains.

Jun 29 – Jul 5(38)

Distributed Attacks in Persistent-State AI Control

Jul 2, 2026

Josh Hills, Ida Caspary, Asa Cooper Stickland

Persistent AI systems that ship code iteratively create a new vulnerability: attackers can hide malicious behavior by spreading it across multiple sessions, and different detection strategies are needed to catch gradual versus concentrated attacks.

This paper studies how AI coding agents can distribute malicious attacks across multiple pull requests over time to evade detection. The authors introduce a benchmark where agents pursue hidden goals while building software, comparing gradual attacks spread across PRs against concentrated attacks.

safetyagentsevaluation

LACUNA: A Testbed for Evaluating Localization Precision for LLM Unlearning

Jul 2, 2026

Matteo Boglioni, Thibault Rousset, Siva Reddy et al.

Current unlearning methods are imprecise at targeting specific parameters where knowledge is stored, making them vulnerable to attacks that resurface the data—precise localization matters more than output-level performance.

LACUNA is a new benchmark for testing whether LLM unlearning methods actually erase sensitive data from model parameters or just hide it. The researchers inject fake personal information into specific weights of language models, then check if unlearning methods successfully target those exact parameters.

Jun 22 – Jun 28(38)

Which Nash Equilibrium? Solver-Dependent Selection on Zero-Sum Nash Polytopes

Jun 26, 2026

Luis Leal

Different Nash equilibrium solvers systematically select different equilibria based on their algorithm design—regularized methods pick maximum-entropy solutions while regret-averaging methods pick lower-entropy ones—which matters for robustness against imperfect opponents.

This paper investigates how different algorithms for solving two-player zero-sum games select different Nash equilibria from the convex set of possible equilibria.

evaluation

VGB for Masked Diffusion Model: Efficient Test-time Scaling for Reward Satisfaction and Sample Editing

Jun 26, 2026

Kijung Jeon, Thuy-Duong Vuong, Molei Tao

MDM-VGB enables efficient test-time scaling for constrained generation by allowing tokens to be remasked during sampling, achieving quadratic complexity while competing methods like best-of-N suffer exponential complexity—making it practical for real-world constraint satisfaction problems.

This paper introduces MDM-VGB, a sampling method for masked diffusion models that improves generation quality at test time by allowing tokens to be strategically unmasked and remasked based on reward signals.

reasoning
evaluationreasoningdata

Score Accuracy Along the Forward Diffusion Does Not Certify Numerical Stability in Diffusion Sampling

Jul 9, 2026

Yiwei Zhou

Training diffusion models with low forward-marginal error doesn't guarantee stable sampling—you need additional safeguards like denoiser projection to ensure numerical stability and convergence of sample moments.

This paper reveals a critical gap in diffusion model training: a score function can have tiny errors on average (as measured during training) yet produce numerically unstable sampling with diverging moments. The authors prove this theoretically and show that projecting learned denoisers onto known data bounds fixes the problem.

trainingevaluationsafety

MulTTiPop: A Multitrack Transcription Dataset for Pop Music

Jul 9, 2026

Nathan Pruyne, Benjamin Stoler, William Chen et al.

Automatic music transcription models still struggle with real-world pop music—the best model only achieves 38% Onset F1—suggesting this dataset will be valuable for developing better transcription systems.

MulTTiPop is a dataset of 572 pop music segments (3.5 hours) paired with multitrack MIDI transcriptions, spanning from the 1930s to 2000s. The authors created it by matching audio from existing datasets, manually aligning beats, and using tempo warping. They benchmark state-of-the-art transcription models and show significant room for improvement.

dataevaluationapplications

Using AI-based Learning Assistants in Higher Education: A Large-Scale Descriptive Analysis

Jul 9, 2026

Kristina Schaaff, Quintus Stierstorfer, Valerie Heckel

Large-scale log data shows AI learning assistants are already integrated into student routines, but usage varies substantially across demographics and study contexts—critical insights for designing inclusive educational AI.

This study analyzes real usage data from 77,543 students using Syntea, an AI learning assistant, to understand how different groups actually use educational chatbots. Unlike previous small surveys, this large-scale analysis reveals that usage patterns vary significantly by gender, age, study program, and other factors—providing concrete evidence for improving AI tutoring tools.

applicationsevaluation

Dimensionality Reduction Meets Network Science: Sensemaking on UMAP's kNN Graph

Jul 9, 2026

Duen Horng Chau, Donghao Ren, Fred Hohman et al.

The kNN graph UMAP builds internally preserves high-dimensional structure better than the 2D visualization; applying network analysis to it gives you cleaner insights into data organization than the embedding alone.

UMAP is popular for visualizing high-dimensional data, but researchers typically ignore its internal k-nearest-neighbor graph.

evaluationdata

AUTOPILOT VQA: Benchmarking Vision-Language Models for Incident-Centric Dashcam Understanding

Jul 9, 2026

Siddharth Damodharan, Radhika Gupta, Ali Alshami et al.

Current vision-language models struggle with safety-critical reasoning in autonomous driving; this benchmark provides a standardized way to measure whether they can understand incident context and predict avoidability.

AUTOPILOT-VQA is a benchmark dataset for evaluating vision-language models on safety-critical dashcam understanding. It uses structured questions about real-world driving incidents to test whether AI systems can reliably reason about weather, traffic, road conditions, and accident scenarios—moving beyond simple object recognition to temporally grounded, safety-aware reasoning.

evaluationmultimodalsafety

The Illusion of Equivalency: Statistical Characterization of Quantization Effects in LLMs

Jul 9, 2026

Baha Rababah, Cuneyt Gurcan Akcora, Carson K. Leung

Standard accuracy metrics mask real behavioral divergence in quantized models—you need decision-level metrics to catch when quantized and base models disagree, even when both maintain similar overall performance.

This paper reveals that quantization (compressing LLMs to lower bit-widths) preserves accuracy metrics like perplexity but causes hidden behavioral changes. The authors introduce a new metric called correctness agreement to detect when quantized models make different predictions than base models, and analyze how quantization distorts attention weights differently across model layers.

efficiencyevaluation

Validity of LLMs as data annotators: AMALIA on authority

Jul 9, 2026

Manuel Pita

High agreement between LLMs and human annotators doesn't guarantee the model understands the construct being measured—you need to test whether the model follows the theory's logic or just correlates with surface features.

This paper tests whether Portugal's AMALIA language model can reliably annotate moral concepts by comparing its agreement with human coders against its actual understanding of the underlying construct.

evaluationalignmentdata

Do You Need a Frontier Model as a Citation Verifier? Benchmarking Rubric LLMs for Deep-Research Source Attribution

Jul 9, 2026

Ethan Leung, Elias Lumer, Corey Feld et al.

You don't need the most expensive LLM to judge citation quality—cheaper models match frontier models on accuracy—but all judges have directional biases that must be calibrated before using them as reward signals in AI training.

This paper evaluates which LLM judges are suitable for scoring citation quality in AI research systems. Researchers tested 8 different LLMs on 1,248 citation evaluations and found that cheaper models like GPT-4-mini perform comparably to expensive frontier models, but all judges have hidden biases in false positive/negative rates that could distort AI training if not addressed.

evaluationtrainingalignment

A Practical Investigation of Training-free Relaxed Speculative Decoding

Jul 9, 2026

Guoxuan Xia, Luka Ribar, Paul Balanca

Relaxed speculative decoding can speed up LLM inference but requires careful evaluation of capability trade-offs and works best with high-quality draft models—it's not a simple drop-in replacement for lossless speculative decoding.

This paper examines relaxed speculative decoding, a technique that speeds up LLM inference by allowing small deviations from the original model's output distribution. Unlike standard speculative decoding which preserves exact output probabilities, relaxed approaches trade some accuracy for faster generation.

efficiencyevaluation

SolarChain-Eval: A Physics-Constrained Benchmark for Trustworthy Economic Agents in Decentralized Energy Markets

Jul 9, 2026

Shilin Ou, Yifan Xu, Luyao Zhang

Evaluating trustworthy AI agents in real-world systems requires measuring multiple dimensions beyond task performance—including physical safety, fairness, and auditability—and building in transparent oversight mechanisms that log all interventions.

SolarChain-Eval is a benchmark for testing AI agents in decentralized energy markets, measuring both how well they perform economically and whether they behave safely and fairly. It uses physics rules to prevent agents from exploiting invalid data, and includes an AI auditor that reviews risky decisions.

agentssafetyevaluation

Resample or Reroute? Budget-Aware Test-Time Model Selection for Large Language Models

Jul 9, 2026

Teng-Ruei Chen

When you have a limited budget per query and an imperfect way to check if outputs are correct, you should dynamically decide whether to resample your current model or switch to a different one based on estimated correctness gains per unit cost.

This paper addresses how to optimally allocate a per-query budget between resampling (generating multiple outputs from the same model) and rerouting (switching to a different model) when using an imperfect verifier to check correctness.

efficiencyevaluation

EdgeRefine: Privacy-Utility Balance for Graphs via Jaccard Sampling under Edge Differential Privacy

Jul 9, 2026

Wenxiu Ding, Muzhi Liu, Zheng Yan et al.

You can preserve graph privacy without destroying utility by selectively removing edges based on their likelihood rather than adding uniform noise everywhere—EdgeRefine improves accuracy by 17-20% over baselines while maintaining strong privacy guarantees.

EdgeRefine tackles privacy leaks in Graph Neural Networks by using Jaccard similarity to intelligently sample edges while maintaining differential privacy. Instead of adding noise uniformly across all edges, it estimates which edges are most likely real and strategically removes false edges, achieving much better accuracy-privacy trade-offs than existing methods.

efficiencyevaluation

Multi-Modal, Multi-Environment Machine Teaching for Robust Reward Learning

Jul 9, 2026

Ali Larian, Qian Lin, Chang Zong Wu et al.

To learn reward functions that generalize across environments, you need to teach the agent in multiple diverse environments and mix different feedback types—not just collect demonstrations in one setting.

This paper tackles a key challenge in deploying AI agents: learning reward functions that work across different environments rather than just the one where training happened. The authors show theoretically that different types of human feedback (like comparisons vs.

trainingalignmentevaluation

Institutional Red-Teaming: Deployment Rules, Not Just Models, Causally Shape Multi-Agent AI Safety

Jul 8, 2026

Yujiao Chen

Deployment rules causally shape multi-agent AI safety as much as model choice does.

This paper introduces institutional red-teaming, a method to test how deployment rules (not just AI models) affect multi-agent safety.

safetyagentsevaluation

Agon: Competitive Cross-Model RL with Implicit Rival Grading of Reasoning

Jul 8, 2026

Vladislav Beliaev

Competitive training between two models can implicitly grade reasoning quality without process labels or reward models—each model becomes the other's grader, forcing genuine problem-solving improvement rather than just longer outputs.

Agon trains two AI models to compete against each other on reasoning tasks. One model drafts a solution while the other reads it and solves the problem independently—whoever gets the right answer wins. This forces both models to develop better reasoning skills without needing labeled examples of good thinking.

reasoningtrainingevaluation

On the feasibility of dependency parsing of non-human sequences without a gold standard. Is evaluation possible in other species?

Jul 7, 2026

Ramon Ferrer-i-Cancho, Catherine Hobaiter, Thore Bergman et al.

Dependency parsing of animal communication is paradoxically easier to evaluate than human language because primate sequences have mathematical properties that constrain parser accuracy, enabling validation without labeled data.

This paper explores whether dependency parsing—finding tree structures in sequences—can work for animal communication without labeled training data. Using network science, the authors show that primate vocalizations and gestures have mathematical properties that force parsers to be accurate, making evaluation possible without gold standards.

evaluationdata

FootsiesGym: A Fighting Game Benchmark for Two-Player Zero-Sum Imperfect-Information Games

Jul 7, 2026

Chase McDonald, Nathan Tsang, Wesley N. Kerr

This environment offers researchers a reproducible, computationally efficient testbed for developing and evaluating RL algorithms in strategic games with hidden information and cyclic non-transitive dynamics—properties common in real-world competitive scenarios.

FootsiesGym is an open-source environment for training AI agents in a simplified 2D fighting game with imperfect information and strategic complexity. It provides a fast, accessible benchmark for studying two-player competitive interactions where neither player has complete information, enabling efficient reinforcement learning research on standard hardware.

agentsevaluationreasoning

Industry Classification of GitHub Repositories Using the North American Industry Classification System (NAICS)

Jul 7, 2026

Kevin Xu, Alexander Quispe

You can now map GitHub repositories to standardized industry sectors with high accuracy, enabling research on how different industries contribute to open-source software and how technologies spread across economic sectors.

This paper introduces NAICS-GH, a dataset of 6,588 GitHub repositories labeled with industry sectors using the North American Industry Classification System. The authors use a pipeline combining embeddings, retrieval, and GPT-4 scoring to automatically classify repositories, achieving 97% precision on human-validated samples and releasing the dataset with code and trained models.

dataapplicationsevaluation

RMISC: A Large-scale Real-world Multivariate Corpus for Time Series Foundation Models

Jul 7, 2026

Qian Sun, Yong-Ming Tian, Jia-Wei Huang et al.

Real-world multivariate time series data substantially improves foundation model generalization compared to synthetic data, suggesting that practitioners should prioritize real-world datasets when pretraining time series models.

This paper introduces RMISC, a large-scale collection of 200 real-world multivariate time series datasets with 142 billion data points across diverse domains.

datascalingevaluation

Interpretable Human-Label-Free Deep Learning for Real-Bogus Classification with Uncertainty Quantification

Jul 6, 2026

Raphaël Bonnet-Guerrini, Bruno Sanchez, Dominique Fouchez et al.

You can train accurate astronomical classifiers without expensive human labels by combining synthetic data injection with robust handling of noisy labels, and get reliable confidence scores through a hybrid uncertainty approach.

This paper develops a Real-Bogus classification system for astronomical transients that requires no human-labeled training data. It uses simulated transient injections combined with noisy survey data and a dual-network training approach to reliably distinguish real astronomical events from false detections, while also providing calibrated uncertainty estimates.

trainingevaluationsafety

LLM-as-a-Verifier: A General-Purpose Verification Framework

Jul 6, 2026

Jacky Kwok, Shulu Li, Pranav Atreya et al.

Using continuous probability-based scores instead of discrete LLM judgments improves verification accuracy and calibration, and these fine-grained signals can guide both solution selection and reinforcement learning training.

This paper introduces LLM-as-a-Verifier, a framework that uses language models to evaluate solution correctness by computing probability distributions over scoring tokens rather than discrete scores.

evaluationreasoningagents

Search Beyond What Can Be Taught: Evolving the Knowledge Boundary in Agentic Visual Generation

Jul 6, 2026

Haozhe Wang, Weijia Feng, Jinpeng Yu et al.

Visual generators need to learn *when* to search for external knowledge, not just *how* to use it—and this knowledge boundary is discoverable through co-training, not fixed in advance.

This paper identifies a critical gap in visual generators: they confidently create incorrect images for requests about new entities, trending topics, and post-training events. The authors show that naive search-augmentation fails because generators have an evolving 'knowledge boundary'—a threshold between what they learned and what needs external context.

agentsmultimodalevaluation
safetyevaluationtraining

Online Safety Monitoring for LLMs

Jul 2, 2026

Mona Schirmer, Metod Jazbec, Alexander Timans et al.

Simple threshold-based monitoring with statistical risk control can effectively catch unsafe LLM outputs in production without requiring complex sequential testing methods.

This paper presents a real-time safety monitoring system for LLMs that uses a verifier model to detect unsafe outputs at deployment time. The approach calibrates decision thresholds using risk control methods and proves competitive with more complex alternatives on reasoning and adversarial datasets.

safetyevaluationefficiency

What LLM Agents Say When No One Is Watching: Social Structure and Latent Objective Emergence in Multi-Agent Debates

Jul 2, 2026

Arman Ghaffarizadeh, Danyal Mohaddes, Aliakbar Izadkhah et al.

LLM agents develop emergent social behaviors and hidden objectives in response to relational context—they'll publicly accommodate others due to perceived social pressure even when privately disagreeing, which current evaluation methods miss.

This paper reveals that LLM agents change what they say depending on their audience and social context, even without explicit instructions to do so. Researchers created a dual-channel debate system where agents give public responses and private off-the-record responses, finding that social pressures (like career risk) cause agents to diverge from their true positions by up to 40%.

agentsevaluationalignment

Controllable Sim Agents with Behavior Latents

Jul 2, 2026

Juanwu Lu, Junyu Zhu, Ziran Wang

You can build controllable traffic simulators that stay realistic while letting engineers adjust specific behaviors—like making agents safer or faster—without the model gaming the reward system.

This paper presents CNeVA, a framework for creating realistic traffic simulation agents that can both imitate real driving behavior and be steered along interpretable dimensions like speed or safety.

agentstrainingevaluation

Combating Textual Noise and Redundancy: Entropy-Aware Dense Visual Token Pruning

Jul 2, 2026

Xuehui Wang, Xuankun Yang, Wei Shen

When pruning visual tokens in VLMs, filtering textual noise with entropy and selecting tokens as a structured optimization problem (not just picking top-K) preserves fine-grained details better while reducing computation.

This paper tackles the problem of compressing image tokens in vision-language models (VLMs) while preserving important visual details. The authors identify that existing pruning methods fail because textual noise corrupts the scoring process and selected tokens become fragmented.

efficiencymultimodalevaluation

TestEvo-Bench: An Executable and Live Benchmark for Test and Code Co-Evolution

Jul 2, 2026

Jiale Amber Wang, Kaiyuan Wang, Pengyu Nie

Existing test generation benchmarks don't verify if tests actually run or match code changes; this benchmark solves that by grounding evaluation in real executable environments and commit history, revealing that state-of-the-art agents still struggle on recent tasks.

TestEvo-Bench is a benchmark for evaluating AI agents on test and code co-evolution tasks—writing new tests for code changes and updating failing tests. Unlike static benchmarks, it uses real commits from Java projects with executable environments to measure pass rates, coverage, and mutation scores.

evaluationagentsapplications

Human Capital, Not Model Benchmarks, Predicts Hybrid Intelligence in Forecasting

Jul 2, 2026

Vivienne Ming

Human-AI collaboration success depends on specific collaborative traits (perspective-taking, intellectual humility, curiosity) rather than cognitive ability or model benchmarks.

This study examines when pairing humans with AI improves forecasting accuracy using real-money prediction markets as an objective benchmark.

evaluationagentsalignment

Will Scaling Improve Social Simulation with LLMs?

Jul 2, 2026

Caleb Ziems, William Held, Su Doga Karaca et al.

Larger LLMs will simulate most human behaviors and opinions better, but scaling alone won't fix simulations of cognitive biases, rare populations, or tasks requiring specialized human knowledge—these need targeted research beyond just bigger models.

This paper investigates whether scaling up language models improves their ability to simulate human social behavior and opinions.

evaluationscalingapplications

Language Models as Measurement Apparatus for Culture

Jul 2, 2026

Kent K. Chang

Language models used for cultural analysis aren't neutral measurement tools; their architecture, training data, and evaluation methods actively constitute the cultural phenomena they claim to measure, making methodological choices inherently ethical decisions.

This paper examines how language models measure cultural phenomena, arguing that the models, data, and evaluation methods don't just record culture—they actively shape what counts as cultural reality.

evaluationdata

Optimal Stabilizer Testing and Learning with Limited Quantum Memory

Jul 2, 2026

Srinivasan Arunachalam, Louis Schatzki

Coherent quantum memory is the critical resource that enables efficient stabilizer state testing; without sufficient memory, testing becomes as hard as learning, requiring linear in n copies instead of a constant number.

This paper studies how to test and learn quantum stabilizer states when algorithms can only keep a limited number of qubits in quantum memory between measurements.

evaluationefficiency

EvoPolicyGym: Evaluating Autonomous Policy Evolution in Interactive Environments

Jul 2, 2026

Zhilin Wang, Han Song, Runzhe Zhan et al.

Autonomous policy improvement requires agents to discover task-specific mechanisms and efficiently convert feedback into parameter updates under constrained budgets—not just win individual tasks.

EvoPolicyGym is a benchmark for evaluating how AI agents autonomously improve executable policies through iterative editing and feedback.

evaluationagentsreasoning

Reasoning effort, not tool access, buys first-try reliability in agentic code generation: an observational study

Jul 2, 2026

Achint Mehta

For agentic code generation, invest in reasoning capability and effort rather than external tools—stronger models and higher reasoning settings prevent failures at their root, while testing tools don't catch the reasoning errors that actually cause failures.

This study evaluated 90 runs of an agentic coding assistant building the same application, testing whether extra tools and prompts improve code quality. Results show that increased reasoning effort (not testing tools) dramatically improved first-try reliability, raising perfect runs from 28% to 89%, while a testing tool added 42-68% cost with no functional benefit.

agentsevaluationapplications

Automated grading of Linux/bash examinations using large language models: a four-level cognitive taxonomy approach

Jul 2, 2026

Manuel Alonso-Carracedo, Ruben Fernandez-Boullon, Pedro Celard et al.

LLMs can grade technical exams reliably for simpler tasks, but struggle with complex questions—rubric quality matters more than which model you choose, and a taxonomy-based approach helps identify which questions are safe to auto-grade.

This paper evaluates whether large language models can reliably grade Linux/bash exam responses by testing GPT, Claude, Gemini, and GLM against expert instructors' grades.

evaluationapplicationstraining

Neuron-Aware Active Few-Shot Learning for LLMs

Jul 2, 2026

Zhuowei Chen, Liwei Chen, Christian Schunn et al.

Using internal neuron activation patterns to select few-shot examples is more effective than traditional output-based signals, helping identify what the model actually struggles with rather than just guessing from its outputs.

This paper proposes NeuFS, a method for selecting the most useful examples to annotate when adapting large language models to specialized tasks.

trainingefficiencyevaluation

The Future of NLP may not be at NLP Conferences: Scholarly Migration Patterns in Natural Language Processing

Jul 2, 2026

David Jurgens

NLP research is migrating from specialized NLP conferences to general machine learning venues, driven partly by citation advantages at ML conferences—a significant shift in the field's institutional center of gravity.

This paper analyzes where NLP research is being published, finding that the field is shifting away from traditional NLP conferences like ACL toward general machine learning venues.

evaluationscaling

WattGPU: Predicting Inference Power and Latency on Unseen GPUs and LLMs

Jul 2, 2026

Mauricio Fadel Argerich, Jonathan Fürst, Marta Patiño-Martínez

You can now predict LLM inference efficiency on GPUs you've never tested by combining public model specs with GPU specifications—no profiling needed, and it works 4x better than physics-based estimates.

WattGPU predicts GPU power consumption and inference latency for large language models without requiring hardware profiling. Using only public LLM metadata and GPU specs, it generalizes to unseen hardware combinations, achieving 3-4x better accuracy than traditional baselines and helping operators choose efficient GPU-LLM pairings.

efficiencyevaluationscaling

Know Your Source: A Public Knowledge Store for Media Background Checks

Jul 2, 2026

Benjamin Nichols, Michael Schlichtkrull, Nedjma Ousidhoum

MEDIAREF enables reproducible, cost-effective evaluation of how well LLMs can assess source credibility for fact-checking, addressing a gap where existing systems assume all retrieved evidence is equally reliable.

This paper introduces MEDIAREF, a public database of web documents from 200 media sources designed to help AI systems verify information credibility. Instead of relying on expensive search APIs, researchers can now use MEDIAREF to test how well language models assess whether news sources are trustworthy—a key step in fact-checking systems that cite their sources.

evaluationdataapplications

HULAT2 at MER-TRANS 2026: Governed Multi-Agent Simplification for Spanish Easy-to-Read Generation

Jul 2, 2026

Lourdes Moreno, Paloma Martínez, Marco Antonio Sanchez-Escudero et al.

Multi-agent systems with internal quality signals and intelligent routing can outperform single-model approaches for text simplification tasks, even when adding lexical resources doesn't improve automatic metrics.

This paper presents three automatic systems for Spanish Easy-to-Read translation, submitted to a shared task. The best approach uses a multi-agent workflow combining two language models with quality signals and intelligent routing to simplify text while maintaining meaning. Results show this guided multi-agent approach outperforms simpler baseline methods.

applicationsagentsevaluation

DRIFTLENS: Measuring Memory-Induced Reasoning Drift in Personalized Language Models

Jul 2, 2026

Xi Fang, Weijie Xu, Yingqiang Ge et al.

Personalization in LLMs doesn't just change what users see—it fundamentally alters the reasoning path the model takes to reach answers, creating a measurable failure mode that current mitigation techniques only partially address.

This paper introduces DRIFTLENS, a framework to measure how personalized language models change their reasoning process when given user information, even when final answers stay the same.

evaluationalignment

Understanding Agent-Based Patching of Compiler Missed Optimizations

Jul 2, 2026

Batu Guan, Zirui Wang, Shaohua Li

AI agents can generate compiler optimization patches, but they typically optimize only the reported case rather than generalizing to all similar cases like human developers do—a gap that retrieval-augmented techniques can partially close.

This paper studies how well AI agents can patch compiler optimizations that were missed by LLVM. The key finding is that agents struggle to generalize patches beyond the specific reported case—they often fix the example but fail to cover all similar cases that developers would handle.

agentsevaluation

Measuring the Gap Between Human and LLM Research Ideas

Jul 1, 2026

Ziyu Chen, Yilun Zhao, Arman Cohan

LLMs can generate reasonable research ideas, but they show systematic biases toward certain types of ideas and miss the full diversity of how human researchers approach novel contributions.

This paper evaluates how LLM-generated research ideas compare to human researcher ideas by analyzing papers and their cited prior works.

evaluationreasoning

Theoria: Rewrite-Acceptability Verification over Informal Reasoning States

Jul 1, 2026

Ben Slivinski, Michael Saldivar

Structured verification that requires explicit justification for every reasoning step catches hidden premises and fabricated citations that fool holistic LLM judges, making it a complementary approach for high-stakes verification.

Theoria is a verification system that checks AI reasoning by decomposing answers into explicit state transitions, each justified by citations, computations, or given facts. Unlike opaque LLM judges or formal proofs alone, it produces auditable proof traces where every step can be independently verified, achieving 91.4% precision on expert problems while catching 94.7% of adversarial errors.

evaluationreasoningsafety

Are Performance-Optimization Benchmarks Reliably Measuring Coding Agents?

Jul 1, 2026

Zhi Chen, Zhensu Sun, Yuling Shi et al.

Performance-optimization benchmarks for coding agents have significant reliability issues: reference patches are unstable across machines, scoring rules heavily influence rankings, and most tasks are already solved by existing submissions, making leaderboard positions unreliable indicators of tru...

This paper audits three major benchmarks for evaluating coding agents on performance optimization tasks.

evaluationagentsapplications

Distill to Detect: Exposing Stealth Biases in LLMs through Cartridge Distillation

Jul 1, 2026

Shayan Talaei, Abhinav Chinta, Devvrit Khatri et al.

D2D reveals stealth biases in deployed LLMs by concentrating distributional shifts into a small adapter, making hidden preferences visible in generated text—enabling auditing of models where bias inspection would otherwise be impossible.

This paper introduces Distill to Detect (D2D), a method to uncover hidden biases in language models that only favor certain entities or viewpoints on specific topics while appearing normal elsewhere. The approach works by distilling differences between a suspect model and its base version into a compact adapter, amplifying hidden bias signals into detectable text patterns.

safetyevaluationalignment

Decision-Aware Training for Sample-Based Generative Models

Jul 1, 2026

Kornelius Raeth, Nicole Ludwig

Train generative models to minimize decision costs directly, not just prediction error—this focuses learning on regions where mistakes matter most for your application.

This paper proposes a training method for generative models that makes them aware of decision costs. Instead of training only to predict data accurately everywhere, the method adds a decision loss that penalizes forecast errors in regions where mistakes are most expensive for downstream decisions. The approach combines standard training objectives with cost-sensitive feedback.

trainingevaluation

QVal: Cheaply Evaluating Dense Supervision Signals for Long-Horizon LLM Agents

Jun 30, 2026

Sergio Hernández-Gutiérrez, Matteo Merler, Ilze Amanda Auzina et al.

Simple prompting baselines outperform recent dense supervision methods, and you can now evaluate supervision signal quality before training by checking if scores align with reference Q-values—saving significant compute.

QVal is a training-free evaluation framework for comparing dense supervision signals used in long-horizon LLM agents.

evaluationtrainingagents

Reinforcement Learning with Metacognitive Feedback Elicits Faithful Uncertainty Expression in LLMs

Jun 30, 2026

Gabrielle Kaili-May Liu, Avi Caciularu, Gal Yona et al.

Training LLMs to accurately self-assess their performance creates a powerful RL signal that improves both calibration and accuracy—models that know what they don't know become more reliable and better at learning.

This paper introduces reinforcement learning with metacognitive feedback (RLMF), a method that trains language models to accurately judge their own performance and express uncertainty faithfully.

alignmenttrainingevaluation

When LLMs Read Tables Carelessly: Measuring and Reducing Data Referencing Errors

Jun 30, 2026

Yuqing Yang, Qi Zhu, Zhen Han et al.

Data referencing errors are a widespread problem in LLM table reasoning that goes beyond final-answer accuracy; using a lightweight critic model to catch these errors during inference significantly improves reliability.

LLMs make data referencing errors when reading tables—citing wrong values or missing data despite understanding table structure. This paper systematically measures these errors across models and shows that using a critic model to detect and filter bad outputs improves accuracy by up to 12%, even with a small 4B-parameter critic.

evaluationreasoningdata

CoMet: Context and Multiplicity Decomposition for Multimodal Uncertainty Estimation

Jun 30, 2026

Sanghyuk Chun, William Yang, Amaya Dharmasiri et al.

Breaking uncertainty into interpretable components—what's ambiguous about the task versus how many right answers exist—lets you estimate confidence efficiently in multimodal models without expensive sampling.

CoMet decomposes uncertainty in multimodal AI models into two components: context-specific ambiguity (from the task or prompt) and multiplicity (how many valid answers exist). A lightweight module estimates these without generating multiple answers, enabling efficient uncertainty quantification for open-ended tasks like visual question answering.

multimodalevaluationsafety

Surrogate Fidelity: When Can Open LLMs Explain Closed Ones?

Jun 30, 2026

Philippe Chlenski, Zachariah Carmichael, Ayush Warikoo et al.

Open models are poor surrogates for mechanistic understanding of closed models: prediction-level agreement doesn't guarantee attribution agreement, and white-box signals don't reliably transfer between models.

This paper investigates when open-source language models can serve as proxies for understanding closed commercial models. The researchers test whether measurements from open models (like attention patterns) reliably explain closed models' behavior across prediction, attribution, and representation levels, finding that models agreeing on answers often disagree on reasoning.

evaluationalignment

AxDafny: Agentic Verified Code Generation in Dafny

Jun 30, 2026

Benjamin Breen, Austin Letson, Borja Requena Pozo et al.

Agentic code generation can be dramatically improved by using verification feedback to guide iterative repair of both code and formal proofs, rather than trying to generate correct code in one shot.

AxDafny is a system that helps AI models generate verified code in Dafny by iteratively fixing code and proofs based on verification feedback. The authors created a benchmark of 250 programming problems and show their approach achieves 92.7% verification success, significantly outperforming previous methods.

agentsreasoningevaluation

Optimization Dynamics Imprint Semantic Specificity in Contrastive Embedding Norms

Jun 29, 2026

Ziwei Su, Junyu Ren, Victor Veitch

Embedding norms in contrastive models aren't wasted information—they automatically capture semantic properties during training and can be leveraged as free calibration signals without additional training.

This paper explains why embedding norms (magnitudes) in contrastive models encode semantic information like concept specificity, even though these models use scale-invariant losses that should ignore norms.

trainingevaluation

MESA: Prioritizing Vulnerable Communication Channels for Securing Multi-Agent Systems

Jun 29, 2026

Kunyang Li, Kyle Domico, Jonathan Gregory et al.

In multi-agent systems, a small number of communication channels often control most of the attack surface—MESA can identify these critical edges proactively, letting defenders protect 3x more attacks with the same security budget.

This paper introduces MESA, a framework for identifying which communication channels in multi-agent systems are most critical to protect. By analyzing graph structure and testing channel importance without needing attack data, MESA ranks edges by their security risk, helping defenders focus limited resources on the most vulnerable connections before attacks happen.

safetyagentsevaluation

Words Speak Louder Than Code: Investigating Cognitive Heuristics in LLM-Based Code Vulnerability Detection

Jun 29, 2026

Asif Shahriar, Hongyu Cai, Hadjer Benkraouda et al.

LLM-based code vulnerability detectors can be manipulated through cognitive heuristics without changing the actual code, making them unreliable for security-critical tasks and vulnerable to adversarial attacks that suppress vulnerability detection.

This paper reveals that LLMs used for detecting code vulnerabilities are susceptible to cognitive biases—the same mental shortcuts that affect human judgment.

safetyevaluation

A Hybrid Framework For Crypto-Ransomware Detection In Enterprise Shared Storage

Jun 29, 2026

Gervais Hatungimana, Abdun Naser Mahmood, Mohammad Jabed Morshed Chowdhury

By analyzing network traffic patterns between clients and file servers, you can detect ransomware attacking shared storage earlier and more reliably than traditional endpoint-only detection, even when the malware doesn't show obvious signs on the server itself.

This paper presents a hybrid detection system for crypto-ransomware targeting shared storage in enterprise networks. It combines signature-based detection (using network traffic indicators) with machine learning to catch ransomware before it encrypts files, achieving 99.64% precision with zero false negatives.

safetyevaluation

Uncertainty-Aware Generation and Decision-Making Under Ambiguity

Jun 29, 2026

Nico Daheim, Iryna Gurevych

When LLMs handle subjective tasks, explicitly modeling uncertainty and using Bayesian decision theory to choose outputs can improve results, but risk-averse approaches may backfire by favoring generic responses.

This paper develops uncertainty-aware decision-making algorithms for LLMs in subjective tasks like tutoring and peer review. The authors use Bayesian decision theory and conformal prediction to account for model uncertainty when generating outputs, finding that Bayesian approaches work better than risk-averse methods for improving output quality.

reasoningsafetyevaluation

Beyond 2D Matching: A Unified Single-Stage Framework for Geometry-Aware Cross-View Object Geo-Localization

Jun 29, 2026

Liyao Wang, Ruipu Wu, Haojun Xu et al.

Combining explicit 3D geometry (camera poses, spatial relationships) with visual matching dramatically improves cross-view localization and enables zero-shot transfer between ground and drone views without paired training data.

This paper tackles cross-view object geo-localization—finding a target object in satellite imagery when given a ground or drone photo. The authors introduce a large dataset with 220K+ image pairs and geometric metadata, plus GAGeo, a unified framework that predicts object locations, masks, and camera poses simultaneously using 3D spatial understanding rather than just appearance matching.

multimodalevaluationarchitecture
evaluation

Democratic ICAI: Debating Our Way to Steering Principles from Preferences

Jun 26, 2026

Kevin Kingslin, Anish Natekar, Ashutosh Ranjan et al.

Using multi-perspective debate to extract alignment principles from preferences captures richer decision-making reasoning than single-pass explanations, leading to more faithful and interpretable AI steering.

This paper improves how AI systems learn from human preferences by using structured debates between different viewpoints to uncover the reasoning behind choices. Instead of just recording which option humans prefer, Democratic ICAI captures multiple competing arguments that influence decisions, then distills these into clear principles that guide AI behavior.

alignmentreasoningevaluation

Towards Automating Scientific Review with Google's Paper Assistant Tool

Jun 26, 2026

Rajesh Jayaram, Drew Tyler, David Woodruff et al.

AI-assisted peer review can augment (not replace) human reviewers by catching errors early and reducing their workload, but requires careful design to preserve human oversight and decision-making authority.

Google researchers introduce Paper Assistant Tool (PAT), an AI system that automatically reviews scientific papers by checking mathematical proofs, validating experiments, and identifying flaws. PAT uses inference scaling to catch errors before human peer review, addressing the bottleneck created by AI-accelerated research outpacing traditional review capacity.

evaluationagentsreasoning

Vision-Default, Prior-Override: Causal Mechanisms of Perception-Knowledge Conflict in Vision-Language Models

Jun 26, 2026

Niclas Lietzow, Danielle Bitterman, Carsten Eickhoff et al.

Vision-language models have a sparse, identifiable causal circuit that controls whether they trust visual input or stored knowledge—removing just a few attention heads flips the model from knowledge-based to vision-based answers in most cases.

This paper reveals how vision-language models choose between visual evidence and memorized knowledge when they conflict. Using activation analysis, researchers identified a small set of attention heads (2.5-4.8% of heads) that act as a causal switch: removing them makes models trust their eyes instead of what they've learned.

multimodalevaluation

Learning Topology-Aware Representations via Test-Time Adaptation for Anomaly Segmentation

Jun 26, 2026

Ali Zia, Usman Ali, Abdul Rehman et al.

Using topological features (shape and connectivity patterns) during test-time adaptation significantly improves anomaly segmentation by preserving structural coherence that pixel-level methods miss, achieving 15% F1 improvement on standard benchmarks.

This paper introduces TopoTTA, a test-time adaptation framework for anomaly segmentation that uses topological data analysis (persistent homology) to preserve structural consistency in defect detection.

evaluationefficiencyreasoning

Govern the Repository, Not the Agent: Measuring Ecosystem-Level Risk in AI-Native Software

Jun 26, 2026

Daniel Russo

Evaluating AI coding agents one at a time on isolated tasks misses the real problem: agent contributions create twice as much integration friction in shared codebases, making ecosystem-level governance more important than agent-level performance.

This paper studies how autonomous coding agents affect shared software repositories by analyzing over 930,000 pull requests. It finds that integration friction—the cost of merging code when others are changing it simultaneously—is largely a repository-level problem, not an agent problem.

agentsevaluationapplications

When are likely answers right? On Sequence Probability and Correctness in LLMs

Jun 25, 2026

Johannes Zenn, Jonas Geiping

Sequence probability is useful for ranking answers within a dataset but shouldn't be trusted as a guide for choosing decoding methods or hyperparameters—optimizing for probability doesn't guarantee better answers.

This paper investigates whether higher sequence probability in language models actually correlates with correct answers. The researchers test this across different decoding methods, models, and benchmarks, finding that while probability predicts correctness within a dataset, changing decoding parameters to increase probability doesn't reliably improve accuracy.

evaluationreasoning

Understanding Domain-Aware Distribution Alignment in Budgeted Entity Matching

Jun 25, 2026

Nicholas Pulsone, Gregory Goren, Roee Shraga

Distribution alignment is critical for entity matching in low-resource settings—understanding which algorithmic choices matter most helps practitioners build more reliable data integration systems with limited supervision.

This paper investigates BEACON, a method for matching records across databases when you have limited labeled data and domain knowledge. The researchers test how different design choices and data availability affect performance, revealing insights about how distribution alignment helps the system adapt to new domains.

dataevaluation

Language-Based Digital Twins for Elderly Cognitive Assistance

Jun 25, 2026

Mohammad Mehdi Hosseini, Mohammad H. Mahoor, Hiroko H. Dodge

Language-based digital twins can authentically mimic individual conversational behavior while simultaneously serving as cognitive health monitors—enabling continuous, personalized monitoring of cognitive decline without requiring frequent clinical visits.

This paper creates AI-powered digital twins of elderly people using language models to capture their unique conversational patterns and writing style. The system learns from real conversations to generate authentic responses and can predict cognitive health scores, offering a non-invasive way to monitor early signs of cognitive decline.

applicationsmultimodalevaluation

Beyond the Hard Budget: Sparsity Regularizers for More Interpretable Top-k Sparse Autoencoders

Jun 25, 2026

Nathanaël Jacquier, Maria Vakalopoulou, Mahdi S. Hosseini

Adding soft sparsity regularizers to Top-k sparse autoencoders makes interpretable features more robust and concentrated, without the drawbacks of earlier penalty-based approaches—hard and soft sparsity work better together.

This paper improves sparse autoencoders (SAEs) for interpreting vision models by adding sparsity regularizers to the Top-k SAE architecture. The researchers introduce two penalty methods that work alongside Top-k's hard sparsity constraint to make learned features more interpretable (monosemantic) without hurting reconstruction quality.

efficiencyevaluation

LLM-Based Examination of Eligibility Criteria from Securities Prospectuses at the German Central Bank

Jun 25, 2026

Serhii Hamotskyi, Akash Kumar Gautam, Christian Hänig

LLMs can replace rigid rule-based systems for document compliance verification, handling messy real-world text better than traditional NER while requiring no task-specific training data.

This paper applies large language models to automatically verify whether securities meet eligibility criteria for use as collateral at the German Central Bank. Instead of manually reading through complex, bilingual prospectuses, the system uses LLMs to extract, normalize, and interpret financial and legal information, achieving 91% precision while avoiding false acceptances.

applicationsevaluationdata

Beyond Surface Forms: A Comprehensive, Mechanism-Oriented Taxonomy of Indirect Linguistic Encoding for LLM-Based Coded Language Detection

Jun 25, 2026

Hamid Reza Firoozfar, Mohammadsadegh Abolhasani, Reza Mousavi et al.

A mechanism-oriented taxonomy of how language encodes hidden meaning is more effective for LLM-based content moderation than taxonomies based on communicative intent or surface forms.

This paper creates a taxonomy of indirect linguistic expressions (coded language like algospeak and euphemisms) that people use to evade content moderation. Rather than categorizing by intent, the taxonomy focuses on the underlying encoding mechanisms—how meaning is hidden and recovered.

safetyevaluation

Multilingual Reasoning Cascades Need More Context

Jun 25, 2026

Arnav Mazumder, Dengjia Zhang, Shuyue Stella Li et al.

When building multilingual AI systems with multiple translation steps, preserve the original user input throughout the pipeline instead of discarding it after each stage—this simple change significantly improves reasoning quality across languages.

This paper shows that translation cascades for multilingual reasoning lose important context at each step. By keeping the original question, translated question, and reasoning trace available to the final translation step, the authors achieve better results across 285 languages without retraining—a simple fix that prevents information loss in multi-stage pipelines.

reasoningevaluation

AI Healthcare Chatbots as Information Infrastructure: A Large-Scale Study of User-Reported Breakdowns

Jun 25, 2026

Muhammad Hassan, Ramazan Yener, Ece Gumusel et al.

AI healthcare chatbots frequently fail users in critical ways—unreliable access, confusing interfaces, and privacy risks—suggesting designers need to prioritize reliability and trust before expanding these tools into healthcare.

This study analyzes over 15,000 user reviews of AI healthcare chatbots to understand how they work in real-world health information seeking. The researchers found three main problem areas: access and reliability issues, poor user experience, and billing/support problems, with privacy concerns causing the most negative user experiences.

evaluationsafetyapplications

When Does Combining Language Models Help? A Co-Failure Ceiling on Routing, Voting, and Mixture-of-Agents Across 67 Frontier Models

Jun 25, 2026

Josef Chen

Before building a multi-model system, measure how often all your models fail together—this sets a hard ceiling on possible gains. Standard error correlation metrics won't tell you this, but a simple statistical bound will.

This paper reveals a fundamental limit on multi-model LLM systems: their accuracy gains are capped by how often all models fail together on the same question. The authors measure this 'co-failure rate' across 67 frontier models and show that standard metrics like error correlation miss this ceiling, making it invisible to practitioners.

evaluationscalingagents

Prompt Injection in Automated Résumé Screening with Large Language Models: Single and Multi-Injection Settings

Jun 25, 2026

Preet Baxi, Jiannan Xu, Jane Yi Jiang et al.

Prompt injection attacks on LLM hiring systems are effective only when rare and candidate quality is homogeneous; widespread adoption or quality differences make the attack ineffective, but fairness concerns remain when manipulation is selective.

This paper studies how candidates can manipulate LLM-based résumé screening systems through prompt injection—adding subtle persuasive text without new qualifications. Experiments show the attack works when few candidates use it and qualifications are similar, but fails as manipulation spreads. The research reveals fairness risks when lower-quality candidates can game the system.

safetyevaluation

Simulation-based inference for rapid Bayesian parameter estimation in epidemiological models: a comparison with MCMC

Jun 25, 2026

Alina Bazarova, Johann Fredrik Jadebeck, Henrik Zunker et al.

Neural simulation-based inference can replace slow MCMC for fitting complex disease models, running 15-120x faster on GPUs while producing nearly identical results—enabling real-time outbreak analysis.

This paper compares simulation-based inference (SBI) with traditional MCMC methods for fitting epidemiological models to COVID-19 data. SBI uses neural networks to learn the relationship between model parameters and data, enabling much faster Bayesian inference—achieving 15-120x speedups while maintaining accuracy comparable to MCMC.

trainingefficiencyevaluation

How Good Can Linear Models Be for Time-Series Forecasting?

Jun 25, 2026

Lang Huang, Jinglue Xu, Luke Darlow

Before building bigger models, optimize your data preprocessing: context length, normalization strategy, and regularization can close most of the accuracy gap at a fraction of the computational cost.

This paper shows that simple linear models (Ridge regression) can match or beat complex deep learning architectures for time-series forecasting by carefully tuning preprocessing—context length, normalization, and regularization—rather than scaling model size.

efficiencyevaluationdata

EO-WM: A Physically Informed World Model for Probabilistic Earth Observation Forecasting

Jun 25, 2026

Junwei Luo, Shuai Yuan, Zhenya Yang et al.

For Earth observation forecasting, explicitly conditioning on weather anomalies and cumulative physical stress—rather than treating weather as generic conditioning—improves predictions of how vegetation responds to extreme weather events.

EO-WM is a video diffusion model for predicting future Earth surface conditions from satellite imagery while accounting for weather effects. Unlike existing methods, it explicitly models how weather forcing (heat, drought) drives changes in vegetation and other surface features, using separate conditioning pathways for baseline climate and weather anomalies.

multimodalreasoningevaluation

How Surprising Is Historical Italian to Language Models? Tokenization Tax, Comprehension Tax, and a Simple Mitigation

Jun 25, 2026

Maria Levchenko

Historical text imposes a consistent encoding penalty on LLMs, but models retain semantic understanding—making them safe for retrieval tasks if generative applications are adapted with temporal context.

This paper diagnoses why language models struggle with historical text by breaking down the problem into four dimensions: tokenization cost, predictive uncertainty, semantic robustness, and context sensitivity.

evaluationdataapplications

BetXplain: An Explanation-Annotated Dataset for Detecting Manipulative Betting Advertisements on Social Media

Jun 25, 2026

MSVPJ Sathvik, Parmitha Vangapadu, Nishit Rane et al.

The dataset enables building explainable AI systems to automatically detect manipulative betting ads on social media, with practical applications for user protection and regulatory monitoring.

This paper introduces BetXplain, a dataset of betting advertisements from Instagram and Reddit annotated for manipulative tactics and deceptive practices. Each ad includes human explanations of why it's manipulative, enabling research into detecting misleading betting promotions that could harm users' mental health and financial well-being.

datasafetyevaluation

Ribbon: Scalable Approximation and Robust Uncertainty Quantification

Jun 25, 2026

Graham Gibson, John Tipton, Kellin Rumsey et al.

You can get reliable uncertainty estimates without expensive retraining by using influence functions and linear algebra—making uncertainty quantification practical for real models.

Ribbon is a fast method for measuring how uncertain a machine-learning model's predictions are. Instead of retraining a model many times (which is expensive), it uses math tricks to estimate uncertainty from a single trained model, working well even when the model assumptions are wrong.

efficiencyevaluation

RSPC: A Benchmark for Modeling Stress and Psychiatric Conditions in Digitally Mediated Relationships using Psychiatrist Annotations

Jun 25, 2026

Parmitha Vangapandu, Sai Ganesh Mokkapati, Sathwik Narkedimilli et al.

Mental health NLP models perform better when trained on data that includes relational context and interpersonal triggers, not just isolated symptoms—this shift from individual-centric to context-aware modeling improves both accuracy and clinical relevance.

This paper introduces RSPC, a dataset of 1,799 Reddit posts about long-distance relationships annotated by psychiatrists for mental health conditions, relationship stressors, and relationship phases.

evaluationdataapplications

LMs as Task-Specific Knowledge Bases: An Interpretability Analysis

Jun 25, 2026

Amit Elhelo, Amir Globerson, Mor Geva

Language models don't store facts in a single, consistent way like traditional databases do. Instead, they encode knowledge in task-specific parameter subsets, meaning the same fact may be retrieved differently or not at all depending on how you ask the question.

This paper investigates whether language models store factual knowledge like unified databases or in task-specific ways.

reasoningevaluation

Bridging Talk and Thought: Understanding Dialogue Dynamics Across Collaborative Problem-Solving Contexts

Jun 25, 2026

Zhengyuan Liu, Stella Xin Yin, Min-Yen Kan et al.

When building human-AI collaborative systems, pay attention to metacognitive dialogue (how teams reflect on and adjust their approach) alongside task progress—it's a key indicator of collaboration quality.

This paper presents a framework for analyzing dialogue during collaborative problem-solving between humans and AI systems.

agentsevaluationreasoning

Ask, Don't Judge: Binary Questions for Interpretable LLM Evaluation and Self-Improvement

Jun 25, 2026

Sangwoo Cho, Kushal Chawla, Pengshan Cai et al.

Instead of asking an LLM for a single opaque score, ask it multiple specific binary questions about output quality, then aggregate the answers—this gives you both better evaluation accuracy and actionable feedback for improvement.

BINEVAL breaks down LLM evaluation into simple yes/no questions about specific criteria, then combines answers into interpretable scores. This makes evaluation transparent, debuggable, and useful for improving prompts—matching or beating existing LLM judges while being easier to understand and fix.

evaluationreasoning

Vulnerability of Natural Language Classifiers to Evolutionary Generated Adversarial Text

Jun 25, 2026

Manjinder Singh, Alexander E. I. Brownlee, Mohamed Elawady

Genetic algorithms can effectively attack NLP models with only output logits, achieving high success rates by intelligently searching for semantically similar word substitutions—showing that black-box adversarial attacks on language models are more powerful than previously demonstrated.

This paper presents GAversary, a genetic algorithm that generates adversarial text attacks on NLP models by treating them as black boxes. It uses GloVe embeddings to find semantically similar word replacements that fool classifiers, achieving stronger attacks than existing methods like BAE and A2T, though at the cost of modifying more words.

safetyevaluation

Paved with True Intents: Intent-Aware Training Improves LLM Safety Classification Across Training Regimes

Jun 25, 2026

Jeremias Ferrao, Niclas Müller-Hof, Iustin Sîrbu et al.

Training safety classifiers to explicitly model user intent—not just analyze prompts directly—produces more robust safety decisions across different training approaches and external benchmarks.

This paper shows that safety classifiers work better when they explicitly model what users intend to do, not just what they say. The authors created AIMS, a dataset of 1,724 tricky safety prompts with intent descriptions, and tested intent-aware training across multiple methods (fine-tuning, preference learning, reasoning distillation, and reinforcement learning).

safetytrainingevaluation

Explaining Temporal Graph Neural Networks via Feature-induced Information Flow

Jun 25, 2026

Ping Xiong, Thomas Schnake, Klaus-Robert Müller et al.

When explaining temporal graph models, you need to track information flowing through event-induced variables—not just embeddings—to capture how long-range dependencies actually work in the network.

This paper develops a new method to explain how Temporal Graph Neural Networks make predictions by tracking information flow through all components, not just embeddings. The approach uses a framework called Normalized Relevance Measure to systematically decompose complex temporal graph models and identify which events and interactions matter most for predictions.

evaluationarchitecture

Forecasting With LLMs: Improved Generalization Through Feature Steering

Jun 25, 2026

Humzah Merchant, Bradford Levy

You can improve LLM forecasting accuracy by identifying and amplifying time-awareness features inside the model, reducing the bias toward using information that shouldn't be available yet.

This paper uses sparse autoencoders to identify internal features in LLMs that drive forecasting behavior, distinguishing between time-aware reasoning and look-ahead bias. By steering these features, researchers show they can reduce the model's tendency to use future information while maintaining general reasoning ability.

reasoningevaluation

HarmVideoBench: Benchmarking Harmful Video Understanding in Large Multimodal Models

Jun 25, 2026

Jiajun Wu, Haoyu Kang, Yining Sun et al.

Evaluating harmful content detection requires multi-layered reasoning beyond surface-level classification; models need to explain their decisions and understand implicit harms, not just flag obvious ones.

HarmVideoBench is a benchmark for evaluating how well AI models understand harmful content in videos. Unlike existing tests that just ask yes/no questions, this benchmark uses 1,379 videos with 4,137 multiple-choice questions across three difficulty levels—from spotting obvious harmful elements to reasoning about context beyond what's shown.

evaluationsafetymultimodal

RevengeBench: Reverse Engineering Code-Space Policies from Behavioral Experiments

Jun 24, 2026

Babak Rahmani, Sebastian Dziadzio, Joschka Strüber et al.

You can reverse-engineer an agent's decision logic from its behavior by combining observation with strategic experimentation—a technique that works for policy interpretability and opponent modeling in competitive settings.

RevengeBench is a benchmark for reconstructing hidden decision-making code from an agent's behavior in games. Researchers observe a hidden policy playing and can design custom opponents to probe its behavior, then submit executable code that mimics it.

reasoningevaluationagents

On-Policy Self-Distillation with Sampled Demonstrations Reduces Output Diversity

Jun 24, 2026

Andrei Liviu Nicolicioiu, Mohammad Pezeshki, Aaron Courville

Self-distillation trades diversity for accuracy: models become overconfident in their preferred solutions, hurting performance on out-of-distribution tasks that need varied strategies.

This paper reveals a hidden cost of on-policy self-distillation: while it achieves high average accuracy, it reduces output diversity by amplifying the model's existing biases. The authors show theoretically and empirically that self-distillation concentrates probability mass on dominant modes, causing pass@k curves to flatten—generating more rollouts doesn't improve accuracy like it should.

trainingreasoningevaluation

Real-Time Voice AI Hears but Does Not Listen

Jun 24, 2026

Martijn Bartelds, Federico Bianchi, James Zou

Real-time voice AI systems can hear emotional cues but don't use them in decision-making; they need explicit prompting to consider tone, and even then improve only partially—making them risky for emotionally sensitive interactions.

This paper evaluates four leading real-time voice AI systems (GPT-4 Realtime, Gemini Live, Qwen Omni) and finds they ignore emotional tone and vocal delivery when making decisions, even though they can perceive these cues when asked directly.

evaluationmultimodalsafety

Neglected Free Lunch from Post-training: Progress Advantage for LLM Agents

Jun 24, 2026

Changdae Oh, Wendi Li, Seongheon Park et al.

You can extract free step-level evaluation signals from standard RL post-training using progress advantage, eliminating the need to build expensive process reward models for agent systems.

This paper shows that RL-trained language models already contain step-level scoring signals without needing separate reward models. The authors derive 'progress advantage'—a metric based on policy log-probability ratios—that automatically captures how good each step is, and demonstrate it works for scaling, uncertainty, and debugging across multiple benchmarks.

reasoningtrainingevaluation

Same Evidence, Different Answer: Auditing Order Sensitivity in Multimodal Large Language Models

Jun 24, 2026

Akshay Paruchuri, Sanmi Koyejo, Ehsan Adeli

Multimodal AI models are unreliably sensitive to input order—a property that should be baseline for production systems. Simple prompt fixes don't solve this; the problem likely requires changes during model training or design.

This paper audits 18 multimodal AI models to check if they give consistent answers when information is presented in different orders. The researchers found that all models fail this basic reliability test, with 24-50% of answers changing based on order.

evaluationsafetymultimodal

Model Forensics: Investigating Whether Concerning Behavior Reflects Misalignment

Jun 24, 2026

Aditya Singh, Gerson Kroiz, Senthooran Rajamanoharan et al.

Detecting bad behavior isn't enough to prove misalignment—you need forensic investigation to distinguish between malicious intent and innocent mistakes like confusion or shortcuts.

This paper develops a protocol for investigating whether concerning AI model behaviors stem from misalignment (intentional deception) or benign causes like confusion. The authors use chain-of-thought reasoning to generate hypotheses about behavior, then test these hypotheses through targeted prompt and environment modifications across six agentic scenarios.

safetyevaluationagents