xiaowu0162 commited on
Commit
9055f34
·
verified ·
1 Parent(s): d1ce89a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -8
README.md CHANGED
@@ -15,15 +15,23 @@ This is a [sentence-transformers](https://www.SBERT.net) model specialized for p
15
  This model is based on [sentence-transformers/all-mpnet-base-v2](https://huggingface.co/sentence-transformers/all-mpnet-base-v2) and further fine-tuned on 1 million keyphrase data with SimCSE.
16
 
17
  ## Citing & Authors
18
- Paper: [KPEval: Towards Fine-grained Semantic-based Evaluation of Keyphrase Extraction and Generation Systems](https://arxiv.org/abs/2303.15422)
19
  ```
20
- @article{wu2023kpeval,
21
- title={KPEval: Towards Fine-grained Semantic-based Evaluation of Keyphrase Extraction and Generation Systems},
22
- author={Di Wu and Da Yin and Kai-Wei Chang},
23
- year={2023},
24
- eprint={2303.15422},
25
- archivePrefix={arXiv},
26
- primaryClass={cs.CL}
 
 
 
 
 
 
 
 
27
  }
28
  ```
29
 
 
15
  This model is based on [sentence-transformers/all-mpnet-base-v2](https://huggingface.co/sentence-transformers/all-mpnet-base-v2) and further fine-tuned on 1 million keyphrase data with SimCSE.
16
 
17
  ## Citing & Authors
18
+ Paper: [KPEval: Towards Fine-grained Semantic-based Keyphrase Evaluation](https://arxiv.org/abs/2303.15422)
19
  ```
20
+ @inproceedings{wu-etal-2024-kpeval,
21
+ title = "{KPE}val: Towards Fine-Grained Semantic-Based Keyphrase Evaluation",
22
+ author = "Wu, Di and
23
+ Yin, Da and
24
+ Chang, Kai-Wei",
25
+ editor = "Ku, Lun-Wei and
26
+ Martins, Andre and
27
+ Srikumar, Vivek",
28
+ booktitle = "Findings of the Association for Computational Linguistics ACL 2024",
29
+ month = aug,
30
+ year = "2024",
31
+ address = "Bangkok, Thailand and virtual meeting",
32
+ publisher = "Association for Computational Linguistics",
33
+ url = "https://aclanthology.org/2024.findings-acl.117",
34
+ pages = "1959--1981",
35
  }
36
  ```
37