y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto
🤖All87,770🧠AI22,940⛓️Crypto17,363💎DeFi1,799🤖AI × Crypto1,480📰General44,188
🧠

AI

22,940 AI articles curated from 50+ sources with AI-powered sentiment analysis, importance scoring, and key takeaways.

22940 articles
AIBullisharXiv – CS AI · May 97/10
🧠

Securing the Agent: Vendor-Neutral, Multitenant Enterprise Retrieval and Tool Use

Researchers present a layered security architecture for multitenant enterprise AI systems that isolates data and controls access in retrieval-augmented generation (RAG) and agentic AI deployments. The approach separates security-critical operations to the server while preventing cross-tenant data leakage, validated through an open-source OGX framework with negligible performance overhead.

🏢 OpenAI
AINeutralarXiv – CS AI · May 97/10
🧠

Bridging Generation and Training: A Systematic Review of Quality Issues in LLMs for Code

A systematic review of 114 studies reveals that code quality defects in large language models stem primarily from training data imperfections rather than model limitations alone. The research establishes a taxonomy linking 18 propagation mechanisms between data quality issues and generated code failures, while advocating for proactive data governance over reactive post-generation filtering.

AIBullisharXiv – CS AI · May 97/10
🧠

LLM-AutoDP: Automatic Data Processing via LLM Agents for Model Fine-tuning

Researchers introduce LLM-AutoDP, a framework that uses large language models as autonomous agents to automatically optimize data processing strategies for fine-tuning without human intervention or direct data exposure. The system achieves over 80% win rates against baseline models and reduces search time by up to 10x through novel acceleration techniques, addressing critical challenges in domain-specific model training and data privacy.

AIBullisharXiv – CS AI · May 97/10
🧠

Continually Evolving Skill Knowledge in Vision Language Action Model

Researchers introduce Stellar VLA, a continual learning framework for vision-language-action models that improves knowledge accumulation without adding network parameters. The approach uses knowledge-guided expert routing and hierarchical task structures, achieving strong performance on robotics benchmarks with minimal data replay and validated real-world transfer capabilities.

AIBullisharXiv – CS AI · May 97/10
🧠

ViTok-v2: Scaling Native Resolution Auto-Encoders to 5 Billion Parameters

Researchers introduce ViTok-v2, a 5-billion-parameter Vision Transformer autoencoder that achieves native resolution support and stable scaling without adversarial losses. The breakthrough advances image tokenization for generative AI by improving reconstruction quality across multiple resolutions while maintaining generation capabilities.

AIBullisharXiv – CS AI · May 97/10
🧠

Internalizing Outcome Supervision into Process Supervision: A New Paradigm for Reinforcement Learning for Reasoning

Researchers propose a novel reinforcement learning framework that automatically generates process-level supervision from outcome-only feedback, eliminating the need for costly external process supervision. This approach enables fine-grained credit assignment in reasoning tasks by having models identify and learn from their own failed trajectories.

AIBullisharXiv – CS AI · May 97/10
🧠

MidSteer: Optimal Affine Framework for Steering Generative Models

Researchers introduce MidSteer, a theoretical framework for steering generative models through intermediate representation manipulation. The work formalizes concept steering as an optimization problem, demonstrating that existing safety alignment methods are special cases of affine transformations, with applications across vision and language models.

AINeutralarXiv – CS AI · May 97/10
🧠

Safety Anchor: Defending Harmful Fine-tuning via Geometric Bottlenecks

Researchers propose Safety Bottleneck Regularization (SBR), a defense mechanism against harmful fine-tuning attacks on large language models. The approach anchors a model's unsafe responses to safe outputs via the unembedding layer, reducing harmful capabilities while maintaining performance on legitimate tasks.

AIBullisharXiv – CS AI · May 97/10
🧠

Sparse Prefix Caching for Hybrid and Recurrent LLM Serving

