y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto
🤖All96,588🧠AI22,940⛓️Crypto17,363💎DeFi1,799🤖AI × Crypto1,480📰General53,006

AI × Crypto News Feed

Real-time AI-curated news from 96,610+ articles across 50+ sources. Sentiment analysis, importance scoring, and key takeaways — updated every 15 minutes.

96610 articles
AINeutralarXiv – CS AI · May 286/10
🧠

Auditable Decision Models with Learned Abstention and Real-Time Steering

Researchers introduce EvaluatorDPT, a decision-control model that predicts YES, NO, or TBD (to-be-determined) for high-stakes AI applications where uncertainty exists. The system learns deferral as an explicit outcome rather than hiding uncertainty in forced predictions, achieving 82.6% accuracy with auditable, policy-governed decision routing that can be inspected and controlled at inference time.

AINeutralarXiv – CS AI · May 286/10
🧠

A Fixed-Budget, Cluster-Aware Standard for LLM-as-a-Judge Evaluation: A Multi-Hop RAG Stress Test

Researchers propose a standardized measurement protocol for evaluating retrieval-augmented generation (RAG) systems using LLM judges, addressing inconsistencies in how semantic search quality is assessed. The standard fixes key variables like evidence budget and prompt while requiring cluster-aware statistical testing, revealing that previous comparisons may have overstated progress and that traditional BM25 retrieval outperforms pure semantic methods under controlled conditions.

AINeutralarXiv – CS AI · May 285/10
🧠

GraD-IBD: Graph Representation Learning from Diagnosis Trajectories for Early Detection of Inflammatory Bowel Disease

Researchers propose GraD-IBD, a graph-based machine learning model that analyzes patient diagnosis histories encoded in ICD codes to detect inflammatory bowel disease risk earlier and more efficiently than existing sequential models. The approach reformulates longitudinal diagnostic trajectories as temporally directed graphs with a novel message-passing mechanism, demonstrating improved accuracy while reducing computational complexity.

AINeutralarXiv – CS AI · May 286/10
🧠

Constrained Auto-Bidding via Generative Response Modeling

Researchers introduce Generative Response Model (GRM), a machine learning approach that optimizes digital advertising bidding by predicting future traffic and cost outcomes rather than making individual bid decisions. The system enforces budget and performance constraints through analytic controllers, demonstrating improved stability and performance over existing auto-bidding methods.

AINeutralarXiv – CS AI · May 286/10
🧠

Revealing Algorithmic Deductive Circuits for Logical Reasoning

Researchers have developed methods to identify which attention heads in Large Language Models are responsible for specific reasoning steps, revealing that only ~3% of heads handle factual retrieval while higher layers coordinate multi-step reasoning algorithms. This work provides insights into how LLMs learn logical reasoning from limited demonstrations and could improve model interpretability and design.

AINeutralarXiv – CS AI · May 286/10
🧠

Operational AI Deployment Assurance: Governance-State Orchestration Under Threshold-Sensitive Deployment Conditions -- A Governance Framework for High-Stakes AI Systems

Researchers introduce Operational AI Deployment Assurance (OADA), a governance framework that translates fairness metrics and deployment uncertainty into actionable readiness decisions for high-stakes AI systems. Unlike traditional post-hoc auditing approaches, OADA connects evaluation outputs directly to deployment control, enabling lifecycle-oriented governance across domains like facial recognition and healthcare AI.

AINeutralarXiv – CS AI · May 286/10
🧠

EAPO: Entropy-Driven Adaptive Positive-Negative Sample Weighting for Policy Optimization in Open-Ended QA

Researchers propose EAPO, an entropy-driven adaptive method for training large reasoning models on open-ended question answering tasks. The approach dynamically adjusts the weighting of positive and negative samples during reinforcement learning training, demonstrating improved performance on medical QA datasets by balancing response diversity with stability.

AIBullisharXiv – CS AI · May 286/10
🧠

TCP-MCP: Landscape-Guided Co-Evolution of Prompts and Communication Topologies for Multi-Agent Systems

TCP-MCP introduces a co-evolution framework that simultaneously optimizes AI agent prompts and communication network topologies, achieving state-of-the-art accuracy on multiple benchmarks while reducing token consumption by up to 5.69x compared to existing multi-agent systems. The approach treats prompt design and communication structure as interdependent variables rather than independent parameters, offering a practical methodology for cost-efficient multi-agent AI system design.

