paper-with-me

Papers

Contextualized Topic Coherence Metrics

2023-05-23 · Hamed Rahimi, Jacob Louis Hoover, David Mimno, Hubert Naacke, Camelia Constantin, Bernd Amann

The recent explosion in work on neural topic modeling has been criticized for optimizing automated topic evaluation metrics at the expense of actual meaningful topic identification. But human annotation remains expensive and time-consuming. We propose LLM-based methods inspired by standard human topic evaluations, in a family of metrics called Contextualized Topic Coherence (CTC). We evaluate both a fully automated version as well as a semi-automated CTC that allows human-centered evaluation of coherence while maintaining the efficiency of automated methods. We evaluate CTC relative to five other metrics on six topic models and find that it outperforms automated topic coherence methods, works well on short documents, and is not susceptible to meaningless but high-scoring topics.

📄 PDF Abstract BibTeX arXiv:2305.14587

Code (1)

hamedr96/ctc 공식 구현 pytorch

Tasks

Topic Models

Similar Papers 제목 키워드 기반

GRADE: Automatic Graph-Enhanced Coherence Metric for Evaluating Open-Domain Dialogue Systems

2020-10-08 · EMNLP 2020 11 · Lishan Huang, Zheng Ye, Jinghui Qin, Liang Lin 외

Automatically evaluating dialogue coherence is a challenging but high-demand ability for developing high-quality open-domain dialogue systems. However, current evaluation metrics consider only surface features or utteran…

Dialogue Evaluation

Pre-training is a Hot Topic: Contextualized Document Embeddings Improve Topic Coherence

2020-04-08 · ACL 2021 5 · Federico Bianchi, Silvia Terragni, Dirk Hovy

Topic models extract groups of words from documents, whose interpretation as a topic hopefully allows for a better understanding of the data. However, the resulting word groups are often not coherent, making them harder …

Sentence EmbeddingsTopic ModelsVariational Inference

Improving Contextualized Topic Models with Negative Sampling

2023-03-27 · Suman Adhya, Avishek Lahiri, Debarshi Kumar Sanyal, Partha Pratim Das

Topic modeling has emerged as a dominant method for exploring large document collections. Recent approaches to topic modeling use large contextualized language models and variational autoencoders. In this paper, we propo…

DiversityTopic ModelsTriplet

Improving Neural Topic Models with Wasserstein Knowledge Distillation

2023-03-27 · Suman Adhya, Debarshi Kumar Sanyal

Topic modeling is a dominant method for exploring document collections on the web and in digital libraries. Recent approaches to topic modeling use pretrained contextualized language models and variational autoencoders. …

Knowledge DistillationTopic Models

Topic-aware Contextualized Transformers

2021-01-01 · Ruiying Lu, Bo Chen, Dan dan Guo, Dongsheng Wang 외

Training on disjoint fixed-length segments, Transformers successfully transform static word embeddings into contextualized word representations. However, they often restrict the context of a token to the segment it resid…

Word Embeddings