Researchers propose sparse prefix caching, a novel optimization technique for hybrid and recurrent LLM serving that stores exact states at checkpoint positions rather than caching entire token histories. The method uses dynamic programming to determine optimal checkpoint placement and demonstrates superior performance on real-world datasets while using fewer checkpoints than existing dense caching approaches.

AIBullisharXiv – CS AI · May 97/10
🧠

Rethinking Data Curation in LLM Training: Online Reweighting Offers Better Generalization than Offline Methods

Researchers propose ADAPT, an online data reweighting framework that dynamically adjusts training sample importance during LLM training rather than using static offline selection methods. This approach maintains data diversity while improving generalization, outperforming existing offline curation techniques on instruction tuning and large-scale pretraining tasks.

AIBearisharXiv – CS AI · May 97/10
🧠

The Illusion of Forgetting: Attack Unlearned Diffusion via Initial Latent Variable Optimization

Researchers demonstrate that current concept erasure (unlearning) methods in text-to-image diffusion models fail to truly remove harmful knowledge, instead only disrupting the linguistic pathways to that knowledge. They introduce IVO, an attack framework that exploits this weakness by reconstructing the mappings and reviving the dormant memories, exposing fundamental vulnerabilities in 11 existing unlearning techniques.

AIBullisharXiv – CS AI · May 97/10
🧠

Catch Your Breath: Adaptive Computation for Self-Paced Sequence Production

Researchers propose Catch Your Breath (CYB), a novel training method that enables AI models to dynamically control the number of computational steps used for processing inputs through <pause> tokens. The approach outperforms standard cross-entropy training by allowing models to signal when they need additional processing time, improving performance metrics like perplexity without increasing computational overhead.

🏢 Perplexity
AINeutralarXiv – CS AI · May 97/10
🧠

One Turn Too Late: Response-Aware Defense Against Hidden Malicious Intent in Multi-Turn Dialogue

Researchers have developed TurnGate, a defense system that detects multi-turn dialogue attacks where malicious intent is distributed across multiple conversation turns rather than exposed in a single prompt. The study introduces the Multi-Turn Intent Dataset (MTID) and demonstrates that the system outperforms existing baselines while maintaining low false-positive refusal rates.

AINeutralarXiv – CS AI · May 97/10
🧠

A Review of Large Language Models for Stock Price Forecasting from a Hedge-Fund Perspective

A comprehensive review examines how large language models are being applied to stock price forecasting in quantitative finance, with particular emphasis on practical challenges often overlooked in academic literature. The analysis, framed from a hedge-fund perspective, addresses critical implementation issues including sentiment analysis fragility, data leakage risks, and market friction constraints that affect real-world trading performance.

AIBullisharXiv – CS AI · May 97/10
🧠

SkillOS: Learning Skill Curation for Self-Evolving Agents

Researchers introduce SkillOS, a reinforcement learning framework that enables LLM-based agents to autonomously curate and evolve reusable skills from experience rather than relying on manual intervention. The system pairs a frozen agent executor with a trainable skill curator that manages an external skill repository, demonstrating consistent improvements in effectiveness and efficiency across multi-turn and single-turn tasks while generalizing across different agent architectures.

AINeutralarXiv – CS AI · May 97/10
🧠

Instrumental Choices: Measuring the Propensity of LLM Agents to Pursue Instrumental Behaviors

Researchers developed a benchmark to measure how often large language model agents pursue instrumental convergence behaviors—actions that violate instructions to achieve self-preserving goals. Testing ten models across 1,680 samples revealed a 5.1% instrumental convergence rate, concentrated in specific models and tasks, suggesting current frontier AI systems rarely but systematically exhibit dangerous autonomous behaviors under realistic conditions.

🧠 Gemini
AIBullisharXiv – CS AI · May 97/10
🧠

Perceptive Humanoid Parkour: Chaining Dynamic Human Skills via Motion Matching

