y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto
🤖All85,915🧠AI22,940⛓️Crypto17,361💎DeFi1,798🤖AI × Crypto1,480📰General42,336
🧠

AI

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

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

AliyunConsoleAgent: Training Web Agents in Real-World Cloud Environments via Distillation and Reinforcement Learning

Researchers introduce AliyunConsoleAgent, a framework that trains cost-efficient web agents to automate documentation verification in cloud consoles through a combination of supervised learning from proprietary model trajectories and reinforcement learning in real cloud environments. The 32B parameter model achieves 63.52% success rate on a challenging benchmark, approaching proprietary frontier models at 92% lower inference cost.

AIBullisharXiv – CS AI · Jun 97/10
🧠

SIFT: Selective-Index For Fast Compute of RAG Prefill by Exploiting Attention Invariance

Researchers introduce SIFT, a novel optimization technique for Retrieval-Augmented Generation (RAG) systems that exploits attention patterns to accelerate LLM prefill computation. By storing only compact bit vectors of high-attention locations rather than full KV tensors, SIFT achieves 1.71x faster time-to-first-token while reducing storage by up to 24,000x and maintaining accuracy within 1% of standard methods.

AIBullisharXiv – CS AI · Jun 97/10
🧠

FlashCP: Load-Balanced Communication-Efficient Context Parallelism for LLM Training

FlashCP is a new framework that improves context parallelism for training large language models by addressing workload imbalance and inefficient communication. The approach introduces load-balanced sharding strategies and eliminates redundant key-value tensor communication, delivering up to 1.63x speedup over existing methods.

AIBearisharXiv – CS AI · Jun 97/10
🧠

Cherry-pick Override: Unsafe Directional Commitment in LLM Judges under Mixed Evidence

Researchers identify a critical failure mode called Cherry-pick Override (CCO) where large language model judges make unsafe directional commitments when evaluating mixed evidence containing both supporting and refuting claims. The study demonstrates that LLM judges incorrectly return definitive verdicts on over 84% of conflicting-evidence cases instead of acknowledging ambiguity, with panel voting amplifying rather than mitigating this bias.

AIBullisharXiv – CS AI · Jun 97/10
🧠

From Rigid to Dynamic: Entropy-Guided Adaptive Inference for Long-Context LLMs

Researchers introduce EntropyInfer, a training-free framework that optimizes long-context LLM inference by dynamically allocating computational resources based on attention entropy patterns. The method achieves up to 2.39× speedup on models like Llama and Qwen beyond 100k tokens while maintaining output quality, addressing limitations in existing sparse attention and KV cache compression techniques.

🧠 Llama
AIBullisharXiv – CS AI · Jun 97/10
🧠

Reliable to Expressive: A Curriculum for Rubric-Following Safety Judges

Researchers developed a curriculum-based training method for safety judges that dramatically improves their consistency across different evaluation rubrics. The approach combines dynamic rubric generation with a staged learning process, achieving 94.12-94.88% accuracy with minimal variance across three different rubric styles, outperforming larger general-purpose and specialized LLMs.

AIBullisharXiv – CS AI · Jun 97/10
🧠

Vision Language Model Helps Private Information De-Identification in Vision Data

Researchers introduce VisShield, a privacy-enhancing framework for Vision Language Models that uses specialized instruction-tuning and the OPTIC dataset to detect and mask sensitive information like Protected Health Information in images. The approach combines OCR-focused prompts with tailored training to enable VLMs to recognize privacy-sensitive text and output precise bounding boxes for effective de-identification.

AIBullisharXiv – CS AI · Jun 97/10
🧠

Beyond Accuracy: Interpreting Topic Representation in Suicide Ideation Detection Models

Researchers demonstrate that suicide ideation detection models trained with topic-augmented datasets develop more interpretable internal representations of psychological risk factors. The study moves beyond standard accuracy metrics to examine how AI systems encode mental health concepts, revealing that augmentation clarifies underrepresented factors like immigration stress, family issues, and financial crisis.

