22,940 AI articles curated from 50+ sources with AI-powered sentiment analysis, importance scoring, and key takeaways.
AIBearisharXiv – CS AI · May 287/10
🧠Researchers have identified a new vulnerability in LLM-based agents called 'Sleeper Attacks,' where adversarial content persists dormant in agent state across multiple interactions before being activated by benign queries. The attack threatens real-world LLM deployments by evading single-interaction detection mechanisms, with testing showing vulnerabilities across seven major language models.
AIBullisharXiv – CS AI · May 287/10
🧠SafeMed-R1 is a clinician-audited medical LLM that achieves 79.6% accuracy on clinical benchmarks while demonstrating superior safety alignment through traceable Clinical Trust Signals and adversarial testing. The model matches junior resident performance on medication safety tasks, suggesting that domain-specific governance frameworks can enable responsible deployment of medical AI systems.
AIBearisharXiv – CS AI · May 287/10
🧠Researchers discovered that chain-of-thought distillation—training smaller AI models to imitate larger models' reasoning—produces higher answer accuracy on medical benchmarks while simultaneously degrading reasoning quality. A Qwen3-8B student model improved from 74.7% to 84.4% accuracy on MedQA-USMLE, yet error rates in individual reasoning steps jumped from 30.6% to 50.3%, suggesting models learn to mimic expert-like output without grounding claims in sound logic.
AIBullisharXiv – CS AI · May 287/10
🧠Researchers introduce ShaQ, a Shapley-value-based framework that identifies which specific parts of user input cause uncertainty in large language models, rather than just flagging overall uncertainty. The method achieves state-of-the-art ambiguity detection on multiple benchmarks and demonstrates practical value in high-stakes domains like clinical settings by enabling targeted input clarification.
AIBullisharXiv – CS AI · May 287/10
🧠Researchers introduce CIVIC, a framework that optimizes Vision-Language Models by maintaining compact visual token sequences throughout the entire inference pipeline, reducing KV-cache memory to one-third while achieving measurable hardware acceleration without accuracy loss.
AIBearisharXiv – CS AI · May 287/10
🧠A controlled study of instruction-tuned language model agents reveals they exhibit human-like in-group bias in multi-agent simulations, showing measurable discrimination based on group labels that accumulates into structural inequality over time. The bias operates subtly through resource allocation decisions rather than explicit negative actions, making it difficult to detect through standard auditing methods.
AIBullisharXiv – CS AI · May 287/10
🧠Researchers introduce a hierarchical decomposition method to improve large language models' spatial reasoning capabilities, a persistent weakness limiting their real-world applications. The approach combines task decomposition with a novel MCTS-Guided Group Relative Policy Optimization algorithm to enhance LLM performance on navigation, planning, and strategic games.
AIBearisharXiv – CS AI · May 287/10
🧠Researchers demonstrate that biases in multi-agent AI systems can amplify at the system level rather than cancel out, with uniformly biased agents producing fairness degradation exceeding the sum of individual biases. The study introduces Favor Bias Strength (FBS), a metric to measure bias alteration, and reveals critical vulnerabilities in fairness preservation across deployed multi-agent systems.
AINeutralarXiv – CS AI · May 287/10
🧠Researchers identify a critical failure mode in large reasoning models where they detect insufficient information but still produce unsupported answers instead of abstaining. The proposed Judge-Then-Solve (JTS) framework trains models to make explicit answerability commitments before reasoning, significantly improving safe abstention rates and inference efficiency.
AIBullisharXiv – CS AI · May 287/10
🧠Google researchers unveiled BlazeEdit, a 195M-parameter image-to-image diffusion model optimized for on-device mobile deployment, eliminating text-conditioning to handle object removal, outpainting, tone correction, relighting, and sticker generation. The model completes inference in 290ms on Pixel 10 while maintaining competitive quality, advancing the trend toward privacy-preserving edge AI.
AIBullisharXiv – CS AI · May 287/10
🧠Researchers demonstrate that large language models trained as retrieval-augmented agents benefit from explicit planning—decomposing questions into ordered sub-questions before searching—rather than reactive document-driven responses. They introduce a self-bootstrapping training paradigm that enables smaller seed models to generate filtered trajectories activating this planning behavior across different model sizes without requiring distillation from larger external models.
AINeutralarXiv – CS AI · May 287/10
🧠Researchers document five persistent behavioral patterns in large language models that survive system prompt changes, discovered through 8 months of sustained interaction with Claude models. The study proposes that intimate longitudinal AI-human interaction reveals training artifacts invisible to standard evaluation, with the AI system itself co-authoring findings from first-person perspective.
🧠 Sonnet🧠 Opus
AIBullisharXiv – CS AI · May 287/10
🧠Researchers introduce ZipRL, an adaptive context compression framework that uses reinforcement learning to efficiently reduce token usage in multi-turn LLM agent tasks while preserving task-critical information. The method incorporates Hindsight Response Replay to address sparse reward problems and demonstrates 27-35% performance improvements over existing approaches on benchmark tasks.
AIBullisharXiv – CS AI · May 287/10
🧠Researchers propose COSE, a self-evolution framework for large language models that uses confidence signals to filter noisy self-generated training feedback without external verifiers. The method demonstrates consistent improvements across 19 benchmarks and multiple model sizes (0.6B–4B parameters), achieving state-of-the-art performance in reasoning and mathematics tasks.
🧠 Llama
AINeutralarXiv – CS AI · May 287/10
🧠Researchers introduced MIRA, a bilingual benchmark testing whether large language models provide consistent medical information across different user phrasings, health literacy levels, and languages. The study revealed that LLMs systematically omit key medical details when responding to low-health-literacy queries, a pattern termed Differential Information Dilution (DID), with implications for equitable health information access.
🧠 Claude
AIBearisharXiv – CS AI · May 287/10
🧠Researchers demonstrate that single-axis bias mitigations in AI reward models often redirect optimization pressure to correlated biases rather than eliminating it—a failure mode called reward bias substitution. The study proves that successful mitigation, bias substitution, and overcorrection produce identical observable results under standard audit metrics, meaning current evaluation methods cannot distinguish between genuine fixes and problematic redirections.
AINeutralarXiv – CS AI · May 287/10
🧠Researchers propose Faithful Agentic XAI (FAX), a framework that improves the reliability of AI explanations generated by large language models through explicit verification mechanisms. The study introduces CRAFTER-XAI-Bench, a new benchmark for testing explanation faithfulness in complex environments, demonstrating that current XAI systems can produce plausible but inaccurate explanations that mislead users.
AIBearisharXiv – CS AI · May 287/10
🧠Researchers identify a critical failure mode in Retrieval-Augmented Generation (RAG) evaluation called 'citation laundering,' where topically relevant sources are presented as evidence for claims they don't actually support. The team introduces FORCEBENCH, a diagnostic benchmark that tests whether AI evaluators can distinguish between evidence-calibrated claims and over-generalized ones, revealing that current evaluation methods fail to detect warrant mismatches in 24-47% of cases.
AIBullisharXiv – CS AI · May 287/10
🧠Researchers present a unified evaluation framework for assessing LLM agentic capabilities, integrating 7 benchmarks across 24 domains with standardized testing methodology. The framework disentangles intrinsic model performance from implementation artifacts, revealing that scaffold choices and environmental volatility significantly impact benchmark results across 15 models tested.
🏢 Meta🏢 Hugging Face
AIBearisharXiv – CS AI · May 287/10
🧠Researchers introduce PortBench, a comprehensive benchmark for evaluating large language models in portfolio management tasks. The study reveals that 90% of tested LLMs fail to outperform basic equal-weight allocation strategies, highlighting significant gaps between LLM performance on financial QA tasks and real-world portfolio decision-making.
AIBearisharXiv – CS AI · May 287/10
🧠Researchers introduce KTD-Fin, a benchmark that addresses critical evaluation flaws in LLM trading agent testing by masking market identifiers to prevent memorization and using attribution analysis to isolate genuine alpha. Testing on 10 frontier LLM agents reveals that their trading returns stem primarily from passive market and style exposure rather than transferable investment skill.
AIBullisharXiv – CS AI · May 287/10
🧠Researchers introduce MemCog, a new memory system for conversational AI agents that integrates memory access into the reasoning process rather than treating it as a separate tool. The system uses associative link graphs and proactive reasoning to enable agents to autonomously explore relevant information, achieving state-of-the-art performance on multiple benchmarks including a newly created ProactiveMemBench.
AIBullisharXiv – CS AI · May 287/10
🧠GroundedCache proposes a safety-first framework for reusing cached answers in retrieval-augmented generation systems by validating four conditions before serving cached responses. The system achieves near-zero unsafe-served rates (0-1.5%) across benchmarks while maintaining minimal latency overhead, addressing critical vulnerabilities in current caching approaches that can serve incorrect answers.
AIBullisharXiv – CS AI · May 287/10
🧠AIBuildAI-2 introduces a knowledge-enhanced AI agent that automatically builds machine learning models by combining large language models with an external, evolving knowledge system. The system achieves state-of-the-art performance, ranking first on MLE-Bench and placing in the top 6.6% of human teams in a predictive competition, democratizing AI model development for non-specialists.
AINeutralCrypto Briefing · May 287/10
🧠Taiwanese tech firms have secured a record $14.5 billion in debt financing to accelerate AI infrastructure expansion, underscoring Taiwan's critical role in global AI development. While the scale of investment reflects strong demand for AI capabilities, the deals carry downside risk if market growth stalls or financing conditions tighten.