docs: replace unsupported mermaid mindmap/xychart with markdown tables
Browse files
README.md
CHANGED
|
@@ -158,35 +158,17 @@ sequenceDiagram
|
|
| 158 |
|
| 159 |
### π Supported Entity Types (25 Categories)
|
| 160 |
|
| 161 |
-
|
| 162 |
-
|
| 163 |
-
|
| 164 |
-
|
| 165 |
-
|
| 166 |
-
|
| 167 |
-
|
| 168 |
-
|
| 169 |
-
|
| 170 |
-
|
| 171 |
-
|
| 172 |
-
Facility
|
| 173 |
-
Product
|
| 174 |
-
Event
|
| 175 |
-
Art
|
| 176 |
-
Law
|
| 177 |
-
Language
|
| 178 |
-
Position
|
| 179 |
-
Nationality
|
| 180 |
-
Disease
|
| 181 |
-
Contact
|
| 182 |
-
Quantity
|
| 183 |
-
Project
|
| 184 |
-
Cardinal
|
| 185 |
-
Ordinal
|
| 186 |
-
Proverb
|
| 187 |
-
Miscellaneous
|
| 188 |
-
Other
|
| 189 |
-
```
|
| 190 |
|
| 191 |
### π Dataset Information
|
| 192 |
- **Source:** [Azerbaijani NER Dataset](https://huggingface.co/datasets/LocalDoc/azerbaijani-ner-dataset)
|
|
@@ -197,13 +179,12 @@ mindmap
|
|
| 197 |
|
| 198 |
## π Model Performance Comparison
|
| 199 |
|
| 200 |
-
|
| 201 |
-
|
| 202 |
-
|
| 203 |
-
|
| 204 |
-
|
| 205 |
-
|
| 206 |
-
```
|
| 207 |
|
| 208 |
## π Detailed Performance Metrics
|
| 209 |
|
|
|
|
| 158 |
|
| 159 |
### π Supported Entity Types (25 Categories)
|
| 160 |
|
| 161 |
+
| Category | Category | Category |
|
| 162 |
+
|----------|----------|----------|
|
| 163 |
+
| Person | Government | Law |
|
| 164 |
+
| Location | Date | Language |
|
| 165 |
+
| Organization | Time | Position |
|
| 166 |
+
| Facility | Money | Nationality |
|
| 167 |
+
| Product | Percentage | Disease |
|
| 168 |
+
| Event | Contact | Quantity |
|
| 169 |
+
| Art | Project | Cardinal |
|
| 170 |
+
| Proverb | Ordinal | Miscellaneous |
|
| 171 |
+
| Other | | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 172 |
|
| 173 |
### π Dataset Information
|
| 174 |
- **Source:** [Azerbaijani NER Dataset](https://huggingface.co/datasets/LocalDoc/azerbaijani-ner-dataset)
|
|
|
|
| 179 |
|
| 180 |
## π Model Performance Comparison
|
| 181 |
|
| 182 |
+
| Model | F1-Score |
|
| 183 |
+
|-------|----------|
|
| 184 |
+
| mBERT | 67.70% |
|
| 185 |
+
| XLM-RoBERTa Base | 75.22% |
|
| 186 |
+
| XLM-RoBERTa Large | **75.48%** |
|
| 187 |
+
| Azeri-Turkish-BERT | 73.55% |
|
|
|
|
| 188 |
|
| 189 |
## π Detailed Performance Metrics
|
| 190 |
|