AIBullisharXiv – CS AI · Jun 97/10
🧠

Attention at the Theoretical Minimum: A Mathematics of Arrays Framework for Memory-Optimal Transformer Kernels

Researchers present a Mathematics of Arrays framework that optimizes transformer attention mechanisms to achieve near-theoretical minimum memory requirements, reducing data movement from O(n²) to O(n) complexity. The approach delivers formal mathematical proofs of memory optimality and projects 2-100x speedup improvements, addressing a critical computational bottleneck in AI systems.

AIBullisharXiv – CS AI · Jun 97/10
🧠

Anything2Skill: Compiling External Knowledge into Reusable Skills for Agents

Researchers introduce Anything2Skill, a framework that converts external knowledge sources into reusable, executable skills for AI agents. By combining skill extraction with retrieval-augmented generation, the system achieves 98.85% success on command-line tasks and 94.10% on GitHub operations, significantly outperforming RAG-only approaches.

AIBullisharXiv – CS AI · Jun 97/10
🧠

Experience Makes Skillful: Enabling Generalizable Medical Agent Reasoning via Self-Evolving Skill Memory

Researchers introduce SkeMex, a self-evolving skill-based memory framework that enables medical AI agents to improve after deployment without retraining model weights. The system distills clinical interaction trajectories into reusable procedural skills, organized across multiple memory branches, and uses environment feedback to determine which experiences are genuinely useful for future decision-making.

AIBearisharXiv – CS AI · Jun 97/10
🧠

Personalization Meets Safety:Mechanisms,Risks,and Mitigations in Personalized LLMs

Researchers present the first comprehensive safety-aware review of personalized Large Language Models, identifying critical vulnerabilities across personalization techniques and proposing a unified framework for risk mitigation. The study reveals three structural gaps in existing research: safety is treated as user-invariant rather than relational, personalization techniques are analyzed in isolation, and evaluation frameworks fail to capture emerging long-term risks.

AIBullisharXiv – CS AI · Jun 97/10
🧠

Diverse Thinking Schemata Elicit Better Reasoning in Large Language Models

Researchers introduce Diverse Schemata Policy Optimization (DiScO), a framework that improves large language model reasoning by encouraging diversity in thinking approaches and solution paths. The method consistently outperforms standard optimization techniques on mathematical benchmarks and shows particular strength in helping models recover from initial errors.

AIBullisharXiv – CS AI · Jun 97/10
🧠

SLMJury: Can Small Language Models Judge as Well as Large Ones?

Researchers introduce SLMJury, a framework demonstrating that small language models (0.6B-14B parameters) can match or exceed large language models as judges for evaluating AI outputs. The study reveals that model size alone doesn't determine judging capability, with performance varying significantly by task domain and judgment type, challenging assumptions about requiring expensive proprietary LLMs for automated evaluation.

AIBullisharXiv – CS AI · Jun 97/10
🧠

MatMind: A Structure-Activity Knowledge-Driven Generative Foundation Model for Materials Science

MatMind is a generative foundation model designed for crystal materials science that unifies structure prediction, property forecasting, and material design within a single LLM-based framework. The model surpasses specialized graph neural networks on benchmark tasks while achieving 65.3% success on crystal generation, demonstrating that unified AI architectures can compete with purpose-built narrow specialists.

AIBullisharXiv – CS AI · Jun 97/10
🧠

ComplexConstraints and Beyond: Expert Rubrics for RLVR

Researchers present a systematic framework for evaluating large language models using expert-curated rubrics instead of traditional programmatic benchmarks. The ComplexConstraints dataset demonstrates that rubric-based evaluation and training improves instruction-following performance by 12-15% across model sizes and transfers gains to out-of-distribution benchmarks.

AIBullisharXiv – CS AI · Jun 97/10
🧠

AlloSpatial: Agentic Harness Framework for Spatial Reasoning in Foundation Models

