File size: 1,258 Bytes
8c10cf2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | # AI-NativeBench Data
This `data/` directory contains the dataset for **"AI-NativeBench: An Open-Source White-Box Agentic Benchmark Suite for AI-Native Systems"**.
It is split into two parts:
- `raw/`: original, unmodified experimental data organized by model and task/architecture.
- `processed/`: derived run artifacts, aggregated tables, figures, and analysis scripts built on top of the raw traces.
## Directory overview
```text
data/
├── raw/ # Raw experimental data (per-model, per task/architecture)
└── processed/ # Processed results, aggregation outputs, figures, and scripts
```
## `raw/` (raw experimental data)
- Organized hierarchically by **Model → Application/Architecture**.
- Provides a white-box view of executions, including distributed tracing data.
See `raw/README.md` for the full model list and task/architecture folder naming.
## `processed/` (results & analysis artifacts)
- Contains per-run outputs (e.g., `langfuse_trace.json`, extracted `execution_path.md`, run `metadata.json`, and task outputs).
- Includes RQ-level analysis artifacts under `RQ1/`, `RQ2/`, `RQ3/` (CSVs, PDFs, and plotting/aggregation scripts).
See `processed/README.md` for the detailed layout and reproduction entry points.
|