noeminaepli commited on
Commit
d8cb7c4
1 Parent(s): 6dee27a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -1,20 +1,22 @@
1
  ---
2
  language: gsw
3
- licence: cc
4
  ---
5
 
6
- # swiss\_german\_pos\_model
7
 
8
- The *swiss_german_pos_model* is a part-of-speech tagging model for Swiss German. The model is trained on [Universal POS tags (upos)](https://universaldependencies.org/u/pos/).
9
 
10
  ### Training procedure and data sets
11
 
12
- - Base model: German LM: [dbmdz/bert-base-german-cased](https://huggingface.co/dbmdz/bert-base-german-cased)
13
- - Continued LM training with [swisscrawl data](https://icosys.ch/swisscrawl)
14
- - Task fine-tuning on the [UD\_German-HDT](https://github.com/UniversalDependencies/UD_German-HDT/tree/master) data set with [character-level noise](https://aclanthology.org/2022.findings-acl.321/)
15
- - Task fine-tuning on the Swiss German [NOAH-Corpus](https://noe-eva.github.io/NOAH-Corpus/) (train + dev split)
 
 
 
16
 
17
- Accuracy on NOAH test split: 0.9587
18
 
19
 
20
 
@@ -52,6 +54,4 @@ The following hyperparameters were used during training:
52
  doi = "10.18653/v1/2022.findings-acl.321",
53
  pages = "4074--4083",
54
  abstract = "Cross-lingual transfer between a high-resource language and its dialects or closely related language varieties should be facilitated by their similarity. However, current approaches that operate in the embedding space do not take surface similarity into account. This work presents a simple yet effective strategy to improve cross-lingual transfer between closely related varieties. We propose to augment the data of the high-resource source language with character-level noise to make the model more robust towards spelling variations. Our strategy shows consistent improvements over several languages and tasks: Zero-shot transfer of POS tagging and topic identification between language varieties from the Finnic, West and North Germanic, and Western Romance language branches. Our work provides evidence for the usefulness of simple surface-level noise in improving transfer between language varieties.",
55
- } ```
56
-
57
-
 
1
  ---
2
  language: gsw
3
+ license: cc
4
  ---
5
 
6
+ # Swiss German Part-of-Speech Tagging Model
7
 
8
+ The **swiss_german_pos_model** is a part-of-speech tagging model for Swiss German. The model is trained on [Universal POS tags (upos)](https://universaldependencies.org/u/pos/).
9
 
10
  ### Training procedure and data sets
11
 
12
+ 1) Base model: German LM: [dbmdz/bert-base-german-cased](https://huggingface.co/dbmdz/bert-base-german-cased)
13
+ 2) Continued LM training with [swisscrawl data](https://icosys.ch/swisscrawl)
14
+ 3) Task fine-tuning on the [UD\_German-HDT](https://github.com/UniversalDependencies/UD_German-HDT/tree/master) data set with [character-level noise](https://aclanthology.org/2022.findings-acl.321/)
15
+ 4) Task fine-tuning on the Swiss German [NOAH-Corpus](https://noe-eva.github.io/NOAH-Corpus/) (train + dev split)
16
+
17
+ Accuracy on Swiss German NOAH test split: 0.9587
18
+ Accuracy on German UD_German-HDT test set after GSW fine-tuning: 0.9553 (vs. 0.9814 at step 3 before GSW fine-tuning)
19
 
 
20
 
21
 
22
 
 
54
  doi = "10.18653/v1/2022.findings-acl.321",
55
  pages = "4074--4083",
56
  abstract = "Cross-lingual transfer between a high-resource language and its dialects or closely related language varieties should be facilitated by their similarity. However, current approaches that operate in the embedding space do not take surface similarity into account. This work presents a simple yet effective strategy to improve cross-lingual transfer between closely related varieties. We propose to augment the data of the high-resource source language with character-level noise to make the model more robust towards spelling variations. Our strategy shows consistent improvements over several languages and tasks: Zero-shot transfer of POS tagging and topic identification between language varieties from the Finnic, West and North Germanic, and Western Romance language branches. Our work provides evidence for the usefulness of simple surface-level noise in improving transfer between language varieties.",
57
+ } ```