y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto
🤖All96,788🧠AI22,940⛓️Crypto17,363💎DeFi1,799🤖AI × Crypto1,480📰General53,206

AI × Crypto News Feed

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

96798 articles
AINeutralarXiv – CS AI · May 276/10
🧠

Boosting Knowledge Graph Foundation Models via Enhanced Negative Sampling

Researchers propose KMAS, an adaptive negative sampling method that enhances knowledge graph foundation models by constructing higher-quality hard negative triples and dynamically adjusting their ratio throughout training. The approach improves multiple state-of-the-art KGFMs across 44 datasets without significant computational overhead, advancing zero-shot knowledge graph completion for unseen relational vocabularies.

AINeutralarXiv – CS AI · May 276/10
🧠

BatteryMFormer: Multi-level Learning for Battery Degradation Trajectory Forecasting

Researchers introduce BatteryMFormer, a multi-level Transformer model designed to predict battery degradation trajectories early in their operational lifecycle. The model addresses key challenges in battery forecasting by capturing aging-condition-specific patterns, trajectory prototypes, and localized voltage-current variations across different state-of-charge intervals.

AIBullisharXiv – CS AI · May 276/10
🧠

Traceable Knowledge Graph Reasoning Enables LLM-Assisted Decision Support for Industrial VOCs in the Steel Industry

Researchers developed Chat-ISV, an LLM-enhanced knowledge graph system that organizes fragmented steel industry VOCs literature into a queryable database with 27,180 nodes and 81,779 semantic edges. The system achieved 96.93% precision in answering specialized industrial questions, demonstrating a scalable approach to deploying reliable LLMs in domain-specific applications where hallucination risks are high.

AINeutralarXiv – CS AI · May 276/10
🧠

Can Broad Biomedical Knowledge be Contextualized into Scenario-Grounded Propositions?

Researchers introduce SCENE, a multi-agent AI framework that transforms general biomedical knowledge into specific, evidence-supported hypotheses grounded in experimental data. The system successfully identifies patient subgroups with different treatment responses in clinical trials and context-specific biological responses in genomic studies, bridging the gap between broad theoretical knowledge and actionable dataset-specific insights.

AINeutralarXiv – CS AI · May 276/10
🧠

Counteraction-Aware Multi-Teacher On-Policy Distillation for General Capability Recovery with Domain Preservation

Researchers propose CaMOPD, an improved machine learning method that helps large language models recover general capabilities after being fine-tuned for specific domains. The approach addresses a key technical challenge where mixing recovery and preservation training signals creates conflicting gradients, achieving better performance than existing multi-teacher distillation methods.

AIBullisharXiv – CS AI · May 276/10
🧠

Scaling, Benchmarking, and Reasoning of Vision-Language Agents for Mobile GUI Navigation

Researchers introduce HyperTrack, a large-scale dataset of 16,000+ mobile GUI navigation tasks across 650+ Chinese applications, and GUIEvalKit, an open-source benchmarking toolkit for evaluating Vision-Language Models. The study demonstrates that reinforcement-based finetuning substantially outperforms supervised learning for mobile automation tasks, with implications for developing more capable AI agents.

AINeutralarXiv – CS AI · May 276/10
🧠

StepOPSD: Step-Aware Online Preference Distillation for Agent Reinforcement Learning

StepOPSD introduces a novel reinforcement learning framework that improves credit assignment in multi-turn agent tasks by treating individual steps rather than entire trajectories as the unit of learning. The method achieves state-of-the-art results on benchmark tasks like ALFWorld and Search-QA, demonstrating that step-level preference distillation is particularly effective when trajectory rewards poorly correlate with individual decision quality.

AINeutralarXiv – CS AI · May 276/10
🧠

VitaBench 2.0: Evaluating Personalized and Proactive Agents in Long-Term User Interactions

