LukasStankevicius commited on
Commit
3d2fc30
1 Parent(s): 70345a9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -2
README.md CHANGED
@@ -10,7 +10,7 @@ widget:
10
  license: apache-2.0
11
  ---
12
  This is *google/byt5-small* transformer model trained on Lithuanian text for ~100 hours.
13
- It was created during the work **Towards Lithuanian Grammatical Error Correction**, which was presented at [11th Computer Science On-line Conference 2022](https://csoc.openpublish.eu/).
14
 
15
  The model is yet in its infancy (we are planning to train 100x longer in the future). Nevertheless, it clearly shows the possibilities and capabilities.
16
 
@@ -31,4 +31,22 @@ Output from the above would be:
31
 
32
  Sveiki parduodu tvarkingą „Audi“ firmos automobilį. Ką tik iš Amerikės. Viena savininkas prižiūrintas ir mylimas automobilis. Dar turiu patobulintą „Mersedes“ su automatine greičių pavara už 4000 eurų (iš Amerikės). Taip pat tvarkingas.
33
 
34
- More information can be found in the accompanying [GitHub repository](https://github.com/LukasStankevicius/Towards-Lithuanian-Grammatical-Error-Correction):
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  license: apache-2.0
11
  ---
12
  This is *google/byt5-small* transformer model trained on Lithuanian text for ~100 hours.
13
+ It was created during the work [**Towards Lithuanian Grammatical Error Correction**](https://link.springer.com/chapter/10.1007/978-3-031-09076-9_44), which was presented at [11th Computer Science On-line Conference 2022](https://csoc.openpublish.eu/).
14
 
15
  The model is yet in its infancy (we are planning to train 100x longer in the future). Nevertheless, it clearly shows the possibilities and capabilities.
16
 
31
 
32
  Sveiki parduodu tvarkingą „Audi“ firmos automobilį. Ką tik iš Amerikės. Viena savininkas prižiūrintas ir mylimas automobilis. Dar turiu patobulintą „Mersedes“ su automatine greičių pavara už 4000 eurų (iš Amerikės). Taip pat tvarkingas.
33
 
34
+ More information can be found in the accompanying [GitHub repository](https://github.com/LukasStankevicius/Towards-Lithuanian-Grammatical-Error-Correction)
35
+
36
+ If you find our work useful, please cite the following paper:
37
+
38
+ ``` latex
39
+ @InProceedings{10.1007/978-3-031-09076-9_44,
40
+ author="Stankevi{\v{c}}ius, Lukas
41
+ and Luko{\v{s}}evi{\v{c}}ius, Mantas",
42
+ editor="Silhavy, Radek",
43
+ title="Towards Lithuanian Grammatical Error Correction",
44
+ booktitle="Artificial Intelligence Trends in Systems",
45
+ year="2022",
46
+ publisher="Springer International Publishing",
47
+ address="Cham",
48
+ pages="490--503",
49
+ abstract="Everyone wants to write beautiful and correct text, yet the lack of language skills, experience, or hasty typing can result in errors. By employing the recent advances in transformer architectures, we construct a grammatical error correction model for Lithuanian, the language rich in archaic features. We compare subword and byte-level approaches and share our best trained model, achieving F{\$}{\$}{\_}{\{}0.5{\}}=0.92{\$}{\$}0.5=0.92, and accompanying code, in an online open-source repository.",
50
+ isbn="978-3-031-09076-9"
51
+ }
52
+ ```