Model Pipeline - Topic coherence evaluation
This pipeline evaluates how well topics generated by a topic model make sense together. It measures the coherence score to check if words in each topic relate to each other logically.
This pipeline evaluates how well topics generated by a topic model make sense together. It measures the coherence score to check if words in each topic relate to each other logically.
Loss
1.0 | *
0.8 | *
0.6 | *
0.4 | *
0.2 | *
0.0 +-----------
1 2 3 4 5
Epochs| Epoch | Loss ↓ | Accuracy ↑ | Observation |
|---|---|---|---|
| 1 | 0.85 | N/A | Initial topic model training with random initialization |
| 2 | 0.65 | N/A | Topics start to form meaningful word groups |
| 3 | 0.5 | N/A | Coherence scores improve as topics become clearer |
| 4 | 0.45 | N/A | Loss decreases steadily, topics stabilize |
| 5 | 0.43 | N/A | Final epoch with best coherence scores |