Update README.md
Browse files
README.md
CHANGED
@@ -17,6 +17,14 @@ tags:
|
|
17 |
|
18 |
This is a fine-tuned BERT-based language model to classify NLP-related research papers as "Survey" or "Non-Survey" papers. The model is fine-tuned on a dataset of 787 survey and 11,805 non-survey papers from the ACL Anthology and the arXiv cs.CL category. Prior to fine-tuning, the model is initialized with weights from [malteos/scincl](https://huggingface.co/malteos/scincl).
|
19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
|
21 |
## How to use the fine-tuned model
|
22 |
|
@@ -46,4 +54,19 @@ The model was evaluated on 20% test data.
|
|
46 |
* **F1:** 84.35
|
47 |
* **Precision:** 82.38
|
48 |
* **Recall:** 86.53
|
49 |
-
* **Accuracy:** 98.04
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
This is a fine-tuned BERT-based language model to classify NLP-related research papers as "Survey" or "Non-Survey" papers. The model is fine-tuned on a dataset of 787 survey and 11,805 non-survey papers from the ACL Anthology and the arXiv cs.CL category. Prior to fine-tuning, the model is initialized with weights from [malteos/scincl](https://huggingface.co/malteos/scincl).
|
19 |
|
20 |
+
## This model was trained during our work on the Natural Language Processing Knowledge Graph (NLP-KG)
|
21 |
+
|
22 |
+
🖥️ NLP-KG web application: [https://nlpkg.sebis.cit.tum.de](https://nlpkg.sebis.cit.tum.de)
|
23 |
+
|
24 |
+
📄 Paper: [https://arxiv.org/abs/2406.15294](https://arxiv.org/abs/2406.15294)
|
25 |
+
|
26 |
+
📽️ Demo video: [https://youtu.be/-F529f4hmYo](https://youtu.be/-F529f4hmYo)
|
27 |
+
|
28 |
|
29 |
## How to use the fine-tuned model
|
30 |
|
|
|
54 |
* **F1:** 84.35
|
55 |
* **Precision:** 82.38
|
56 |
* **Recall:** 86.53
|
57 |
+
* **Accuracy:** 98.04
|
58 |
+
|
59 |
+
|
60 |
+
## Citation information
|
61 |
+
When citing our work in academic papers and theses, please use this BibTeX entry:
|
62 |
+
```
|
63 |
+
@misc{schopf2024nlpkgexploratorysearchscientific,
|
64 |
+
title={NLP-KG: A System for Exploratory Search of Scientific Literature in Natural Language Processing},
|
65 |
+
author={Tim Schopf and Florian Matthes},
|
66 |
+
year={2024},
|
67 |
+
eprint={2406.15294},
|
68 |
+
archivePrefix={arXiv},
|
69 |
+
primaryClass={cs.CL},
|
70 |
+
url={https://arxiv.org/abs/2406.15294},
|
71 |
+
}
|
72 |
+
```
|