Update README.md
Browse files
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
|
19 |
```
|
20 |
-
@
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
|