Skip to content

Commit

Permalink
Update program_synthesis.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sbmaruf authored May 12, 2023
1 parent 261e3cf commit 6d6f593
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions program_synthesis.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ git lfs pull --include "unittest_db.json"
6. `code_uid`: A unique ID for the sample. It is not important for model training. If you find any issue with the sample, you can report it to us mentioning the `code_uid`.
7. `difficulty`: Difficulty rating of the problem indicated by `src_uid`. The higher the harder.
8. `exec_outcome`: Execution outcome status. Follow [Section 4.1](https://arxiv.org/pdf/2303.03004.pdf) to know the potential list of outcomes. The `exec_outcome` flags in the training data comes from a pre-run environmeent. However, training data doesn't includes unit-test to avoid potential hacks. We provide unit test for only dev and test data.
9. `sample_inputs`: A sample input for the code that is expected to solve the problem described in `description`.
10. `sample_outputs`: The expected output for the `sample_input` that is expected to solve the problem described in `description`.

## MD5 hash of the data

Expand Down

0 comments on commit 6d6f593

Please sign in to comment.