y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto
🤖All91,676🧠AI22,940⛓️Crypto17,363💎DeFi1,799🤖AI × Crypto1,480📰General48,094
🧠

AI

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

22940 articles
AINeutralarXiv – CS AI · Jun 256/10
🧠

SciRisk-Bench: A Risk-Dimension-Aware Benchmark for AI4Science Safety

Researchers introduce SciRisk-Bench, a comprehensive safety benchmark for evaluating AI language models in scientific applications across 7 disciplines and 10 risk dimensions. The benchmark addresses growing concerns about LLM safety in high-stakes scientific contexts where errors could have serious consequences.

AINeutralarXiv – CS AI · Jun 256/10
🧠

Safe Learning Control with Optimality and Stability Guarantees

Researchers propose a new reinforcement learning framework that balances safety and performance in control systems by introducing high-order reciprocal-based control barrier functions and gradient manipulation techniques. The approach enables optimal control of nonlinear systems subject to constraints and unknown disturbances while maintaining robust safety guarantees without requiring prior knowledge of disturbance bounds.

AINeutralarXiv – CS AI · Jun 256/10
🧠

Project Auto-World: Towards Automated Benchmarking of Neural Relational Reasoners

Researchers demonstrate using large language models to automate the generation of increasingly difficult benchmark instances for testing neural reasoning systems. The approach combines LLM-driven evolutionary search with an Edge Transformer evaluator, enabling automated discovery of challenging problem instances and improvements in model generalization without manual benchmark creation.

AINeutralarXiv – CS AI · Jun 256/10
🧠

Bias Fitting to Mitigate Length Bias of Reward Model in RLHF

Researchers propose FiMi-RM, a framework that identifies and corrects length bias in reward models used for RLHF training of large language models. The approach uses a lightweight fitting model to capture non-linear length-reward relationships and decouples them from preference scoring, reducing AI systems' tendency to favor longer responses regardless of quality.

AIBullisharXiv – CS AI · Jun 256/10
🧠

Towards Understanding The Calibration Benefits of Sharpness-Aware Minimization

Researchers demonstrate that Sharpness-Aware Minimization (SAM), a recently proposed neural network training method, significantly improves model calibration by reducing overconfidence in predictions. The study includes a new variant called CSAM that further enhances calibration performance across multiple datasets, with important implications for safety-critical AI applications.

AINeutralarXiv – CS AI · Jun 256/10
🧠

Diagnosing and Mitigating Compounding Failures in Agentic Persuasion via Taxonomic Strategy Retrieval

Researchers introduce Taxonomic Strategy RAG (TS-RAG), a novel technique that improves multi-agent AI systems by reducing compounding errors in persuasion tasks through categorical strategy routing rather than semantic similarity matching. The approach demonstrates significant practical improvements, including enabling weaker models to outperform stronger competitors and addressing inherent biases in standard retrieval-augmented generation systems.

AINeutralarXiv – CS AI · Jun 256/10
🧠

Latent Space Analysis for Interpretable Uncertainty in Melanoma Classification

Researchers developed a hybrid machine learning framework combining a class-aware adversarial Variational Autoencoder with XGBoost to improve melanoma classification while providing interpretable uncertainty explanations. The model achieves 0.868 AUC and uses latent space visualization to help clinicians understand borderline cases through Content-Based Image Retrieval, addressing the clinical trust gap inherent in black-box medical AI systems.

AINeutralarXiv – CS AI · Jun 255/10
🧠

HiT-JEPA: A Hierarchical Self-supervised Trajectory Embedding Framework for Similarity Computation

Researchers introduce HiT-JEPA, a hierarchical self-supervised learning framework that represents urban trajectory data across multiple semantic levels to improve similarity computation. The model captures fine-grained movement details, intermediate patterns, and high-level abstractions simultaneously, addressing limitations in existing approaches that struggle to balance local nuances with global dependencies.

AINeutralarXiv – CS AI · Jun 256/10
🧠

Do vision-language models search like humans? Reasoning tokens as a reaction-time analog in classic visual-search paradigms

Researchers test whether vision-language models exhibit human-like visual search behaviors using reasoning tokens as a proxy for cognitive effort. The study finds VLMs reproduce some human signatures—like increased effort in conjunction search—but diverge significantly in others, suggesting reasoning tokens offer a novel lens for understanding machine visual cognition.

AIBullisharXiv – CS AI · Jun 256/10
🧠

Why Pool When You Can Flow? Active Learning with GFlowNets

Researchers introduce BALD-GFlowNet, a generative active learning framework that replaces traditional pool-based sample selection with generative sampling to dramatically improve scalability. The method maintains comparable performance to standard BALD while reducing computational costs independent of unlabeled dataset size, particularly valuable for drug discovery applications involving billions of molecular candidates.

AIBullisharXiv – CS AI · Jun 256/10
🧠

Beyond Shapley: Efficient Computation of Asymmetric Shapley Values

Researchers present novel algorithms for computing Asymmetric Shapley Values (ASV), a machine learning explainability method that integrates causal knowledge. The work demonstrates polynomial-time computation in contexts where standard SHAP is #P-hard, with specialized algorithms for tree-structured causal graphs and approximation techniques for general directed acyclic graphs.

AINeutralarXiv – CS AI · Jun 256/10
🧠

Agentic Software Engineering: Foundational Pillars and a Research Roadmap

Researchers propose Structured Agentic Software Engineering (SASE), a framework reimagining software development where AI agents autonomously pursue complex goals rather than simply generating code. The approach introduces two complementary environments—one for human oversight and one for agent execution—establishing a human-AI partnership model that demands fundamental changes to traditional software engineering processes, tools, and artifacts.

