lsiddiqsunny
commited on
Commit
•
c70ffad
1
Parent(s):
96df738
Update README.md
Browse files
README.md
CHANGED
@@ -36,7 +36,7 @@ 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 |
-
-
|
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.
|
|
|
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.
|