AI News HubLIVE

Live AI News Intelligence

Live monitoring

The most important shift in AI today

Distilled from 105 trusted sources. Last update 2026-07-02 04:00 UTC.

Live monitoring

Live updates

Trusted sources, attribution, rights, and in-site reading distilled into a signal-first AI brief.

Live updates

Reset
Readable but Not Controllable: Neuron-Level Evidence for Medical LLM Hallucination

A new study shows that while medical LLM hallucination can be reliably detected (AUROC 0.77-0.86) using a simple probe, the underlying neural signal is distributed and redundant. Crucially, detection does not translate to control: steering hallucination-associated neurons fails to correct outputs, revealing a fundamental gap between readability and controllability.

arXiv Computational LinguisticsModels / ResearchIn-site article
Hate Speech Detection in Turkish and Arabic Languages: A Comprehensive Study

Researchers introduce a comprehensive hate speech dataset covering six topics in Turkish and Arabic, and develop state-of-the-art BERT-based models for hate category classification, intensity prediction, target identification, and span detection.

arXiv Computational LinguisticsResearchIn-site article
Benchmarking Frontier LLMs on Arabic Cultural and Sociolinguistic Knowledge: A Cross-Evaluation Framework with Human SME Ground Truth

A study evaluates frontier LLMs on Arabic cultural and sociolinguistic knowledge using human expert grading. The cross-evaluation framework tests models on Egyptian and Iraqi Arabic, finding that GPT-5.4 is the most reliable judge and that implicit cultural reasoning remains a major challenge.

arXiv Computational LinguisticsModels / Research / StartupsIn-site article
Controllable Narrative Rendering for Enhanced Assisted Writing

Large language models face a binary failure in creative writing, oscillating between safe surface editing and uncontrolled plot expansion. Researchers propose Loom, a framework based on the narratological distinction between story and discourse, using a three-layer pipeline with intent-centered semiotic chain-of-thought to achieve precise control over narrative intent and rendering density. Evaluation shows Loom resolves this tension, achieving highest quality scores with gains in factual integrity and descriptive intensity.

arXiv Computational LinguisticsModels / Research / StartupsIn-site article
TallyTrain: Communication-Efficient Federated Distillation

Federated learning is bandwidth-bound on two orthogonal axes: model size, which limits how often parameter-averaging methods can afford to merge, and class count, which makes per-probe soft-label distillation prohibitive at large vocabularies. TallyTrain collapses the class-count axis to ⌈log2C⌉ bits per probe by transmitting only each peer's argmax class index. Under non-IID training, hard-label majority voting filters noise where soft-label averaging amplifies it. TallyTrain matches or beats soft-label distillation at up to three orders of magnitude less communication. A bandwidth-bridge variant combining hard-label consensus with sparse parameter merges Pareto-dominates FedAvg, FedProx, and FedDF.

arXiv Machine LearningResearchIn-site article
Scaling Up Thermodynamic AI Models

Thermodynamic computing devices based on the Ising model show great promise for low-power AI inference and edge computing, but scalable training methods remain limited. This paper presents a scalable backpropagation-based algorithm for training deep convolutional networks on Ising machines, achieving 94.9% on CIFAR-10 and 76.0% on CIFAR-100. It also develops a theory for the tradeoff between inference cost and accuracy, and discusses implications for hardware development.

arXiv Machine LearningModels / ResearchIn-site article
Verifiable Rewards for Calibrated Probabilistic Forecasting

This paper proposes a reinforcement learning method with a novel verifiable, label-free reward to train calibrated probabilistic forecasters. Applied to NFL win probability prediction, a 7B model trained solely with this reward matches betting market calibration without human labels or supervised fine-tuning, outperforming zero-shot frontier models.

arXiv Machine LearningModels / Policy / ResearchIn-site article
FRAME: Learning the Adaptation Domain with a Mixture of Fractional-Fourier Experts

Parameter-efficient fine-tuning (PEFT) reparameterizes weight updates in a fixed basis: low-rank adapters operate in the spatial domain, while spectral methods operate in a fixed Fourier domain. This paper introduces Fractional-Fourier Mixture of Experts, where each expert has a learnable fractional-Fourier order that interpolates between spatial and Fourier domains. Routing tokens through experts of different orders allows low-rank updates to be placed in their most compact domain, and the experts are naturally decorrelated, reducing interference and improving multi-task composition. The method adds negligible cost and outperforms strong baselines on LLaMA-3.1-8B and Qwen2.5-7B across various benchmarks.

arXiv Machine LearningModels / ResearchIn-site article
EVOTS: Evolutionary Transformer Search for Time Series Forecasting

Evolutionary neural architecture design for multivariate time-series forecasting remains underexplored. This paper introduces EVOTS, an evolutionary search framework that uses a modular genome representation and repair mechanism to discover task-adaptive Transformer-like models, achieving competitive results on ETT benchmarks.

arXiv Machine LearningModels / ResearchIn-site article
GRPO, Dr. GRPO, and DAPO Are Three Operations on One Number: The Group-Standard-Deviation Identity

A new paper proves that three popular methods for training language models to reason—GRPO, Dr. GRPO, and DAPO—are all adjusting the same number: the standard deviation of answer correctness across multiple samples. The group-standard-deviation identity shows that disagreement directly determines the size of the training update, validated on the Big-Math dataset and in controlled experiments.