Researchers introduce VitaBench 2.0, a new benchmark for evaluating how well large language models can act as personalized and proactive agents during extended user interactions. The benchmark reveals that current state-of-the-art models struggle significantly with real-world personalization tasks, exposing a substantial gap between current AI capabilities and practical requirements for long-term user collaboration.

AINeutralarXiv – CS AI · May 276/10
🧠

Query Symbolically or Retrieve Semantically? A Dataset and Method for Semi-Structured Question Answering

Researchers introduce DualGraph, a retrieval-augmented generation framework that combines semantic and symbolic approaches to improve question answering on semi-structured data. The system uses dual knowledge graph representations alongside a new benchmark dataset (SpecsQA) from e-commerce, demonstrating superior performance over existing dense-retrieval and graph-based methods.

AINeutralarXiv – CS AI · May 276/10
🧠

The Compressive Knowledge Graph Hypothesis: Which Graph Facts Matter for Scientific Hypothesis Generation?

Researchers evaluated how knowledge graphs (KGs) influence hypothesis generation in large language models across multiple models, finding that compact subgraphs often perform comparably to full graphs. The study reveals that KG utility is selective and model-dependent, with useful signal often recoverable from structured, compressed subsets rather than complete local graphs.

🧠 Gemini🧠 Llama
AIBullisharXiv – CS AI · May 276/10
🧠

Learning to Act under Noise: Enhancing Agent Robustness via Noisy Environments

Researchers introduce NoisyAgent, a training framework that improves large language model agent robustness by deliberately exposing them to environmental imperfections during training. By simulating real-world interaction noise—including user ambiguity and tool failures—the approach bridges the gap between idealized benchmark performance and practical deployment reliability.

AINeutralarXiv – CS AI · May 275/10
🧠

Gumbel Machine: Counterfactual Student Writing Generation via Gumbel Noise Steering

Researchers introduce the Gumbel Machine, a novel AI approach for generating improved versions of student writing that remain similar to the original work. The method uses a controlled decoding algorithm called β-Hindsight control to balance quality improvements with similarity to reference texts, demonstrating practical applications in educational assessment and feedback.

AINeutralarXiv – CS AI · May 276/10
🧠

Modeling Agentic Technical Debt and Stochastic Tax: A Standalone Framework for Measurement, Simulation, and Dashboarding

Researchers introduce a formal framework distinguishing Agentic Technical Debt from Stochastic Tax in AI systems that use tools and delegated actions. The model provides measurement, simulation, and dashboarding tools to help organizations quantify accumulated governance liabilities and recurring operational costs in agentic AI workflows.

AINeutralarXiv – CS AI · May 276/10
🧠

Maat: The Agentic Legal Research Assistant for Competition Protection

Researchers have developed Maat, a specialized AI agent designed to assist competition law experts with legal research by leveraging retrieval-augmented generation (RAG) and tool orchestration. Unlike general-purpose AI assistants, Maat addresses critical gaps in competition law analysis by providing reliable official citations, reducing hallucinations, and offering domain-specific expertise through iterative design with legal professionals.

🧠 ChatGPT🧠 Claude
AINeutralarXiv – CS AI · May 275/10
🧠

2-ASP(Q) programs with weak constraints: Complexity and efficient implementation

Researchers present 2-ASP(Q)^w, a fragment of Answer Set Programming extended with quantifiers and weak constraints, proving its theoretical complexity bounds and introducing practical computation strategies using CEGAR techniques. The work bridges theoretical computer science with implementable solutions for optimization problems, offering both formal completeness results and experimental validation on real-world benchmarks.

AIBullisharXiv – CS AI · May 276/10
🧠

Natural Language Query to Configuration for Retrieval Agents

Researchers introduce BRANE, an AI system that dynamically selects optimal configurations for retrieval agents by analyzing natural-language queries at inference time. The method reduces serving costs by up to 89% while maintaining accuracy, demonstrating that per-query optimization outperforms traditional static pipeline tuning across multiple benchmarks.

AINeutralarXiv – CS AI · May 276/10
🧠

