QualIT: LLM-enhanced topic modeling for qualitative text analysis
Manual analysis of large volumes of open-ended qualitative text is prohibitively labor-intensive, and standard topic-modeling approaches like LDA fail to capture contextual nuances and ambiguities in natural language.
LDA and BERTopic underperformed on both topic coherence and topic diversity benchmarks, and human reviewers could match ground-truth categories less reliably with those methods.
QualIT achieved 70% topic coherence and 95.5% topic diversity on the 20 Newsgroups benchmark, outperforming LDA and BERTopic on both metrics, and human reviewers matched ground truth at 50% with QualIT versus 25% for LDA and BERTopic.
Show all 8 reported metrics
Frequently asked questions
What did this team achieve with this AI workflow?
QualIT achieved 70% topic coherence and 95.5% topic diversity on the 20 Newsgroups benchmark, outperforming LDA and BERTopic on both metrics, and human reviewers matched ground truth at 50% with QualIT versus 25% for…
What tools did this team use?
QualIT, LLMs, LDA, BERTopic.
What results were reported?
topic coherence — QualIT: 70%; topic coherence — LDA baseline: 65%; topic coherence — BERTopic baseline: 57%; topic diversity — QualIT: 95.5% (source-reported, not independently verified).
What failed first in this deployment?
LDA and BERTopic underperformed on both topic coherence and topic diversity benchmarks, and human reviewers could match ground-truth categories less reliably with those methods.
How is this back office ops AI workflow structured?
Qualitative text ingestion → LLM key-phrase extraction → Hallucination check → Two-stage hierarchical clustering → Topic representation output.