Convex Markets / Datasets / All departments

Dataset catalog

Filter by type, access, and pricing. Specs show before you open the product page.

110 results
Oo
External · SFT-2006

OpenAssistant oasst1

Crowdsourced multilingual assistant conversation trees with human quality ratings; HF splits are 84.4k train / 4.4k validation messages.

Type SFT datasetVolume 84437 rowsFormat Parquet (Hugging Face)Access PUBLIC LICENSE
Free
open-source license
View
DD
External · SFT-2007

Databricks Dolly 15k

~15k human-authored instruction/response records across 8 task categories, written by Databricks employees for commercial-friendly instruction tuning.

Type SFT datasetVolume 15011 rowsFormat JSONLAccess PUBLIC LICENSE
Free
open-source license
View
C2
External · SFT-2304

CodeAlpaca 20K

20K single-function code instructions (instruction/input/output) generated via Self-Instruct with text-davinci-003 from 21 seed tasks.

Type SFT datasetVolume 20022 rowsFormat Parquet (Hugging Face)Access PUBLIC LICENSE
Free
open-source license
View
SA
External · SFT-2101

Stanford Alpaca (and Alpaca-Cleaned)

52K single-turn English instruction-following examples generated from OpenAI text-davinci-003 via Self-Instruct; cleaned mirror fixes ~51.8K rows.

Type SFT datasetVolume 52002 examplesFormat Parquet (Hugging Face)Access PUBLIC LICENSE
Free
open-source license
View
SH
External · PRF-3003

Stanford Human Preferences (SHP)

385,563 collective human preference pairs mined from 18 Reddit Q&A subreddits, where the more-helpful of two comments is inferred from Reddit scores and timestamps.

Type Preference dataVolume 385,563 preference pairsFormat JSON (one JSONL/JSON file per subreddit split; Parquet auto-conversion on HF)Access PUBLIC LICENSE
Free
open dataset (HF)
View
FC
External · SFT-2106

FLAN Collection (Flan v2)

Community re-release of Google's Flan 2022 Collection: 1,836 tasks across Flan/T0/NIV2/CoT/Dialog in zero/few-shot × option/no-option formats.

Type SFT datasetVolume examplesFormat Gzip-compressed JSONL (Parquet auto-conversion available)Access PUBLIC LICENSE
Free
open-source license
View
M
External · RLE-1105

MiniWoB++

Farama-maintained suite of 128 synthetic mini web-interaction tasks (button/form/date/inbox) with DOM+screenshot observations.

Type RL environmentsVolume 128 registered Gymnasium environments (docs: 'over 100 tasks')Format Python package (pip install miniwob-plusplus) + Gymnasium + Selenium/Chrome; HTML task pagesAccess PUBLIC LICENSE
Free
open-source license
View
S
External · SFT-2401

Super-NaturalInstructions

A benchmark of 1,616 diverse NLP tasks, each paired with an expert-written declarative instruction (Definition) plus positive/negative demonstration examples and many input/output instances, used for instruction-tuning and cross-task generalization.

Type SFT datasetVolume 1,616 NLP tasksFormat JSON task files (repo) / JSONL instance rows (HF mirror)Access PUBLIC LICENSE
Free
open-source license (Apache-2.0)
View
UI
External · SFT-2403

Unnatural Instructions

A large instruction-tuning dataset of ~68K instruction-input-output triplets (240K with paraphrases) generated almost entirely by OpenAI's text-davinci-002 from three seed examples, with virtually no human labor.

Type SFT datasetVolume 68,478 instruction-input-output triplets (core set; 240,670 examples in the full set with paraphrases)Format JSONLAccess PUBLIC LICENSE
Free
open-source license (MIT)
View
WC
External · PRF-3007

WebGPT Comparisons

19,578 human-scored answer-pair comparisons from OpenAI's WebGPT project, used to train the WebGPT long-form question-answering reward model.

Type Preference dataVolume 19578 preference comparisons (answer pairs)Format Parquet (Hugging Face auto-converted) / JSONL (original OpenAI source)Access PUBLIC LICENSE
Free
open dataset (HF)
View
S
External · RLE-1303

ScienceWorld

Text-based interactive environment covering elementary-science curriculum tasks (30 task types) with a dense reward in [0,1].

