y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto
🤖All95,904🧠AI22,940⛓️Crypto17,363💎DeFi1,799🤖AI × Crypto1,480📰General52,322

AI × Crypto News Feed

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

95904 articles
AINeutralarXiv – CS AI · May 296/10
🧠

UA-Legal-Bench: A Benchmark for Evaluating Large Language Models on Ukrainian Legal Reasoning

Researchers introduced UA-Legal-Bench, a five-task benchmark for evaluating large language models on Ukrainian legal reasoning using 99.5 million court decisions. The study reveals critical gaps in LLM evaluation for morphologically rich, non-Latin-script languages and demonstrates that standard accuracy metrics mask poor performance on imbalanced legal tasks.

AIBullisharXiv – CS AI · May 296/10
🧠

Sustainable Metal-Organic Framework Water Harvesters in the Artificial Intelligence Era

Researchers propose integrating artificial intelligence with metal-organic frameworks (MOFs) to accelerate the discovery of sustainable water harvesting materials for arid regions. By combining AI-driven design optimization with MOF chemistry principles, the approach promises faster development of high-performance atmospheric water capture systems with improved stability and scalability.

AINeutralarXiv – CS AI · May 296/10
🧠

TIMEGATE: Sustainable Time-Boxed Promotion Gates for Continual ML Adaptation Under Resource Constraints

TIMEGATE is a new policy framework that optimizes machine learning system adaptation by intelligently managing computational budgets across training, labeling, and evaluation cycles. The research demonstrates 2.3x efficiency gains in labeling versus training and achieves 66% evaluation-compute savings without compromising model accuracy, with validated results across tabular data and large language models like LLaMA-3.1-8B.

AINeutralarXiv – CS AI · May 296/10
🧠

Influence-Guided Symbolic Regression: Scientific Discovery via LLM-Driven Equation Search with Granular Feedback

Researchers introduce Influence-Guided Symbolic Regression (IGSR), a novel framework combining LLMs with Monte Carlo Tree Search to discover scientific equations more efficiently. The method uses granular influence scores to evaluate which components of equations contribute to accuracy, enabling systematic refinement. The approach demonstrated genuine discovery potential by identifying a novel relationship between DNA methylation and RNA Polymerase II pausing that was subsequently validated experimentally.

AINeutralarXiv – CS AI · May 296/10
🧠

Stochastic Lifting for Generating Trajectories of Stochastic Physical Systems

Researchers introduce Stochastic Lifting, a machine learning technique that generates diverse trajectories of stochastic physical systems by attaching random labels to state transitions during training. The method enables single-network inference to produce multiple plausible outcomes without collapsing to average predictions, advancing physics-informed AI applications.

AINeutralarXiv – CS AI · May 296/10
🧠

Toward Ethical Facial Age Estimation: A Generalized Zero-Shot Benchmark Without Training on Children's Data

Researchers propose an ethical benchmark for facial age estimation that excludes children's data during training, addressing privacy and legal concerns in AI development. Testing nine state-of-the-art methods reveals severe performance degradation (46.4% average) when models encounter unseen age groups, exposing a critical gap between current practices and responsible data governance.

AIBullisharXiv – CS AI · May 296/10
🧠

BlockBatch: Multi-Scale Consensus Decoding for Efficient Diffusion Language Model Inference

BlockBatch introduces a training-free inference framework that optimizes diffusion language models by executing multiple block-size branches simultaneously, achieving 26.6% reduction in computational steps and 1.33x speedup over existing methods. The approach exploits the complementary nature of different decoding granularities to balance parallelism with accuracy while managing the inherent trade-offs in block-wise inference.

AINeutralarXiv – CS AI · May 296/10
🧠

Wait! There's a Way Out: A Decision Mechanism for Forecasting Conversational Derailment

Researchers propose a novel decision mechanism for predicting online conversation derailment that decouples the trigger decision from derailment likelihood estimation. By incorporating forward-looking simulations to identify potential recovery paths, the method significantly reduces false positive alerts while maintaining forecasting accuracy, advancing the field of conversational AI safety.

