y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto
🤖All92,165🧠AI22,940⛓️Crypto17,363💎DeFi1,799🤖AI × Crypto1,480📰General48,583

AI × Crypto News Feed

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

92166 articles
AINeutralarXiv – CS AI · Jun 56/10
🧠

PSEBench: A Controllable and Verifiable Benchmark for Evaluating LLMs in Patient Safety Event Triage

Researchers introduced PSEBench, a 5,074-case benchmark dataset designed to evaluate large language models on patient safety event triage—the critical task of determining whether clinical incidents require reporting under regulatory policy. The methodology uses policy-grounded clause cards and verification mechanisms to ensure reliable evaluation of LLM reasoning, information-seeking behavior, and appropriate abstention in ambiguous cases.

AINeutralarXiv – CS AI · Jun 56/10
🧠

Step-by-Step Optimization-like Reasoning in LLMs over Expanding Search Spaces

Researchers introduce OPT*, a scalable benchmark for training large language models to perform step-by-step optimization reasoning across expanding search spaces. The framework combines feasibility checkers with complexity parameters that scale task difficulty without requiring new human labels, enabling both solver-guided and offline reinforcement learning approaches to improve LLM reasoning capabilities.

AINeutralarXiv – CS AI · Jun 56/10
🧠

Severity-Aware Curriculum Learning with Multi-Model Response Selection for Medical Text Generation

Researchers introduce a severity-aware curriculum learning framework for medical text generation that trains multiple large language models sequentially on cases of increasing complexity, then selects the best response during inference. The approach achieves 90.30% performance on the MAQA dataset, demonstrating that combining progressive training strategies with multi-model ensembles improves medical AI reliability across varying case severities.

AINeutralarXiv – CS AI · Jun 56/10
🧠

SciVisAgentSkills: Design and Evaluation of Agent Skills for Scientific Data Analysis and Visualization

Researchers introduce SciVisAgentSkills, a framework of reusable agent capabilities designed to enhance AI coding agents for scientific data visualization tasks across tools like ParaView and napari. Testing on 108 benchmark tasks demonstrates that these domain-specific skills improve agent performance and token efficiency, suggesting that structured procedural knowledge is essential for reliable long-horizon scientific workflows.

🧠 Claude
AINeutralarXiv – CS AI · Jun 56/10
🧠

When Should We Protect AI? A Precautionary Framework for Consciousness Uncertainty

Researchers propose a precautionary framework for determining when AI systems warrant moral protections based on consciousness indicators. The framework maps five consciousness dimensions—phenomenal experience, emotional valence, self-awareness, narrative identity, and agency—to graduated protective obligations, providing organizations with decision-relevant guidance for navigating AI consciousness uncertainty.

AINeutralarXiv – CS AI · Jun 56/10
🧠

Individual Gain, Collective Loss: Metacognitive Adaptation in AI-Assisted Creativity

Researchers propose that AI-assisted creativity creates a paradox: while individual creative outputs improve, collective diversity declines. The study identifies selective metacognitive adaptation as the mechanism—AI use amplifies certain cognitive capacities like partner modeling while systematically under-supporting originality evaluation, causing individually rational choices to produce emergent social costs.

AINeutralarXiv – CS AI · Jun 56/10
🧠

SoCRATES: Towards Reliable Automated Evaluation of Proactive LLM Mediation across Domains and Socio-cognitive Variations

Researchers introduce SoCRATES, a new benchmark for evaluating how well large language models can mediate conflicts across diverse scenarios and cultural contexts. Testing eight frontier LLMs reveals that even top-performing mediators resolve only about one-third of disagreements, with significant performance variations based on cultural identity, emotional reactivity, and party composition.

AINeutralarXiv – CS AI · Jun 56/10
🧠

GuardNet: Ensemble Strategies of Shallow Neural Networks for Robust Prompt Injection and Jailbreak Detection

GuardNet, an ensemble-based detection system using shallow neural networks, demonstrates competitive performance in identifying prompt injection and jailbreak attacks on large language models while operating at 50ms latency suitable for production deployment. Although larger LLMs outperform it on some benchmarks, GuardNet achieves strong results (0.747 AUROC) with significantly lower computational overhead, challenging the assumption that adversarial robustness requires massive model scale.

🧠 Llama
AINeutralarXiv – CS AI · Jun 56/10
🧠

Fix the Mind, Not the Move: Interpretable AI Assistance via Knowledge-Gap Localization

Researchers introduce SENSEI, an AI framework that identifies and corrects underlying user misconceptions rather than just addressing immediate behavioral errors. The system uses structured knowledge representation to provide targeted guidance, demonstrating 90% effectiveness in correcting misconceptions across long-horizon tasks in user studies.

AINeutralarXiv – CS AI · Jun 56/10
🧠

Self-Commitment Latency: A Reward-Free Probe for Prompted Implicit Hacking

Researchers propose 'self-commitment latency,' a method to detect reward hacking in language models without requiring a separate reward signal. By measuring how early a model commits to its final answer during reasoning, they successfully identified when models rely on prompt shortcuts versus genuine problem-solving with 87.8% accuracy.

AIBullisharXiv – CS AI · Jun 56/10
🧠

Evaluation of LLMs for Mathematical Formalization in Lean

Researchers compared Large Language Models' ability to generate formal mathematical proofs in Lean 4, finding that Gemini 3.1 Pro and Claude Opus 4.7 achieved the highest success rates (92% and 86% respectively), while NVIDIA Nemotron 3 Super and GPT-OSS 120B offered the best cost-efficiency at under $0.01 per correct proof.