Edge AI Deployment Beyond Models: A BSP-Aware Systems Framework for Industrial Embedded Platforms

This academic paper presents a systematic framework for deploying AI models on industrial embedded systems, arguing that successful Edge AI requires treating deployment as a holistic systems problem rather than a late-stage packaging task. The five-layer framework addresses hardware, BSP/OS adaptation, runtime acceleration, application inference, and operations/validation, with implications for reproducibility and field reliability in long-lifecycle industrial products.

🏢 Nvidia
AIBullisharXiv – CS AI · May 276/10
🧠

GEM: Geometric Entropy Mixing for Optimal LLM Data Curation

Researchers introduce GEM (Geometric Entropy Mixing), a novel framework for optimizing LLM training data composition by treating curation as a variational problem on hyperspheres rather than relying on traditional Euclidean clustering. The method achieves up to 1.2% improvements in downstream accuracy on 1.1B-parameter models and provides a more interpretable approach to semantic data organization.

AIBullisharXiv – CS AI · May 276/10
🧠

AssetGen: Deployable 3D Asset Generation at Interactive Speed

AssetGen is a new 3D asset generation system that produces deployment-ready 3D models from a single image in 30 seconds (or 14 seconds for preview quality), complete with optimized geometry, textures, and polygon budgets suitable for real-time and mobile rendering. The system prioritizes practical usability and speed over maximum resolution, addressing a gap in current 3D generation tools that often overlook real-world deployment constraints.

$MATIC
AINeutralarXiv – CS AI · May 276/10
🧠

VISTA: An End-to-End Benchmark for Visual Spec-to-Web-App Coding Agents

VISTA is a new benchmark for evaluating how well AI agents can generate functional web applications from visual specifications and text descriptions. The benchmark introduces five different testing conditions with varying levels of design detail and technology stack constraints, using manual annotations and multi-modal evaluation metrics to assess both visual fidelity and functional correctness.

AIBullisharXiv – CS AI · May 276/10
🧠

Augment Engineering: A Methodology for Multi-Tool AI Orchestration Across Professional Domains

Researchers introduce Augment Engineering, a methodology for orchestrating multiple AI tools across professional domains by applying portable meta-skills like prompt and context engineering. A five-month case study demonstrates that a single practitioner can produce work traditionally requiring domain specialists across seven domains, with statistical evidence supporting increased efficiency and production acceleration.

AINeutralarXiv – CS AI · May 276/10
🧠

When Does Adaptive Guidance Help? Belief-Aware Privileged Distillation for Autonomous Driving Under Partial Observability

Researchers present Belief-Aware GSAC, an adaptive knowledge distillation method for autonomous driving that modulates teacher guidance based on ensemble disagreement. Testing reveals that adaptive guidance helps under mild-to-moderate partial observability but fails under severe occlusion due to 'observability blindness'—where ensembles achieve low disagreement on visible data while missing occluded information.

AINeutralarXiv – CS AI · May 276/10
🧠

TSFMAudit: Data Contamination Auditing in Forecasting Time Series Foundation Models

Researchers introduce TSFMAudit, the first systematic method for detecting data contamination in time series foundation models (TSFMs) pretrained on large datasets. The approach identifies contamination by analyzing how quickly models adapt to evaluation data, with contaminated datasets showing unusually efficient loss reduction and minimal backbone movement during fine-tuning.

AIBullisharXiv – CS AI · May 276/10
🧠

On the Push-Based Asynchronous Federated Learning: A Bias-Correction Aggregation Approach

Researchers propose PushCen-ADFL, a new framework for asynchronous decentralized federated learning that reduces communication overhead by over 80% while improving accuracy under data heterogeneity. The approach uses centroid-based message compression and bias-correction aggregation to enable stable model training across distributed systems without central coordination.

← PrevPage 1469 of 3872Next →
Filters
Sentiment
Importance
Sort
Stay Updated
Everything combined