Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

Eleusis HF Rules

This dataset contains the HF-like Eleusis rule curriculum previously embedded in nph4rd/eleusis as v8-relational-curriculum-90, republished as a standalone rule dataset so the environment can switch rule sets by dataset repo.

Dataset version: v1-hf-like-train-hf-eval-64

Splits

  • train: 38 HF-like curriculum rules.
  • eval: 26 HF benchmark-style rules, copied from the old internal hf split.

The dataset intentionally exposes only train and eval. A training run that uses this dataset and evaluates on split=eval is therefore evaluating directly on the HF benchmark-style rules.

Family Distribution

Train:

  • pair_position: 2
  • previous_card: 23
  • static_combo: 3
  • static_rank: 6
  • static_suit_color: 4

Eval:

  • pair_position: 2
  • previous_card: 11
  • static_combo: 3
  • static_rank: 6
  • static_suit_color: 4

Schema

Each row contains:

  • rule_id: stable identifier.
  • label: human-readable description for inspection only.
  • family: rule family.
  • code: Python predicate body or expression used by the environment verifier.
  • split: published split (train or eval).
  • source_split: original split from the embedded curriculum.
  • dataset_version: this dataset version.
  • accepted_cards / rejected_cards: empty-mainline card partitions.
  • representative_acceptance_rate: acceptance rate over representative mainlines.

The environment should use code for scoring and should not expose label or code to the model.

Downloads last month
258