AIBullisharXiv – CS AI · May 296/10
🧠

DynSess: Dynamic Session-Level Evaluation and Optimization Framework for Role-Playing Agents

Researchers introduce DynSess, a framework that evaluates and optimizes role-playing agents at the session level rather than individual turns, enabling LLMs to maintain character consistency across extended conversations. The framework includes improved evaluation metrics, optimized training methods (DSPO and GSRPO), and demonstrates performance matching larger models with fewer parameters.

AINeutralarXiv – CS AI · May 296/10
🧠

KLAS: Using Similarity to Stitch Neural Networks for Improved Accuracy-Efficiency Tradeoffs

KLAS is a new framework that automates the selection of neural network stitching configurations by using KL divergence to measure similarity between pretrained models, enabling better accuracy-efficiency tradeoffs. The approach improves upon existing heuristic-based methods and achieves up to 1.21% higher accuracy on ImageNet-1K at equivalent computational cost, or reduces computational requirements by 1.33x while maintaining performance.

AIBullisharXiv – CS AI · May 296/10
🧠

Compute Allocation in Evolutionary Search: From Depth-Breadth to Multi-Armed Bandits

Researchers propose BaSE, a multi-armed bandit algorithm that optimizes how large language models allocate computational resources during evolutionary search tasks. By dynamically distributing LLM calls across parallel trajectories, BaSE improves mean fitness by 12.3% over existing baselines while addressing the reliability gap between reported best-case and typical run performance.

AINeutralarXiv – CS AI · May 296/10
🧠

Causal Label Recovery in Payment Networks

Researchers introduce the Sequential Triply Robust (STR) estimator to correct systematic biases in payment fraud detection models caused by authorization gates, unreported fraud, chargeback delays, and label corruption. The method achieves theoretical efficiency bounds while enabling models to train on fresher data, potentially reducing the need to wait months for complete chargeback information.

AINeutralarXiv – CS AI · May 296/10
🧠

Code-QA-Bench: Separating Code Reasoning from Documentation Memorization in Repository-Level QA

Researchers introduce Code-QA-Bench, an automated framework that generates repository-level code understanding benchmarks while distinguishing genuine code comprehension from documentation recall. Testing four frontier AI models reveals that code access is the primary driver of performance, while documentation provides marginal benefits, suggesting current models excel at code reasoning when source material is available.

AINeutralarXiv – CS AI · May 296/10
🧠

MusTBENCH: Benchmarking and Advancing Temporal Grounding in Music LLMs

Researchers introduce MusTBENCH, a benchmark for evaluating temporal grounding capabilities in Large Audio-Language Models (LALMs) for music understanding, and propose MusT, an optimization framework that significantly improves model performance on time-sensitive musical tasks like instrument entries and rhythmic transitions.

AINeutralarXiv – CS AI · May 296/10
🧠

GrepSeek: Training Search Agents for Direct Corpus Interaction

Researchers introduce GrepSeek, an AI search agent that interacts directly with text corpora using shell commands rather than traditional retrieval indexes. The system combines supervised learning with reinforcement optimization to achieve state-of-the-art results on question-answering benchmarks while operating at scale through parallel execution techniques.

AIBullisharXiv – CS AI · May 296/10
🧠

TRACER: Persistent Regularization for Robust Multimodal Finetuning

Researchers introduce TRACER, a novel finetuning method for multimodal AI models that addresses catastrophic forgetting and out-of-distribution robustness degradation. By replacing standard Exponential Moving Average teachers with Weighted Moving Average teachers and combining contrastive learning with multi-perspective distillation, the approach demonstrates consistent performance gains across CLIP backbone architectures without hyperparameter sensitivity.

AINeutralarXiv – CS AI · May 296/10
🧠

Latent Terms: Dense Retrievers Contain Trivially Extractable BM25-ready Zipfian Vocabularies

Researchers demonstrate that dense neural retrievers contain extractable sparse features matching BM25-ready vocabularies without specialized training. Sparse Autoencoders can decompose frozen dense retrievers into classical sparse retrieval components, achieving competitive or superior performance to single-vector methods while requiring no retrieval-specific supervision.