AINeutralarXiv – CS AI · Jun 256/10
🧠

The Clinician's Veto: Navigating Trust, Liability, and Uncertainty in Autonomous AI Prescribing

Researchers present evidence that safe autonomous AI prescribing requires three architectural safeguards: calibrated confidence thresholds, differentiated uncertainty communication, and decision transparency. A clinician survey of 136 U.S. prescribers reveals these features would substantially increase adoption but would effectively reduce AI systems from true autonomous agents to supervised decision-support tools.

AINeutralarXiv – CS AI · Jun 256/10
🧠

Distribution Preference Optimization: A Fine-grained Perspective for LLM Unlearning

Researchers introduce DiPO (Distribution Preference Optimization), a novel algorithm for LLM unlearning that operates at the token distribution level rather than full response level. The method addresses limitations in existing approaches like NPO by constructing preference signals through selective amplification of model logits, achieving superior performance on benchmark tests while maintaining model utility.

AINeutralarXiv – CS AI · Jun 256/10
🧠

TRUSTMEM: Learning Trustworthy Memory Consolidation for LLM Agents with Long-Term Memory

Researchers introduce TrustMem, a framework that improves the reliability of memory consolidation in LLM agents by verifying memory updates for accuracy and completeness. The system uses a Memory Transition Verifier and preference-guided reinforcement learning to reduce omissions, corruptions, and hallucinations in long-term memory systems by 40-79%, achieving state-of-the-art performance across multiple benchmarks.

AINeutralarXiv – CS AI · Jun 256/10
🧠

Reinforcement Learning Improves Traversal of Parametric Knowledge in LLMs

Researchers demonstrate that reinforcement learning improves large language models' ability to retrieve existing knowledge by teaching them better procedural skills for navigating internal knowledge hierarchies, rather than adding new information. The findings suggest future AI development should focus on optimizing how models traverse learned knowledge alongside expanding their training data.

AINeutralarXiv – CS AI · Jun 256/10
🧠

Auto-exploration for online reinforcement learning

Researchers introduce auto-exploration, a new reinforcement learning method that automatically explores state and action spaces without requiring manual parameter tuning. The approach achieves optimal sample complexity of O(ε⁻²) while remaining parameter-free and implementable, advancing theoretical RL foundations.

AINeutralarXiv – CS AI · Jun 256/10
🧠

CustomX: Unified Character, Action, and Scene Customization in Video World Models

CustomX is a new video world model that enables users to control multiple characters performing diverse actions within 3D environments using natural language prompts. The system combines realistic static scene generation with controllable character behaviors, synthesizing temporally coherent video clips while maintaining visual fidelity and character consistency.

AINeutralarXiv – CS AI · Jun 255/10
🧠

Elo-Disentangled Player-Style Embeddings for Human Chess via Rating-Conditioned Residual Move Model

Researchers developed a machine learning approach that separates chess playing strength (Elo rating) from individual player style by using a rating-conditioned base model combined with learned player embeddings. The method achieves 27-37% relative improvement in move prediction accuracy over existing models while successfully disentangling stylistic preferences from playing skill level.

AIBullisharXiv – CS AI · Jun 256/10
🧠

Membox: Weaving Topic Continuity into Long-Range Memory for LLM Agents

Researchers introduce Membox, a hierarchical memory architecture for LLM agents that organizes dialogue history by topic continuity rather than semantic proximity. The system uses Topic Loom to group related turns and Trace Weaver to link events across sessions, achieving 13-19 percentage point F1 improvements over existing memory systems like Mem0 and A-MEM.

🧠 GPT-4
AINeutralarXiv – CS AI · Jun 256/10
🧠

Transferability for General Reasoning: An Automated Curriculum for Multi-Domain RLVR

Researchers propose Transfer-Aware Curriculum (TAC), a machine learning optimization technique that dynamically adjusts training priorities across multiple domains by measuring how well improvements in one area transfer to others. The method achieves superior performance on reasoning tasks compared to fixed curricula, suggesting that cross-domain transferability is a critical factor for training more capable AI systems.

🧠 Llama
AINeutralarXiv – CS AI · Jun 256/10
🧠

Paid Voices vs. Public Feeds: Interpretable Cross-Platform Theme-Based Analysis of Climate Discourse

Researchers developed an interpretable AI pipeline to analyze climate discourse across paid Meta advertisements and organic Bluesky posts from mid-2024 to mid-2025, revealing fundamental differences in messaging: paid platforms emphasize solution promotion in formal tones, while public social media centers on systemic critique with scientific grounding. The framework demonstrates how LLM-powered thematic analysis can surface structural differences in communication across heterogeneous platforms.

AINeutralarXiv – CS AI · Jun 256/10
🧠

TIDAL: Temporally Interleaved Diffusion and Action Loop for High-Frequency VLA Control

Researchers introduce TIDAL, a hierarchical framework that enables Vision-Language-Action (VLA) models to operate at 9 Hz instead of 2.4 Hz by decoupling semantic reasoning from real-time control. The approach achieves 2x performance gains in dynamic tasks through a dual-frequency architecture and temporally misaligned training strategy that compensates for latency shifts.

AINeutralarXiv – CS AI · Jun 256/10
🧠

AMVICC: A Novel Benchmark for Cross-Modal Failure Mode Profiling for VLMs and IGMs

Researchers introduce AMVICC, a novel benchmark for evaluating failure modes in vision-language models (VLMs) and image generation models (IGMs). Testing 11 multimodal LLMs and 3 IGMs across 9 visual reasoning categories, the study reveals that both model types struggle with basic visual concepts like object orientation, quantity, and spatial relationships, with some failures shared across modalities and others model-specific.

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