y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto
🤖All92,386🧠AI22,940⛓️Crypto17,363💎DeFi1,799🤖AI × Crypto1,480📰General48,804

AI × Crypto News Feed

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

92387 articles
AINeutralarXiv – CS AI · Jun 46/10
🧠

Activation Steering of Video Generation Models via Reduced-Order Linear Optimal Control

Researchers propose LA-LQR, an optimal control framework that uses activation steering to safely guide text-to-video model outputs toward desired behaviors while minimizing visual quality loss. By projecting high-dimensional video activations onto low-dimensional task-relevant subspaces and applying closed-loop feedback interventions, the method achieves better safety outcomes than existing steering approaches without heavy-handed oversteering.

AINeutralarXiv – CS AI · Jun 46/10
🧠

NoRA: Evaluating Grounded Reasonableness in Visual First-person Normative Action Reasoning

Researchers introduce NoRA, a visual reasoning benchmark that evaluates whether AI models can generate and justify appropriate actions in first-person video scenarios through explicit reasoning graphs. The benchmark reveals that current multimodal language models struggle to construct complete action spaces and properly ground decisions in visible evidence, highlighting a critical gap between selecting plausible actions and explaining them through verifiable reasoning.

AINeutralarXiv – CS AI · Jun 46/10
🧠

Scenario Generation for Risk-Aware Reinforcement Learning with Probably Approximately Safe Guarantees

Researchers propose a method to guarantee safety in reinforcement learning agents by using variational autoencoders and dual optimization to construct probabilistic barrier-certificates that identify safe versus unsafe behavior regions. The approach tightens safety bounds by targeting unexplored state-space regions during training, enabling deployment of RL systems with verified safety guarantees.

AIBullisharXiv – CS AI · Jun 46/10
🧠

Learning While Acting: A Skill-Enhanced Test-Time Co-Evolution Framework for Online Lifelong Learning Agents

Researchers propose LifeSkill, a reinforcement learning framework that enables LLM agents to continuously learn and adapt during test-time interactions rather than relying on static parameters. The system combines skill extraction with real-time parameter updates, achieving 7% performance improvement over existing lifelong learning baselines on benchmark tasks.

AINeutralarXiv – CS AI · Jun 46/10
🧠

OA-CutMix: Correcting the Label Bias of CutMix

Researchers propose Object-Aware CutMix (OA-CutMix), a corrected version of the widely-used CutMix data augmentation technique that fixes a fundamental labeling bias where patch area doesn't accurately reflect semantic contribution. The method uses segmentation masks to assign labels proportional to visible object area, consistently outperforming existing mixing methods across multiple architectures and datasets.

AIBullisharXiv – CS AI · Jun 46/10
🧠

Signed Dual Attention: Capturing Signed Dependencies in Time Series Forecasting

Researchers introduce Signed Dual Attention, a novel transformer attention mechanism that captures both positive and negative dependencies in time series data without requiring additional parameters. By using a dual message-passing approach inspired by correlation structures, this technique achieves greater expressiveness while maintaining parameter efficiency, potentially improving forecasting accuracy in applications requiring signed relational modeling.

AINeutralarXiv – CS AI · Jun 46/10
🧠

Learning Empirically Admissible Neural Heuristics for Combinatorial Search

Researchers introduce a framework for training neural networks to solve combinatorial puzzles optimally by enforcing admissibility constraints—ensuring heuristics never overestimate remaining costs. The method combines an underestimating Bellman operator with asymmetric loss functions and post-hoc calibration, achieving significant reductions in search node expansions while maintaining solution optimality.

AINeutralarXiv – CS AI · Jun 46/10
🧠

Abduction Prover in Isabelle/HOL

Researchers have developed the Abduction Prover, a new automation tool for Isabelle/HOL that enhances proof search capabilities in formal verification. By using abductive reasoning to identify useful conjectures, the tool addresses the significant automation limitations that increase the computational cost of formal verification projects.

AINeutralarXiv – CS AI · Jun 46/10
🧠

DiverAge: Reliable Pluralistic Face Aging with Cross-Age Identity Relation Guidance

