PulseAugur / Brief
EN
LIVE 11:59:51

Brief

last 24h
[2/2] 221 sources

Multi-source AI news clustered, deduplicated, and scored 0–100 across authority, cluster strength, headline signal, and time decay.

  1. Eval Set Drift: How to Know When Your Golden Set Went Stale

    The author discusses two common challenges in managing LLM applications: eval set drift and per-customer cost reporting. For eval set drift, they propose using Maximum Mean Discrepancy (MMD) on embeddings to detect when evaluation datasets no longer represent production data. For cost reporting, they suggest leveraging OpenTelemetry baggage to propagate customer IDs across services, avoiding costly pipeline rearchitectures. AI

    Eval Set Drift: How to Know When Your Golden Set Went Stale

    IMPACT Provides practical techniques for developers to improve LLM evaluation accuracy and cost management, crucial for operationalizing AI applications.

  2. MMD-Balls as Credal Sets: A PAC-Bayesian Framework for Epistemic Uncertainty in Test-Time Adaptation

    Researchers have developed a PAC-Bayesian framework to quantify epistemic uncertainty in test-time adaptation (TTA) methods. This framework uses maximum mean discrepancy (MMD) between source and target distributions to derive generalization bounds. By interpreting MMD-balls as credal sets, the approach separates epistemic from aleatoric uncertainty, offering a principled way to decide when adaptation is beneficial. AI

    IMPACT Provides a theoretical foundation for understanding and quantifying uncertainty in models adapting to new data distributions.