LDA is a topic modeling method that finds hidden themes in text. It is unsupervised, so we don't have labels to check accuracy. Instead, we use perplexity and coherence to see how well the model fits the data and how meaningful the topics are.
Perplexity measures how surprised the model is by new text. Lower perplexity means the model predicts words better.
Coherence measures if the top words in each topic make sense together. Higher coherence means topics are easier to understand.
We focus on coherence because it matches human understanding better than perplexity.