y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto

#model-agnostic News & Analysis

11 articles tagged with #model-agnostic. AI-curated summaries with sentiment analysis and key takeaways from 50+ sources.

11 articles
AIBullisharXiv – CS AI · Jun 87/10
🧠

Zero-Shot Embedding Drift Detection: A Lightweight Defense Against Prompt Injections in LLMs

Researchers introduce Zero-Shot Embedding Drift Detection (ZEDD), a lightweight defense mechanism that detects prompt injection attacks on large language models by measuring semantic shifts in embedding space. The method achieves over 93% accuracy with less than 3% false positives across multiple LLM architectures without requiring model access or task-specific training.

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

SePO: Self-Evolving Prompt Agent for System Prompt Optimization

Researchers propose Self-Evolving Prompt Optimization (SePO), a novel system that automatically optimizes AI agent prompts by treating the prompt agent's own instructions as an optimization target. The method demonstrates consistent performance gains across five diverse benchmarks, outperforming existing approaches and showing generalization to unseen tasks.

AIBullisharXiv – CS AI · Jun 47/10
🧠

SharedRequest: Privacy-Preserving Model-Agnostic Inference for Large Language Models

SharedRequest introduces a privacy-preserving inference framework for large language models that protects user prompt privacy by mixing prompts with noisy variants at the batch level, rather than individual-prompt level. The model-agnostic approach achieves 20% higher utility than differential privacy baselines while reducing query costs by up to 5x, requiring no modifications to LLM architecture.

🧠 ChatGPT
AIBullisharXiv – CS AI · May 277/10
🧠

Think Twice Before You Act: Enhancing Agent Behavioral Safety with Thought Correction

Researchers introduce Thought-Aligner, a lightweight AI safety model that corrects unsafe reasoning in LLM-based agents before action execution, achieving 90% behavioral safety compared to 50% baseline without protection. The model-agnostic approach exceeds existing guardrails by 23% while improving helpfulness and maintains low computational overhead for practical deployment.

🏢 Hugging Face
AIBullisharXiv – CS AI · May 97/10
🧠

ReFlect: An Effective Harness System for Complex Long-Horizon LLM Reasoning

ReFlect introduces a training-free harness system that wraps around LLMs to detect and recover from reasoning failures in complex, multi-step tasks. Testing across six models shows significant improvements in task success rates, with gains inversely correlated to baseline performance, though the approach reveals limitations in how smaller models handle structured reasoning.

🧠 GPT-4🧠 Claude🧠 Sonnet
AIBullisharXiv – CS AI · Mar 46/102
🧠

OrchMAS: Orchestrated Reasoning with Multi Collaborative Heterogeneous Scientific Expert Structured Agents

Researchers have developed OrchMAS, a new multi-agent AI framework that uses specialized expert agents and dynamic orchestration to improve reasoning in scientific domains. The system addresses limitations of existing multi-agent frameworks by enabling flexible role allocation, prompt refinement, and heterogeneous model integration for complex scientific tasks.

AINeutralarXiv – CS AI · Jun 236/10
🧠

GroundShot: Visually Consistent Multi-Shot Long Video Generation via Entity-Grounded Shot Scheduling

Researchers introduce GroundShot, a training-free framework for generating visually consistent multi-shot videos by maintaining entity-level memory and intelligently scheduling shot generation order. The method addresses a fundamental challenge in video generation where characters, objects, and locations drift in appearance across shots, and comes with GroundBench, a new diagnostic benchmark for measuring entity-level consistency.

AIBullisharXiv – CS AI · Jun 96/10
🧠

Rosetta Memory: Adaptive Memory for Cross-LLM Agents

Researchers introduce Rosetta Memory, an adaptive memory system designed to work seamlessly across different large language models. The system uses profile-conditioned operators to optimize how memory is stored and retrieved, enabling users to switch between models like Claude and GPT without degrading performance.

🧠 Claude
AINeutralarXiv – CS AI · May 286/10
🧠

Adapting the Interface, Not the Model: Runtime Harness Adaptation for Deterministic LLM Agents

Researchers introduce Life-Harness, a runtime interface adaptation method that improves frozen LLM agent performance without modifying model weights. The technique evolves from training trajectories to fix model-environment mismatches, achieving 88.5% average improvement across 126 settings and demonstrating cross-model transferability that suggests environment-side structure matters as much as model architecture.

AINeutralarXiv – CS AI · Apr 146/10
🧠

Assessing Model-Agnostic XAI Methods against EU AI Act Explainability Requirements

Researchers have developed a framework to assess how well existing explainable AI (XAI) methods comply with the EU AI Act's transparency requirements. The study bridges the gap between current XAI techniques and regulatory mandates by proposing a scoring system that translates expert qualitative assessments into quantitative compliance metrics, helping practitioners navigate AI regulation in European markets.

AINeutralarXiv – CS AI · Apr 106/10
🧠

CAFP: A Post-Processing Framework for Group Fairness via Counterfactual Model Averaging

Researchers introduce CAFP, a post-processing framework that mitigates algorithmic bias by averaging predictions across factual and counterfactual versions of inputs where sensitive attributes are flipped. The model-agnostic approach eliminates the need for retraining or architectural modifications, making fairness interventions practical for deployed systems in high-stakes domains like credit scoring and criminal justice.

🏢 Meta