y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto
🤖All101,132🧠AI22,940⛓️Crypto17,363💎DeFi1,799🤖AI × Crypto1,480📰General57,550

AI × Crypto News Feed

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

101132 articles
AINeutralarXiv – CS AI · May 76/10
🧠

Budgeted LoRA: Distillation as Structured Compute Allocation for Efficient Inference

Researchers introduce Budgeted LoRA, a distillation framework that compresses large language models by treating model compression as a structured compute allocation problem. The method achieves up to 4.05x speedup in inference through selective dense component removal and adaptive low-rank allocation, controlled by a single compute budget parameter.

🏢 Perplexity
AIBullisharXiv – CS AI · May 76/10
🧠

Efficiently Aligning Language Models with Online Natural Language Feedback

Researchers have developed methods to efficiently align language models using online natural language feedback in domains where human supervision is limited and difficult to quantify. By iteratively optimizing proxy reward models and collecting fresh expert feedback, the approach recovers 80-100% of full-supervision performance with 3-20x fewer expert samples, demonstrating significant improvements in training data efficiency.

🧠 Haiku
AINeutralarXiv – CS AI · May 76/10
🧠

Coral: Cost-Efficient Multi-LLM Serving over Heterogeneous Cloud GPUs

Coral is a new multi-LLM serving system that optimizes resource allocation across heterogeneous cloud GPUs to reduce inference costs by up to 2.79x. The system uses a two-stage decomposition algorithm that maintains optimal performance while reducing optimization time from hours to seconds, enabling dynamic adaptation to changing demand and resource availability.

AIBullisharXiv – CS AI · May 76/10
🧠

Mitigating Label Shift in Tabular In-Context Learning via Test-Time Posterior Adjustment

Researchers introduce DistPFN, a test-time adjustment method that improves TabPFN's vulnerability to label shift—a common problem where machine learning models overfit to majority classes. The solution rescales predicted probabilities without requiring architectural changes or retraining, demonstrating significant improvements across 250+ datasets while maintaining performance in standard settings.

AINeutralarXiv – CS AI · May 76/10
🧠

Extending Differential Temporal Difference Methods for Episodic Problems

Researchers propose a generalization of differential temporal difference (TD) methods that extends their applicability from infinite-horizon to episodic reinforcement learning problems. By addressing how reward centering affects policy optimization in episodic settings, the work maintains theoretical guarantees while empirically demonstrating improved sample efficiency across multiple algorithms and environments.

AINeutralarXiv – CS AI · May 76/10
🧠

Critical Windows of Complexity Control: When Transformers Decide to Reason or Memorize

Researchers identify a critical training window where Transformer models decide between memorization and reasoning, finding that applying weight decay during a specific 25% training phase matches full-training performance on compositional tasks. The discovery reveals sharp boundaries in this decision point, with timing shifts of just 100 optimization steps causing dramatic accuracy swings from chance performance to robust reasoning.

AINeutralarXiv – CS AI · May 76/10
🧠

Detecting Deepfakes via Hamiltonian Dynamics

Researchers propose Hamiltonian Action Anomaly Detection (HAAD), a physics-inspired deepfake detection method that analyzes dynamical stability rather than static patterns. The approach models images as energy states, hypothesizing that authentic images settle in stable, low-energy configurations while deepfakes occupy unstable, high-energy states, demonstrating superior cross-dataset performance.

AINeutralarXiv – CS AI · May 76/10
🧠

Evaluation Cards for XAI Metrics

Researchers propose XAI Evaluation Cards, a standardized documentation template for explainable AI metrics modeled after model cards. The initiative addresses fragmentation in XAI research caused by inconsistent metric definitions, incomplete reporting, and lack of validation against common baselines.

AINeutralarXiv – CS AI · May 76/10
🧠

Dissociating spatial frequency reliance from adversarial robustness advantages in neurally guided deep convolutional neural networks

Researchers challenge the assumption that neural alignment improves adversarial robustness in deep learning models by reducing reliance on high-frequency image details. Their experiments reveal that spatial-frequency bias is likely a byproduct rather than the primary mechanism, suggesting robustness improvements stem from learning human-like visual representations through more complex means.

AINeutralarXiv – CS AI · May 76/10
🧠

GEM: Graph-Enhanced Mixture-of-Experts with ReAct Agents for Dialogue State Tracking

Researchers introduce GEM, a novel framework combining Graph Neural Networks, mixture-of-experts routing, and ReAct agents to improve Dialogue State Tracking in multi-domain conversations. The approach achieves 65.19% accuracy on MultiWOZ 2.2, substantially outperforming large language models and existing state-of-the-art methods.

AIBullisharXiv – CS AI · May 76/10
🧠

CAR: Query-Guided Confidence-Aware Reranking for Retrieval-Augmented Generation

Researchers introduce CAR (Confidence-Aware Reranking), a training-free framework that improves document ranking in Retrieval-Augmented Generation systems by measuring how much each document increases the language model's confidence rather than just relevance. Testing across multiple datasets shows consistent improvements in ranking quality and downstream generation performance.

AIBullisharXiv – CS AI · May 76/10
🧠

SpecPL: Disentangling Spectral Granularity for Prompt Learning

SpecPL introduces a novel spectral approach to prompt learning for vision-language models that decomposes visual signals into semantic low-frequency and granular high-frequency components. Using counterfactual granule supervision, the method achieves 81.51% harmonic-mean accuracy across 11 benchmarks while serving as a plug-and-play enhancement for existing text-oriented approaches.

AINeutralarXiv – CS AI · May 76/10
🧠

Ilov3Splat: Instance-Level Open-Vocabulary 3D Scene Understanding in Gaussian Splatting

