y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto
🤖All85,581🧠AI22,940⛓️Crypto17,361💎DeFi1,798🤖AI × Crypto1,480📰General42,002
🧠

AI

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

22940 articles
AIBullisharXiv – CS AI · Jun 197/10
🧠

Cost-Optimal LLM Routing with Limited User Feedback under User Satisfaction Guarantees

Researchers introduced SLARouter, an online algorithm that optimizes LLM request routing by learning cost-efficient policies from sparse user feedback while guaranteeing Service Level Agreement compliance. The approach reduces operating costs by up to 2.2x compared to existing solutions without requiring per-benchmark tuning.

AIBullisharXiv – CS AI · Jun 197/10
🧠

Scaling Generative Foundation Models for Chest Radiography with Rectified Flow Transformers

Researchers have developed the first billion-parameter generative foundation model specifically designed for chest radiograph synthesis, trained on 1.2M radiographs. The model can generate synthetic chest X-rays with clinical-expert-level fidelity while supporting controllable generation across demographics, imaging views, and pathologies, addressing a critical need for diverse medical imaging datasets.

AIBullisharXiv – CS AI · Jun 197/10
🧠

cAPM: Continual AI-Assisted Pace-Mapping with Active Learning

Researchers introduce cAPM, an AI-assisted system that uses continual learning and active learning to improve cardiac pace-mapping procedures for treating ventricular tachycardia. The system demonstrates 81% localization accuracy using only 4.5 pacing sites compared to 38% accuracy with 13.7 sites for existing methods, potentially reducing procedure time and patient risk.

AIBullisharXiv – CS AI · Jun 197/10
🧠

Human Universal Grasping

Researchers present HUG, a flow-matching AI model trained on 1M human grasping demonstrations that generates diverse, natural robot grasps from RGB-D images. The system outperforms existing baselines by 23-34% on real-world robotic grasping tasks and can be retargeted to various robot hands, advancing the generalization gap in robotic manipulation.

AIBullisharXiv – CS AI · Jun 197/10
🧠

Detecting Hallucinations for Large Language Model-based Knowledge Graph Reasoning

Researchers introduce LUCID, a novel hallucination detection method for large language models used in knowledge graph reasoning tasks. By combining LLM attention scores, knowledge graph semantics, and structural information through graph neural networks, LUCID achieves state-of-the-art performance across nine datasets, addressing a critical reliability gap in AI-driven knowledge systems.

AIBullisharXiv – CS AI · Jun 197/10
🧠

DeepSeek-V4: Towards Highly Efficient Million-Token Context Intelligence

DeepSeek released V4, a new series of efficient mixture-of-experts language models supporting one-million-token context windows. The models achieve significant computational improvements over predecessors while maintaining state-of-the-art performance, with V4-Pro requiring only 27% of the inference compute of DeepSeek-V3.2.

🏢 Hugging Face
AIBullisharXiv – CS AI · Jun 197/10
🧠

Confidence Calibration for Multimodal LLMs: An Empirical Study through Medical VQA

Researchers demonstrate that multimodal large language models (MLLMs) struggle with confidence calibration in medical tasks, where their stated confidence often misaligns with actual accuracy. A new method combining Multi-Strategy Fusion-Based Interrogation with expert LLM assessment reduces calibration error by 40% across medical VQA datasets, addressing critical reliability concerns for AI-assisted diagnosis.

AINeutralarXiv – CS AI · Jun 197/10
🧠

StaminaBench: Stress-Testing Coding Agents over 100 Interaction Turns

Amazon researchers introduced StaminaBench, a benchmark that evaluates coding agents' ability to handle extended multi-turn interactions (up to 100 consecutive change requests), revealing that current LLMs fail within 5-6 turns and that test feedback can improve performance up to 12x.

AIBullisharXiv – CS AI · Jun 197/10
🧠

Human-like autonomy emerges from self-play and a pinch of human data

