czuk commited on
Commit
1ccdb11
1 Parent(s): d4d61e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -11
README.md CHANGED
@@ -29,6 +29,26 @@ This is a baseline model for named entity **lemmatization** trained on the singl
29
  [SlavicNER corpus](https://github.com/SlavicNLP/SlavicNER).
30
 
31
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  # Usage
33
 
34
  You can use this model directly with a pipeline for text2text generation:
@@ -51,16 +71,7 @@ print(ids)
51
  ```
52
 
53
 
54
- # Evaluation
55
-
56
- | **Language** | **Seq2seq** | **Support** |
57
- |:------------:|:-----------:|-----------------:|
58
- | PL | 75.13 | 2 549 |
59
- | CS | 77.92 | 1 137 |
60
- | RU | 67.56 | 18 018 |
61
- | BG | 63.60 | 6 085 |
62
- | SL | 76.81 | 7 082 |
63
- | UK | 58.94 | 3 085 |
64
- | All | 68.75 | 37 956 |
65
 
 
66
 
 
29
  [SlavicNER corpus](https://github.com/SlavicNLP/SlavicNER).
30
 
31
 
32
+ # Resources and Technical Documentation
33
+
34
+ - Paper: [Cross-lingual Named Entity Corpus for Slavic Languages](https://arxiv.org/pdf/2404.00482), to appear in LREC-COLING 2024.
35
+ - Annotation guidelines: https://arxiv.org/pdf/2404.00482
36
+ - SlavicNER Corpus: https://github.com/SlavicNLP/SlavicNER
37
+
38
+
39
+ # Evaluation
40
+
41
+ | **Language** | **Seq2seq** | **Support** |
42
+ |:------------:|:-----------:|-----------------:|
43
+ | PL | 75.13 | 2 549 |
44
+ | CS | 77.92 | 1 137 |
45
+ | RU | 67.56 | 18 018 |
46
+ | BG | 63.60 | 6 085 |
47
+ | SL | 76.81 | 7 082 |
48
+ | UK | 58.94 | 3 085 |
49
+ | All | 68.75 | 37 956 |
50
+
51
+
52
  # Usage
53
 
54
  You can use this model directly with a pipeline for text2text generation:
 
71
  ```
72
 
73
 
74
+ # Citation
 
 
 
 
 
 
 
 
 
 
75
 
76
+ *Will appear soon*
77