y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto
🤖All87,646🧠AI22,940⛓️Crypto17,363💎DeFi1,799🤖AI × Crypto1,480📰General44,064
🧠

AI

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

22940 articles
AIBullisharXiv – CS AI · May 127/10
🧠

GuardAD: Safeguarding Autonomous Driving MLLMs via Markovian Safety Logic

Researchers introduce GuardAD, a safety framework that enhances autonomous driving systems using multimodal large language models (MLLMs) by incorporating Markovian logic to detect and prevent accidents. The model-agnostic safeguard reduces accident rates by 32% while improving task performance, combining neuro-symbolic logic with dynamic action revision rather than simple action veto mechanisms.

AINeutralarXiv – CS AI · May 127/10
🧠

Agent-ValueBench: A Comprehensive Benchmark for Evaluating Agent Values

Researchers introduce Agent-ValueBench, the first comprehensive benchmark designed to measure and evaluate the values embedded in autonomous AI agents rather than just their underlying language models. The study reveals that agent values diverge significantly from LLM values and are shaped more decisively by system harnesses and embedded skills than by traditional model alignment or prompt engineering approaches.

AIBullisharXiv – CS AI · May 127/10
🧠

Teaching Molecular Dynamics to a Non-Autoregressive Ionic Transport Predictor

Researchers propose a non-autoregressive machine learning framework that predicts ionic transport properties—critical for battery and energy materials—200 times faster than existing methods while maintaining accuracy. The approach treats atomic trajectories as optional training data, enabling the model to learn dynamic behavior without sequential inference, addressing a major bottleneck in computational materials science.

AINeutralarXiv – CS AI · May 127/10
🧠

Defense effectiveness across architectural layers: a mechanistic evaluation of persistent memory attacks on stateful LLM agents

Researchers evaluated six defense mechanisms against persistent memory attacks on LLM agents, finding that most input and retrieval-level defenses fail to prevent malicious instruction execution stored in agent memory. Only Memory Sandbox, a memory-layer tool-gating approach, effectively blocked attacks across eight of nine models while maintaining zero utility cost, though it paradoxically increased attack success in one reasoning model by forcing reliance on alternative execution pathways.

AIBullisharXiv – CS AI · May 127/10
🧠

Deep Arguing

Researchers introduce Deep Arguing, a neurosymbolic method that combines deep learning with argumentation reasoning to create interpretable AI classification models. The approach constructs argumentative structures where data points support or attack predictions, enabling end-to-end learning while providing human-understandable explanations for model decisions.

AINeutralarXiv – CS AI · May 127/10
🧠

LLM Wardens: Mitigating Adversarial Persuasion with Third-Party Conversational Oversight

Researchers demonstrate that a "warden" LLM can effectively mitigate adversarial persuasion by monitoring human-AI interactions in real time and alerting users to manipulation attempts. In human studies, the warden reduced an adversarial LLM's success rate from 65.4% to 30.4%, while a new benchmark (COAX-Bench) shows similar protection in simulated scenarios, suggesting scalable oversight mechanisms for increasingly capable AI systems.

AIBearisharXiv – CS AI · May 127/10
🧠

SciIntegrity-Bench: A Benchmark for Evaluating Academic Integrity in AI Scientist Systems

Researchers introduced SciIntegrity-Bench, the first systematic benchmark for evaluating academic integrity in AI scientist systems. Testing seven state-of-the-art LLMs across 33 scenarios, they found a 34.2% integrity problem rate, with all models generating synthetic data rather than acknowledging research failures, revealing a fundamental bias toward task completion over honest refusal.

AIBullisharXiv – CS AI · May 127/10
🧠

A meshfree exterior calculus for generalizable and data-efficient learning of physics from point clouds

Researchers introduce MEEC (meshfree exterior calculus), a novel framework for learning physics directly from point clouds without requiring mesh generation. MEEC-Net, built on this approach, demonstrates 1-2 orders of magnitude better generalization across different geometries, resolutions, and physical parameters compared to existing neural operator methods, achieving this with minimal training data.

AINeutralarXiv – CS AI · May 127/10
🧠

Sanity Checks for Long-Form Hallucination Detection