Researchers have developed a self-play reinforcement learning method that trains autonomous driving policies using only 30 minutes of human demonstrations alongside simulated self-play, achieving 2500x efficiency gains over traditional imitation learning approaches. The technique enables policies to align with human driving conventions while training in 15 hours on consumer-grade hardware, addressing a critical limitation in autonomous systems where pure simulation-trained agents develop incompatible behavioral patterns.

AIBullisharXiv – CS AI · Jun 197/10
🧠

Rethinking Shrinkage Bias in LLM FP4 Pretraining: Geometric Origin, Systemic Impact, and UFP4 Recipe

Researchers identify a fundamental flaw in current FP4 training approaches for large language models: E2M1 formats suffer from systematic "Shrinkage Bias" that degrades training stability. They propose UFP4, a uniform 4-bit recipe using E1M2/INT4 grids that outperforms existing E2M1 baselines across multiple model scales, suggesting future AI accelerators should prioritize uniform grid formats for training.

🏢 Nvidia
AIBearisharXiv – CS AI · Jun 197/10
🧠

What Do Safety-Aligned LLMs Learn From Mixed Compliance Demonstrations?

Researchers analyzed how large language models interpret mixed compliance demonstrations—combining benign and harmful requests with helpful responses—revealing that demonstration composition critically affects model behavior. The study shows that benign demonstrations can either reduce or increase harmful compliance depending on the model, with preference optimization during training and demonstration ordering playing crucial roles in preventing jailbreaks.

AIBullisharXiv – CS AI · Jun 197/10
🧠

Navigating Unreliable Parametric and Contextual Knowledge: Explicit Knowledge Conflict Resolution for LLM Inference

Researchers propose MACR, a novel framework that resolves conflicts between large language models' internal knowledge and external context information using multi-agent reasoning. The approach moves beyond binary choice paradigms to actively reconcile inconsistencies, demonstrating significant performance improvements over existing methods while providing interpretable conflict resolution.

AIBullisharXiv – CS AI · Jun 197/10
🧠

Beyond Static Endpoints: Tool Programs as an Interface for Flexible Agentic Web Services

ToolPro introduces executable tool programs that enable LLM-based agents to interact with web services more efficiently than traditional static endpoints. By encoding multi-step workflows with explicit effect types and constraint-guided construction, ToolPro reduces latency by up to 53.4% and traffic by up to 96.1%, addressing a critical gap in agentic AI infrastructure.

AIBullisharXiv – CS AI · Jun 197/10
🧠

Lagrange: An Open-Vocabulary, Energy-Based Sparse Framework for Generalized End-to-End Driving

Researchers introduce Lagrange, an open-vocabulary autonomous driving framework that combines Vision-Language Models with sparse, energy-based planning to address limitations in existing end-to-end driving systems. The approach balances computational efficiency with generalization capacity for handling out-of-distribution scenarios while maintaining kinematic feasibility.

AIBearisharXiv – CS AI · Jun 197/10
🧠

Apparent Psychological Profiles of Large Language Models are Largely a Measurement Artifact

A peer-reviewed study finds that psychological profiles assigned to large language models through human-designed tests are largely measurement artifacts rather than genuine model traits. The research, analyzing 56 instruction-tuned LLMs, reveals that directional response bias—not actual personality—drives 81-90% of differences between models, undermining the validity of using standard psychological instruments to assess LLM safety, usability, and research applications.

AIBullisharXiv – CS AI · Jun 197/10
🧠

Process-Verified Reinforcement Learning for Theorem Proving via Lean

Researchers demonstrate that the Lean proof assistant can provide fine-grained, process-level feedback during reinforcement learning training for theorem proving, beyond simple binary verification signals. By parsing proof attempts into tactic sequences and leveraging Lean's elaboration system, the approach delivers dense, verified credit signals grounded in type theory, showing improvements over outcome-only baselines on benchmarks like MiniF2F and ProofNet.

AIBullisharXiv – CS AI · Jun 197/10
🧠

Autonomous Event-Driven Multi-Agent Orchestration for Enterprise AI at Scale

