y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto
🤖All100,779🧠AI22,940⛓️Crypto17,363💎DeFi1,799🤖AI × Crypto1,480📰General57,197

AI × Crypto News Feed

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

100779 articles
AINeutralarXiv – CS AI · May 96/10
🧠

Optimizer-Model Consistency: Full Finetuning with the Same Optimizer as Pretraining Forgets Less

Researchers demonstrate that using the same optimizer during both pretraining and finetuning of large language models reduces catastrophic forgetting while maintaining or improving task performance. This "optimizer-model consistency" effect suggests optimizers create regularization patterns that preserve learned knowledge, with implications for efficient model adaptation strategies.

AIBullisharXiv – CS AI · May 96/10
🧠

Verifier-Backed Hard Problem Generation for Mathematical Reasoning

Researchers introduce VHG, a verifier-enhanced framework that improves how large language models generate valid and challenging mathematical problems through three-party self-play involving a setter, solver, and independent verifier. The approach addresses critical limitations in existing problem generation methods by constraining reward signals to ensure both problem validity and difficulty, demonstrating substantial improvements over baseline approaches.

AINeutralarXiv – CS AI · May 96/10
🧠

ActCam: Zero-Shot Joint Camera and 3D Motion Control for Video Generation

ActCam is a zero-shot AI method that enables simultaneous control of character motion and camera movement in video generation without requiring model retraining. The technique uses a two-phase conditioning approach with pose and depth constraints to generate videos with improved geometric consistency and motion fidelity across diverse scenarios.

AINeutralarXiv – CS AI · May 96/10
🧠

Multi-Modality Distillation via Learning the teacher's modality-level Gram Matrix

Researchers propose a novel knowledge distillation method for multi-modal AI systems that transfers modality relationship information from teacher to student networks by learning the teacher's Gram Matrix. This approach goes beyond existing methods that only focus on final output, enabling deeper knowledge transfer across different data modalities.

AINeutralarXiv – CS AI · May 96/10
🧠

Games for AI Control: Models of Safety Evaluations of AI Deployment Protocols

Researchers introduce AI-Control Games, a formal mathematical framework for evaluating the safety of deploying untrusted AI systems through red-teaming exercises modeled as multi-objective stochastic games. The work demonstrates applications to language model deployment protocols, particularly Trusted Monitoring systems, offering improvements over existing empirical safety evaluation methods.

AINeutralarXiv – CS AI · May 96/10
🧠

Flexible Agent Alignment with Goal Inference from Open-Ended Dialog

Researchers introduce Open-Universe Assistance Games (OU-AGs), a framework enabling LLM-based agents to infer and align with human preferences through open-ended dialogue. The GOOD method extracts evolving goals from natural language interactions using probabilistic inference, demonstrating improved user intent alignment across shopping, robotics, and coding domains without requiring large offline datasets.

AIBearisharXiv – CS AI · May 96/10
🧠

Self-Consistency Is Losing Its Edge: Diminishing Returns and Rising Costs in Modern LLMs

Researchers demonstrate that self-consistency—a technique where LLMs sample multiple reasoning paths to improve accuracy—delivers diminishing returns on modern models. Testing with Gemini 2.5 shows minimal accuracy gains (0.4-1.6%) while token costs scale linearly, suggesting the technique has become inefficient as model reliability improves.

🧠 Gemini
AINeutralarXiv – CS AI · May 96/10
🧠

Owen-Shapley Policy Optimization: A Principled RL Algorithm for Generative Search LLMs

Researchers introduce Owen-Shapley Policy Optimization (OSPO), a reinforcement learning algorithm that improves how language models learn from feedback by attributing credit to individual tokens rather than treating entire sequences as atomic units. The method addresses a fundamental training gap in generative AI systems used for recommendation tasks, showing measurable improvements on real e-commerce datasets.

AINeutralarXiv – CS AI · May 96/10
🧠

Making AI Evaluation Deployment Relevant Through Context Specification

