yyu commited on
Commit
49d794c
·
1 Parent(s): 945496a

Update README.md

Browse files

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).

- `label.txt`: the label name for each class
- `train.jsonl`: The original training set.
- `valid.jsonl`: The original validation set.
- `test.jsonl`: The original test set.
- `simprompt.jsonl`: The training data generated by the simple prompt.
- `attrprompt.jsonl`: The training data generated by the attributed prompt.

**Note**: Different than other datasets, for this dataset, the label for each example is a *list* instead of an integer number as it is a multi-label classification dataset.

Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -1,3 +1,13 @@
1
  ---
2
  license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ task_categories:
4
+ - text-classification
5
+ language:
6
+ - en
7
+ tags:
8
+ - multilabel_classification
9
+ - arxiv
10
+ - scientific_papers
11
+ size_categories:
12
+ - 10K<n<100K
13
+ ---