提交 fd92cae1 编辑于 作者: Bill Cai's avatar Bill Cai
浏览文件

Update README

上级 eadf171d
加载中
加载中
加载中
加载中
+3 −0
原始行号 差异行号 差异行
# AgenticOpsEval

![Overview](overview.png)

A multi-dataset benchmark for evaluating LLM agents in microservice failure diagnosis. This repository bundles the two datasets introduced in *"A Multi-Dataset Benchmark for Evaluating LLM Agents in Microservice Failure Diagnosis"*: **503 expert-labeled failure cases**, **~15.3 GB** of multimodal observability data, validated through **6,093 teams** across two 2025 national-level competitions.

Both datasets evaluate agents along three shared pillars — **Localization** (where the fault is), **Identification** (what fault type it is), and **Reason** (whether the reasoning trace is grounded in the right diagnostic evidence) — using two complementary labelling forms: per-modality **key-evidence** (AIOps2025) and typed **causal chains** (RCA100).
@@ -9,6 +11,7 @@ Both datasets evaluate agents along three shared pillars — **Localization** (w
```
agenticopseval/
├── README.md
├── overview.png                 benchmark overview figure (shown above)
├── AIOps2025/                   2025 CCF AIOps Challenge dataset (561 teams)
│   ├── README.md
│   ├── input.json               (400 anomaly descriptions + time windows)