Datasets:

ArXiv:
MatteoFasulo commited on
Commit
bd3cb5c
·
verified ·
1 Parent(s): 7486121

Update tags

Browse files
Files changed (1) hide show
  1. README.md +18 -13
README.md CHANGED
@@ -6,8 +6,8 @@ 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.
@@ -25,17 +25,22 @@ citation: |
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
  ---
40
 
41
  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).
 
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.
 
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).