Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,39 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
-
This is
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-sa-4.0
|
3 |
+
language:
|
4 |
+
- de
|
5 |
+
tags:
|
6 |
+
- text complexity
|
7 |
+
---
|
8 |
+
# Model Card for DistilBERT German Text Complexity
|
9 |
|
10 |
+
This model is version of [distilbert-base-german-cased](https://huggingface.co/distilbert-base-german-cased) fine-tuned for text complexity prediction on a scale between 1 and 7.
|
11 |
+
|
12 |
+
### Direct Use
|
13 |
+
To use this model, use our [eval_distilbert.py](https://github.com/MiriUll/text_complexity/blob/master/eval_distilbert.py) script.
|
14 |
+
|
15 |
+
## Training Details
|
16 |
+
|
17 |
+
The model is a fine-tuned version of the [distilbert-base-german-cased](https://huggingface.co/distilbert-base-german-cased) and a contribution to the GermEval 2022 shared task on text complexity prediction.
|
18 |
+
It was fine-tuned on the dataset by [Naderi et al, 2019](https://arxiv.org/abs/1904.07733).
|
19 |
+
For further details, visit our [KONVENS paper](https://aclanthology.org/2022.germeval-1.4/).
|
20 |
+
|
21 |
+
|
22 |
+
|
23 |
+
## Citation
|
24 |
+
|
25 |
+
Please cite our [INLG 2023 paper](https://arxiv.org/abs/2307.13989), if you use our model.
|
26 |
+
**BibTeX:**
|
27 |
+
```bibtex
|
28 |
+
@inproceedings{anschutz-groh-2022-tum,
|
29 |
+
title = "{TUM} Social Computing at {G}erm{E}val 2022: Towards the Significance of Text Statistics and Neural Embeddings in Text Complexity Prediction",
|
30 |
+
author = {Ansch{\"u}tz, Miriam and
|
31 |
+
Groh, Georg},
|
32 |
+
booktitle = "Proceedings of the GermEval 2022 Workshop on Text Complexity Assessment of German Text",
|
33 |
+
month = sep,
|
34 |
+
year = "2022",
|
35 |
+
address = "Potsdam, Germany",
|
36 |
+
publisher = "Association for Computational Linguistics",
|
37 |
+
url = "https://aclanthology.org/2022.germeval-1.4",
|
38 |
+
pages = "21--26",
|
39 |
+
}
|