paper-with-me

Papers

Improving Neural Topic Models using Knowledge Distillation

2020-10-05 · EMNLP 2020 11 · Alexander Hoyle, Pranav Goel, Philip Resnik

Topic models are often used to identify human-interpretable topics to help make sense of large document collections. We use knowledge distillation to combine the best attributes of probabilistic topic models and pretrained transformers. Our modular method can be straightforwardly applied with any neural topic model to improve topic quality, which we demonstrate using two models having disparate architectures, obtaining state-of-the-art topic coherence. We show that our adaptable framework not only improves performance in the aggregate over all estimated topics, as is commonly reported, but also in head-to-head comparisons of aligned topics.

📄 PDF Abstract BibTeX arXiv:2010.02377

Code (1)

ahoho/kd-topic-models 공식 구현 mxnet

Tasks

Knowledge DistillationTopic Models

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

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 Modeling for Maternal Health Using Reddit

2021-04-01 · EACL (Louhi) 2021 4 · Shuang Gao, Shivani Pandya, Smisha Agarwal, João Sedoc

This paper applies topic modeling to understand maternal health topics, concerns, and questions expressed in online communities on social networking sites. We examine Latent Dirichlet Analysis (LDA) and two state-of-the-…

Knowledge Distillation

KDSTM: Neural Semi-supervised Topic Modeling with Knowledge Distillation

2023-07-04 · Weijie Xu, Xiaoyu Jiang, Jay Desai, Bin Han 외

In text classification tasks, fine tuning pretrained language models like BERT and GPT-3 yields competitive accuracy; however, both methods require pretraining on large text datasets. In contrast, general topic modeling …

ClassificationKnowledge Distillationtext-classificationText Classification

HomoDistil: Homotopic Task-Agnostic Distillation of Pre-trained Transformers

2023-02-19 · Chen Liang, Haoming Jiang, Zheng Li, Xianfeng Tang 외

Knowledge distillation has been shown to be a powerful model compression approach to facilitate the deployment of pre-trained language models in practice. This paper focuses on task-agnostic distillation. It produces a c…

Knowledge DistillationModel CompressionTransfer Learning

A Selective Survey on Versatile Knowledge Distillation Paradigm for Neural Network Models

2020-11-30 · Jeong-Hoe Ku, Jihun Oh, YoungYoon Lee, Gaurav Pooniwala 외

This paper aims to provide a selective survey about knowledge distillation(KD) framework for researchers and practitioners to take advantage of it for developing new optimized models in the deep neural network field. To …

Knowledge DistillationModel CompressionSelf-Supervised LearningSurvey