Dingo (OpenCompass wrap)

OpenCompass dataset id dingo: generate from local English/Chinese CSVs, then score completions with dingo-python llm_base rules.

Also known as: dingo-python, DingoDataset, DingoEvaluator

unassessed

This page is a discovery lead. Nobody has yet assessed it against the catalogue contract, so it carries no disposition. Absence of evidence here is not evidence of staleness.
Categorygeneration
SubcategoryOpenCompass generation + dingo-python llm_base rules on English and Chinese prompts
Page statusunknown
Metricdingo-python Executor summary (eval_group=llm_base)
Directionhigher_is_better
Dataset licenceApache-2.0
PublisherOpenCompass (harness wrap); MigoXLab / DataEval (dingo-python)

What it measures

OpenCompass configs/datasets/dingo/dingo_gen.py defines two zero-shot generation runs whose predictions are scored by DingoEvaluator. The prompts come from local files ./data/dingo/en_192.csv and ./data/dingo/zh_170.csv (semicolon-delimited first column). DingoEvaluator writes prompt/prediction jsonl and runs dingo-python's local Executor with eval_group llm_base, then returns that summary dict as the OpenCompass score. This is a wrap of the MigoXLab/DataEval dingo-python data-quality toolkit applied to model outputs, not a held-out QA accuracy set.

Task format

OpenCompass GenInferencer, ZeroRetriever, PromptTemplate with a single HUMAN round equal to {input}. No gold output_column. Evaluator pred_role is BOT. A second loader, DingoLongDataset, reads jsonl {"input": ...} but is not referenced by dingo_gen.py.

Models reporting this benchmark

No model card in ModelSpec reports this benchmark yet.

Data

This page as JSON · Edit on GitHub