Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -35,6 +35,8 @@ The raw data in this project are collected from eight open-source F* reposirotie
|
|
35 |
8. [EverQuic-Crypto](https://github.com/project-everest/everquic-crypto): A verified implementation of header and packet protection for the QUIC protocol.
|
36 |
|
37 |
## Primary-Objective
|
|
|
|
|
38 |
|
39 |
## Data Format
|
40 |
Each of the examples in this dataset are organized as dictionaries with the following schema
|
|
|
35 |
8. [EverQuic-Crypto](https://github.com/project-everest/everquic-crypto): A verified implementation of header and packet protection for the QUIC protocol.
|
36 |
|
37 |
## Primary-Objective
|
38 |
+
This dataset's primary objective is to train and evaluate Proof-oriented Programming with AI (PoPAI, in short). Given a specification of a program and proof is F*,
|
39 |
+
the objective of a AI model is to synthesize the implemantation (see [below](#Usage) for details about the usage of this dataset, including the input and output).
|
40 |
|
41 |
## Data Format
|
42 |
Each of the examples in this dataset are organized as dictionaries with the following schema
|