AINeutralarXiv – CS AI · May 286/10
🧠

C-MIG: Multi-view Information Gain-based Retrieval-Augmented Generation for Clinical Diagnosis Reasoning

Researchers introduce C-MIG, a retrieval-augmented generation framework that improves clinical diagnosis reasoning by using multi-view information gain instead of binary reward signals. The method outperforms existing RAG-RL approaches on medical benchmarks by better capturing semantically relevant information and addressing credit assignment challenges in healthcare AI systems.

AINeutralarXiv – CS AI · May 286/10
🧠

SKILLC: Learning Autonomous Skill Internalization in LLM Agents via Contrastive Credit Assignment

Researchers introduce SkillC, a reinforcement learning framework that enables LLM agents to internalize external skills during training rather than relying on them at runtime. The method uses contrastive credit assignment to distinguish skill-dependent from autonomous success, achieving 4.4-5.5% performance improvements over prior internalization approaches on complex tasks.

AINeutralarXiv – CS AI · May 286/10
🧠

Dr-CiK: A Testbed for Foresight-Driven Agents

Researchers introduce Dr-CiK, a benchmark for testing whether AI agents can independently retrieve relevant context from noisy document sources to improve time series forecasting. Evaluation reveals current information retrieval agents recover less than 5% of supporting evidence and are frequently misled by irrelevant information, highlighting a critical gap in foresight-driven AI development.

AIBullisharXiv – CS AI · May 286/10
🧠

Reasoning Matters: Mitigate Hallucination in Multimodal Large Reasoning Models via Reasoning-Conditioned Preference Optimization

Researchers propose Reasoning-Conditioned Direct Preference Optimization (RC-DPO), a training method that reduces hallucinations in multimodal large reasoning models by treating chain-of-thought reasoning as a condition for answer generation rather than a monolithic output. The approach uses Monte Carlo Tree Search to generate better training data and demonstrates improved reliability across multiple benchmarks.

AINeutralarXiv – CS AI · May 286/10
🧠

SuiChat-CN: Benchmarking Contextual Suicide Risk Assessment in Chinese Group Chats

Researchers introduce SuiChat-CN, a Chinese-language benchmark dataset for assessing suicide risk in group chat conversations using AI models. The dataset contains 13,312 contextual segments from Telegram, demonstrating that contextual information significantly improves risk detection accuracy compared to isolated message analysis.

AINeutralarXiv – CS AI · May 286/10
🧠

Show, Don't TELL: Explainable AI-Generated Text Detection

Researchers have developed TELL, an AI-generated text detector that prioritizes explainability by showing users the specific linguistic markers indicating AI or human authorship rather than just providing an opaque numerical score. The system achieves competitive detection performance (AUROC 0.927) while generating human-evaluated explanations with a 72.3% mean win-rate across quality metrics, fundamentally reframing detection as a human-centric interpretability problem.

AINeutralarXiv – CS AI · May 286/10
🧠

Harness-Bench: Measuring Harness Effects across Models in Realistic Agent Workflows

Researchers introduce Harness-Bench, a diagnostic benchmark that measures how software infrastructure—not just base models—affects LLM agent performance across realistic workflows. The study of 5,194 execution trajectories reveals substantial variation in agent capability depending on harness configuration, suggesting performance metrics should reflect model-harness pairings rather than models alone.

AINeutralarXiv – CS AI · May 286/10
🧠

DiagramRAG: A Lightweight Framework to Retrieve Scientific Diagram for Figure Generation

DiagramRAG is a new retrieval-augmented framework that converts rough sketches into publication-quality scientific diagrams by retrieving semantically and topologically compatible reference diagrams. The system achieves strong performance metrics (F1-scores of 0.848 and 0.802 on benchmark datasets) while maintaining efficient inference at 35.48 seconds per sample.

🏢 Hugging Face
AINeutralarXiv – CS AI · May 286/10
🧠

Do Agents Think Deeper? A Mechanistic Investigation of Layer-Wise Dynamics in Sequential Planning

