dmahata commited on
Commit
ca86a49
1 Parent(s): 46100bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -167,6 +167,9 @@ print("\n-----------\n")
167
 
168
  ## Model Benchmarking
169
 
 
 
 
170
 
171
  <br>
172
  <p align="center">
@@ -176,6 +179,9 @@ print("\n-----------\n")
176
  <br>
177
 
178
 
 
 
 
179
 
180
  ## Citation Information
181
  Please cite the works below if you use this dataset in your work.
@@ -221,5 +227,17 @@ isbn="978-3-030-45442-5"
221
  }
222
  ```
223
 
 
 
 
 
 
 
 
 
 
 
 
 
224
  ## Contributions
225
  Thanks to [@debanjanbhucs](https://github.com/debanjanbhucs), [@dibyaaaaax](https://github.com/dibyaaaaax) and [@ad6398](https://github.com/ad6398) for adding this dataset
 
167
 
168
  ## Model Benchmarking
169
 
170
+ Below are the performance of the different supervised models on this corpus as reported by [https://arxiv.org/pdf/2112.08547.pdf](https://arxiv.org/pdf/2112.08547.pdf)
171
+
172
+ ### Keyphrase Extraction
173
 
174
  <br>
175
  <p align="center">
 
179
  <br>
180
 
181
 
182
+ ### Keyphrase Generation
183
+
184
+
185
 
186
  ## Citation Information
187
  Please cite the works below if you use this dataset in your work.
 
227
  }
228
  ```
229
 
230
+ and
231
+
232
+ ```
233
+ @article{kulkarni2021learning,
234
+ title={Learning Rich Representation of Keyphrases from Text},
235
+ author={Kulkarni, Mayank and Mahata, Debanjan and Arora, Ravneet and Bhowmik, Rajarshi},
236
+ journal={arXiv preprint arXiv:2112.08547},
237
+ year={2021}
238
+ }
239
+
240
+ ```
241
+
242
  ## Contributions
243
  Thanks to [@debanjanbhucs](https://github.com/debanjanbhucs), [@dibyaaaaax](https://github.com/dibyaaaaax) and [@ad6398](https://github.com/ad6398) for adding this dataset