Datasets:

Modalities:
Text
Formats:
json
Languages:
English
Size:
< 1K
Libraries:
Datasets
pandas
License:
lsiddiqsunny commited on
Commit
fb1c117
1 Parent(s): 09801f8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -36,12 +36,12 @@ Re(gEx|DoS)Eval is a framework that includes a dataset of 762 regex descriptions
36
 
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.
44
- - `non-matches` : Non-matches examples for the RegEx.
45
 
46
 
47
  ## Dataset Creation
 
36
 
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
+ - RegexEval.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.
44
+ - `non-matches`: Non-matches examples for the RegEx.
45
 
46
 
47
  ## Dataset Creation