diversifix commited on
Commit
57ce8ee
1 Parent(s): 0214375

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +46 -1
README.md CHANGED
@@ -1,3 +1,48 @@
1
  ---
2
- license: gpl-3.0
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - de
4
+ license: gpl
5
  ---
6
+
7
+ # Diversiformer
8
+
9
+ _Work in progress._
10
+
11
+ Language model for inclusive language in German, fine-tuned on [mT5](https://arxiv.org/abs/2010.11934).
12
+
13
+ ## Tasks
14
+
15
+ - **DETECT**: Recognizes instances of the generic masculine, and of other exclusive language. To do.
16
+ - **SUGGEST**: Suggest inclusive alternatives to masculine and exclusive words. To do.
17
+ - **REPLACE**: Replace one phrase by another, while preserving grammatical coherence. Work in progress.
18
+
19
+ - ▶️ `Ersetze "Schüler" durch "Schülerin oder Schüler": Die Schüler kamen zu spät.`
20
+
21
+ ◀️ `Die Schülerinnen und Schüler kamen zu spät.`
22
+
23
+ - ▶️ `Ersetze "Lehrer" durch "Kollegium": Die wartenden Lehrer wunderten sich.`
24
+
25
+ ◀️ `Das wartende Kollegium wunderte sich.`
26
+
27
+ ## Dev ideas
28
+
29
+ - Use classifier to filter out training data of low quality? (~adversarial approach)
30
+
31
+ ## License
32
+
33
+ Diversiformer. Transformer model for inclusive language.
34
+
35
+ Copyright (C) 2022 [Diversifix e. V.](mailto:vorstand@diversifix.org)
36
+
37
+ This program is free software: you can redistribute it and/or modify
38
+ it under the terms of the GNU General Public License as published by
39
+ the Free Software Foundation, either version 3 of the License, or
40
+ (at your option) any later version.
41
+
42
+ This program is distributed in the hope that it will be useful,
43
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
44
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
45
+ GNU General Public License for more details.
46
+
47
+ You should have received a copy of the GNU General Public License
48
+ along with this program. If not, see <https://www.gnu.org/licenses/>.