Update README.md
Browse files
README.md
CHANGED
@@ -5,4 +5,33 @@ language:
|
|
5 |
- en
|
6 |
size_categories:
|
7 |
- 1K<n<10K
|
8 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
- en
|
6 |
size_categories:
|
7 |
- 1K<n<10K
|
8 |
+
---
|
9 |
+
## PwC4KPG dataset
|
10 |
+
|
11 |
+
Due to the strict copyright restriction, the dataset is only available for non-commercial research use ONLY.
|
12 |
+
|
13 |
+
Currently it requires manual approval for access. Please send an email to [email protected], stating (1) Huggingface account name; (2) institute/company name; (3) the purpose of using this dataset.
|
14 |
+
|
15 |
+
|
16 |
+
## PwC4KPG dataset
|
17 |
+
|
18 |
+
we extract the **fields, tasks, methods, datasets, metrics, titles and abstracts** from the raw corpus of PwC, provided that the paper has a full title and abstract.
|
19 |
+
A total of 6,012 papers were extracted, of which 2,119 included all five categories of “keyphrases”, and the remaining 3,839 contained only some of them.
|
20 |
+
Note that PwC does not contain the research fields as we define them, so we used the “main_collection” of methods as an alternative.
|
21 |
+
|
22 |
+
**Train: 5,012 / Dev: 500 / Test: 500**
|
23 |
+
We randomly select 1,000 papers with full information,half of which are used for testing and the other half for validation. The remaining 5,012 served as the training set.
|
24 |
+
|
25 |
+
**Paper: JASIST 2023, Generating keyphrases for readers: A controllable keyphrase generation framework.**
|
26 |
+
|
27 |
+
```
|
28 |
+
@inproceedings{Jiang2023PwC4KPG,
|
29 |
+
title={ Generating keyphrases for readers: A controllable keyphrase generation framework},
|
30 |
+
author={Jiang, Yi and Meng, Rui and Huang, Yong and Lu, Wei and Liu, Jiawei},
|
31 |
+
booktitle={Journal of the Association for Information Science and Technology},
|
32 |
+
year={2023},
|
33 |
+
volume={74},
|
34 |
+
issue={7},
|
35 |
+
pages={759--774},
|
36 |
+
}
|
37 |
+
```
|