Layered-Labs/benchbase-triage
BenchBase TRIAGE TRIAGE normalized into the BenchBase unified schema. Every BenchBase dataset shares the same columns, so one loader and one evaluation loop cover all of them. Source: NLie2/TRIAGE Code and converter: Layered-Labs/benchbase-med Items: 86 (train: 86) Rejected source rows: 1 (see rejected.json) Schema Field Type Description dataset_key str Benchmark identifier (triage) hash str SHA256(question + answer text), stable across option order… See the full description on the dataset page: https://huggingface.co/datasets/Layered-Labs/benchbase-triage.
BenchBase TRIAGE
TRIAGE normalized into the BenchBase unified schema. Every BenchBase dataset shares the same columns, so one loader and one evaluation loop cover all of them.
- Source: NLie2/TRIAGE
- Code and converter: Layered-Labs/benchbase-med
- Items: 86 (train: 86)
- Rejected source rows: 1 (see
rejected.json)
Schema
Usage
from datasets import load_dataset
ds = load_dataset("Layered-Labs/benchbase-triage")
print(ds["train"][0])