arXiv Machine LearningModels / Policy / ResearchIn-site article
A Filtered Mixture-of-Generators for Fully Synthetic Survival Training

FoGS is a novel synthetic data method for survival analysis that selects samples from a pool of multiple generators instead of generating directly, addressing data scarcity and privacy restrictions in clinical settings. On 16 public datasets, it significantly improves model performance over single-generator approaches while maintaining privacy.

arXiv Machine LearningModels / Policy / ResearchIn-site article
SNAP-FM: Sparse Nonlinear Accelerated Projection for Physics-Constrained Generative Modeling

Generative models used as surrogates for physical simulation often fail to enforce physics constraints. Constrained sampling can enforce constraints at inference but is computationally expensive. This paper introduces SNAP-FM, which leverages sparse GPU nonlinear optimization to accelerate constraint projection. Using block-sparse Jacobian and KKT systems with ExaModels.jl and MadNLP.jl, the method achieves faster nonlinear constraint projection on PDE benchmarks while maintaining accuracy.

arXiv Machine LearningModels / Chips / PolicyIn-site article
Seed2.0 Model Card: Towards Intelligence Frontier for Real-World Complexity

Seed2.0 is a model series that takes a meaningful step toward solving complex, real-world tasks. It identifies user needs, builds a reliable evaluation system, and targets long-tail knowledge and complex instruction following. It also delivers world-leading reasoning, visual understanding, and search capabilities.

arXiv AIResearch / StartupsIn-site article
Constructing Epistemic AI Literacy: Detecting Epistemic Aims and Processes in Student-AI Co-Programming

This study introduces Epistemic AI Literacy (EAIL), reframing AI literacy as a process-oriented epistemic phenomenon. Using the AIR framework, it analyzes epistemic aims and processes in GenAI-supported co-programming. Analysis of a large human-AI dialogue dataset reveals prevalent lack of EAIL: 78.8% of interactions relied on non-mastery-oriented aims and less reliable strategies, while only 11.1% showed high epistemic engagement.

arXiv AIResearchIn-site article
A Contextual-Bandit Oversight Game with Two-Sided Informational Asymmetry

A new paper introduces a contextual-bandit team game with two-sided asymmetric information, studying runtime human oversight of AI agents. It provides exact one-shot characterizations of team-optimal and myopic oversight rules, revealing a gap of avoidable harm and the price of non-credible oversight communication.

arXiv AIAgents / Research / RoboticsIn-site article
RareDxR1: Autonomous Medical Reasoning for Rare Disease Diagnosis Beyond Human Annotation

RareDxR1 is an end-to-end reasoning-centric large language model designed for open-domain rare disease diagnosis directly from unstructured clinical notes. It bypasses traditional pipeline-based phenotype extraction or retrieval-augmented generation by synergizing knowledge internalization with autonomous evolutionary learning, and employs Reflection-Enhanced Reasoning Sampling and dual-level curriculum reinforcement learning to improve diagnostic accuracy. Experiments show state-of-the-art results across multiple benchmarks.

arXiv AIModels / Research / RoboticsIn-site article
Solution space path planning for supporting en-route air traffic control

A new conflict-free path planning algorithm for en-route air traffic control is proposed, leveraging solution-space displays for interpretability and flexibility. It integrates three intent-based conflict detection methods and two search variants (SSPPV and SSPPE). Empirical results using MUAC data show SSPPV with zone-based detection achieves optimal performance with average computation time of 3.69 ms.

arXiv AIResearch / RoboticsIn-site article
Making Failure Safe: A Constrained, Verifiable Agent Framework for Open-Web Data Collection

Proposes a framework that replaces free-form LLM-generated web scraper code with typed JSON configurations, combined with a six-type collector taxonomy, template and utility-function constraints, static Airflow DAG execution, rule-based quality checking, and structured feedback correction. Experiments show zero execution-stage LLM tokens and lowest average wall-clock time on verified tasks.

arXiv AIModels / Agents / ResearchIn-site article
Bounded Morality: Defining the Space of Moral Computation

A new paper proposes Bounded Morality, a formal framework that extends bounded rationality to moral cognition, modeling ethical theories as locally efficient strategies within a tradeoff between moral breadth and depth.

arXiv AIAgents / ResearchIn-site article
Arena, the AI leaderboard everyone uses, is now a $100M business

Just eight months after launching its commercial service, AI leaderboard provider Arena, which originated as a research project at UC Berkeley in 2023, has reached $100 million in annualized run-rate revenue.

Hacker News AIResearch / StartupsIn-site article
Meta to sell excess compute, like SpaceX

Meta has spent billions on AI and data centers. Now it plans to launch a cloud infrastructure business, selling AI compute and models, competing with AWS, Google Cloud, and Azure.

Hacker News AIToolsIn-site article
Fable Is Back: This Safeguard Has Some AI in It

Anthropic reinstates Fable 5 with stricter safeguards after a jailbreak incident. The new classifier causes more false positives, especially in coding tasks, and the US government gains significant oversight with pre-release access and dedicated resources, signaling a shift toward state-controlled AI.

Hacker News AIPolicy / ResearchIn-site article