Datasets:
yyu
/

Modalities:
Text
Formats:
json
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
yyu commited on
Commit
723698f
1 Parent(s): 266ccc3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -12,6 +12,7 @@ size_categories:
12
 
13
 
14
  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).
 
15
 
16
  - `label.txt`: the label name for each class
17
  - `train.jsonl`: The original training set.
@@ -37,4 +38,11 @@ Please cite the original paper if you use this dataset for your study. Thanks!
37
  archivePrefix = {arXiv},
38
  eprint = {2104.07081}
39
  }
 
 
 
 
 
 
 
40
  ```
 
12
 
13
 
14
  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).
15
+ Checkout the paper https://arxiv.org/abs/2306.15895 for details.
16
 
17
  - `label.txt`: the label name for each class
18
  - `train.jsonl`: The original training set.
 
38
  archivePrefix = {arXiv},
39
  eprint = {2104.07081}
40
  }
41
+
42
+ @article{yu2023large,
43
+ title={Large Language Model as Attributed Training Data Generator: A Tale of Diversity and Bias},
44
+ author={Yu, Yue and Zhuang, Yuchen and Zhang, Jieyu and Meng, Yu and Ratner, Alexander and Krishna, Ranjay and Shen, Jiaming and Zhang, Chao},
45
+ journal={arXiv preprint arXiv:2306.15895},
46
+ year={2023}
47
+ }
48
  ```