Ilov3Splat introduces a framework for understanding 3D scenes using natural language by combining 3D Gaussian Splatting with CLIP features and SAM masks. The method achieves better cross-view consistency and instance-level reasoning than prior approaches, enabling object identification without manual annotation.

AI × CryptoNeutralarXiv – CS AI · May 76/10
🤖

DAO-enabled decentralized physical AI: A new paradigm for human-machine collaboration

Researchers propose DAO-enabled decentralized physical AI (DePAI), a governance framework that combines blockchain, DAOs, and cryptoeconomics to coordinate humans and autonomous machines in managing physical-digital systems. The architecture integrates decentralized physical infrastructure networks (DePIN) with AI and community ownership, while addressing security, incentive, and governance risks through value-sensitive design.

AIBullisharXiv – CS AI · May 76/10
🧠

RaguTeam at SemEval-2026 Task 8: Meno and Friends in a Judge-Orchestrated LLM Ensemble for Faithful Multi-Turn Response Generation

RaguTeam won SemEval-2026 Task 8 using a seven-model LLM ensemble with a GPT-4o-mini judge selector, achieving a conditioned harmonic mean of 0.7827 and significantly outperforming the baseline. The research demonstrates that model diversity across families, scales, and prompting strategies drives superior performance in multi-turn response generation tasks.

🧠 GPT-4
AIBullisharXiv – CS AI · May 76/10
🧠

CodeEvolve: LLM-Driven Evolutionary Optimization with Runtime-Enriched Target Selection for Multi-Language Code Enhancement

CodeEvolve is an AI-driven evolutionary framework that automates code optimization by using LLMs, runtime profiling, and Monte Carlo Tree Search to identify and improve performance bottlenecks. The system achieves significant speedups (15.22x average) on enterprise Java codebases while maintaining functional correctness through rigorous validation pipelines.

AINeutralarXiv – CS AI · May 76/10
🧠

Gyan: An Explainable Neuro-Symbolic Language Model

Researchers introduce Gyan, a non-transformer language model designed to address hallucinations, interpretability, and computational inefficiency in current LLMs. The architecture decouples language modeling from knowledge acquisition and achieves state-of-the-art performance while prioritizing explainability and trustworthiness for mission-critical applications.

AINeutralarXiv – CS AI · May 76/10
🧠

Cognitive Twins: Investigating Personalized Thinking Model Building and Its Performance Enhancement with Human-in-the-Loop

Researchers developed a Personalized Thinking Model (PTM) that creates 'cognitive twins' of learners by organizing educational data into a five-layer hierarchical structure using AI and machine learning. The system achieved 74-75% fidelity scores and positive user perception ratings, suggesting potential applications in AI-supported education systems.

🧠 Gemini
AIBearisharXiv – CS AI · May 76/10
🧠

Beyond Seeing Is Believing: On Crowdsourced Detection of Audiovisual Deepfakes

Researchers conducted crowdsourcing studies to evaluate human ability to detect audiovisual deepfakes, finding that while crowd workers rarely misidentify authentic videos as manipulated, they miss many actual manipulations and struggle significantly with identifying manipulation types. The study reveals that crowdsourcing can serve as a scalable screening mechanism for authenticity verification, but reliable modality attribution remains unresolved.

AINeutralarXiv – CS AI · May 76/10
🧠

StoryAlign: Evaluating and Training Reward Models for Story Generation

Researchers introduce StoryRMB, the first benchmark for evaluating reward models on story generation preferences, and develop StoryReward, a specialized reward model achieving 66.3% accuracy where existing models struggle. The work addresses the challenge of modeling subjective human preferences in narrative generation, enabling better alignment between LLM-generated stories and human expectations.

AINeutralarXiv – CS AI · May 76/10
🧠

A Harmonic Mean Formulation of Average Reward Reinforcement Learning in SMDPs

Researchers present a novel harmonic mean formulation for average reward reinforcement learning in Semi-Markov decision processes (SMDPs), addressing a critical gap where existing algorithms fail under non-stationary reward and duration distributions. The new approach enables more robust model-free learning algorithms for infinite-horizon tasks where traditional reward-to-duration ratio optimization becomes mathematically incorrect.

AIBullisharXiv – CS AI · May 76/10
🧠

Delta-Based Neural Architecture Search: LLM Fine-Tuning via Code Diffs

Researchers introduce Delta-Code Generation, a method where fine-tuned LLMs generate compact code diffs to modify existing neural architectures rather than creating complete models from scratch. The approach achieves significantly higher validity rates (66-75%) and accuracy (64-66%) compared to baseline full-generation methods while reducing output by 75-85%, demonstrating a more efficient paradigm for LLM-driven neural architecture search.

AINeutralarXiv – CS AI · May 76/10
🧠

Modular Reinforcement Learning For Cooperative Swarms

Researchers propose a modular reinforcement learning approach to address memory constraints in cooperative robot swarms. By decomposing spatial interaction states into separate learning procedures rather than representing combinatorial states, the method enables computationally-limited robots to learn effective collective behaviors while maintaining independent learning processes.

AINeutralarXiv – CS AI · May 76/10
🧠

Why Geometric Continuity Emerges in Deep Neural Networks: Residual Connections and Rotational Symmetry Breaking

Researchers identify why deep neural networks develop geometric continuity—where weight matrices across layers align in similar directions. The mechanism combines residual connections that synchronize gradient flow across layers with symmetry-breaking nonlinearities that anchor weights to a shared coordinate frame, preventing rotational drift that would otherwise destabilize network structure.

← PrevPage 1638 of 4046Next →
Filters
Sentiment
Importance
Sort
Stay Updated
Everything combined