y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto
🤖All100,743🧠AI22,940⛓️Crypto17,363💎DeFi1,799🤖AI × Crypto1,480📰General57,161

AI × Crypto News Feed

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

100745 articles
AIBullisharXiv – CS AI · May 96/10
🧠

Towards Dependable Retrieval-Augmented Generation Using Factual Confidence Prediction

Researchers propose a two-stage approach to improve reliability in retrieval-augmented generation (RAG) systems by using conformal prediction to filter retrieved content and an attention-based classifier to detect factual inconsistencies. The framework achieves up to 6% answer quality improvement and 77% inconsistency detection, advancing toward certified RAG systems for production AI applications.

AINeutralarXiv – CS AI · May 96/10
🧠

Governed Metaprogramming for Intelligent Systems: Reclassifying Eval as a Governed Effec

Researchers propose governed metaprogramming, a language design framework that reclassifies the eval function from an unrestricted primitive into a controlled effect subject to governance and inspection. The approach aims to address security and authority risks in AI systems that synthesize executable code at runtime, with implementation demonstrated in MashinTalk, a DSL for AI workflows.

AINeutralarXiv – CS AI · May 96/10
🧠

Shattering the Echo Chamber: Hidden Safeguards in Manuscripts Against the AI Takeover of Peer Review

Researchers propose IntraGuard, a defense framework that embeds hidden safeguards into PDF manuscripts to detect when AI chatbots are used to generate peer reviews instead of human experts. The system achieves 84% success rate in disrupting AI-generated reviews while maintaining transparency for legitimate human reviewers, addressing growing concerns about academic integrity as LLMs proliferate.

AINeutralarXiv – CS AI · May 96/10
🧠

Feature Starvation as Geometric Instability in Sparse Autoencoders

Researchers propose Adaptive Elastic Net Sparse Autoencoders (AEN-SAEs) to solve feature starvation in neural network interpretability tools. The method combines L2 and adaptive L1 regularization to create a mathematically stable sparse coding system that improves feature extraction in large language models without requiring complex workarounds.

🧠 Llama
AINeutralarXiv – CS AI · May 96/10
🧠

Open-SAT: LLM-Guided Query Embedding Refinement for Open-Vocabulary Object Retrieval in Satellite Imagery

Researchers introduce Open-SAT, a training-free algorithm that uses Large Language Models to refine query embeddings for satellite image retrieval tasks. The method improves upon existing vision-language models by leveraging LLM-guided contextual refinement at inference time, achieving up to 16% F1 score improvement on open-vocabulary satellite imagery tasks without requiring additional training.

AINeutralarXiv – CS AI · May 96/10
🧠

Making AI Drafts Count: A Quality Threshold in Audio Description Workflows

Researchers demonstrate that AI-generated audio description drafts significantly improve accessibility content creation for blind and low-vision audiences, but only when draft quality exceeds a minimum threshold. High-quality AI drafts cut completion time by over 50% and reduced cognitive load, while low-quality baseline drafts provided minimal benefit, establishing content-dependent quality standards as crucial for effective human-AI collaboration.

AINeutralarXiv – CS AI · May 96/10
🧠

Counterargument for Critical Thinking as Judged by AI and Humans

A university study of 35 students examined whether writing counterarguments to AI-generated content develops critical thinking skills. Researchers found that student-written counterarguments demonstrated logical reasoning and that six frontier large language models could reliably assess student work using established rubrics, achieving moderate inter-rater reliability (0.33 Gwets AC2) comparable to human assessments.

AIBullisharXiv – CS AI · May 96/10
🧠

Mise en Place for Agentic Coding: Deliberate Preparation as Context Engineering Methodology

Researchers propose 'mise en place' (MEP), a three-phase preparation methodology for AI coding agents that emphasizes contextual grounding, collaborative specification, and task decomposition before implementation. The approach counters prevalent 'vibe coding' practices by demonstrating that deliberate preparation reduces debugging overhead and enables efficient parallel agent execution, validated through a hackathon case study.

AIBullisharXiv – CS AI · May 96/10
🧠

Information Theoretic Adversarial Training of Large Language Models

Researchers propose WARDEN, an information-theoretic adversarial training framework that improves Large Language Model robustness against prompt attacks by dynamically reweighting adversarial examples using f-divergence principles. The method achieves comparable computational efficiency to existing approaches while substantially reducing attack success rates, advancing the scalability of AI safety mechanisms.

AIBullisharXiv – CS AI · May 96/10
🧠

The Pedagogy of AI Mistakes: Fostering Higher-Order Thinking

Researchers propose leveraging generative AI's errors and hallucinations as pedagogical tools in higher education, specifically within a database design course. By framing AI as an imperfect learning companion, the study demonstrates how structured interaction with AI-generated mistakes can develop students' critical thinking skills and higher-order cognitive abilities aligned with Bloom's taxonomy.

AINeutralarXiv – CS AI · May 96/10
🧠

The Missing Evaluation Axis: What 10,000 Student Submissions Reveal About AI Tutor Effectiveness

Researchers analyzed 10,235 student code submissions to demonstrate that AI tutor effectiveness cannot be adequately measured by pedagogical quality alone. The study reveals that student behavioral responses to feedback—whether they act on it and apply it correctly—are stronger predictors of perceived helpfulness than traditional pedagogy-focused evaluation metrics, suggesting current AI tutoring systems require a more comprehensive assessment framework.

AIBullisharXiv – CS AI · May 96/10
🧠

Decomposing the Basic Abilities of Large Language Models: Mitigating Cross-Task Interference in Multi-Task Instruct-Tuning

Researchers propose BADIT, a novel approach to improve large language model training by decomposing shared parameters into orthogonal basic abilities, mitigating the cross-task interference problem that degrades performance in multi-task instruction-tuning. The method outperforms existing solutions on the SuperNI benchmark across 6 LLMs by maintaining parameter orthogonality through spherical clustering during training.

