The dataset viewer is not available for this dataset.
Cannot get the config names for the dataset.
Error code:   ConfigNamesError
Exception:    DataFilesNotFoundError
Message:      No (supported) data files found in scan-tasks/scan-tasks
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/dataset/config_names.py", line 73, 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 347, in get_dataset_config_names
                  dataset_module = dataset_module_factory(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1904, in dataset_module_factory
                  raise e1 from None
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1885, in dataset_module_factory
                  return HubDatasetModuleFactoryWithoutScript(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1270, in get_module
                  module_name, default_builder_kwargs = infer_module_for_data_files(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 597, in infer_module_for_data_files
                  raise DataFilesNotFoundError("No (supported) data files found" + (f" in {path}" if path else ""))
              datasets.exceptions.DataFilesNotFoundError: No (supported) data files found in scan-tasks/scan-tasks

Need help to make the dataset viewer work? Open a discussion for direct support.

Dataset Card for "scan"

Dataset Summary

SCAN tasks with various splits.

SCAN is a set of simple language-driven navigation tasks for studying compositional learning and zero-shot generalization.

See https://github.com/brendenlake/SCAN for a description of the splits.

Example usage: data = datasets.load_dataset('scan/length')

Supported Tasks and Leaderboards

More Information Needed

Languages

More Information Needed

Dataset Structure

Data Instances

addprim_jump

  • Size of downloaded dataset files: 18.69 MB
  • Size of the generated dataset: 4.05 MB
  • Total amount of disk used: 22.73 MB

An example of 'train' looks as follows.


addprim_turn_left

  • Size of downloaded dataset files: 18.69 MB
  • Size of the generated dataset: 4.09 MB
  • Total amount of disk used: 22.76 MB

An example of 'train' looks as follows.


filler_num0

  • Size of downloaded dataset files: 18.69 MB
  • Size of the generated dataset: 2.85 MB
  • Total amount of disk used: 21.53 MB

An example of 'train' looks as follows.


filler_num1

  • Size of downloaded dataset files: 18.69 MB
  • Size of the generated dataset: 3.14 MB
  • Total amount of disk used: 21.82 MB

An example of 'train' looks as follows.


filler_num2

  • Size of downloaded dataset files: 18.69 MB
  • Size of the generated dataset: 3.44 MB
  • Total amount of disk used: 22.12 MB

An example of 'train' looks as follows.


Data Fields

The data fields are the same among all splits.

addprim_jump

  • commands: a string feature.
  • actions: a string feature.

addprim_turn_left

  • commands: a string feature.
  • actions: a string feature.

filler_num0

  • commands: a string feature.
  • actions: a string feature.

filler_num1

  • commands: a string feature.
  • actions: a string feature.

filler_num2

  • commands: a string feature.
  • actions: a string feature.

Data Splits

name train test
addprim_jump 14670 7706
addprim_turn_left 21890 1208
filler_num0 15225 1173
filler_num1 16290 1173
filler_num2 17391 1173

Dataset Creation

Curation Rationale

More Information Needed

Source Data

Initial Data Collection and Normalization

More Information Needed

Who are the source language producers?

More Information Needed

Annotations

Annotation process

More Information Needed

Who are the annotators?

More Information Needed

Personal and Sensitive Information

More Information Needed

Considerations for Using the Data

Social Impact of Dataset

More Information Needed

Discussion of Biases

More Information Needed

Other Known Limitations

More Information Needed

Additional Information

Dataset Curators

More Information Needed

Licensing Information

More Information Needed

Citation Information

@inproceedings{Lake2018GeneralizationWS,
  title={Generalization without Systematicity: On the Compositional Skills of
         Sequence-to-Sequence Recurrent Networks},
  author={Brenden M. Lake and Marco Baroni},
  booktitle={ICML},
  year={2018},
  url={https://arxiv.org/pdf/1711.00350.pdf},
}

Contributions

Thanks to @lewtun, @patrickvonplaten, @mariamabarham, @thomwolf for adding this dataset.

Downloads last month
27