AINeutralarXiv – CS AI · May 296/10
🧠

On the Optimizer Dependence of Neural Scaling Laws

Researchers demonstrate that the scaling exponent in neural scaling laws varies systematically based on optimizer choice, with preconditioned optimizers achieving 2.6x larger exponents than standard gradient descent in controlled experiments. The findings suggest scaling-law forecasts must account for optimizer selection, though the practical impact on large-scale LLM training remains uncertain.

AINeutralarXiv – CS AI · May 296/10
🧠

Semantic and Visual Evidence for Efficient Long-Video Reasoning: A Solution for the HD-EPIC VQA Challenge

Researchers propose a unified framework for long-form egocentric video understanding that separates reasoning into semantic and visual evidence streams, achieving competitive results on the HD-EPIC-VQA benchmark. The approach addresses fundamental limitations in how multimodal language models process extended video content by combining procedural structure extraction with fine-grained object grounding.

AINeutralarXiv – CS AI · May 296/10
🧠

The Good, the Bad, and the Ugly of Markov Boundary for Tabular Prediction

A comprehensive study of Markov boundaries in tabular prediction reveals that while oracle boundaries significantly improve model performance, practical causal discovery methods fail to recover them cost-effectively. The research identifies fundamental misalignments between structural recovery optimization and predictive performance, suggesting that prediction-focused feature selection requires different approaches than theoretical assumptions propose.

AINeutralarXiv – CS AI · May 296/10
🧠

Beyond Bilingual Transfer: Multilingual Code-Switching in Instruction Tuning

Researchers demonstrate that multilingual code-switching—mixing multiple languages within training data—improves large language model performance across four languages (English, Japanese, Korean, Chinese) simultaneously, extending previous bilingual findings to truly multilingual settings and showing consistent performance gains on cross-lingual benchmarks.

AIBullisharXiv – CS AI · May 296/10
🧠

DELOS: Detecting Shallow Transits in Kepler Photometry Using a Contrastive-Learning Framework

Researchers introduce DELOS, a contrastive-learning framework that detects shallow exoplanet transits in Kepler photometry data with 99.3% validation accuracy. The system outperforms existing detection methods (BLS and TLS) by 15.5% and 11.25% respectively in low signal-to-noise conditions while running 3-80x faster, enabling more efficient searches for terrestrial planets in long-period orbits.

AINeutralarXiv – CS AI · May 296/10
🧠

AliMark: Enhancing Robustness of Sentence-Level Watermarking Against Text Paraphrasing

Researchers introduce AliMark, a novel sentence-level watermarking framework that improves robustness against text paraphrasing by reformulating watermark detection as a bit sequence alignment problem. The approach uses multiple text variants and adaptive alignment strategies to withstand structural perturbations like sentence splitting and merging, substantially outperforming existing methods against strong paraphrasers.

AINeutralarXiv – CS AI · May 296/10
🧠

SkillBrew: Multi-Objective Curation of Skill Banks for LLM Agents

SkillBrew introduces a multi-objective curation framework for managing skill banks in LLM agents, addressing the problem of bloated repositories filled with redundant and outdated skills. The approach treats skill bank management as a constrained optimization problem balancing utility, diversity, and query coverage, evaluated successfully on public benchmarks.

AINeutralarXiv – CS AI · May 296/10
🧠

How Much Is a Dataset Worth? Scaling Laws, the Vendi Score, and Matrix Spectral Functions

Researchers demonstrate that neural scaling laws and the Vendi Score—two methods for evaluating dataset quality—are both submodular functions, enabling optimization via a broader class of matrix spectral functions. By developing efficient secular-equation-based updates, they achieve 35,000x speedup in computations, making direct optimization feasible on large-scale datasets and revealing that facility location outperforms other objectives for predicting training subset value.

← PrevPage 1420 of 3837Next →
Filters
Sentiment
Importance
Sort
Stay Updated
Everything combined