AINeutralarXiv – CS AI · May 96/10
🧠

PersonaTeaming: Supporting Persona-Driven Red-Teaming for Generative AI

PersonaTeaming introduces a persona-driven approach to red-teaming generative AI systems, combining automated adversarial prompt generation with human-in-the-loop collaboration. The method outperforms existing automated approaches while enabling security researchers to leverage diverse perspectives and backgrounds to uncover AI model vulnerabilities more effectively.

AINeutralarXiv – CS AI · May 96/10
🧠

Budgeted Attention Allocation: Cost-Conditioned Compute Control for Efficient Transformers

Researchers present Budgeted Attention Allocation, a mechanism that allows a single transformer model to operate at multiple efficiency-accuracy tradeoffs by dynamically gating attention heads based on computational budgets. The approach achieves measurable speedups (1.2-1.28x) on CPU benchmarks while maintaining competitive accuracy across multiple datasets, enabling flexible deployment scenarios without retraining.

AINeutralarXiv – CS AI · May 96/10
🧠

CRAFT: Forgetting-Aware Intervention-Based Adaptation for Continual Learning

Researchers introduce CRAFT, a continual learning framework for large language models that prevents catastrophic forgetting by learning low-rank interventions on hidden representations rather than updating model weights. The three-stage approach uses KL divergence-based routing and merging to enable models to acquire new capabilities while maintaining performance on previously learned tasks.

AIBullisharXiv – CS AI · May 96/10
🧠

Revealing Modular Gradient Noise Imbalance in LLMs: Calibrating Adam via Signal-to-Noise Ratio

Researchers present MoLS (Module-wise Learning Rate Scaling via SNR), a technique that automatically calibrates Adam optimizer updates across different modules in large language models by measuring signal-to-noise ratios. The method addresses optimization challenges caused by gradient heterogeneity across LLM components without requiring manual tuning, achieving performance comparable to hand-tuned approaches while maintaining compatibility with memory-efficient training.

AINeutralarXiv – CS AI · May 96/10
🧠

CITE: Anytime-Valid Statistical Inference in LLM Self-Consistency

Researchers propose CITE, an algorithm that enables reliable certification of Large Language Model outputs through multiple sampling while controlling error rates under data-dependent stopping conditions. The method addresses a critical challenge in LLM reliability by providing statistical guarantees without requiring advance knowledge of possible answer categories.

AINeutralarXiv – CS AI · May 96/10
🧠

Tuning Derivatives for Causal Fairness in Machine Learning

Researchers introduce a new mathematical framework for detecting and mitigating algorithmic bias in machine learning systems by using path-specific derivatives to distinguish between legitimate and illegitimate causal pathways. The approach extends fairness concepts to continuous protected attributes like age, addressing limitations in existing methods that primarily handle categorical variables.

🏢 Meta
AIBullisharXiv – CS AI · May 96/10
🧠

LLM-Driven Design Space Exploration of FPGA-based Accelerators

Researchers present SECDA-DSE, an AI-driven framework that integrates Large Language Models into FPGA accelerator design to automate the complex process of hardware configuration optimization. The system combines structured design space exploration with LLM-powered reasoning and feedback loops, demonstrating practical feasibility through successful synthesis on a Zynq-7000 FPGA.

AINeutralarXiv – CS AI · May 96/10
🧠

Towards Reliable LLM Evaluation: Correcting the Winner's Curse in Adaptive Benchmarking

Researchers propose SIREN, a new evaluation protocol that corrects for the 'winner's curse' bias in large language model benchmarking. This addresses a critical flaw where reusing benchmark items during model tuning inflates performance estimates, potentially leading to flawed deployment decisions based on unreliable comparisons.

AINeutralarXiv – CS AI · May 96/10
🧠

PragLocker: Protecting Agent Intellectual Property in Untrusted Deployments via Non-Portable Prompts

Researchers introduce PragLocker, a technical framework that protects LLM agent prompts by making them non-portable across different language models. The system obfuscates prompts using code symbols and target-model feedback to prevent adversaries from copying proprietary prompts for use with competing LLMs, addressing a growing intellectual property concern in AI deployments.

AINeutralarXiv – CS AI · May 96/10
🧠

T2I-VeRW: Part-level Fine-grained Perception for Text-to-Image Vehicle Retrieval

Researchers introduce PFCVR, a new AI model for text-to-image vehicle retrieval that identifies vehicles based on witness descriptions rather than photos alone. The team also releases T2I-VeRW, a large-scale dataset with 14,668 annotated vehicle images, achieving significant performance improvements over existing methods.

AIBullisharXiv – CS AI · May 96/10
🧠

Schedule-and-Calibrate: Utility-Guided Multi-Task Reinforcement Learning for Code LLMs

Researchers introduce ASTOR, a multi-task reinforcement learning framework that trains a single code LLM across multiple coding tasks more efficiently than task-specific models. By dynamically prioritizing training data and adjusting optimization constraints based on task utility, ASTOR achieves 9.0-9.5% performance gains over specialized models and 7.5-12.8% improvements over existing multi-task approaches.

AINeutralarXiv – CS AI · May 96/10
🧠

Listwise Policy Optimization: Group-based RLVR as Target-Projection on the LLM Response Simplex

Researchers propose Listwise Policy Optimization (LPO), a new framework for training large language models that improves upon existing reinforcement learning approaches by explicitly projecting policies toward target distributions on the response simplex. The method demonstrates consistent performance improvements across reasoning tasks while maintaining training stability and response diversity.

← PrevPage 1624 of 4030Next →
Filters
Sentiment
Importance
Sort
Stay Updated
Everything combined