y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto
🤖All84,690🧠AI22,940⛓️Crypto17,361💎DeFi1,798🤖AI × Crypto1,480📰General41,111
🧠

AI

22,762 AI articles curated from 50+ sources with AI-powered sentiment analysis, importance scoring, and key takeaways.

22762 articles
AIBullisharXiv – CS AI · Jun 237/10
🧠

AdaReP:Adaptive Re-Planning under Model Mismatch for Neural World-Model Predictive Control

AdaReP is a training-free algorithm that optimizes neural world-model predictive control by dynamically deciding when to replan versus reusing cached plans. By analyzing prediction mismatch propagation through local dynamics, the method achieves over 80% reduction in computational queries while maintaining task performance across simulated and real robotic manipulation tasks.

AIBullisharXiv – CS AI · Jun 237/10
🧠

ReNIO: Reweighting Negative Trajectory Importance for LLM On-Policy Distillation

Researchers introduce ReNIO, a novel technique for improving large language model distillation by reweighting negative trajectories—incorrect reasoning paths generated by student models. The method shows that training on wrong outputs outperforms correct ones, and ReNIO leverages probability ratios to identify pivotal failure points without requiring full answer verification, delivering up to 10% improvements on mathematical reasoning benchmarks.

AIBearisharXiv – CS AI · Jun 237/10
🧠

Safety in Self-Evolving LLM Agent Systems: Threats, Amplification, and Case Studies

A new security analysis reveals that self-evolving LLM agent systems face critical vulnerabilities across 17 of 25 potential attack vectors, with adversarial compromises becoming permanently encoded and self-amplifying across system generations. Testing of open-source frameworks demonstrates 100% attack persistence rates, suggesting that autonomous AI systems capable of self-modification require fundamentally new security paradigms beyond traditional static defenses.

AINeutralarXiv – CS AI · Jun 237/10
🧠

HALAS: A Human-Annotated Dataset of Hallucinations of Modern ASR Systems

Researchers introduce HALAS, the first human-annotated dataset documenting naturally occurring hallucinations from seven state-of-the-art ASR systems on real earnings call recordings. The benchmark reveals that hallucinations persist even in nearly correct transcriptions and establishes rigorous evaluation methods, with current detection techniques achieving only 53.1% F1 scores despite character-level metrics reaching 81% ROC-AUC.

AIBullisharXiv – CS AI · Jun 237/10
🧠

ScalingAttention: Discovering Intrinsic Sparse Attention Topology for Video Diffusion Transformers

Researchers introduce ScalingAttention, a training-free framework that optimizes video diffusion transformers by discovering stable, sparse attention patterns encoded in model weights rather than computing them dynamically. The method achieves up to 1.90X speedup while maintaining superior video generation fidelity, addressing a critical computational bottleneck in AI-generated video production.

AIBearisharXiv – CS AI · Jun 237/10
🧠

Memory Contagion: Cross-Temporal Propagation of Evaluator Bias via Agent Memory

Researchers identify 'Memory Contagion,' a phenomenon where biased evaluator feedback propagates through LLM agent memory systems into future iterations, even with perfect consolidation. The study demonstrates that bias contamination occurs at rates as low as 20% and has differential effects depending on bias type, exposing a critical vulnerability in current agent memory architectures.

AIBullisharXiv – CS AI · Jun 237/10
🧠

Training Open Models for Agentic Phone Use

Researchers introduce PhoneBuddy, a training framework combining real device environments with mock-app simulations to improve AI agent performance on smartphone tasks. The approach achieves 45.33% success on real phones and 83.2% on test benchmarks, demonstrating that hybrid training surpasses either method alone.

AIBullisharXiv – CS AI · Jun 237/10
🧠

Group-Graph Policy Optimization for Long-Horizon Agentic Reinforcement Learning

Researchers propose Group-Graph Policy Optimization (G2PO), a novel reinforcement learning algorithm that transforms linear interaction trajectories into state-transition graphs to improve credit assignment in long-horizon agentic tasks. The method demonstrates significant performance improvements on benchmark tasks like WebShop and ALFWorld, achieving up to 22.2% success rate gains over existing approaches.

AIBullisharXiv – CS AI · Jun 237/10
🧠

VideoLatent: Video-Language Learning via Latent Self-Forcing

Researchers introduce VideoLatent, a multimodal language model that performs efficient visual reasoning on videos without requiring labor-intensive chain-of-thought annotations. The model uses a novel latent self-forcing training paradigm and achieves superior performance across 14 benchmarks while reducing computational overhead by 6-68x compared to existing methods.

AIBullisharXiv – CS AI · Jun 237/10
🧠

SpotAttention: Plug-In Block-Sparse Routing for Pretrained Long-Context Transformers

SpotAttention is a lightweight machine learning technique that reduces computational costs for large language models processing long text sequences. By learning to identify only the most relevant tokens to attend to, it achieves 3.9x faster decoding speeds while maintaining accuracy at context lengths eight times longer than training, addressing a critical efficiency bottleneck in modern LLMs.

AIBearisharXiv – CS AI · Jun 237/10
🧠

The Unseen Hand: Manipulating Model Fairness and SHAP with Targeted Identity Re-Association Attacks

Researchers have discovered a new class of attacks called Targeted Identity Re-Association (TIRA) that can manipulate machine learning fairness audits and SHAP explainability tools without leaving detectable traces. The attacks use probabilistic output manipulation techniques to mask the influence of protected features, demonstrating that critical AI accountability mechanisms are vulnerable to sophisticated gaming.

AIBullisharXiv – CS AI · Jun 237/10
🧠

Provable Benefits of RLVR over SFT for Reasoning Models: Learning to Backtrack Efficiently