DiverAge is a new AI framework for face aging that generates multiple realistic appearances of how people's faces might look at different ages while maintaining consistent identity across the aging sequence. The method combines diffusion-based generation with a Cross-age Identity Relation Regulator to balance diversity in facial variations with reliability in age progression, addressing a key limitation in existing face aging models.

AINeutralarXiv – CS AI · Jun 46/10
🧠

'Your AI Text is not Mine': Redefining and Evaluating AI-generated Text Detection under Realistic Assumptions

Researchers have released AITDNA, a new benchmark dataset for detecting AI-generated text that includes detailed edit histories and human-machine co-creation information. The study reveals that existing AI text detectors perform inconsistently across different types of AI-generated content, highlighting the need for standardized definitions of what constitutes problematic AI-generated text and more robust detection methods.

AINeutralarXiv – CS AI · Jun 46/10
🧠

Geometry-Aware Distillation for Prompt Tuning Biomedical Vision-Language Models

Researchers introduce Omni-Geometry Knowledge Distillation (OGKD), a framework that improves vision-language model adaptation for medical imaging by respecting clinically meaningful class relationships rather than treating non-ground-truth classes equally. The method achieves 1.7%-2.8% accuracy improvements over prior approaches across 11 medical datasets while generalizing better to unseen classes.

AIBullisharXiv – CS AI · Jun 46/10
🧠

AdaKoop: Efficient Modeling of Nonlinear Dynamics from Nonstationary Data Streams with Koopman Operator Regression

Researchers present AdaKoop, a machine learning algorithm that applies Koopman operator theory to model nonlinear dynamics in real-time data streams efficiently. The method transforms complex nonlinear patterns into linear representations while adapting to changing data patterns, demonstrating superior performance on 71 benchmark datasets across multiple domains.

AINeutralarXiv – CS AI · Jun 46/10
🧠

From Prompt to Process: a Process Taxonomy and Comparative Assessment of Frameworks Supporting AI Software Development Agents

Researchers conducted a comparative study of six AI software development frameworks—GitHub Spec Kit, OpenSpec, BMAD Method, GSD, Spec Kitty, and Reversa—revealing a structural trade-off between process depth and portability. The analysis identified a taxonomy across six dimensions (specification, context, roles, execution, validation, portability) and found that successful frameworks increasingly rely on persistent artifacts, work contracts, and human review rather than isolated prompts.

AINeutralarXiv – CS AI · Jun 45/10
🧠

DeliChess: A Multi-party Dialogue Dataset for Deliberation in Chess Puzzle Solving

Researchers introduce DeliChess, a dataset of 107 multi-party dialogue transcripts where groups collaboratively solve chess puzzles through deliberation. The study finds that group discussion significantly improves accuracy, though the role of probing questions in driving performance gains remains inconsistent.

AINeutralarXiv – CS AI · Jun 46/10
🧠

From Agent Traces to Trust: Evidence Tracing and Execution Provenance in LLM Agents

A comprehensive survey examines evidence tracing and execution provenance in LLM agents—mechanisms for tracking how autonomous AI systems arrive at decisions by documenting retrieved evidence, tool interactions, and memory influences. This research addresses critical gaps in verifying, debugging, and auditing agent behavior beyond simple output accuracy, proposing frameworks and taxonomies for process-level accountability in AI systems.

AINeutralarXiv – CS AI · Jun 46/10
🧠

DAR: Deontic Reasoning with Agentic Harnesses

Researchers introduce Deontic Agentic Reasoning (DAR), a new framework that enables large language models to better tackle complex rule-based reasoning tasks by dynamically querying statutes and policies. Testing on DeonticBench shows agentic approaches improve performance on hard cases, though weaker models struggle with numerical reasoning and consume significantly more tokens.

AIBullisharXiv – CS AI · Jun 46/10
🧠

Self-Reflective APIs: Structure Beats Verbosity for AI Agent Recovery

