lsiddiqsunny commited on
Commit
2cf2243
1 Parent(s): ba20b1f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -28,7 +28,7 @@ Re(gEx|DoS)Eval is a framework that includes a dataset of 762 regex descriptions
28
 
29
  <!-- Provide the basic links for the dataset. -->
30
 
31
- - **Repository:** https://github.com/s2e-lab/RegexEval (will be made public soon!)
32
  - **Paper:** https://s2e-lab.github.io/preprints/icse_nier24-preprint.pdf
33
 
34
 
@@ -37,7 +37,7 @@ Re(gEx|DoS)Eval is a framework that includes a dataset of 762 regex descriptions
37
  <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
38
 
39
  - dataset.jsonl: dataset file in jsonl format. Every line contains a JSON object with the following fields:
40
- - `ID`: unique identifier of the sample.
41
  - `raw_prompt`: Raw/original prompt from the real users with the description of the RegEx.
42
  - `refined_prompt`: Refined prompt with the description of the RegEx.
43
  - `matches`: Matches examples for the RegEx.
 
28
 
29
  <!-- Provide the basic links for the dataset. -->
30
 
31
+ - **Repository:** https://github.com/s2e-lab/RegexEval
32
  - **Paper:** https://s2e-lab.github.io/preprints/icse_nier24-preprint.pdf
33
 
34
 
 
37
  <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
38
 
39
  - dataset.jsonl: dataset file in jsonl format. Every line contains a JSON object with the following fields:
40
+ - `id`: unique identifier of the sample.
41
  - `raw_prompt`: Raw/original prompt from the real users with the description of the RegEx.
42
  - `refined_prompt`: Refined prompt with the description of the RegEx.
43
  - `matches`: Matches examples for the RegEx.