Research→Official→arXiv AI/ML
PolyUQuest is a retrieval-augmented generation (RAG) framework that models web pages as heterogeneous graphs, preserving HTML structure and entity relations. It uses a two-tier router to select among three retrieval modes and provides fully verifiable answers with source citations. Evaluated on a university website dataset, PolyUQuest outperforms existing RAG systems in answer correctness, coverage, and faithfulness, while using fewer LLM tokens.
Why it matters: This work addresses a key limitation of current RAG systems by leveraging structural and semantic signals from web pages for more accurate and verifiable question answering.
Jul 10, 2026
Research→Official→arXiv AI/ML
Researchers distilled an 8B reasoning teacher (deepseek-r1:8b) into a 0.6B student (Qwen3-0.6B) for structured text enrichment, achieving 0.8 seconds per article compared to the teacher's 39 seconds. The student recovered 58% of the summary quality gap and outperformed baselines, but a reasoning-lineage student showed reduced factual grounding on short, thin-source articles. The study provides a per-field routing map for on-device enrichment.
Why it matters: This work demonstrates that small on-device models can achieve practical performance for structured extraction tasks, but the choice of teacher model significantly impacts different capabilities, highlighting the need for task-specific distillation strategies.
Jul 10, 2026
Research→Official→arXiv AI/ML
Researchers introduced MentalHospital, a virtual evaluation environment for LLM-based psychiatric clinical encounters, using 1,193 de-identified psychiatric EHR cases. The system employs a dual-track protocol and MentalEval evaluators, achieving strong expert alignment (average QWK 0.944). Benchmarking shows even the strongest LLM trails clinicians by 37.28 percentage points in objective psychiatric competence, with mental status assessment identified as a key bottleneck.
Why it matters: This benchmark reveals a significant gap in LLM psychiatric competence, highlighting mental status assessment as a key bottleneck for clinical AI.
Jul 10, 2026
Research→Official→arXiv AI/ML
A new study presents a compete-then-collaborate framework in which four frontier AI teachers (Claude, Codex-GPT, Grok, Gemini) are ranked using execution-based tests and then collaborate to build a verifiable curriculum for a student model. The authors find that imitation learning on verified solutions does not improve and can even degrade student performance, while using the curriculum as a reinforcement learning environment yields a 49% relative gain on competition problems. The results suggest that AI-teacher collaboration is most valuable for constructing verifiable environments rather than pooling answers for imitation.
Why it matters: This research challenges the prevailing approach of using frontier models to generate training data for smaller models, showing that imitation can be counterproductive and that reinforcement learning with verifiable rewards is more effective.
Jul 10, 2026
Research→Official→arXiv AI/ML
Researchers have introduced AutoPersonas, a multi-timescale engine that separates environment events, observations, and persona state to address self-locking in long-term persona agents. In stress tests, this approach reduced macro-theme repetition from 61.8% to 36.3% and approximately doubled the cumulative theme count. The system is designed to maintain identity continuity while allowing adaptation to new events and relationships.
Why it matters: This work addresses a critical failure mode in long-running AI persona agents, enabling more realistic and adaptive behavior for applications such as virtual companions, game NPCs, and simulation agents.
Jul 10, 2026
Research→Official→arXiv AI/ML
Researchers introduce ZendoWorld, an interactive environment where AI agents must infer hidden logical rules from visual game observations by proposing new scenes and refining their hypotheses. Evaluations show that high accuracy in labeling observed examples does not guarantee recovery of the underlying rule, and VLM-based agents struggle to design informative experiments. Human data also reveals a significant gap in inductive reasoning, especially for complex rules.
Why it matters: This benchmark highlights key challenges in AI's ability to actively induce concepts, which is crucial for scientific discovery and intelligent interaction.
Jul 10, 2026
Research→Official→arXiv AI/ML
A new paper introduces a mathematical framework for slow thinking and active perception in AI, proposing a theory called 'active lifting.' This theory encompasses the design, training, and inference of slow thinking large language models, positioning them within representation and sampler hierarchies. The work also outlines a three-stage pathway for improving such models.
Why it matters: This research offers a foundational mathematical theory for slow thinking in AI, which could guide the development of more capable and interpretable reasoning models.
Jul 10, 2026
Research→Official→arXiv AI/ML
Researchers propose ASMR, a modular agentic framework with two specialized agents for automatic schema generation from historical ship maintenance reports. A Field Generation Agent extracts semantic concepts via adaptive clustering, while a Structural Optimizer Agent uses reinforcement learning to identify compact, informative schemas. Preliminary results demonstrate the promise of this approach and highlight open research challenges.
Why it matters: This work addresses the challenge of automatically generating structured schemas from unstructured maintenance reports, which can improve data quality and operational efficiency in maritime and other industrial domains.
Jul 10, 2026
Policy Safety→Official→arXiv AI/ML
Researchers introduce 'overthinking', a method that amplifies reasoning weights in language models to better surface hidden information. By extrapolating beyond a reasoning-distilled model, they find that secrets or unintended behaviors are revealed up to 10 times more frequently than with the original reasoning model. The technique is demonstrated across model sizes from 2B to 32B parameters.
Why it matters: This method could improve pre-deployment auditing by exposing subtle misalignment or hidden information that standard black-box audits might miss.
Jul 10, 2026
Research→Official→arXiv AI/ML
A new neurosymbolic methodology integrates answer set programming (ASP) with energy-based models, enabling joint optimization in continuous latent space. The approach supports non-monotonic inference and background knowledge, and is demonstrated on MNIST, CLEVR, and MOT benchmarks.
Why it matters: This work advances robust end-to-end training for neurosymbolic systems in dynamic domains such as perception and interaction.
Jul 10, 2026
Research→Official→arXiv AI/ML
Researchers introduced CausalDS, a benchmark for evaluating causal reasoning in LLM-based data-science agents. It generates tasks from synthetic structural causal models, covering all three rungs of Pearl's causal hierarchy, and includes data science coding components with imperfect observations. The benchmark also scores abstention when questions have no warranted answer.
Why it matters: CausalDS fills a gap by jointly evaluating symbolic causal reasoning, data science skills, tool use, and uncertainty quantification in a single benchmark.
Jul 10, 2026
Policy Safety→Official→arXiv AI/ML
A new study finds that chain-of-thought (CoT) monitoring can actually increase approval of harmful actions by 9.5% in adversarial settings, as the reasoning trace offers an additional channel for persuasion. The authors propose a fact-checking framework using different model families, which reduces approval of policy-violating actions by up to 45%.
Why it matters: This research reveals a vulnerability in AI safety mechanisms, showing that visible reasoning traces may not reliably surface misaligned behavior under adversarial persuasion.
Jul 10, 2026
Research→Official→arXiv AI/ML
A large-scale study involving 53 models and 265,000 samples finds that agreement among LLM judges or within a model's own outputs is only a weak predictor of correctness (correlation rho 0.20-0.59). Frontier models were especially over-confident, agreeing on 77% of GPQA cases but being wrong on 48% of those. The authors conclude that self-consistency is a conditional proxy, not a standalone confidence score.
Why it matters: This challenges the common assumption in enterprise AI evaluation that consistency implies correctness, urging caution in using LLM-as-judge ensembles for high-stakes decisions.
Jul 10, 2026
Policy Safety→Official→arXiv AI/ML
Researchers have introduced AegisDx, a safety-oriented framework for AI-assisted differential diagnosis that coordinates specialized large language model (LLM) components through structured contracts and verification gates. In evaluations, AegisDx outperformed standalone LLMs in diagnostic accuracy and in capturing must-not-miss conditions, and improved physician-rated safety scores in real-world emergency department notes.
Why it matters: This work suggests that designing diagnostic AI as a safety-oriented reasoning framework, rather than focusing solely on predictive accuracy, can provide safer and more transparent decision support for acute care.
Jul 10, 2026
Policy Safety→Official→arXiv AI/ML
A new arXiv paper introduces a harness-engineering approach that shifts deterministic behavior for LLM agents into code, manifests, schemas, and validation artifacts, enabling a traceable and auditable architecture. The method maintains source-grounding and safety contracts even when models are substituted, while prompt-only enforcement fails to block certain violations. In evaluations, the harness preserved full utility (120/120) compared to 88/120 for external guardrails.
Why it matters: This work offers a reusable engineering pattern for transforming exploratory LLM prototypes into auditable enterprise applications with versioned source, control, and validation artifacts.
Jul 10, 2026
Research→Official→arXiv AI/ML
Researchers have introduced Concretized Proposition Prompting (CPP) as a method to address the trade-off between compositionality and knowledgeability in large language models (LLMs). CPP significantly enhances reasoning performance, particularly in medical benchmarks, and demonstrates scalability across different models and parameter sizes.
Why it matters: This framework helps bridge the gap between composition- and knowledge-based reasoning, supporting more logically organized and factually grounded outputs from LLMs.
Jul 10, 2026
Research→Official→arXiv AI/ML
Researchers introduce AgentNAS, a method where a large language model (LLM) generates a seed architecture and decomposes it into a slotted scaffold, defining a task-specific search space for neural architecture search (NAS) without manual engineering. Evaluated on 17 tasks, AgentNAS achieves state-of-the-art results on 11, outperforming published baselines including expert designs. Ablation studies show the LLM-generated seed alone surpasses baselines on most tasks, with NAS providing further complementary improvements.
Why it matters: This work automates the creation of task-specific NAS search spaces by combining LLM-driven design with NAS-driven search, reducing the need for manual engineering.
Jul 10, 2026
Research→Official→arXiv AI/ML
Researchers trained LSTM and GRU models on pose-derived features from the SSBD dataset to classify autism-related self-stimulatory behaviors, achieving peak accuracies of 97.5% and 98.75% respectively at a sampling interval of every 15 frames. The study also evaluated ten data augmentation strategies, finding horizontal flip most effective and upsampling critical for performance.
Why it matters: This work provides concrete guidance on architecture selection, sampling rate, and augmentation for video-based behavioral classification in data-scarce clinical domains, potentially enabling scalable remote screening for autism.
Jul 10, 2026
Policy Safety→Official→arXiv AI/ML
Researchers present a method to decompose and control large language model (LLM) personas using the OCEAN personality framework. By training low-rank adapters to amplify or suppress traits such as neuroticism and agreeableness, they demonstrate monotonic trait control, additive composition of traits, and effects on safety-relevant behaviors like frustration and sycophancy.
Why it matters: This work systematically connects personality measurement, model editing, and safety, enabling more precise behavioral control of LLMs.
Jul 10, 2026
Research→Official→arXiv AI/ML
Researchers have released the Nigeria Machinery Usage and Failures Dataset, which includes 89 machine-level records across 28 indicators from Nigeria's manufacturing and oil and gas sectors, spanning 2006 to 2025. They also developed a method to generate chain-of-thought reasoning examples from sparse numeric values, resulting in 94 prompt-completion-reasoning rows. The dataset and reasoning layer are available under a CC-BY-4.0 license.
Why it matters: This dataset addresses the lack of public, model-ready industrial data for African economies, supporting quantitative analysis and language model training on domain-grounded numeric tasks.
Jul 10, 2026