Datasets:

ArXiv:

Update Model Card with missing metadata

#1
by MatteoFasulo - opened
Files changed (1) hide show
  1. README.md +46 -1
README.md CHANGED
@@ -1,3 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  A dataset for benchmarking keyphrase extraction and generation techniques from abstracts of English scientific papers. For more details about the dataset please refer the original paper - [http://memray.me/uploads/acl17-keyphrase-generation.pdf](http://memray.me/uploads/acl17-keyphrase-generation.pdf).
2
 
3
  Data source - [https://github.com/memray/seq2seq-keyphrase](https://github.com/memray/seq2seq-keyphrase)
@@ -171,4 +216,4 @@ Please cite the works below if you use this dataset in your work.
171
 
172
 
173
  ## Contributions
174
- Thanks to [@debanjanbhucs](https://github.com/debanjanbhucs), [@dibyaaaaax](https://github.com/dibyaaaaax), [@UmaGunturi](https://github.com/UmaGunturi) and [@ad6398](https://github.com/ad6398) for adding this dataset
 
1
+ ---
2
+ license: cc-by-4.0
3
+ language:
4
+ - en
5
+ pretty_name: KP20K (Keyphrase Benchmark Dataset)
6
+ size_categories:
7
+ - 10M<n<100M
8
+ task_categories:
9
+ - summarization
10
+ - sentence-similarity
11
+ modality:
12
+ - text
13
+ dataset_creator: Meng et al.
14
+ source: https://github.com/memray/seq2seq-keyphrase
15
+ citation: |
16
+ @InProceedings{meng-EtAl:2017:Long,
17
+ author = {Meng, Rui and Zhao, Sanqiang and Han, Shuguang and He, Daqing and Brusilovsky, Peter and Chi, Yu},
18
+ title = {Deep Keyphrase Generation},
19
+ booktitle = {Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)},
20
+ month = {July},
21
+ year = {2017},
22
+ address = {Vancouver, Canada},
23
+ publisher = {Association for Computational Linguistics},
24
+ pages = {582--592},
25
+ url = {http://aclweb.org/anthology/P17-1054}
26
+ }
27
+ configs:
28
+ - config_name: raw
29
+ data_files:
30
+ - split: train
31
+ path:
32
+ - train.jsonl
33
+ - split: validation
34
+ path:
35
+ - valid.jsonl
36
+ - split: test
37
+ path:
38
+ - test.jsonl
39
+ tags:
40
+ - huggingscience
41
+ - science
42
+ - keyphrase-extraction
43
+ - keyphrase-generation
44
+ ---
45
+
46
  A dataset for benchmarking keyphrase extraction and generation techniques from abstracts of English scientific papers. For more details about the dataset please refer the original paper - [http://memray.me/uploads/acl17-keyphrase-generation.pdf](http://memray.me/uploads/acl17-keyphrase-generation.pdf).
47
 
48
  Data source - [https://github.com/memray/seq2seq-keyphrase](https://github.com/memray/seq2seq-keyphrase)
 
216
 
217
 
218
  ## Contributions
219
+ Thanks to [@debanjanbhucs](https://github.com/debanjanbhucs), [@dibyaaaaax](https://github.com/dibyaaaaax), [@UmaGunturi](https://github.com/UmaGunturi) and [@ad6398](https://github.com/ad6398) for adding this dataset