Researchers conducted a mechanistic analysis of how large language models allocate computational depth when operating as autonomous agents performing multi-turn planning and tool use. The study reveals that agents progressively recruit deeper layers as task complexity increases, contrasting with prior findings that LLMs underutilize depth in single-turn tasks, suggesting adaptive depth allocation emerges in sequential reasoning scenarios.

AINeutralarXiv – CS AI · May 286/10
🧠

From Talking to Singing: A New Challenge for Audio-Visual Deepfake Detection

Researchers have developed a new deepfake detection framework called T-AVFD that addresses a critical gap in audio-visual forgery detection by handling singing scenarios, where traditional cross-modal inconsistency methods fail. The study introduces the SHDF dataset and demonstrates improved detection performance across both talking and singing deepfakes through text-guided pattern learning.

AINeutralarXiv – CS AI · May 286/10
🧠

The Shape of Overthinking: Backtracking Bursts in Long Reasoning Traces

Researchers analyzed backtracking patterns in reasoning traces from the Qwen3-8B model, finding that correct reasoning typically shows early, isolated self-corrections while incorrect reasoning exhibits persistent, clustered revisions occurring late in traces. The study demonstrates that burst-aware filtering of reasoning traces can improve model reliability by identifying unstable reasoning patterns before completion.

AINeutralarXiv – CS AI · May 286/10
🧠

Geometry of Human Perceptual Domains Emerges Transiently in LLM Representations

Researchers discovered that large language models develop geometric structures in their internal representations that mirror human perceptual organization across domains like color, pitch, and emotion, despite training only on text. These perceptual geometries emerge transiently in intermediate layers, providing new insight into how LLMs develop human-like conceptual understanding without direct sensory supervision.

AINeutralarXiv – CS AI · May 286/10
🧠

STAB: Specification-driven Testing for Algorithmic Bottlenecks

STAB is a specification-driven testing pipeline that generates test cases exposing algorithmic bottlenecks by extracting constraints and injecting adversarial structures from natural language problem specifications. The method improves bottleneck detection rates from 50-57% to 71-73% across major programming languages and LLM implementations.

AINeutralarXiv – CS AI · May 286/10
🧠

AsyncTool: Evaluating the Asynchronous Function Calling Capability under Multi-Task Scenarios

Researchers introduce AsyncTool, a benchmark for evaluating how well LLM-based agents handle multiple concurrent tasks with realistic tool response delays. The study reveals that current AI agents struggle significantly with asynchronous multitasking, experiencing substantial performance degradation when tool feedback is delayed, highlighting a critical gap in real-world applicability.

AINeutralarXiv – CS AI · May 285/10
🧠

An Empirical Audit of k-NAF Budget Accounting for Anchored Decoding

Researchers empirically tested the k-NAF budget accounting mechanism in Anchored Decoding across 8,500 executions and found that cumulative KL divergence spending remained consistently below sequence-level budgets, with no clear evidence of budget exhaustion even under adaptive stress testing. Results suggest the budget mechanism functions reliably, though some proxy artifacts appeared in small-sample evaluations on copyright-domain workloads.

AINeutralarXiv – CS AI · May 286/10
🧠

Zipping the Thought: When and How Compressed Reasoning Data Works in LLM Post-Training

Researchers propose a taxonomy of chain-of-thought (CoT) reasoning in LLM post-training, distinguishing between explicit, composed, and implicit reasoning formats. The study reveals that compressed reasoning data requires different training approaches, with composed CoT benefiting from data scaling while implicit CoT risks memorization, and that reinforcement learning can decompose compressed steps learned during supervised fine-tuning.

AINeutralarXiv – CS AI · May 286/10
🧠

PetroBench: A Benchmark for Large Language Models in Petroleum Engineering

Researchers have developed PetroBench, a comprehensive benchmark for evaluating large language models in petroleum engineering, testing eight mainstream LLMs across 1,200 domain-specific questions. The evaluation reveals significant performance gaps, with leading models achieving 72-74% accuracy overall but struggling particularly with factual discrimination in objective questions, suggesting LLMs need substantial improvement before widespread deployment in critical petroleum industry applications.

🧠 Claude🧠 Gemini
← PrevPage 1448 of 3865Next →
Filters
Sentiment
Importance
Sort
Stay Updated
Everything combined