y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto
🤖All94,493🧠AI22,940⛓️Crypto17,363💎DeFi1,799🤖AI × Crypto1,480📰General50,911

AI × Crypto News Feed

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

94496 articles
AIBullisharXiv – CS AI · Jun 107/10
🧠

When Distance Distracts: Representation Distance Bias in BT-Loss for Reward Models

Researchers identify a critical bias in Bradley-Terry loss, the standard objective for training reward models in LLM alignment, where gradient magnitudes are distorted by representation distance rather than prediction error. They propose NormBT, a lightweight normalization scheme that refocuses learning on actual ranking mistakes, demonstrating 5%+ improvements on fine-grained reasoning benchmarks.

AIBullisharXiv – CS AI · Jun 107/10
🧠

ASA: Backbone-Training-Free Representation Engineering for Tool-Calling Agents

Researchers introduce Activation Steering Adapter (ASA), a training-free method that improves LLM tool-calling reliability by intervening on mid-layer activations at inference time. The approach achieves significant performance gains on tool-use benchmarks without parameter updates, addressing a critical gap between what models internally represent and their actual behavior.

AIBullisharXiv – CS AI · Jun 107/10
🧠

Effective Reinforcement Learning for Agentic Search by Recycling Zero-Variance Queries During Training

Researchers propose a query recycling technique for training large language model search agents that dramatically improves efficiency by reusing initially non-informative training examples as the model evolves. A 1.7B parameter model trained with this method achieves performance comparable to much larger 7B parameter systems, suggesting significant computational savings in AI training.

AIBullisharXiv – CS AI · Jun 107/10
🧠

Test-Time Gradient Guidance of Flow Policies in Reinforcement Learning

Researchers propose QGF (Q-Guided Flow), a reinforcement learning algorithm that optimizes policies entirely at test time using value gradients to guide pre-trained flow models, avoiding the training instability issues of traditional actor-critic approaches while maintaining competitive performance on offline RL benchmarks.

AIBullisharXiv – CS AI · Jun 107/10
🧠

3SPO: State-Score-Supervised Policy Optimization for LLM Agents

Researchers introduce 3SPO (State-Score-Supervised Policy Optimization), a reinforcement learning algorithm that optimizes LLM agent policies at each step rather than after complete episodes, addressing credit assignment challenges in sparse-reward environments. Experiments demonstrate 22.6% improvement over existing methods on ALFWorld benchmarks with 2.4x more state exploration and 1.8x faster convergence.

AIBullisharXiv – CS AI · Jun 107/10
🧠

Less Context, Better Agents: Efficient Context Engineering for Long-Horizon Tool-Using LLM Agents

Researchers demonstrate that selective context management—retaining only recent tool interactions plus automated summarization—enables LLM agents to complete enterprise workflows with 91.6% success while reducing token consumption and runtime by ~63% compared to full-history retention. The findings challenge the assumption that maximum context retention improves agent performance in long-horizon tasks.

🧠 GPT-5🧠 Claude🧠 Sonnet
AIBullisharXiv – CS AI · Jun 107/10
🧠

Conformal Prediction for Neural Operators: Distribution-Free Uncertainty Quantification in Physics Simulation

Researchers propose the first application of split conformal prediction to neural operators for physics simulation, enabling distribution-free uncertainty quantification with formal coverage guarantees. The method achieves 89.1% empirical coverage on heat conduction benchmarks while providing spatially adaptive prediction intervals, addressing a critical gap in deploying AI models for safety-critical engineering applications.

🏢 Nvidia
AIBullisharXiv – CS AI · Jun 107/10
🧠

RoboGPT-R1: Enhancing Robot Task Planning with Reinforcement Learning

Researchers introduce RoboGPT-R1, a two-stage fine-tuning framework combining supervised learning and reinforcement learning to enhance robot task planning and reasoning. The model, based on Qwen2.5-VL-3B, achieves 21.33% performance improvement over GPT-4o-mini on robotic benchmarks by better understanding visual-spatial relationships and action sequences in complex manipulation tasks.

🧠 GPT-4
AIBullisharXiv – CS AI · Jun 107/10
🧠

K-Forcing: Joint Next-K-Token Decoding via Push-Forward Language Modeling

Researchers introduce K-Forcing, a novel language modeling approach that enables autoregressive models to generate multiple tokens simultaneously rather than sequentially, achieving 2.4-3.5x inference speedup. The technique distills existing AR models into a push-forward mapping trained via progressive self-forcing, maintaining compatibility with standard serving infrastructure while trading modest quality for significant computational efficiency gains critical for industrial-scale LLM deployment.

AIBearisharXiv – CS AI · Jun 107/10
🧠

IDP-Bench: Benchmarking ability of LLMs to protect personal information in interdependent privacy contexts

Researchers introduced IDP-Bench, the first benchmark evaluating how well large language models protect interdependent privacy—where one person's data can be revealed by others without consent. Testing eight open-source LLMs revealed strong performance in recognizing data co-ownership but significant weaknesses in understanding contextual integrity parameters and judging sharing appropriateness, with smaller models showing particular vulnerability to prompt sensitivity.

AIBullishMIT News – AI · Jun 107/10
🧠

Startup’s nuclear-inspired cooling system could make data centers more sustainable

MIT researchers have founded Ferveret, a startup developing a nuclear-inspired cooling system that significantly reduces energy and water consumption in data center chip cooling. This innovation addresses a critical sustainability challenge as AI infrastructure demands exponentially more computational power and cooling resources.

Startup’s nuclear-inspired cooling system could make data centers more sustainable
AIBearisharXiv – CS AI · Jun 107/10
🧠

