Concept Induction: Analyzing Unstructured Text with High-Level Concepts Using LLooM
Michelle S. Lam, Janice Teoh, James Landay, Jeffrey Heer, Michael S. Bernstein
TL;DR
LLooM tackles the challenge of unstructured text analysis by replacing low-level keyword topics with high-level concepts defined by explicit inclusion criteria. The approach hinges on the LLooM algorithm, which uses large language models to synthesize concepts (Synthesize), and then score data against those concepts (Score), with auxiliary steps for data distillation and clustering to handle scale. The LLooM Workbench provides a mixed-initiative tool to visualize and interact with data through concepts, enabling theory-driven analysis and auditable traces back to lower-level evidence. Technical evaluations and expert case studies show that LLooM improves concept quality and data coverage compared to BERTopic, and can reveal novel insights in familiar datasets. The work discusses design implications, limitations of LLMs, and directions for making concept-driven analysis more reliable, transparent, and scalable.
Abstract
Data analysts have long sought to turn unstructured text data into meaningful concepts. Though common, topic modeling and clustering focus on lower-level keywords and require significant interpretative work. We introduce concept induction, a computational process that instead produces high-level concepts, defined by explicit inclusion criteria, from unstructured text. For a dataset of toxic online comments, where a state-of-the-art BERTopic model outputs "women, power, female," concept induction produces high-level concepts such as "Criticism of traditional gender roles" and "Dismissal of women's concerns." We present LLooM, a concept induction algorithm that leverages large language models to iteratively synthesize sampled text and propose human-interpretable concepts of increasing generality. We then instantiate LLooM in a mixed-initiative text analysis tool, enabling analysts to shift their attention from interpreting topics to engaging in theory-driven analysis. Through technical evaluations and four analysis scenarios ranging from literature review to content moderation, we find that LLooM's concepts improve upon the prior art of topic models in terms of quality and data coverage. In expert case studies, LLooM helped researchers to uncover new insights even from familiar datasets, for example by suggesting a previously unnoticed concept of attacks on out-party stances in a political social media dataset.