Researchers propose 'context specification' as a methodology to improve AI evaluation practices by translating stakeholder priorities into measurable, observable constructs. The approach aims to bridge the gap between standardized AI testing and real-world deployment outcomes, addressing widespread organizational struggles to extract value from AI investments.

AINeutralarXiv – CS AI · May 96/10
🧠

Evaluating Prompting and Execution-Based Methods for Deterministic Computation in LLMs

Researchers systematically evaluated multiple prompting strategies for LLMs on deterministic computation tasks, finding that standard methods like Chain-of-Thought achieve only moderate accuracy while Program-of-Thought (PoT) and specialized models achieve perfect accuracy by delegating computation to external tools. The study demonstrates that LLMs simulate reasoning patterns rather than reliably performing exact symbolic computation, suggesting hybrid approaches combining LLMs with external executors provide more reliable solutions for deterministic tasks.

AINeutralarXiv – CS AI · May 96/10
🧠

What Happens Inside Agent Memory? Circuit Analysis from Emergence to Diagnosis

Researchers analyzed internal mechanisms of LLM-based agent memory systems across the Qwen model family, discovering that routing circuits activate before content extraction circuits—a critical gap in small models. They developed an unsupervised diagnostic tool achieving 76.2% accuracy in identifying where silent memory failures occur, providing practical insights for improving agent reliability.

AINeutralarXiv – CS AI · May 96/10
🧠

An Agent-Oriented Pluggable Experience-RAG Skill for Experience-Driven Retrieval Strategy Orchestration

Researchers present Experience-RAG Skill, an agent-oriented system that dynamically selects optimal retrieval strategies based on task context, rather than using a single fixed pipeline. The system achieves competitive performance across diverse question-answering tasks by leveraging experience memory to orchestrate retrieval, demonstrating that strategy selection can be implemented as a reusable agent component.

AIBullisharXiv – CS AI · May 96/10
🧠

ANGOFA: Leveraging OFA Embedding Initialization and Synthetic Data for Angolan Language Model

Researchers introduced ANGOFA, four pre-trained language models tailored for Angolan languages using Multilingual Adaptive Fine-tuning (MAFT) with OFA embedding initialization and synthetic data. The approach achieved 12.3 and 3.8 point improvements over previous state-of-the-art models, addressing a critical gap in NLP support for very-low resource African languages.

AINeutralarXiv – CS AI · May 96/10
🧠

Auction-Based Regulation for Artificial Intelligence

Researchers propose an auction-based regulatory framework for AI that incentivizes companies to deploy compliant models and participate in oversight. Mathematical analysis demonstrates the mechanism achieves 20% higher compliance rates and 15% greater participation than traditional minimum-standard regulations.

AINeutralarXiv – CS AI · May 96/10
🧠

CatNet: Controlling the False Discovery Rate in LSTM with SHAP Feature Importance and Gaussian Mirrors

Researchers introduce CatNet, an algorithm that controls False Discovery Rate (FDR) in LSTM neural networks by combining SHAP feature importance derivatives with a Gaussian Mirror statistical approach. The method addresses overfitting and model interpretability challenges in time-series deep learning through improved feature selection and a novel kernel-based independence measure.

AINeutralarXiv – CS AI · May 96/10
🧠

LicenseGPT: A Fine-tuned Foundation Model for Publicly Available Dataset License Compliance

Researchers introduce LicenseGPT, a fine-tuned AI model that significantly improves dataset license compliance analysis by achieving 64.30% prediction accuracy compared to 43.75% for existing legal AI models. Testing with software IP lawyers shows the tool reduces license analysis time by 94.44%, from 108 seconds to 6 seconds per document, while maintaining accuracy and serving as a valuable supplementary tool for legal practice.

AINeutralarXiv – CS AI · May 96/10
🧠

Amortized Linear-time Exact Shapley Value for Product-Kernel Methods