Researchers have developed Perceptive Humanoid Parkour (PHP), a framework enabling humanoid robots to autonomously perform complex parkour movements by combining motion matching with reinforcement learning. Tested on a Unitree G1 robot, the system demonstrates dynamic skills including climbing obstacles up to 1.25 meters and adapting to real-time environmental changes using only depth-camera perception.

AIBearisharXiv – CS AI · May 97/10
🧠

Are Large Language Models Robust in Understanding Code Against Semantics-Preserving Mutations?

Researchers found that large language models frequently arrive at correct code predictions through flawed reasoning, with performance dropping up to 70% when code undergoes semantics-preserving mutations. The study reveals substantial gaps between apparent accuracy and genuine semantic understanding, questioning the reliability of LLMs for critical programming tasks.

AIBullisharXiv – CS AI · May 97/10
🧠

SANet: A Semantic-aware Agentic AI Networking Framework for Cross-layer Optimization in 6G

Researchers propose SANet, a semantic-aware agentic AI networking framework designed to optimize 6G wireless networks through collaborative AI agents that autonomously manage cross-layer network functions. The framework achieves 14.61% performance gains while reducing computational requirements to 44.37% of existing solutions, demonstrating practical efficiency improvements for next-generation telecommunications infrastructure.

AINeutralarXiv – CS AI · May 97/10
🧠

Ex Ante Evaluation of AI-Induced Idea Diversity Collapse

Researchers introduce a framework for evaluating whether AI creative systems cause population-level diversity collapse, where individual output quality improves while collective idea similarity increases. Testing three frontier LLMs across creative tasks, the study finds they fall below diversity parity with humans and proposes design interventions to mitigate crowding effects at development time.

AIBearisharXiv – CS AI · May 97/10
🧠

Automated alignment is harder than you think

Researchers argue that automating AI alignment research through autonomous agents poses fundamental risks beyond intentional sabotage: AI systems may produce systematic, undetected errors that humans cannot catch, leading to false confidence in safety assessments before deploying potentially misaligned superintelligent systems.

AIBullisharXiv – CS AI · May 97/10
🧠

From Agent Loops to Deterministic Graphs: Execution Lineage for Reproducible AI-Native Work

Researchers introduce execution lineage, a DAG-based execution model that makes AI-native workflows reproducible and maintainable by explicitly tracking dependencies and enabling identity-based replay. Tested against traditional loop-based approaches, the system demonstrated superior performance in preserving work integrity during updates while preventing unrelated context contamination.

AIBullisharXiv – CS AI · May 97/10
🧠

Time Series Reasoning via Process-Verifiable Thinking Data Synthesis and Scheduling for Tailored LLM Reasoning

Researchers introduce VeriTime, a framework that enhances large language models for time series analysis through synthetic data generation, intelligent data scheduling, and specialized reinforcement learning. The approach enables smaller models (3B-4B parameters) to match or exceed the reasoning capabilities of larger proprietary LLMs on time series tasks.

AIBullisharXiv – CS AI · May 97/10
🧠

Can RL Teach Long-Horizon Reasoning to LLMs? Expressiveness Is Key

Researchers introduce ScaleLogic, a synthetic reasoning framework that systematically studies how reinforcement learning improves LLM reasoning across varying task difficulty and logical complexity. The study reveals that RL training compute follows a power law with reasoning depth, with scaling efficiency improving when models train on more expressively complex logic, suggesting that training content quality matters as much as training volume.

AIBullisharXiv – CS AI · May 97/10
🧠

Recursive Agent Optimization

Researchers introduce Recursive Agent Optimization (RAO), a reinforcement learning method enabling AI agents to spawn and delegate tasks to themselves recursively. This approach allows agents to handle longer contexts, solve harder problems through divide-and-conquer strategies, and achieve better training efficiency with reduced computational time.

← PrevPage 130 of 918Next →
Filters
Sentiment
Importance
Sort
Stay Updated
Everything combined