Skip to main content
rLLM ships with a built-in catalog of 50+ benchmark datasets spanning math, code, question answering, instruction following, search, vision-language, translation, and agentic tasks. All datasets are auto-pulled from HuggingFace on first use.

Math

Code

Multiple choice (MCQ)

Question answering

hle and hle_search are gated datasets on HuggingFace. Run huggingface-cli login before pulling them.

Instruction following

Datasets in this category use the search agent, which requires a search backend. Set one with --search-backend serper or --search-backend brave.

Agentic

Translation

Vision-language (VLM)

These datasets contain images and require a vision-capable model.

Using custom datasets

You can register your own datasets for use with rllm eval and rllm train:
Your data file should contain question and ground_truth fields. Supported formats: JSON, JSONL, CSV, and Parquet. For more details, see rllm dataset.