#自然语言处理#Topic Modelling for Humans
#自然语言处理#A python package to run contextualized topic modeling. CTMs combine contextualized embeddings (e.g., BERT) with topic models to get coherent topics. Published at EACL and ACL 2021 (Bianchi et al.).
Implementation of topic models based on neural network approaches.
#自然语言处理#A Toolkit for Industrial Topic Modeling
Implementation of various topic models
Tensorflow implementation for prodLDA and NVLDA.
Topic Modeling in Embedding Spaces
#自然语言处理#OCTIS: Comparing Topic Models is Simple! A python package to optimize and evaluate topic models (accepted at EACL2021 demo track)
Topic modelling software using non-parametric methods
A Python Package containing wrappers for topic models, including TND, NLDA, GTM, and temporal topic-noise models.
Improving topic models LDA and DMM (one-topic-per-document model for short texts) with word embeddings (TACL 2015)
#计算机科学#Hierarchical unsupervised and semi-supervised topic models for sparse count data with CorEx
A curated list on the topic of open business models and strategies
#自然语言处理#Plug and Play Language Model implementation. Allows to steer topic and attributes of GPT-2 models.
A point-and-click tool for creating and analyzing topic models produced by MALLET.
Experimentation code for the article "Building Topic Models Based on Anchor Words" based on the paper "Learning Topic Models: Going beyond SVD" by Sanjeev Arora, Rong Ge, and Ankur Moitra.
#数据仓库#awesome-public-datasets - 收集了各种类别的开源数据,包括但不限于经济、农业、生物、民生、气象、数据安全等等
Repo for Code, Topic Models, and PyLDAVis from Masters Paper
#自然语言处理#tensorflow를 사용하여 텍스트 전처리부터, Topic Models, BERT, GPT, LLM과 같은 최신 모델의 다운스트림 태스크들을 정리한 Deep Learning NLP 저장소입니다.