Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,28 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- multilingual
|
5 |
+
- ru
|
6 |
+
- bg
|
7 |
+
- mk
|
8 |
+
- uk
|
9 |
+
- fi
|
10 |
+
tags:
|
11 |
+
- labse
|
12 |
+
- ner
|
13 |
+
---
|
14 |
+
|
15 |
+
This is a multilingual NER system trained using a Frustratingly Easy Domain Adaptation architecture. It is based on LaBSE and supports different tagsets all using IOBES formats:
|
16 |
+
1. Wikiann (LOC, PER, ORG)
|
17 |
+
2. SlavNER 19/21 (EVT, LOC, ORG, PER, PRO)
|
18 |
+
3. SlavNER 17 (LOC, MISC, ORG, PER)
|
19 |
+
4. CNE5 (GEOPOLIT, LOC, MEDIA, PER, ORG)
|
20 |
+
5. FactRuEval (LOC, ORG, PER)
|
21 |
+
6. NER-UK (LOC, MISC, ORG, PER)
|
22 |
+
7. Turku (DATE, EVT, LOC, ORG, PER, PRO, TIME)
|
23 |
+
|
24 |
+
PER: person, LOC: location, ORG: organization, EVT: event, PRO: product, MISC: Miscellaneous, MEDIA: media, ART: Artifact, TIME: time, DATE: date, GEOPOLIT: Geopolitical,
|
25 |
+
|
26 |
+
You can select the tagset to use in the output by configuring the model.
|
27 |
+
|
28 |
+
More information about the model can be found in the paper (https://aclanthology.org/2021.bsnlp-1.12.pdf) and GitHub repository (https://github.com/EMBEDDIA/NER_FEDA).
|