Fredr0id commited on
Commit
a6d5852
·
verified ·
1 Parent(s): d41a75a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -7
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
- **A Novel Approach for Identification and Linking of Short Quotations in Scholarly Texts and Literary Works** (Accepted).
12
 
13
  # Citation
14
- TBD
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ~~~