xiaowu0162 commited on
Commit
283390e
1 Parent(s): 7d51217

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -8
README.md CHANGED
@@ -83,14 +83,16 @@ print(sentence_embeddings)
83
  ```
84
 
85
  ## Training
86
- **Datasets**:
87
- | Dataset Name | Number of Phrases |
88
- |-------------------------------------------------------------|-------------------|
89
- | [KP20k](https://www.aclweb.org/anthology/P17-1054/) | 715369 |
90
- | [KPTimes](https://www.aclweb.org/anthology/W19-8617/) | 113456 |
91
- | [StackEx](https://www.aclweb.org/anthology/2020.acl-main.710/) | 8149 |
92
- | [OpenKP](https://www.aclweb.org/anthology/D19-1521/) | 200335 |
93
- | **Total** | **1030309** |
 
 
94
 
95
  The model was trained with the parameters:
96
 
 
83
  ```
84
 
85
  ## Training
86
+ The model is trained on phrases from four keyphrase datasets covering a wide range of domains.
87
+
88
+ | Dataset Name | Domain | Number of Phrases |
89
+ |-------------------------------------------------------------|---------------|-------------------|
90
+ | [KP20k](https://www.aclweb.org/anthology/P17-1054/) | Science | 715369 |
91
+ | [KPTimes](https://www.aclweb.org/anthology/W19-8617/) | News | 113456 |
92
+ | [StackEx](https://www.aclweb.org/anthology/2020.acl-main.710/) | Online Forum | 8149 |
93
+ | [OpenKP](https://www.aclweb.org/anthology/D19-1521/) | Web | 200335 |
94
+ | **Total** | | **1030309** |
95
+
96
 
97
  The model was trained with the parameters:
98