paper-with-me

Papers

LLM Reading Tea Leaves: Automatically Evaluating Topic Models with Large Language Models

2024-06-13 · Xiaohao Yang, He Zhao, Dinh Phung, Wray Buntine, Lan Du

Topic modeling has been a widely used tool for unsupervised text analysis. However, comprehensive evaluations of a topic model remain challenging. Existing evaluation methods are either less comparable across different models (e.g., perplexity) or focus on only one specific aspect of a model (e.g., topic quality or document representation quality) at a time, which is insufficient to reflect the overall model performance. In this paper, we propose WALM (Word Agreement with Language Model), a new evaluation method for topic modeling that considers the semantic quality of document representations and topics in a joint manner, leveraging the power of Large Language Models (LLMs). With extensive experiments involving different types of topic models, WALM is shown to align with human judgment and can serve as a complementary evaluation method to the existing ones, bringing a new perspective to topic modeling. Our software package is available at https://github.com/Xiaohao-Yang/Topic_Model_Evaluation.

📄 PDF Abstract BibTeX arXiv:2406.09008

Code (2)

xiaohao-yang/topic_model_evaluation 공식 구현 pytorch
qijindou/CRAB pytorch

Tasks

Language ModelingLanguage ModellingTopic Models

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
Focus 설명 없음

Similar Papers 제목 키워드 기반

Machine Reading Tea Leaves: Automatically Evaluating Topic Coherence and Topic Model Quality

2014-04-01 · EACL 2014 4 · Jey Han Lau, David Newman, Timothy Baldwin
Machine TranslationReading ComprehensionTopic Models

TopicGPT: A Prompt-based Topic Modeling Framework

2023-11-02 · Chau Minh Pham, Alexander Hoyle, Simeng Sun, Philip Resnik 외

Topic modeling is a well-established technique for exploring text corpora. Conventional topic models (e.g., LDA) represent topics as bags of words that often require "reading the tea leaves" to interpret; additionally, t…

SpecificityTopic Models

Revisiting Automated Topic Model Evaluation with Large Language Models

2023-05-20 · Dominik Stammbach, Vilém Zouhar, Alexander Hoyle, Mrinmaya Sachan 외

Topic models are used to make sense of large text collections. However, automatically evaluating topic model output and determining the optimal number of topics both have been longstanding challenges, with no effective a…

Topic Models

Towards an automatic method for generating topical vocabulary test forms for specific reading passages

2025-05-24 · Michael Flor, Zuowei Wang, Paul Deane, Tenaha O'Reilly

Background knowledge is typically needed for successful comprehension of topical and domain specific reading passages, such as in the STEM domain. However, there are few automated measures of student knowledge that can b…

Nonparametric Forest-Structured Neural Topic Modeling

2022-10-01 · COLING 2022 10 · Zhihong Zhang, Xuewen Zhang, Yanghui Rao

Neural topic models have been widely used in discovering the latent semantics from a corpus. Recently, there are several researches on hierarchical neural topic models since the relationships among topics are valuable fo…

Topic Models