y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto
🤖All33,571🧠AI14,287⛓️Crypto12,061💎DeFi1,237🤖AI × Crypto688📰General5,298

AI × Crypto News Feed

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

33571 articles
AIBullisharXiv – CS AI · 1d ago6/10
🧠

Scalable Option Learning in High-Throughput Environments

Facebook Research introduces Scalable Option Learning (SOL), a hierarchical reinforcement learning algorithm that achieves 35x higher throughput than existing methods. The system was validated on complex environments including NetHack using 30 billion frames of experience, demonstrating superior performance over flat agents and suggesting that hierarchical RL can finally benefit from large-scale training.

$SOL
AINeutralarXiv – CS AI · 1d ago6/10
🧠

VIDEE: Visual and Interactive Decomposition, Execution, and Evaluation of Text Analytics with Intelligent Agents

VIDEE is a new system that enables entry-level data analysts to perform advanced text analytics using intelligent AI agents without specialized NLP knowledge. The platform combines human-in-the-loop decision-making with LLM-powered execution and evaluation, demonstrated through quantitative experiments and user studies showing effectiveness across experience levels.

AINeutralarXiv – CS AI · 1d ago6/10
🧠

Bifurcation Models: Learning Set-Valued Solution Maps with Weight-Tied Dynamics

Researchers present bifurcation models, a machine learning approach that uses weight-tied dynamical systems to learn multiple valid solutions for problems with set-valued outputs. Rather than forcing a single target label, the model represents an attractor landscape where different initializations converge to different stable equilibria, enabling discovery of diverse valid solutions without explicit branch labels.

AINeutralarXiv – CS AI · 1d ago5/10
🧠

Ensemble Learning for Healthcare: A Comparative Analysis of Hybrid Voting and Ensemble Stacking in Obesity Risk Prediction

Researchers compared ensemble machine learning techniques for predicting obesity risk, finding that ensemble stacking with a neural network meta-classifier outperformed hybrid voting methods, particularly on complex datasets. The study evaluated nine ML algorithms across 50 hyperparameter configurations, demonstrating that stacking achieves superior accuracy (up to 98.98%) for healthcare predictive modeling.

AINeutralarXiv – CS AI · 1d ago6/10
🧠

Federated Spatiotemporal Graph Learning for Passive Attack Detection in Smart Grids

Researchers present a federated learning approach to detect passive eavesdropping attacks in smart grids by combining graph neural networks with temporal modeling. The system achieves 98.32% per-timestep accuracy while preserving data privacy through decentralized training, addressing a critical vulnerability in grid infrastructure where attackers silently gather topology and consumption data.

AINeutralarXiv – CS AI · 1d ago6/10
🧠

How Do Language Models Compose Functions?

Researchers investigate how large language models solve compositional tasks, revealing that LLMs employ two distinct mechanisms—compositional and direct—rather than consistently breaking problems into intermediate steps. The study demonstrates that embedding space geometry determines which mechanism dominates, with direct solving more prevalent when tasks align with translation patterns in embedding spaces.

AINeutralarXiv – CS AI · 1d ago6/10
🧠

Flat Channels to Infinity in Neural Loss Landscapes

Researchers identify and characterize 'channels to infinity' in neural network loss landscapes—flat regions where neurons diverge to extreme values while converging to shared weight vectors. These structures, which gradient-based optimizers frequently reach, functionally collapse to gated linear units and reveal surprising computational properties of fully connected layers.

AINeutralarXiv – CS AI · 1d ago6/10
🧠

The Endogeneity of Miscalibration: Impossibility and Escape in Scored Reporting

A theoretical paper demonstrates that principals using standard scoring rules to oversee strategic AI agents face an inherent impossibility: achieving both honest reporting and accurate calibration simultaneously. The research identifies step-function approval thresholds as the only mechanism that preserves calibration while maintaining incentive compatibility, with specific equivalence properties under the Brier score.

AINeutralarXiv – CS AI · 1d ago6/10
🧠

Discovering Learning-Friendly Generation Orders for Sequential Computation

Researchers have developed an automated method to discover optimal generation orders for sequential computation tasks, using loss profiling to evaluate candidate orders efficiently. The technique successfully raises success rates from ~10% to ~100% on order-sensitive tasks and rediscovers known efficient patterns like reverse-digit ordering for multiplication.

AINeutralarXiv – CS AI · 1d ago5/10
🧠

Drifting Field Policy: A One-Step Generative Policy via Wasserstein Gradient Flow

Researchers introduce Drifting Field Policy (DFP), a one-step generative policy that uses Wasserstein gradient flow to optimize reinforcement learning without ODE-based approaches. DFP demonstrates state-of-the-art performance on robotic manipulation tasks, suggesting a potential shift in how generative models are applied to control problems.

AINeutralarXiv – CS AI · 1d ago6/10
🧠

DRIP-R: A Benchmark for Decision-Making and Reasoning Under Real-World Policy Ambiguity in the Retail Domain

Researchers introduced DRIP-R, a benchmark designed to evaluate how large language model-based agents handle ambiguous retail policies where multiple valid interpretations exist. The study reveals that frontier AI models fundamentally disagree on identical policy-ambiguous scenarios, exposing a critical gap in agent decision-making capabilities for real-world applications.

AIBullisharXiv – CS AI · 1d ago6/10
🧠

ProteinJEPA: Latent prediction complements protein language models

Researchers demonstrate that ProteinJEPA, a latent-space prediction technique, can complement traditional masked language modeling (MLM) in protein language models, achieving better downstream task performance when combined strategically. The optimal approach—masked-position MLM+JEPA—wins 10 out of 16 evaluation tasks against MLM-only baselines while maintaining computational efficiency.

