Update README.md
Browse files
README.md
CHANGED
|
@@ -1,14 +1,30 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
language:
|
| 4 |
-
- de
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
| 6 |
|
| 7 |
# Model Summary
|
| 8 |
This model is a finetuned [bert-base-german-uncased](https://huggingface.co/dbmdz/bert-base-german-uncased) for binary classification of short quotations between
|
| 9 |
literary works and scholarly works. The model is intended to be used as part of our tool `ProQuoLM`. More information can be found in the corresponding
|
| 10 |
[repository](https://scm.cms.hu-berlin.de/schluesselstellen/proquo) and our paper
|
| 11 |
-
|
| 12 |
|
| 13 |
# Citation
|
| 14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- de
|
| 5 |
+
base_model:
|
| 6 |
+
- dbmdz/bert-base-german-uncased
|
| 7 |
+
pipeline_tag: text-classification
|
| 8 |
+
---
|
| 9 |
|
| 10 |
# Model Summary
|
| 11 |
This model is a finetuned [bert-base-german-uncased](https://huggingface.co/dbmdz/bert-base-german-uncased) for binary classification of short quotations between
|
| 12 |
literary works and scholarly works. The model is intended to be used as part of our tool `ProQuoLM`. More information can be found in the corresponding
|
| 13 |
[repository](https://scm.cms.hu-berlin.de/schluesselstellen/proquo) and our paper
|
| 14 |
+
[A Novel Approach for Identification and Linking of Short Quotations in Scholarly Texts and Literary Works](https://jcls.io/article/id/3590/).
|
| 15 |
|
| 16 |
# Citation
|
| 17 |
+
~~~
|
| 18 |
+
@article{arnold2023,
|
| 19 |
+
author = {Frederik Arnold, Robert Jäschke},
|
| 20 |
+
title = {A Novel Approach for Identification and Linking of Short Quotations in Scholarly Texts and Literary Works},
|
| 21 |
+
volume = {2},
|
| 22 |
+
year = {2023},
|
| 23 |
+
url = {https://jcls.io/article/id/3590/},
|
| 24 |
+
issue = {1},
|
| 25 |
+
doi = {10.48694/jcls.3590},
|
| 26 |
+
month = {1},
|
| 27 |
+
publisher={Universitäts- und Landesbibliothek Darmstadt},
|
| 28 |
+
journal = {Journal of Computational Literary Studies}
|
| 29 |
+
}
|
| 30 |
+
~~~
|