--- license: cdla-permissive-2.0 task_categories: - text-generation - text2text-generation - "other" tags: - code - fstar - popai pretty_name: PoPAI-FStarDataSet size_categories: - 10K, "name": , "original_source_type": , "source_type": , "source_definition": , "source": , "source_range": , "file_context": , "dependencies": , "opens_and_abbrevs": , "vconfig": , "interleaved": , "verbose_type": , "effect": , "effect_flags": , "mutual_with": , "ideal_premises": , "proof_features": , "is_simple_lemma": , "is_div": , "is_proof": , "is_simply_typed": , "is_type": , "partial_definition": , "completed_definiton": , "isa_cross_project_example": } ``` # Usage ## Input ## Output # Evaluation on this dataset Generated F* definitions should be evaluated the proof checker tool from [https://github.com/FStarLang/fstar_dataset/releases/tag/eval-v1.0](https://github.com/FStarLang/fstar_dataset/releases/tag/eval-v1.0). Download the source code and the `helpers.zip` file from the release. ## Troubleshooting The attached binaries in the evaluator (i.e., `fstar.exe` and `z3`) are built on **`Ubuntu 20.04.6 LTS (GNU/Linux 5.4.0-189-generic x86_64)`** **`gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2)`**, **`OCaml 4.12.0`**. If any of the binaries do not work properly, build F* from [this commit (f3b4db2ebce90020acbbbe1b4ea0d05d3e69ad6c)](https://github.com/FStarLang/FStar/commit/f3b4db2ebce90020acbbbe1b4ea0d05d3e69ad6c) from the [F* repository](https://github.com/FStarLang/FStar), using their [installation guide](https://github.com/FStarLang/FStar/blob/master/INSTALL.md).