Datasets:

Modalities:
Text
Formats:
json
Languages:
English
Size:
< 1K
Libraries:
Datasets
License:
jussikarlgren commited on
Commit
e914ba8
1 Parent(s): 0c7e22d
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -1,3 +1,23 @@
1
  ---
2
  license: cc-by-nc-sa-4.0
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-sa-4.0
3
+ language:
4
+ - en
5
+ configs:
6
+ - config_name: test
7
+ data_files:
8
+ - split: test
9
+ path: task3.test.json
10
+ pretty_name: ELOQUENT Robustness Task
11
+ size_categories:
12
+ - n<1K
13
  ---
14
+ # Task 3: ELOQUENT Robustness Task
15
+ This dataset contains the sample and test datasets for the Robustness task, which is part of the 2024 ELOQUENT lab. This dataset is for participants to generate texts for prompt variants, to investigate prompt style conditioned variation.
16
+
17
+ #### Test Data
18
+
19
+
20
+ ```python
21
+ from datasets import load_dataset
22
+ data = load_dataset("Eloquent/Robustness", "test")
23
+ ```