Datasets:
yyu
/

Modalities:
Text
Formats:
json
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
yyu commited on
Commit
d6c617f
1 Parent(s): 09fc732

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -1,3 +1,13 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+
5
+
6
+ This is the data used in the paper [Large Language Model as Attributed Training Data Generator: A Tale of Diversity and Bias](https://github.com/yueyu1030/AttrPrompt).
7
+
8
+ - `label.txt`: the label name for each class
9
+ - `train.jsonl`: The original training set.
10
+ - `valid.jsonl`: The original validation set.
11
+ - `test.jsonl`: The original test set.
12
+ - `simprompt.jsonl`: The training data generated by the simple prompt.
13
+ - `attrprompt.jsonl`: The training data generated by the attributed prompt.