Researchers demonstrate that self-reflective APIs—which return structured, machine-readable recovery suggestions on validation errors—significantly improve AI agent task completion rates by 36.7-40.0 percentage points compared to plain-English error messages on Anthropic models. The structured approach also achieves 1.8-2.2× better token efficiency, though results don't generalize to GPT-4o-mini, raising questions about model-dependent effectiveness.

🏢 Anthropic🧠 GPT-4
AINeutralarXiv – CS AI · Jun 45/10
🧠

Automatic Generation of Titles for Research Papers Using Language Models

Researchers propose an automated technique for generating research paper titles from abstracts using large language models, testing multiple approaches including fine-tuned PEGASUS and zero-shot GPT-3.5-turbo. Fine-tuned PEGASUS-large emerges as the top performer, though ChatGPT demonstrates creative title generation capabilities, suggesting AI-generated titles are practical and reliable for academic publishing workflows.

🧠 ChatGPT
AINeutralarXiv – CS AI · Jun 46/10
🧠

Arithmetic Pedagogy for Language Models

Researchers trained a small 86M-parameter language model on Indonesian arithmetic using pedagogically-grounded Chain-of-Thought supervision based on the GASING method, achieving over 80% accuracy on held-out problems. The model developed both procedural reasoning and mental-arithmetic capabilities without reinforcement learning, demonstrating that human teaching methods can guide efficient AI training for mathematical reasoning.

AINeutralarXiv – CS AI · Jun 46/10
🧠

Continual Visual and Verbal Learning Through a Child's Egocentric Input

Researchers introduce BabyCL, a continual multimodal learning framework that trains neural networks on egocentric video data in a single chronological pass, mimicking how children actually learn language. The approach outperforms streaming baselines on word-referent mapping tasks while substantially closing the gap to offline training methods.

AINeutralarXiv – CS AI · Jun 46/10
🧠

Towards Efficient and Evidence-grounded Mobility Prediction with LLM-Driven Agent

Researchers introduce AgentMob, a training-free LLM-driven agent framework that improves mobility prediction by using adaptive evidence gathering rather than static prompts. The system achieves strong performance on multiple datasets by distinguishing routine cases from ambiguous ones, with significant accuracy improvements on difficult prediction scenarios.

🧠 GPT-5
AINeutralarXiv – CS AI · Jun 46/10
🧠

GeM-NR: Geometry-Aware Multi-View Editing for Nonrigid Scene Changes

GeM-NR is a new training-free method for multi-view consistent image editing that handles nonrigid scene changes—edits that significantly alter geometry and appearance. The approach works by using an edited anchor image to guide consistent edits across multiple viewpoints, addressing a major limitation in existing generative image editing systems.

AINeutralarXiv – CS AI · Jun 46/10
🧠

Failed Reasoning Traces Tell You What Is Fixable (But Not by Reading Them)

Researchers propose using statistical features from failed reasoning traces in language models to diagnose which failures can be fixed through intervention versus those requiring resampling. Their method achieves 84.3% accuracy in categorizing failure types and enables training-free routing that improves rescue rates by 12.2% on difficult problems, converting previously discarded data into actionable diagnostic signals.

AINeutralarXiv – CS AI · Jun 45/10
🧠

Multi-Column RBF Neural Network Using Adaptive and Non-Adaptive Particle Swarm Optimization

Researchers propose MC-PSO and MC-APSO, novel parallel neural network architectures that combine multi-column radial basis function networks with particle swarm optimization algorithms. These methods outperform existing approaches in accuracy, recall, and computational efficiency on benchmark datasets by distributing training across spatial subsets.

AINeutralarXiv – CS AI · Jun 46/10
🧠

Breaking Bad Molecules: Are MLLMs Ready for Structure-Level Molecular Detoxification?

Researchers introduce ToxiMol, the first benchmark dataset and evaluation framework for assessing Multimodal Large Language Models (MLLMs) on molecular toxicity repair—the task of generating structurally valid alternatives to toxic compounds. Testing 43 mainstream MLLMs reveals current models show promise in toxicity understanding and constraint adherence but face significant challenges in this specialized pharmaceutical application.

← PrevPage 1285 of 3696Next →
Filters
Sentiment
Importance
Sort
Stay Updated
Everything combined