y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto
🤖All100,163🧠AI22,940⛓️Crypto17,363💎DeFi1,799🤖AI × Crypto1,480📰General56,581

AI × Crypto News Feed

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

99069 articles
AIBearisharXiv – CS AI · May 77/10
🧠

Beyond Public Access in LLM Pre-Training Data

Researchers using copyrighted O'Reilly Media books conducted membership inference attacks on OpenAI's language models, finding that GPT-4o exhibits patterns suggesting recognition of pay-walled content (AUROC 0.82) while GPT-4o Mini shows minimal recognition (AUROC 0.56). The findings highlight gaps in corporate transparency around AI training data sources and underscore the need for formal licensing frameworks.

🏢 OpenAI🧠 GPT-4
AIBullisharXiv – CS AI · May 77/10
🧠

Awaking Spatial Intelligence in Unified Multimodal Understanding and Generation

Researchers present JoyAI-Image, a unified multimodal foundation model that combines visual understanding, text-to-image generation, and image editing through a spatially enhanced architecture. The model achieves state-of-the-art performance across multiple benchmarks while advancing spatial reasoning capabilities, positioning unified visual models as promising infrastructure for future applications like vision-language-action systems.

AIBearisharXiv – CS AI · May 77/10
🧠

Frontier Lag: A Bibliometric Audit of Capability Misrepresentation in Academic AI Evaluation

A comprehensive bibliometric audit reveals that academic papers evaluating large language models systematically lag behind frontier AI capabilities by a median of 10.85 points on the Epoch AI Capabilities Index, with this gap widening at 5.53 points annually. The study finds that most papers fail to disclose critical configuration details and make broad claims about "AI" capabilities rather than specific tested models, distorting how AI progress is understood in policy and media.

🧠 GPT-4🧠 GPT-5🧠 Claude
AIBearisharXiv – CS AI · May 77/10
🧠

Undetectable Backdoors in Model Parameters: Hiding Sparse Secrets in High Dimensions

Researchers present Sparse Backdoor, a supply-chain attack that embeds undetectable backdoors into pre-trained image classifiers by injecting sparse perturbations masked with Gaussian noise. The attack is proven computationally infeasible to distinguish from original models under standard hardness assumptions, raising critical security concerns for AI model deployment and verification.

AIBullisharXiv – CS AI · May 77/10
🧠

Stabilizing LLM Supervised Fine-Tuning via Explicit Distributional Control

Researchers propose Anchored Learning, a new fine-tuning method that prevents catastrophic forgetting in large language models by controlling distributional drift through a dynamically evolving reference anchor. The technique achieves near-optimal performance gains while reducing degradation from over 53% to under 5% on benchmark tasks.

AIBullisharXiv – CS AI · May 77/10
🧠

Experiment-as-Code Labs: A Declarative Stack for AI-Driven Scientific Discovery

Researchers propose Experiment-as-Code (EaC) Labs, a new paradigm that bridges AI agents with physical laboratory equipment by encoding experiments as declarative configurations compiled to device-level APIs. This framework combines artificial intelligence with automated lab instrumentation through a systems layer that performs safety checks, resource allocation, and job orchestration, enabling AI-driven scientific discovery beyond purely digital environments.

AIBullisharXiv – CS AI · May 77/10
🧠

A Queueing-Theoretic Framework for Stability Analysis of LLM Inference with KV Cache Memory Constraints

Researchers introduce a queueing-theoretic framework that models LLM inference stability by accounting for both computational and GPU memory constraints from KV caching. The framework derives conditions for service stability and enables operators to calculate optimal cluster sizes for efficient GPU provisioning, with experimental validation showing predictions within 10% accuracy.

AIBullisharXiv – CS AI · May 77/10
🧠

Towards Robust LLM Post-Training: Automatic Failure Management for Reinforcement Fine-Tuning