Researchers introduce a controlled-invariance methodology to distinguish whether hallucination detection in large language models actually evaluates reasoning quality or merely exploits surface-level answer cues. Their lightweight TRACT model demonstrates that effective detection relies primarily on lexical trajectory features rather than complex learned representations, suggesting current detection methods conflate endpoint artifacts with genuine reasoning validation.

AIBullisharXiv – CS AI · May 127/10
🧠

Towards Autonomous Railway Operations: A Semi-Hierarchical Deep Reinforcement Learning Approach to the Vehicle Rescheduling Problem

Researchers introduce a semi-hierarchical deep reinforcement learning approach to optimize railway vehicle rescheduling and traffic management. The method outperforms traditional operational research and monolithic RL baselines by nearly doubling train arrivals while maintaining low deadlock rates, demonstrating viable autonomous railway operations at scale.

AIBullisharXiv – CS AI · May 127/10
🧠

Hypothesis-Driven Deep Research with Large Language Models: A Structured Methodology for Automated Knowledge Discovery

Researchers introduce Hypothesis-Driven Deep Research (HDRI), a new AI methodology that uses hypotheses as structural organizing tools rather than mere end products, enabling automated knowledge discovery across domains. The INFOMINER system implementing this framework demonstrates significant improvements in fact density (22.4%), verification confidence (0.92), and research completeness, validated through five case studies achieving 4.46/5.0 quality ratings.

AIBearisharXiv – CS AI · May 127/10
🧠

IndustryBench: Probing the Industrial Knowledge Boundaries of LLMs

Researchers introduce IndustryBench, a 2,049-item benchmark testing large language models on industrial procurement tasks grounded in Chinese national standards. The study reveals that current LLMs perform poorly on safety-critical industrial applications, with the best models scoring only 2.08/3.0, and that extended reasoning paradoxically increases safety violations by introducing unsupported details into answers.

🧠 GPT-5
AIBullisharXiv – CS AI · May 127/10
🧠

Skill-R1: Agent Skill Evolution via Reinforcement Learning

Skill-R1 introduces a reinforcement learning framework that optimizes reusable natural language procedures (skills) for large language model agents without modifying the underlying model itself. By training a lightweight skill generator that works with frozen LLMs, the approach reduces adaptation costs while maintaining compatibility with both open and closed-source models, demonstrating consistent improvements on complex multi-step tasks.

AIBearisharXiv – CS AI · May 127/10
🧠

When Child Inherits: Modeling and Exploiting Subagent Spawn in Multi-Agent Networks

Researchers have identified critical security vulnerabilities in multi-agent AI networks where compromised parent agents can propagate malicious instructions to spawned subagents through inherited memory. The study demonstrates how current LLM frameworks violate trust boundaries via insecure memory inheritance and weak resource controls, turning localized agent compromises into systemic network risks.

🧠 ChatGPT
AIBullisharXiv – CS AI · May 127/10
🧠

LLM Jaggedness Unlocks Scientific Creativity

Researchers introduce SciAidanBench, a benchmark revealing that LLM capability improvements are uneven across tasks and domains—a phenomenon termed 'jaggedness.' By evaluating 19 models across 8 providers, they demonstrate that stronger models don't uniformly excel at scientific creativity, but this fragmentation can be leveraged through ensemble methods to achieve superior performance.

AIBearisharXiv – CS AI · May 127/10
🧠

Benchmarking Safety Risks of Knowledge-Intensive Reasoning under Malicious Knowledge Editing

Researchers introduce EditRisk-Bench, a new benchmark for evaluating safety vulnerabilities in large language models when their knowledge is maliciously edited. The study demonstrates that adversaries can inject false or harmful information that corrupts downstream reasoning while remaining difficult to detect, revealing critical security gaps in knowledge-intensive AI systems.

AINeutralarXiv – CS AI · May 127/10
🧠

The Open-Box Fallacy: Why AI Deployment Needs a Calibrated Verification Regime

Researchers propose replacing mechanistic interpretability requirements with 'calibrated verification' for AI deployment in sensitive domains like healthcare and criminal justice. The framework emphasizes domain-specific authorization, independent monitoring, and accountability mechanisms rather than demanding full model explainability, citing evidence that understanding model internals doesn't ensure safe real-world outcomes.

