aehrm commited on
Commit
2a46a45
1 Parent(s): 6e7676f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -5,7 +5,7 @@ tags:
5
  - sequence-tagger-model
6
  language: de
7
  ---
8
- # REDEWIEDERGABE Tagger: indirect STWR
9
 
10
  This model is part of an ensemble of binary taggers that recognize German speech, thought and writing representation (STWR). They can be used to automatically detect and annotate the following 4 types of speech, thought and writing representation in German texts:
11
 
@@ -13,8 +13,8 @@ This model is part of an ensemble of binary taggers that recognize German speech
13
  |--------------------------------|-------------------------------------------------------------------------|----------------------------------------------------------|
14
  | direct | Dann sagte er: **"Ich habe Hunger."** | Then he said: **"I'm hungry."** |
15
  | free indirect ('erlebte Rede') | Er war ratlos. **Woher sollte er denn hier bloß ein Mittagessen bekommen?** | He was at a loss. **Where should he ever find lunch here?** |
16
- | indirect (**this tagger**) | Sie fragte, **wo das Essen sei.** | She asked **where the food was.** |
17
- | reported | **Sie sprachen über das Mittagessen.** | **They talked about lunch.** |
18
 
19
  The ensemble is trained on the [REDEWIEDERGABE corpus](https://github.com/redewiedergabe/corpus) ([Annotation guidelines](http://redewiedergabe.de/richtlinien/richtlinien.html)), fine-tuning each tagger on the domain-adapted [lkonle/fiction-gbert-large](https://huggingface.co/lkonle/fiction-gbert-large). ([Training Code](https://github.com/cophi-wue/LLpro/blob/main/contrib/train_redewiedergabe.py))
20
 
@@ -23,9 +23,9 @@ The ensemble is trained on the [REDEWIEDERGABE corpus](https://github.com/redewi
23
  | STWR type | F1-Score |
24
  |-----------|-----------|
25
  | direct | 90.76 |
26
- | **indirect (this tagger)** | **79.16** |
27
  | free indirect | 58.00 |
28
- | reported | 70.47 |
29
 
30
  ----
31
 
 
5
  - sequence-tagger-model
6
  language: de
7
  ---
8
+ # REDEWIEDERGABE Tagger: reported STWR
9
 
10
  This model is part of an ensemble of binary taggers that recognize German speech, thought and writing representation (STWR). They can be used to automatically detect and annotate the following 4 types of speech, thought and writing representation in German texts:
11
 
 
13
  |--------------------------------|-------------------------------------------------------------------------|----------------------------------------------------------|
14
  | direct | Dann sagte er: **"Ich habe Hunger."** | Then he said: **"I'm hungry."** |
15
  | free indirect ('erlebte Rede') | Er war ratlos. **Woher sollte er denn hier bloß ein Mittagessen bekommen?** | He was at a loss. **Where should he ever find lunch here?** |
16
+ | indirect | Sie fragte, **wo das Essen sei.** | She asked **where the food was.** |
17
+ | reported (**this tagger**) | **Sie sprachen über das Mittagessen.** | **They talked about lunch.** |
18
 
19
  The ensemble is trained on the [REDEWIEDERGABE corpus](https://github.com/redewiedergabe/corpus) ([Annotation guidelines](http://redewiedergabe.de/richtlinien/richtlinien.html)), fine-tuning each tagger on the domain-adapted [lkonle/fiction-gbert-large](https://huggingface.co/lkonle/fiction-gbert-large). ([Training Code](https://github.com/cophi-wue/LLpro/blob/main/contrib/train_redewiedergabe.py))
20
 
 
23
  | STWR type | F1-Score |
24
  |-----------|-----------|
25
  | direct | 90.76 |
26
+ | indirect | 79.16 |
27
  | free indirect | 58.00 |
28
+ | **reported (this tagger)** | **70.47** |
29
 
30
  ----
31