Researchers introduce RFT-FaultBench, the first comprehensive benchmark for diagnosing failures in reinforcement fine-tuning of large language models, and propose RFT-FM, an automated framework for detecting, diagnosing, and remediating training failures. This addresses a critical gap in LLM post-training reliability where practitioners currently rely on manual inspection.

AIBullisharXiv – CS AI · May 77/10
🧠

Memory as a Markov Matrix: Sample Efficient Knowledge Expansion via Token-to-Dictionary Mapping

Researchers propose a novel framework that models language model memory as a Markov transition matrix, enabling efficient incorporation of new knowledge without catastrophic forgetting. The approach requires only linear sample complexity in the number of existing tokens and achieves zero forgetting through minimal parameter updates via an embedding-tuning algorithm.

AIBullisharXiv – CS AI · May 77/10
🧠

The Implicit Curriculum: Learning Dynamics in RL with Verifiable Rewards

Researchers develop a theoretical framework explaining how reinforcement learning with verifiable rewards (RLVR) enables long-horizon reasoning in large language models through an implicit curriculum effect. The analysis reveals that mixed-difficulty training naturally progresses from easy to hard problems without explicit scheduling, with learning dynamics determined by the smoothness of the difficulty spectrum.

AIBearisharXiv – CS AI · May 77/10
🧠

Sparse Tokens Suffice: Jailbreaking Audio Language Models via Token-Aware Gradient Optimization

Researchers demonstrate that audio language models can be jailbroken using sparse token optimization rather than dense waveform updates, with Token-Aware Gradient Optimization (TAGO) achieving comparable attack success rates while modifying only 25% of audio tokens. The findings reveal that gradient energy concentrates in specific audio regions, suggesting future AI safety research should account for this heterogeneous token-level structure.

AIBearisharXiv – CS AI · May 77/10
🧠

From Beats to Breaches:How Offensive AI Infers Sensitive User Information from Playlists

Researchers demonstrate that machine learning models can infer sensitive personal information like age, gender, location, and personality traits from public music playlists with high accuracy. The study introduces musicPIIrate, an offensive AI tool using deep learning and graph neural networks, alongside JamShield, a defensive framework that injects dummy playlists to obscure identifying signals and reduce inference accuracy by 10% on average.

$OCEAN
AIBullisharXiv – CS AI · May 77/10
🧠

Gradients with Respect to Semantics Preserving Embeddings Tell the Uncertainty of Large Language Models

Researchers introduce SemGrad, a gradient-based uncertainty quantification method for large language models that operates in semantic space rather than parameter space, eliminating the computational overhead of sampling-based approaches. The method measures output stability under semantically equivalent input perturbations to gauge LLM confidence, addressing the critical challenge of hallucinations in free-form text generation.

AIBullisharXiv – CS AI · May 77/10
🧠

Skill Neologisms: Towards Skill-based Continual Learning

Researchers propose skill neologisms—soft tokens added to LLM vocabularies—as a scalable approach to continual learning that enables models to acquire new capabilities without catastrophic forgetting or weight updates. The method demonstrates that independently trained skill tokens can compose zero-shot and work with out-of-distribution tasks, offering a practical alternative to fine-tuning.

AIBearisharXiv – CS AI · May 77/10
🧠

Accountable Agents in Software Engineering: An Analysis of Terms of Service and a Research Roadmap

Researchers analyzed Terms of Service agreements for AI coding assistants and autonomous agents, finding that providers consistently shift responsibility for code correctness, safety, and legal compliance to users. The study identifies misalignment between current policy frameworks and increasingly agent-mediated software development, proposing a research roadmap to establish clearer accountability structures.

AIBearisharXiv – CS AI · May 77/10
🧠

On the (In-)Security of the Shuffling Defense in the Transformer Secure Inference

Researchers demonstrate that the shuffling defense mechanism used to protect Transformer model weights during secure inference can be broken through an alignment attack, allowing adversaries to recover weights with minimal cost. The attack exploits multiple shuffled activations by finding a common permutation, undermining a key security assumption in privacy-preserving machine learning.