AINeutralarXiv – CS AI · 1d ago6/10
🧠

MaPPO: Maximum a Posteriori Preference Optimization with Prior Knowledge

Researchers introduce MaPPO, a new preference optimization method for large language models that integrates prior reward knowledge into the training objective. Building on Direct Preference Optimization (DPO), MaPPO demonstrates consistent improvements across multiple benchmarks while maintaining computational efficiency and compatibility with existing DPO variants.

AIBullisharXiv – CS AI · 1d ago6/10
🧠

Intelligent Truck Matching in Full Truckload Shipments using Ping2Hex approach

Project44 deployed Intelligent Truck Matching 2.0, a machine learning system that uses Uber H3 hexagonal spatial indexing and LightGBM gradient boosting to match trucks with shipments when GPS data is incomplete or corrupted. The system achieves 26 percentage point precision improvements in North America and doubles coverage, addressing a critical supply chain visibility challenge.

AINeutralarXiv – CS AI · 1d ago6/10
🧠

Curated Synthetic Data Doesn't Have to Collapse: A Theoretical Study of Generative Retraining with Pluralistic Preferences

Researchers demonstrate that model collapse during recursive synthetic data retraining can be prevented by curating outputs across multiple reward functions rather than a single objective. The study provides theoretical proof that diverse preference aggregation leads to stable distributions satisfying Nash bargaining solutions, offering a framework for maintaining output diversity in AI training loops.

AINeutralarXiv – CS AI · 1d ago6/10
🧠

Pretraining a Foundation Model for Small-Molecule Natural Products

Researchers have developed NaFM, a foundation model pretrained specifically for natural products using contrastive and masked graph learning objectives. The model achieves state-of-the-art results across drug discovery tasks including taxonomy classification and virtual screening, addressing limitations in existing deep learning approaches that lack generalizability for natural product research.

AINeutralarXiv – CS AI · 1d ago6/10
🧠

From Time Series Analysis to Question Answering: A Survey in the LLM Era

A new survey examines how Large Language Models are transforming time series analysis by shifting from traditional task-specific forecasting toward a unified question-answering framework. The research proposes three alignment paradigms to bridge the gap between LLM capabilities and temporal data analysis, offering practical guidance for selecting appropriate methodologies across domains.

AINeutralarXiv – CS AI · 1d ago6/10
🧠

Region4Web: Rethinking Observation Space Granularity for Web Agents

Region4Web introduces a novel framework that reorganizes how AI web agents perceive and process web pages by shifting from element-level to functional region-level observation granularity. The approach, validated on WebArena benchmark, reduces observation length while improving task success rates across multiple LLM models, demonstrating that hierarchical abstraction of page structure yields more efficient agent performance.

AINeutralarXiv – CS AI · 1d ago6/10
🧠

A Resilience Framework for Bi-Criteria Combinatorial Optimization with Bandit Feedback

Researchers introduce a resilience framework for bi-criteria combinatorial optimization under noisy conditions, extending bandit feedback algorithms from single-objective to multi-objective settings. The framework achieves sublinear regret bounds without requiring structural assumptions like linearity or submodularity, with potential applications to constrained optimization problems in machine learning and algorithmic decision-making.

AIBearisharXiv – CS AI · 1d ago6/10
🧠

Are LLM Agents Behaviorally Coherent? Latent Profiles for Social Simulation

Researchers found that Large Language Models lack behavioral coherence across different experimental settings, despite generating responses similar to humans. While LLMs can mimic human survey answers, they fail to maintain consistent behavioral profiles when tested conversationally, revealing a critical limitation for their use as substitutes in human-subject research.

AINeutralarXiv – CS AI · 1d ago5/10
🧠

FiSMiness: A Finite State Machine Based Paradigm for Emotional Support Conversations

Researchers propose FiSMiness, a framework integrating Finite State Machines with large language models to improve emotional support conversations by enabling models to systematically reason through emotional states, support strategies, and responses. The approach outperforms multiple baseline methods including chain-of-thought and fine-tuning approaches on ESC datasets, demonstrating that structured reasoning paradigms can enhance LLM performance on specialized dialogue tasks.

AINeutralarXiv – CS AI · 1d ago6/10
🧠

Generalized Euler Logarithm and its Applications in Machine Learning: Natural Gradient, Backpropagation, Generalized EG, Mirror Descent and OLPS

Researchers present a comprehensive mathematical framework unifying generalized Euler logarithms with applications to machine learning optimization. The work establishes theoretical foundations for deformed exponential functions and introduces new algorithms—Generalized Exponentiated Gradient and Mirror Descent schemes—alongside an Euler-based loss function for neural networks that integrates with natural gradient descent.

AINeutralarXiv – CS AI · 1d ago6/10
🧠

A Hybrid Graph Neural Network for Enhanced EEG-Based Depression Detection

Researchers propose a Hybrid Graph Neural Network (HGNN) for improved EEG-based depression detection that combines fixed and adaptive graph connections to capture both common and individualized brain patterns. The model incorporates a hierarchical pooling mechanism to extract patient-specific brain network information, achieving state-of-the-art results on public datasets.

AINeutralarXiv – CS AI · 1d ago6/10
🧠

DPG-CD: Depth-Prior-Guided Cross-Modal Joint 2D-3D Change Detection

Researchers introduce DPG-CD, a deep learning framework that detects both 2D semantic and 3D structural changes in urban environments by fusing multi-temporal satellite imagery with Digital Surface Model data. The method addresses the challenge of combining different data modalities to enable high-frequency urban monitoring and disaster assessment without requiring expensive frequent 3D data collection.

← PrevPage 401 of 1343Next →
Filters
Sentiment
Importance
Sort
Stay Updated
Everything combined