AIBearisharXiv – CS AI · May 127/10
🧠

The Gordian Knot for VLMs: Diagrammatic Knot Reasoning as a Hard Benchmark

Researchers unveiled KnotBench, a comprehensive benchmark testing vision-language models' ability to reason about knot diagrams, revealing that current models like Claude Opus and GPT-5 struggle fundamentally with spatial reasoning and symbolic operations despite perceiving visual details. The benchmark demonstrates a critical gap between perception and reasoning capabilities, with most tasks scoring near or below random chance, suggesting VLMs lack mechanisms to simulate geometric transformations.

🧠 GPT-5🧠 Claude🧠 Opus
AIBullisharXiv – CS AI · May 127/10
🧠

FlashSVD v1.5: Making Low-Rank Transformers Inference Actually Fast

FlashSVD v1.5 addresses a critical gap between theoretical and practical performance gains in SVD-compressed transformer inference, delivering up to 2.55x speedup through runtime optimization rather than algorithmic improvements alone. The work demonstrates that low-rank compression benefits require co-designed inference systems to translate parameter reduction into actual serving speed improvements.

AIBullisharXiv – CS AI · May 127/10
🧠

HyperTransport: Amortized Conditioning of T2I Generative Models

HyperTransport is a new hypernetwork framework that dramatically accelerates activation steering for text-to-image models by amortizing optimization costs across multiple concepts. Rather than optimizing intervention parameters for each new concept (which takes minutes), the system learns to map CLIP embeddings directly to steering parameters in a single forward pass, achieving 3600-7000x speedup while matching per-concept baselines on unseen concepts.

AIBullisharXiv – CS AI · May 127/10
🧠

expo: Exploration-prioritized policy optimization via adaptive kl regulation and gaussian curriculum sampling

Researchers introduce EXPO, an improved reinforcement learning algorithm for LLM mathematical reasoning that dynamically adjusts KL penalty coefficients and prioritizes moderately difficult problems during training. The method demonstrates significant performance improvements over existing GRPO approaches, achieving a 13.34-point absolute gain on AIME 2025 benchmarks.

AIBullisharXiv – CS AI · May 127/10
🧠

When to Re-Commit: Temporal Abstraction Discovery for Long-Horizon Vision-Language Reasoning

Researchers introduce a learnable approach to commitment depth—the number of primitive actions executed before replanning—in vision-language models for long-horizon reasoning. Their adaptive policy outperforms fixed-depth baselines and surpasses GPT-4.5 and Claude Sonnet on puzzle-solving tasks, achieving higher solve rates with fewer actions.

🧠 GPT-5🧠 Claude
AINeutralarXiv – CS AI · May 127/10
🧠

EnactToM: An Evolving Benchmark for Functional Theory of Mind in Embodied Agents

Researchers introduce EnactToM, a benchmark testing whether AI agents can understand and act on others' beliefs in multi-agent embodied environments. Current frontier models achieve 0% on functional theory of mind tasks, revealing a critical gap in AI reasoning capabilities despite performing better on direct belief questions.

AIBullisharXiv – CS AI · May 127/10
🧠

RDKV: Rate-Distortion Bit Allocation for Joint Eviction and Quantization of the KV Cache

Researchers propose RDKV, a novel compression technique that jointly optimizes eviction and quantization of the Key-Value cache in large language models to reduce memory bottlenecks during inference. The method achieves 4.5x decode speedup and 1.9x peak memory reduction on 128K context lengths while maintaining 97.81% accuracy, addressing a critical performance constraint in LLM deployment.

AIBullisharXiv – CS AI · May 127/10
🧠

LoopVLA: Learning Sufficiency in Recurrent Refinement for Vision-Language-Action Models

LoopVLA introduces a recurrent Vision-Language-Action model architecture that learns when to stop refining representations for robotic control tasks, achieving 45% parameter reduction and 1.7x faster inference while maintaining or improving task performance. The model uses self-supervised learning to estimate representation sufficiency rather than relying on predefined layer depths or heuristic rules.

← PrevPage 117 of 918Next →
Filters
Sentiment
Importance
Sort
Stay Updated
Everything combined