Datasets:

Modalities:
Text
Formats:
json
ArXiv:
Libraries:
Datasets
Dask
License:
memray commited on
Commit
2475aef
1 Parent(s): ee1bdf4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -1,3 +1,15 @@
1
  ---
2
- license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: cc-by-sa-3.0
3
  ---
4
+
5
+ This hosts the Wikipedia phrase data used for training the generic phrase generation model in [General-to-Specific Transfer Labeling for Domain Adaptable Keyphrase Generation](https://arxiv.org/abs/2208.09606).
6
+ wiki-20210521-phrase.tar.gz contains all sharded files. A few example files are provided (e.g. wiki_00.json).
7
+
8
+ ```
9
+ @article{meng2022transfer,
10
+ title={General-to-Specific Transfer Labeling for Domain Adaptable Keyphrase Generation},
11
+ author={Meng, Rui and Wang, Tong and Yuan, Xingdi and Zhou, Yingbo and He, Daqing},
12
+ journal={ACL 2023 Findings, Long Paper},
13
+ year={2023}
14
+ }
15
+ ```