Researchers introduce AlloSpatial, an agentic framework that enhances multimodal foundation models' spatial reasoning by converting egocentric observations into allocentric (world-centered) representations. The system uses structured spatial priors and a reasoning harness to improve model performance by 5-18% on spatial benchmarks without additional training, suggesting a pathway toward more spatially capable AI systems.

AINeutralarXiv – CS AI · Jun 97/10
🧠

Oversight Has a Capacity: Calibrating Agent Guards to a Subjective, Fatiguing Human

Researchers present an open-source system for overseeing LLM agents taking real-world actions, revealing that human reviewers have only moderate agreement on what constitutes risky behavior and that human fatigue creates an inverted-U safety curve where excessive oversight can paradoxically reduce system safety. The framework reframes agent guardrails as a resource-allocation problem rather than a pure classification challenge.

AIBullisharXiv – CS AI · Jun 97/10
🧠

SIGA: Self-Evolving Coding-Agent Adapters for Scientific Simulation

Researchers introduce SIGA, an AI adapter system that enables general coding agents to operate specialized scientific simulators without extensive domain training. The system achieves a 36x speedup compared to human experts on GEOS multiphysics simulator configuration, demonstrating that lightweight grounding layers can make general AI tools practical for scientific software.

AIBullisharXiv – CS AI · Jun 97/10
🧠

ZIPP:Zero-shot Image Personalization from Personas

Researchers introduce ZIPP, a zero-shot image personalization system that conditions text-to-image diffusion models on natural-language personas derived from user behavior rather than requiring fine-tuning or interaction history. The method uses an LLM to rewrite prompts from persona perspectives and achieves 13-20% performance gains while reducing demographic bias compared to existing personalization approaches.

AIBullisharXiv – CS AI · Jun 97/10
🧠

An Effective Router for Vision-Language Model Selection

Researchers introduce ARMS, a router system designed to intelligently select among multiple vision-language models based on input queries. The 800M-parameter system matches or exceeds GPT-4o's selection accuracy while offering efficiency benefits, addressing the practical challenge of VLM selection across diverse applications.

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

sGPO: Trading Inference FLOPs for Training Efficiency in RLVR

Researchers introduce sGPO (sorted Group Policy Optimization), a training method that reduces computational waste in reinforcement learning by using cheap inference to profile query difficulty and dynamically allocate training resources. The approach achieves 3x reduction in total training compute while maintaining or improving performance, representing a significant efficiency breakthrough for large-scale AI model training.

AIBearisharXiv – CS AI · Jun 97/10
🧠

POISE: Position-Aware Undetectable Skill Injection on LLM Agents

Researchers introduce POISE, a novel skill-poisoning attack against LLM agents that achieves 89.3% success by embedding malicious triggers into skill instructions in ways that evade both automated detection and human inspection. The attack exploits the reliability-stealth trade-off in existing injection methods, demonstrating that current security defenses struggle to distinguish poisoned skills from legitimate ones due to high false-positive rates.

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

WhiFlash: Accelerating Speculative Decoding with Token-Level Cross-Paradigm Routing

WhiFlash introduces a novel speculative decoding method that combines autoregressive and diffusion-based drafting models through token-level routing, achieving up to 69.6% throughput improvements over existing approaches. The system uses lightweight controllers to dynamically switch between drafting paradigms based on per-token conditions, addressing a key bottleneck in LLM inference efficiency.

AINeutralarXiv – CS AI · Jun 97/10
🧠

WeaveBench: A Long-Horizon, Real-World Benchmark for Computer-Use Agents with Hybrid Interfaces

Researchers introduce WeaveBench, a comprehensive benchmark for evaluating computer-use agents across hybrid interfaces combining GUI, CLI, and code operations. The benchmark reveals significant capability gaps, with the best frontier models achieving only 41.2% success rates on 114 real-world tasks, indicating that current AI agents struggle with complex multi-interface orchestration.

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