Model Pipeline - Entity linking concept
Entity linking connects names in text to real-world entities in a database. It helps computers understand who or what is mentioned.
Entity linking connects names in text to real-world entities in a database. It helps computers understand who or what is mentioned.
Loss: 1.2 |**** 0.9 |*** 0.7 |** 0.5 |* 0.4 | Accuracy: 0.45 |* 0.60 |** 0.72 |*** 0.80 |**** 0.85 |*****
| Epoch | Loss ↓ | Accuracy ↑ | Observation |
|---|---|---|---|
| 1 | 1.2 | 0.45 | Model starts learning to link entities, accuracy low. |
| 2 | 0.9 | 0.60 | Loss decreases, accuracy improves as model learns context. |
| 3 | 0.7 | 0.72 | Better disambiguation, model understands entity context. |
| 4 | 0.5 | 0.80 | Model converges, good linking performance. |
| 5 | 0.4 | 0.85 | Final tuning, highest accuracy reached. |