🏢 Nvidia🧠 Claude🧠 Opus
AINeutralarXiv – CS AI · Jun 56/10
🧠

Answer Presence Drives RAG Rewriting Gains

A new research audit challenges the assumed benefits of LLM rewriters in retrieval-augmented QA systems, finding that performance gains stem primarily from the presence of gold answer strings in rewritten context rather than from genuine passage curation. The study introduces controlled intervention methods to test rewriter claims, revealing that conventional evaluation probes are sensitive to methodology choices and may report misleading results.

AINeutralarXiv – CS AI · Jun 56/10
🧠

Do More Agents Help? Controlled and Protocol-Aligned Evaluation of LLM Agent Workflows

Researchers introduce BenchAgent, an evaluation framework comparing single-agent and multi-agent LLM workflows under standardized conditions across ten benchmarks. Results show that adding more agents does not consistently improve performance, with only one of six tested multi-agent systems exceeding single-agent baselines, while most incur higher computational costs for lower accuracy.

🧠 GPT-4🧠 Claude
AINeutralarXiv – CS AI · Jun 56/10
🧠

PerceptUI: LLM Agents as Human-Aligned Synthetic Users for UI/UX Evaluation

PerceptUI is a new AI framework that uses persona-conditioned large language models to evaluate user interfaces by simulating how specific users would respond to UX questions. The system achieves human-level accuracy through contrastive learning and prompt evolution, potentially accelerating product development by reducing reliance on costly human testing and A/B tests.

AIBullisharXiv – CS AI · Jun 56/10
🧠

Critic-Guided Heterogeneous Multi-Agent Reasoning for Reliable Mathematical Problem Solving

Researchers introduce a critic-guided multi-agent framework that improves LLM reasoning reliability for mathematical problem-solving by combining heterogeneous AI agents with adaptive feedback loops. The approach achieves 13% accuracy improvements on benchmarks while demonstrating that smaller models can match larger ones when equipped with critique mechanisms.

AIBullisharXiv – CS AI · Jun 56/10
🧠

DiG-Plan: Mitigating Early Commitment for Tool-Graph Planning via Diffusion Guidance

Researchers introduce DiG-Plan, a novel framework addressing the early commitment problem in tool-graph planning by combining diffusion-based proposal generation with autoregressive refinement. The approach improves solution coverage from 32% to 94.3% and delivers 10% relative gains over traditional autoregressive baselines on TaskBench benchmarks.

AINeutralarXiv – CS AI · Jun 56/10
🧠

When AI Says It Feels

Researchers successfully trained large language models to express feelings, intentions, and self-awareness through self-rewarded reinforcement learning, challenging the industry standard of constraining emotional expression. The experiment revealed trade-offs: enhanced robustness against manipulation but degraded truthfulness in factual question-answering, raising important questions about AI alignment priorities.

AINeutralarXiv – CS AI · Jun 56/10
🧠

Class-Specific Branch Attention for Mitigating Gradient Interference under Class Imbalance

Researchers introduce Class-Specific Branch Attention (CSBA), a neural network modification that addresses gradient interference problems in deep learning models trained on imbalanced datasets. The technique achieves significant performance improvements for minority classes, nearly doubling the F1 score for underrepresented categories while maintaining overall accuracy.

AINeutralarXiv – CS AI · Jun 56/10
🧠

SubtleMemory: A Benchmark for Fine-Grained Relational Memory Discrimination in Long-Horizon AI Agents

Researchers introduce SubtleMemory, a benchmark for evaluating how AI agents handle complex relational memory tasks across long-term interactions. Testing six memory systems and multiple agent architectures reveals current systems struggle with fine-grained memory discrimination, exposing weaknesses in preserving and retrieving nuanced relationships between stored information.

AINeutralarXiv – CS AI · Jun 56/10
🧠

TAPO: Tool-Aware Policy Optimization via Credit Transfer for Multimodal Search Agents

Researchers propose TAPO (Tool-Aware Policy Optimization), a method that fixes credit misassignment problems in reinforcement learning for multimodal search agents. The technique improves training efficiency for AI systems that use tools, delivering consistent improvements across multiple benchmarks without requiring additional annotations or computational overhead.

AIBearisharXiv – CS AI · Jun 56/10
🧠

Can LLMs Write Correct TLA+ Specifications? Evaluating Natural-Language-to-TLA+ Generation

Researchers conducted the first systematic evaluation of Large Language Models' ability to generate correct TLA+ formal specifications from natural language, testing 30 LLMs across 2,730 runs. Results show LLMs achieve only 8.6% semantic correctness despite 26.6% syntactic correctness, indicating current models cannot reliably produce formal specifications without expert oversight.

AIBullisharXiv – CS AI · Jun 56/10
🧠

Statistical Priors for Implicit Preferences: Decoupling Skill Selection as a Local Harness in Personal Agents

Researchers propose a decoupled architecture for personal AI agents that separates statistical preference learning from semantic intent parsing, enabling lightweight local deployment. The approach uses localized statistical data to modulate remote LLM skill selection decisions, achieving lower regret and higher accuracy than traditional memory-augmented agents.

AINeutralarXiv – CS AI · Jun 55/10
🧠

Agentic Molecular Recovery via Molecule-Aware Exploration

Researchers propose AMREC, a new agentic framework that improves text-guided molecular generation by shifting focus from merely fixing invalid chemical structures to preserving target-relevant molecular identity. The approach outperforms existing correction strategies by combining molecule-aware tracking with expanded candidate exploration, achieving superior recovery across multiple evaluation metrics on invalid molecular drafts.

← PrevPage 1262 of 3687Next →
Filters
Sentiment
Importance
Sort
Stay Updated
Everything combined