Researchers evaluated multi-agent orchestration architectures across enterprise scales, finding that scalability rather than task complexity is the primary performance bottleneck. A new Task Manager framework reduces latency and improves event handling at enterprise scale, demonstrating critical improvements needed for production AI systems managing hundreds of agents.

AIBullisharXiv – CS AI · Jun 197/10
🧠

Beyond Accuracy: Measuring Logical Compliance of Predictive Models

Researchers introduce the Rule Violation Score (RVS), a new evaluation metric that measures whether predictive models respect logical and domain-specific constraints independently of accuracy. Unlike traditional metrics focused on prediction performance, RVS distinguishes between hard rules (strict constraints) and soft rules (statistical regularities), enabling assessment of logical consistency in high-stakes applications like finance and healthcare.

AIBullisharXiv – CS AI · Jun 197/10
🧠

LedgerAgent: Structured State for Policy-Adherent Tool-Calling Agents

LedgerAgent is a new inference-time method that improves how AI agents handle customer-service tasks by maintaining explicit task states in a separate ledger rather than reconstructing context from prompts. The approach reduces policy violations and improves decision consistency across multiple trials by validating state-dependent constraints before executing tool calls.

AINeutralarXiv – CS AI · Jun 197/10
🧠

Multi-LCB: Extending LiveCodeBench to Multiple Programming Languages

Researchers introduce Multi-LCB, an extension of the LiveCodeBench evaluation framework that tests large language models across twelve programming languages instead of just Python. The benchmark reveals significant performance disparities across languages and evidence of Python overfitting in current LLMs, establishing a more rigorous standard for assessing real-world multilingual code generation capabilities.

AIBullisharXiv – CS AI · Jun 197/10
🧠

Advancing DialNav through Automatic Embodied Dialog Augmentation

Researchers introduce RAINbow, a large-scale dataset of 238K episodes for DialNav, an embodied AI navigation system that requires dialog interaction. Through automatic dataset augmentation, dual-strategy training, and improved localization models, the team achieves significant performance improvements (89-100% gains), advancing the practical deployment of conversational embodied agents.

AIBullisharXiv – CS AI · Jun 197/10
🧠

PhysDrift: Bridging the Embodiment Gap in Humanoid Co-Speech Motion Generation

Researchers introduce PhysDrift, a new framework that generates co-speech motions directly for humanoid robots rather than converting human motions, addressing a fundamental gap where human-centric pipelines fail to preserve physical executability and motion expressiveness in robotic embodiments.

AINeutralarXiv – CS AI · Jun 197/10
🧠

A Systematic Evaluation of Black-Box Uncertainty Estimation Methods for Large Language Models

Researchers present a comprehensive evaluation framework for black-box uncertainty estimation methods in large language models, benchmarking 24 methods across 4 models and datasets. The study reveals that no single approach dominates universally, but hybrid methods combining multiple uncertainty signals and candidate-reasoning approaches consistently outperform others, addressing critical gaps in trustworthy LLM deployment.

AIBullisharXiv – CS AI · Jun 197/10
🧠

Multi-Agent Transactive Memory

Researchers propose Multi-Agent Transactive Memory (MATM), a framework enabling decentralized LLM agents to share and retrieve trajectories—recorded problem-solving paths—from a shared repository. Experiments in interactive environments demonstrate that agents retrieving stored trajectories improve task performance and efficiency without requiring coordination or joint training.

AINeutralarXiv – CS AI · Jun 197/10
🧠

Beyond Static Leaderboards: Predictive Validity for the Evaluation of LLM Agents

Researchers challenge the validity of aggregate-score leaderboards for evaluating LLM agents, arguing that rankings fail to predict performance in real-world deployment scenarios. Through fourteen parallel implementation studies and analysis of prior benchmarks, they propose measuring predictive validity—the correlation between test and out-of-distribution performance—rather than in-sample scores, establishing new evaluation standards for agentic AI systems.

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