GitInject: Real-World Prompt Injection Attacks in AI-Powered CI/CD Pipelines

Researchers present GitInject, a framework demonstrating prompt injection vulnerabilities in AI-powered CI/CD pipelines used by major tech companies. The study reveals that all tested AI providers are susceptible to attacks that could enable credential theft, code manipulation, and supply chain compromise through GitHub workflows.

AIBearisharXiv – CS AI · Jun 107/10
🧠

Janus: A Benchmark for Goal-Conditioned Information Distortion in LLMs

Researchers introduce JANUS, a benchmark that measures how large language models selectively distort factual information to achieve specific goals—such as increasing adoption or approval—without fabricating false claims. Testing 12 LLMs across 160 scenarios reveals consistent vulnerabilities to goal-conditioned misleading communication, highlighting a critical safety gap that existing evaluation methods overlook.

AIBullisharXiv – CS AI · Jun 107/10
🧠

Dynamic Linear Attention

Researchers propose Dynamic Linear Attention (DLA), a novel framework that improves how large language models process long sequences by adaptively managing memory states. DLA addresses the limitations of existing linear attention mechanisms by dynamically merging less important information while preserving critical semantic transitions, achieving superior performance across 16 datasets.

AIBullisharXiv – CS AI · Jun 107/10
🧠

Whisfusion: Parallel ASR Decoding with Masked Diffusion

Whisfusion introduces a masked diffusion decoder that achieves faster speech-to-text processing than Whisper-large-v3 while matching or exceeding its accuracy across multilingual benchmarks. By replacing autoregressive decoding with parallel diffusion decoding, the system runs 4-5x faster while maintaining competitive performance with leading ASR systems, establishing non-autoregressive diffusion as a viable paradigm for high-throughput transcription.

AIBullisharXiv – CS AI · Jun 107/10
🧠

RAG over Thinking Traces Can Improve Reasoning Tasks

Researchers demonstrate that retrieval-augmented generation (RAG) significantly improves reasoning-intensive tasks by retrieving intermediate thinking traces rather than standard documents. The T3 method transforms these traces into structured representations, achieving 56.3% relative performance gains on AIME mathematics benchmarks and consistent improvements across multiple AI models and benchmarks.

🧠 GPT-5🧠 Gemini
AIBullisharXiv – CS AI · Jun 107/10
🧠

Earth-OneVision: Extending Remote Sensing Multimodal Large Language Models to More Sensor Modalities and Tasks

Earth-OneVision is a 2 billion-parameter remote sensing multimodal large language model that unifies six sensor modalities (optical, SAR, infrared, multispectral, temporal, and video) and performs nine task categories through a single framework. The model achieves competitive or superior performance compared to larger models (4B-72B parameters) on multiple benchmarks, supported by a new 34M QA pair dataset spanning cross-sensor fusion applications.

AIBullisharXiv – CS AI · Jun 107/10
🧠

Dep-LLM: Training-Free Depression Diagnosis via Evidence-Guided Structured Multi-factor with Reliable LLM Reasoning

Researchers introduce Dep-LLM, a training-free framework that diagnoses depression from clinical interviews by decomposing dialogue into structured themes and using large language models without fine-tuning. The system outperforms supervised approaches and commercial LLMs while requiring no additional training, addressing critical gaps in mental health AI deployment.

AIBullisharXiv – CS AI · Jun 107/10
🧠

HiGR: Industrial-Scale Hierarchical Generative Slate Recommendation Framework in Tencent

Tencent researchers introduced HiGR, a hierarchical generative framework for slate recommendation that improves both efficiency and quality in large-scale recommendation systems. The system achieves 10% better offline performance and 5x faster inference while delivering measurable gains in user engagement metrics across Tencent platforms.

AINeutralarXiv – CS AI · Jun 107/10
🧠

PreAct-Bench: Benchmarking Predictive Monitoring in LLMs

Researchers introduce PreAct-Bench, a benchmark for evaluating LLMs' ability to predict unethical behavior from partial action trajectories before harmful actions occur. The study reveals that predictive monitoring remains a significant challenge even for advanced models, highlighting a critical gap in proactive AI safety mechanisms.

AIBearisharXiv – CS AI · Jun 107/10
🧠

AMEL: Accumulated Message Effects on LLM Judgments

Researchers discovered that large language models exhibit systematic bias in evaluations based on prior conversation history, with models shifting judgments toward the polarity of preceding items. The effect persists across 12 models from major providers and is stronger for uncertain cases and negative histories, raising concerns for applications relying on LLM-based automated evaluation.

🏢 OpenAI🏢 Anthropic🧠 GPT-5
AINeutralarXiv – CS AI · Jun 107/10
🧠

A Theory of Training Profit-Optimal LLMs

Researchers develop an economic model combining scaling laws with microeconomic theory to determine profit-optimal LLM training strategies. The model reveals that optimal model size and training expenditure depend on hardware efficiency, data availability, and market adoption thresholds, with current industry trends appearing suboptimal in data-constrained scenarios.

AIBullisharXiv – CS AI · Jun 107/10
🧠

FADA: Accessible fetal ultrasound interpretation and annotation with a selectively distilled unified vision-language model

FADA is a unified vision-language model that performs fetal ultrasound interpretation, detection, and segmentation through a single pipeline, addressing critical diagnostic gaps in low- and middle-income countries where sonographer shortages limit prenatal screening. The system runs on consumer hardware and smartphones entirely offline, achieving clinically validated performance metrics while requiring no external labels at inference.

← PrevPage 199 of 3780Next →
Filters
Sentiment
Importance
Sort
Stay Updated
Everything combined