Type RL environmentsVolume 30 task typesFormat Python (pip: scienceworld) + Scala/JVM simulatorAccess PUBLIC LICENSE
Free
open-source license
View
W
External · RLE-1103

WebShop

Simulated e-commerce shopping environment: 1.18M real products and 12,087 instructions with a search/click action space and dense reward.

Type RL environmentsVolume 12087 crowd-sourced instructions (1.18M products; 500-task common test set)Format Python (Flask web app + gym text interface) + downloadable product data & search indexAccess PUBLIC LICENSE
Free
open-source license
View
C
External · DEM-6004

CALVIN

CALVIN is an open-source simulated benchmark of ~24 hours of human teleoperated play data (6 h in each of 4 environments A/B/C/D) with crowd-sourced natural-language annotations for learning long-horizon, language-conditioned robot manipulation over 34 tasks.

Type DemonstrationsVolume 24 hours of teleoperated play data (6 h in each of 4 environments A/B/C/D); 34 annotated tasksFormat Per-timestep NumPy .npz frames + .npy language-annotation files (episode_*.npz, lang_annotations/auto_lang_ann.npy); PyBullet simulationAccess PUBLIC LICENSE
Free
open-source license (MIT)
View
AH
External · PRF-3002

Anthropic HH-RLHF

Anthropic's human preference dataset of chosen/rejected assistant dialogue pairs for training helpful and harmless (HH) reward models via RLHF.

Type Preference dataVolume 169,352 preference comparison pairs (chosen/rejected), default config: 160,800 train + 8,552 testFormat JSON Lines (.jsonl.gz) in the GitHub/HF repo; Parquet (auto-converted) via the Hugging Face datasets-serverAccess PUBLIC LICENSE
Free
open dataset (HF) / MIT license
View
G
External · RQA-5001

GSM8K

GSM8K is a dataset of 8.5K human-written grade-school math word problems, each paired with a multi-step natural-language solution that ends in a single final numeric answer marked by '####'.

Type Reasoning QAVolume 8792 math word problems (7473 train / 1319 test, main config)Format parquet (Hugging Face); JSONL in the source GitHub repoAccess PUBLIC LICENSE
Free
open dataset (HF)
View
C
External · RLE-1502

Crafter

Crafter is an open-world 2D survival reinforcement-learning environment where agents are evaluated by the 22 semantically meaningful achievements they can unlock in each procedurally generated episode.

Type RL environmentsVolume 22 achievements (evaluation tasks)Format Python package / OpenAI Gym environment; uint8 image observations, procedurally generated worldsAccess PUBLIC LICENSE
Free
open-source license (MIT)
View
M
External · RLE-1504

MiniHack

MiniHack is an open-source sandbox framework, built on the NetHack Learning Environment, for designing and running procedurally generated NetHack-based reinforcement-learning tasks (navigation and skill-acquisition), exposed as pre-registered Gymnasium environments.

Type RL environmentsVolume 159 pre-registered environments (Gymnasium env ids)Format Gymnasium (gym) RL environment Python package; per-step observations are a dict of NumPy arrays; levels defined in the NetHack des-file DSLAccess PUBLIC LICENSE
Free
open-source license (Apache-2.0)
View
A
External · RLE-1301

ALFWorld

Text-based embodied household RL environment aligning ALFRED tasks with TextWorld; 134 unseen eval games across 6 task types with an optional vision variant.

Type RL environmentsVolume 134 unseen eval gamesFormat Python (pip: alfworld) + PDDL/game filesAccess PUBLIC LICENSE
Free
open-source license
View
S
External · RQA-5005

StrategyQA

A yes/no question-answering benchmark whose questions require implicit multi-step (strategy) reasoning, graded by boolean exact-match against a gold true/false answer.

Type Reasoning QAVolume 2,290 questions (1,603 train + 687 test)Format parquetAccess PUBLIC LICENSE
Free
open-source license (MIT)
View
NL
External · RLE-1503

NetHack Learning Environment (NLE)

A Gymnasium reinforcement-learning environment that wraps the roguelike game NetHack 3.6.7, exposing symbolic game-state observations and a set of programmatically-rewarded goal tasks.

Type RL environmentsVolume 9 registered Gymnasium environments (base NetHack + 8 task variants)Format Gymnasium (Gym) reinforcement-learning environment (Python package with C/NetHack backend)Access PUBLIC LICENSE
Free
open-source license
View