AIBullisharXiv – CS AI · May 77/10
🧠

Local Intrinsic Dimension Unveils Hallucinations in Diffusion Models

Researchers have identified local intrinsic dimension (LID) as the primary driver of hallucinations in diffusion models—the phenomenon where AI generates structurally impossible outputs like hands with extra fingers. They propose Intrinsic Quenching (IQ), a corrective mechanism that reduces these anomalies and shows particular promise for medical imaging applications.

AINeutralarXiv – CS AI · May 77/10
🧠

iWorld-Bench: A Benchmark for Interactive World Models with a Unified Action Generation Framework

Researchers introduced iWorld-Bench, a comprehensive benchmark dataset and evaluation framework for training and testing interactive world models with 330k video clips and 4.9k test samples. The framework unifies evaluation across different model architectures through a standardized Action Generation Framework and assesses capabilities in visual generation, trajectory following, and memory tasks.

AIBearisharXiv – CS AI · May 77/10
🧠

Misaligned by Reward: Socially Undesirable Preferences in LLMs

Researchers found that reward models used to align large language models often fail to capture socially desirable preferences, preferring biased, unsafe, or unethical responses across domains like bias, safety, and morality. The study reveals a critical misalignment between how reward models are currently evaluated and their actual performance on social intelligence tasks, exposing a fundamental gap in LLM safety infrastructure.

AI × CryptoBullisharXiv – CS AI · May 77/10
🤖

Knowledge-Free Correlated Agreement for Incentivizing Federated Learning

Researchers introduce Knowledge-Free Correlated Agreement (KFCA), a novel mechanism for incentivizing federated learning that rewards client contributions without requiring ground truth labels or public test sets. The approach addresses security vulnerabilities in existing correlated agreement systems and demonstrates practical viability through real-world applications in LLM adapter tuning and industrial inspection tasks.

AIBearisharXiv – CS AI · May 77/10
🧠

Syntax- and Compilation-Preserving Evasion of LLM Vulnerability Detectors

Researchers demonstrate that LLM-based vulnerability detectors, increasingly used in software security pipelines, can be evaded through syntax-preserving code transformations. The study reveals that models with 70%+ accuracy on clean code can fail to detect 87%+ of vulnerabilities when subjected to minor edits, with adversarial attacks achieving up to 92.5% evasion rates—raising serious questions about the reliability of AI-driven security tools in production environments.

🧠 GPT-4
AIBullisharXiv – CS AI · May 77/10
🧠

Autoregressive, Yet Revisable: In Decoding Revision for Secure Code Generation

Researchers propose Stream of Revision, a new paradigm for LLM-based code generation that allows models to revise and correct their output during generation rather than producing code in a strictly linear fashion. By introducing special action tokens enabling backtracking and editing within a single forward pass, the approach significantly reduces security vulnerabilities in generated code with minimal computational overhead.

AIBearisharXiv – CS AI · May 77/10
🧠

Seeing the Goal, Missing the Truth: Human Accountability for AI Bias

Research shows that Large Language Models exhibit measurable bias when their downstream purpose is revealed, even when generating supposedly task-independent metrics. This bias stems from human research design choices rather than algorithmic flaws, raising critical questions about how AI systems are deployed in financial and other sensitive domains.

AIBullisharXiv – CS AI · May 77/10
🧠

Diffusion-Inspired Masked Fine-Tuning for Knowledge Injection in Autoregressive LLMs

Researchers demonstrate that masked fine-tuning—a demasking objective borrowed from diffusion models—significantly improves knowledge injection in autoregressive LLMs without requiring expensive paraphrase augmentation and while remaining resistant to the reversal curse. This technique closes the performance gap between autoregressive and diffusion language models, with applications extending to math tasks and large-scale knowledge-intensive benchmarks.

← PrevPage 430 of 3963Next →
Filters
Sentiment
Importance
Sort
Stay Updated
Everything combined