Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
json
Languages:
English
Size:
10K - 100K
ArXiv:
Tags:
social_media
License:
Update README.md
Browse files
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.
|