InterCode-Complete / README.md
westenfelder's picture
Upload 6 files
13012a9 verified

NL2Bash Dataset Transformation

Dataset Description

This dataset consists of 200 natural language to bash command [query, gold] pairs acquired from the NL2Bash dataset. To ensure that the gold solutions to each query are non-trivial, entities such as folders and files have been renamed in both query and gold in order to ground the solution in a file system.

To this end, we also create four different file systems for a more diverse evaluation setting:

  • fs_1 has 60 queries based on the file system defined in setup_fs_1
  • fs_2 has 53 queries based on the file system defined in setup_fs_2
  • fs_3 has 60 queries based on the file system defined in setup_fs_3
  • fs_4 has 27 general bash queries that are not grounded to any specific file system