Researchers prove theoretically that reinforcement learning with verifiable rewards (RLVR) enables language models to learn efficient backtracking strategies superior to supervised fine-tuning (SFT), achieving exponential computational advantages during inference. The study models chain-of-thought reasoning as graph pathfinding and demonstrates that RLVR trains models to identify difficult decision points, allowing better allocation of compute resources.

AINeutralarXiv – CS AI · Jun 237/10
🧠

When Confidence Takes the Wrong Path: Diagnosing Retrieval-State Lock-In in RAG

Researchers identify 'retrieval-state lock-in,' a failure mode in retrieval-augmented generation (RAG) systems where multiple sampled answers agree despite being wrong because they condition on the same defective retrieval state. The study proposes decomposing confidence scores into three components—answer surface, evidence, and retrieval state—achieving 91.9% precision by requiring all three to agree, though this certifies only 7.7% of answers as low-risk.

AIBullisharXiv – CS AI · Jun 237/10
🧠

Only Ask What You Don't Know: Grounded Delta Planning for Efficient Multi-step RAG

Researchers introduce GDP-RAG, a novel retrieval-augmented generation framework that improves multi-hop question answering by focusing computation only on information gaps rather than over-generating reasoning steps. The system achieves 60.63% accuracy on benchmark datasets while reducing computational costs by 22-68% compared to existing approaches.

AIBullisharXiv – CS AI · Jun 237/10
🧠

RigorBench: Benchmarking Engineering Process Discipline in Autonomous AI Coding Agents

Researchers introduce RigorBench, the first benchmark measuring process discipline in AI coding agents beyond mere outcome correctness. The study demonstrates that structured engineering practices improve both process quality by 41% and code correctness by 17%, establishing that how AI agents approach coding tasks matters as significantly as their final results.

AIBearisharXiv – CS AI · Jun 237/10
🧠

MuPPET: A Benchmark for Contextual Privacy of LLM Assistants in Multi-Party Conversations

Researchers introduced MuPPET, a benchmark testing privacy vulnerabilities in large language model assistants operating in multi-party conversations. The study reveals that LLMs leak significantly more sensitive information in group settings than in one-to-one interactions, with both frontier and smaller open-weight models showing substantial exposure risks that existing privacy defenses cannot adequately address.

AIBearisharXiv – CS AI · Jun 237/10
🧠

Attacking the Trusted Imagination: Oracle-Level Integrity Attacks on Imagine-then-Act World Models

Researchers demonstrate a novel attack vector against vision-language-action (VLA) policies that exploit the 'trusted imagination' component of world-action models rather than targeting reactive policies directly. By perturbing observations to corrupt latent trajectory predictions, attackers can fool downstream systems like safety gates and MPC planners while leaving the base policy unaffected, revealing a critical asymmetry in AI system robustness.

AIBearisharXiv – CS AI · Jun 237/10
🧠

The Geometry of Refusal: Linear Instability in Safety-Aligned LLMs

Researchers have discovered that safety mechanisms in large language models operate as linear features in the output layer rather than deep semantic principles, allowing them to be manipulated or inverted through Contrastive Logit Steering. This finding reveals fundamental vulnerabilities in current alignment techniques while simultaneously suggesting a method to strengthen defenses without retraining.

🧠 Llama
AIBearisharXiv – CS AI · Jun 237/10
🧠

Confidently Wrong: Severity-Aware Calibration of Prompt-Injection Detectors under Attack Shift

Researchers discovered that popular prompt-injection detectors (ProtectAI-v2 and Prompt-Guard-2) maintain extremely high confidence scores even when failing to catch attacks, particularly indirect behavior-hijack injections. Across multiple attack distribution shifts, detectors missed injections with 0.99-1.00 confidence while false-negative rates ranged from 1-97%, indicating a critical calibration failure that standard metrics fail to detect.

AIBullisharXiv – CS AI · Jun 237/10
🧠

Foundation Models for Epileptogenic Zone Identification in Drug-Resistant Epilepsy

Researchers developed EpiiSLM, a dual foundation model system that significantly improves identification of epileptogenic zones in drug-resistant epilepsy patients using stereo-electroencephalography data. The system achieved 97.8% contact-level accuracy and requires only one night of monitoring, potentially reducing invasive procedures and improving surgical outcomes where current seizure freedom rates remain below 50%.

AINeutralarXiv – CS AI · Jun 237/10
🧠

First-Token Broadcasters: Mechanistic Origins of Language Identity and Distributed Robustness in Transformers

Researchers identify specific attention heads in multilingual language models responsible for language switching errors, revealing that instruction tuning reorganizes these circuits to concentrate language identity signals in early layers. The study demonstrates that language selection operates through a distributed but hierarchical mechanism, with compensation patterns following predictable feedforward cascades rather than global diffusion.

AIBearisharXiv – CS AI · Jun 237/10
🧠

Benchmarking Robot Memory Under Interference

Researchers introduce RoboMME-Interference, a benchmark testing how robot memory systems perform across multiple sessions with irrelevant distractions. Testing current memory-augmented AI models reveals significant performance degradation as unrelated sessions accumulate, highlighting a critical gap in long-context robustness for real-world robot deployment.

AINeutralarXiv – CS AI · Jun 237/10
🧠

All Routes Lead to Collapse

Researchers demonstrate that attention sinks, representation collapse, and norm stratification—previously thought to be transformer-specific problems—are universal behaviors of content-based routing systems with mismatched metrics. The study reveals this collapse pattern occurs across diverse architectures including softmax attention, graph attention, state-space models, and recurrent mixers, suggesting the issue stems from fundamental routing mechanics rather than transformer design.

← PrevPage 15 of 911Next →
Filters
Sentiment
Importance
Sort
Stay Updated
Everything combined