proomt

Search

Search posts, papers, and topics

All posts

Hugging Face Daily PapersKoutian Wu, Junjie Zhou, Ergan Shang1 min readpaperintermediate

Benchmark Radar: A Living Database and Search Engine for AI Benchmarks and Evaluation

Summary

Benchmark Radar is a continuously updated database and search engine that aggregates AI benchmark papers, datasets, and scores from 37 sources into a searchable catalog. It offers a web dashboard, CLI, and analysis of benchmark saturation to help LLM developers find and compare evaluations.

  • Aggregates daily from 37 sources (13 connectors, 24 feeds) into a searchable benchmark catalog.
  • Catalog holds 1,283 source records and 12,916 numeric observations across 790 benchmarks.
  • Web UI includes leaderboard, Pareto frontier, saturation/trend views; a CLI enables offline queries.
  • Audit reveals benchmark saturation and adoption trends, exposing limits of direct score comparisons.

LLM researchers and evaluation engineers should care because it centralizes benchmark data and tools for systematic discovery and comparison.

7/10

Related reading

  1. RADAR: Catch gray failures with anomaly detection

    Databricks built RADAR, a four‑stage, metric‑agnostic pipeline that uses streaming anomaly detection (SPOT) to surface gray failures in minutes with >90% precision. The blog shows how to recreate the system on Databricks for any metric, from billing to model drift.

    Databricksdatabricks.com7 min
  2. Database for AI Agents: 5 Evaluation Criteria

    Databricks outlines five criteria for a production‑ready database for AI agents—branch‑per‑agent isolation, serverless scale‑to‑zero, hybrid search, ACID guarantees, and a unified platform that eliminates ETL lag—illustrating each with features of its Lakebase offering and brief customer anecdotes.

    Databricksdatabricks.com10 min
  3. BI-Agent and BI-Bench: Towards Automating End-to-End Business Intelligence

    The paper introduces BI‑Bench, a new benchmark of real‑world BI questions derived from public dashboards, and BI‑Agent, a tool‑augmented LLM system that breaks BI workflows into search, join, and transform subtasks. Baseline LLMs hit <50 % accuracy on BI‑Bench. By orchestrating specialized data‑management tools and post‑training the model with supervised fine‑tuning and reinforcement learning on…

    Hugging Face Daily Papersarxiv.org2 minpaper
  4. Lies, Damn Lies and Benchmarks

    Codename One engineers dissect why benchmark numbers can be misleading, then share concrete work on GC tuning, proper weak/soft references, and a new probing sequence for their open‑addressed HashMap that cuts miss‑probe counts from >16 k to ~1.5 per lookup.

    CodeName Onecodenameone.com20 min
  5. The CARE score: Measuring your organization's AI readiness

    CloudBees’ CARE Score is a proprietary 0‑100 rubric across six AI‑governance dimensions (cost visibility, budget predictability, productivity measurement, governance maturity, pipeline visibility, token governance). The post shows a gap between leaders’ self‑rated confidence (≈86‑92%) and operational reality (e.g., only ~30% can attribute AI spend to outcomes, ~27% enforce token limits). It offer…

    Codeshipcloudbees.com8 min