paper-with-me

Papers

Do Neural Topic Models Really Need Dropout? Analysis of the Effect of Dropout in Topic Modeling

2023-03-28 · Suman Adhya, Avishek Lahiri, Debarshi Kumar Sanyal

Dropout is a widely used regularization trick to resolve the overfitting issue in large feedforward neural networks trained on a small dataset, which performs poorly on the held-out test subset. Although the effectiveness of this regularization trick has been extensively studied for convolutional neural networks, there is a lack of analysis of it for unsupervised models and in particular, VAE-based neural topic models. In this paper, we have analyzed the consequences of dropout in the encoder as well as in the decoder of the VAE architecture in three widely used neural topic models, namely, contextualized topic model (CTM), ProdLDA, and embedded topic model (ETM) using four publicly available datasets. We characterize the dropout effect on these models in terms of the quality and predictive performance of the generated topics.

📄 PDF Abstract BibTeX arXiv:2303.15973

Code (1)

adhyasuman/ntms_dropout_analysis 공식 구현 pytorch

Tasks

DecoderTopic Models

Methods 이 논문이 사용한 방법론

Test 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Do deep nets really need weight decay and dropout?

2018-02-20 · Alex Hernández-García, Peter König

The impressive success of modern deep neural networks on computer vision tasks has been achieved through models of very large capacity compared to the number of available training examples. This overparameterization is o…

Data AugmentationObject Recognition

From Random to Supervised: A Novel Dropout Mechanism Integrated with Global Information

2018-08-24 · CONLL 2018 10 · Hengru Xu, Shen Li, Renfen Hu, Si Li 외

Dropout is used to avoid overfitting by randomly dropping units from the neural networks during training. Inspired by dropout, this paper presents GI-Dropout, a novel dropout method integrating with global information to…

ClassificationGeneral ClassificationSentiment Analysistext-classification+2

Is Neural Topic Modelling Better than Clustering? An Empirical Study on Clustering with Contextual Embeddings for Topics

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Recent work incorporates pre-trained word embeddings such as BERT embeddings into Neural Topic Models (NTMs), generating highly coherent topics. However, with high-quality contextualized document representations, do we r…

ClusteringSentenceSentence EmbeddingsTopic Models+1

Is Neural Topic Modelling Better than Clustering? An Empirical Study on Clustering with Contextual Embeddings for Topics

2022-04-21 · NAACL 2022 7 · Zihan Zhang, Meng Fang, Ling Chen, Mohammad-Reza Namazi-Rad

Recent work incorporates pre-trained word embeddings such as BERT embeddings into Neural Topic Models (NTMs), generating highly coherent topics. However, with high-quality contextualized document representations, do we r…

ClusteringSentenceSentence EmbeddingsTopic Models+1

What Really Matters in Many-Shot Attacks? An Empirical Study of Long-Context Vulnerabilities in LLMs

2025-05-26 · Sangyeop Kim, Yohan Lee, Yongwoo Song, Kimin Lee

We investigate long-context vulnerabilities in Large Language Models (LLMs) through Many-Shot Jailbreaking (MSJ). Our experiments utilize context length of up to 128K tokens. Through comprehensive analysis with various m…