Dataset Viewer
The dataset viewer is not available for this dataset.
Cannot get the config names for the dataset.
Error code:   ConfigNamesError
Exception:    RuntimeError
Message:      Dataset scripts are no longer supported, but found mixed-parens0_5_vocab32K-zipf_paired.py
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/dataset/config_names.py", line 66, in compute_config_names_response
                  config_names = get_dataset_config_names(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/inspect.py", line 161, in get_dataset_config_names
                  dataset_module = dataset_module_factory(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1031, in dataset_module_factory
                  raise e1 from None
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 989, in dataset_module_factory
                  raise RuntimeError(f"Dataset scripts are no longer supported, but found {filename}")
              RuntimeError: Dataset scripts are no longer supported, but found mixed-parens0_5_vocab32K-zipf_paired.py

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.

Dataset Card for Mixed Parens Structured Dataset

This dataset contains synthetic sequences of integer token IDs designed for evaluating and training language models on structured patterns. The sequences combine paired-token dependencies (like matching parentheses) and stack-based nesting, controlled via probabilistic generation.

Dataset Generation

This dataset was generated using the mixing.py script from the injecting-structural-hints repository with the following parameters:

python mixing.py \
    --mix-prob 0.5 \
    --open-prob 0.49 \
    --vocab-size 32100 \
    --vocab-distribution "zipf" \
    --deplength-distribution "nesting-nolimit" \
    --paired
Downloads last month
18

Collection including mahdi-ranjbar/mixed-parens0_5_vocab32K-zipf_paired