paper-with-me

Papers

A Bayesian Topic Model for Human-Evaluated Interpretability

2022-06-01 · LREC 2022 6 · Justin Wood, Corey Arnold, Wei Wang

One desiderata of topic modeling is to produce interpretable topics. Given a cluster of document-tokens comprising a topic, we can order the topic by counting each word. It is natural to think that each topic could easily be labeled by looking at the words with the highest word count. However, this is not always the case. A human evaluator can often have difficulty identifying a single label that accurately describes the topic as many top words seem unrelated. This paper aims to improve interpretability in topic modeling by providing a novel, outperforming interpretable topic model Our approach combines two previously established subdomains in topic modeling: nonparametric and weakly-supervised topic models. Given a nonparametric topic model, we can include weakly-supervised input using novel modifications to the nonparametric generative model. These modifications lay the groundwork for a compelling setting—one in which most corpora, without any previous supervised or weakly-supervised input, can discover interpretable topics. This setting also presents various challenging sub-problems of which we provide resolutions. Combining nonparametric topic models with weakly-supervised topic models leads to an exciting discovery—a complete, self-contained and outperforming topic model for interpretability.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Topic Models

Similar Papers 제목 키워드 기반

Re-Ranking Words to Improve Interpretability of Automatically Generated Topics

2019-03-29 · WS 2019 5 · Areej Alokaili, Nikolaos Aletras, Mark Stevenson

Topics models, such as LDA, are widely used in Natural Language Processing. Making their output interpretable is an important area of research with applications to areas such as the enhancement of exploratory search inte…

Interpretable Machine LearningRe-RankingRetrieval

BayesPrompt: human readable prompts that make sense

2026-08-18 · Franky Kevin Nando Tezoh, Ali Hussaini Umar, Alessandro Laio, Guido Sanguinetti 외 arxiv

Reconstructing prompts that can elicit a desired answer or behaviour in an LLM is an open and important research topic. Optimisation methods which aim at minimising the perplexity of a given answer, however, consistently…

Topic Model or Topic Twaddle? Re-evaluating Semantic Interpretability Measures

2021-06-01 · NAACL 2021 4 · Caitlin Doogan, Wray Buntine

When developing topic models, a critical question that should be asked is: How well will this model work in an applied setting? Because standard performance evaluation of topic interpretability uses automated measures mo…

Topic Models

Integration of Knowledge Graph Embedding Into Topic Modeling with Hierarchical Dirichlet Process

2019-06-01 · NAACL 2019 6 · Dingcheng Li, Siamak Zamani, Jingyuan Zhang, Ping Li

Leveraging domain knowledge is an effective strategy for enhancing the quality of inferred low-dimensional representations of documents by topic models. In this paper, we develop \textit{topic modeling with knowledge gra…

Document ClassificationGeneral ClassificationGraph EmbeddingKnowledge Graph Embedding+2

Automatic Evaluation of Local Topic Quality

2019-05-18 · ACL 2019 7 · Jeffrey Lund, Piper Armstrong, Wilson Fearn, Stephen Cowley 외

Topic models are typically evaluated with respect to the global topic distributions that they generate, using metrics such as coherence, but without regard to local (token-level) topic assignments. Token-level assignment…

Topic Models