Update README.md
Browse files
README.md
CHANGED
@@ -157,4 +157,25 @@ The model was evaluated on a manually labeled test set of 828 different EMNLP 20
|
|
157 |
* **Precision:** 92.46
|
158 |
|
159 |
## License
|
160 |
-
BSD 3-Clause License
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
157 |
* **Precision:** 92.46
|
158 |
|
159 |
## License
|
160 |
+
BSD 3-Clause License
|
161 |
+
|
162 |
+
## Citation information
|
163 |
+
When citing our work in academic papers and theses, please use this BibTeX entry:
|
164 |
+
```
|
165 |
+
@inproceedings{schopf-etal-2023-exploring,
|
166 |
+
title = "Exploring the Landscape of Natural Language Processing Research",
|
167 |
+
author = "Schopf, Tim and
|
168 |
+
Arabi, Karim and
|
169 |
+
Matthes, Florian",
|
170 |
+
editor = "Mitkov, Ruslan and
|
171 |
+
Angelova, Galia",
|
172 |
+
booktitle = "Proceedings of the 14th International Conference on Recent Advances in Natural Language Processing",
|
173 |
+
month = sep,
|
174 |
+
year = "2023",
|
175 |
+
address = "Varna, Bulgaria",
|
176 |
+
publisher = "INCOMA Ltd., Shoumen, Bulgaria",
|
177 |
+
url = "https://aclanthology.org/2023.ranlp-1.111",
|
178 |
+
pages = "1034--1045",
|
179 |
+
abstract = "As an efficient approach to understand, generate, and process natural language texts, research in natural language processing (NLP) has exhibited a rapid spread and wide adoption in recent years. Given the increasing research work in this area, several NLP-related approaches have been surveyed in the research community. However, a comprehensive study that categorizes established topics, identifies trends, and outlines areas for future research remains absent. Contributing to closing this gap, we have systematically classified and analyzed research papers in the ACL Anthology. As a result, we present a structured overview of the research landscape, provide a taxonomy of fields of study in NLP, analyze recent developments in NLP, summarize our findings, and highlight directions for future work.",
|
180 |
+
}
|
181 |
+
```
|