Researchers introduce PKeX-Shapley, an algorithm that computes exact Shapley values for product-kernel machine learning models in quadratic time, eliminating the need for approximations. The method exploits the multiplicative structure of product kernels to achieve linear-time-per-feature attribution without sampling or density estimation, extending beyond predictive models to statistical discrepancy measures like MMD and HSIC.

AINeutralarXiv – CS AI · May 96/10
🧠

Beyond Chunking: Discourse-Aware Hierarchical Retrieval for Long Document Question Answering

Researchers present a discourse-aware hierarchical framework that uses rhetorical structure theory (RST) to improve long-document question answering systems. Rather than treating documents as flat sequences, the approach leverages natural discourse structures to enhance retrieval accuracy across multiple languages and document types.

AINeutralarXiv – CS AI · May 96/10
🧠

A Survey of Personalized Federated Foundation Models for Privacy-Preserving Recommendation

This survey examines the integration of Foundation Models into federated learning systems for privacy-preserving recommendation engines. It addresses the fundamental challenge of balancing global knowledge leverage with personalized user preferences while maintaining data privacy through decentralized architectures, representing an emerging intersection of federation, personalization, and foundation models.

AIBullisharXiv – CS AI · May 96/10
🧠

Toward Practical Equilibrium Propagation: Brain-inspired Recurrent Neural Network with Feedback Regulation and Residual Connections

Researchers propose FRE-RNN, a brain-inspired recurrent neural network that improves Equilibrium Propagation (EP), a biologically plausible learning framework, by reducing computational costs to match backpropagation performance. The advancement addresses critical instability and efficiency challenges that have limited EP's practical implementation in large-scale neural networks.

AINeutralarXiv – CS AI · May 96/10
🧠

Knowledge-Level Consistency Reinforcement Learning: Dual-Fact Alignment for Long-Form Factuality

Researchers propose KLCF, a reinforcement learning framework designed to reduce hallucinations in large language models during long-form text generation by aligning a policy model's knowledge distribution with its base model's parametric knowledge. The approach uses a Dual-Fact Alignment mechanism with factual checklists and truthfulness rewards, demonstrating consistent improvements across benchmarks without requiring external retrieval.

AINeutralarXiv – CS AI · May 96/10
🧠

On the optimization dynamics of RLVR: Gradient gap and step size thresholds

Researchers provide theoretical foundations for Reinforcement Learning with Verifiable Rewards (RLVR), a technique for post-training large language models using binary feedback. The analysis introduces the 'Gradient Gap' concept to explain convergence dynamics and derives critical step-size thresholds that determine whether training succeeds or fails, with implications for practical implementations like length normalization.

AINeutralarXiv – CS AI · May 96/10
🧠

AsyncVLA: Asynchronous Flow Matching for Vision-Language-Action Models

Researchers introduce AsyncVLA, a new framework for vision-language-action models that improves robotic task performance by using asynchronous flow matching instead of rigid time schedules. The system adds self-correction capabilities, allowing robots to refine uncertain actions before execution, demonstrating superior results in both simulation and real-world manipulation tasks.

AINeutralarXiv – CS AI · May 96/10
🧠

Generalised Linear Models in Deep Bayesian RL with Learnable Basis Functions

Researchers introduce GLiBRL, a novel deep Bayesian reinforcement learning method that combines generalized linear models with learnable basis functions to improve task generalization. The approach achieves fully tractable Bayesian inference over task parameters and demonstrates up to 1.8x performance improvements over existing meta-RL methods on benchmark tasks.

AINeutralarXiv – CS AI · May 96/10
🧠

Interpretability-Guided Bi-objective Optimization: Aligning Accuracy and Explainability

Researchers introduce Interpretability-Guided Bi-objective Optimization (IGBO), a framework that trains machine learning models to balance accuracy with explainability by encoding feature importance hierarchies as directed acyclic graphs and using Temporal Integrated Gradients to measure feature contributions. The approach provides statistical guarantees for model interpretability while maintaining convergence properties.

← PrevPage 1626 of 4032Next →
Filters
Sentiment
Importance
Sort
Stay Updated
Everything combined