基础类主题模型

Hofmann T. Probabilistic latent semantic indexing[C]//Proceedings of the 22nd annual international ACM SIGIR conference on Research and development in information retrieval. ACM, 1999: 50-57.

Blei D M, Ng A Y, Jordan M I. Latent dirichlet allocation[J]. Journal of machine Learning research, 2003, 3(Jan): 993-1022.

Steyvers M, Griffiths T. Probabilistic topic models[J]. Handbook of latent semantic analysis, 2007, 427(7): 424-440.

Heinrich G. Parameter Estimation for Text Analysis[J]. Technical Report, 2008.

Griffiths T. Gibbs sampling in the generative model of latent dirichlet allocation[J]. 2002.

LDA数学八卦

稀疏性主题模型

Wang C, Blei D M. Decoupling sparsity and smoothness in the discrete hierarchical dirichlet process[C]//Advances in neural information processing systems. 2009: 1982-1989.

Lin T, Tian W, Mei Q, et al. The dual-sparse topic model: mining focused topics and focused terms in short text[C]//Proceedings of the 23rd international conference on World wide web. ACM, 2014: 539-550.

Wang S, Chen Z, Fei G, et al. Targeted Topic Modeling for Focused Analysis[C]//KDD. 2016: 1235-1244.

Zhu J, Xing E P. Sparse topical coding[C]// Twenty-Seventh Conference on Uncertainty in Artificial Intelligence. AUAI Press, 2011:831-838.

非参主题模型

DPMM

Neal R M. Markov chain sampling methods for Dirichlet process mixture models[J]. Journal of computational and graphical statistics, 2000, 9(2): 249-265.

Yu X. Gibbs Sampling Methods for Dirichlet Process Mixture Model: Technical Details[J]. 2009.

Blei D M, Jordan M I. Variational inference for Dirichlet process mixtures[J]. Bayesian analysis, 2006, 1(1): 121-143.

Huang R, Yu G, Wang Z, et al. Dirichlet process mixture model for document clustering with feature partition[J]. IEEE Transactions on Knowledge and Data Engineering, 2013, 25(8): 1748-1759.

HDP

Teh Y W, Jordan M I, Beal M J, et al. Sharing clusters among related groups: Hierarchical Dirichlet processes[C]//Advances in neural information processing systems. 2005: 1385-1392.

Wang C, Blei D M. Decoupling sparsity and smoothness in the discrete hierarchical dirichlet process[C]//Advances in neural information processing systems. 2009: 1982-1989.【引入词稀疏性】

Williamson S, Wang C, Heller K A, et al. The IBP compound Dirichlet process and its application to focused topic modeling[C]//Proceedings of the 27th international conference on machine learning (ICML-10). 2010: 1151-1158.

Nguyen V A, Boyd-Graber J, Resnik P, et al. Modeling topic control to detect influence in conversations using nonparametric topic models[J]. Machine Learning, 2014, 95(3): 381-421.【三层】

Blei D M, Griffiths T L, Jordan M I. The nested chinese restaurant process and bayesian nonparametric inference of topic hierarchies[J]. Journal of the ACM (JACM), 2010, 57(2): 7.【多层】

周建英, 王飞跃, 曾大军. 分层Dirichlet过程及其应用综述[J]. 自动化学报, 2011, 37(4):389-407.【中文介绍非参不错的文章】

与word embeddings结合

Das R, Zaheer M, Dyer C. Gaussian LDA for Topic Models with Word Embeddings[C]//ACL (1). 2015: 795-804.

Nguyen D Q, Billingsley R, Du L, et al. Improving topic models with latent feature word representations[J]. Transactions of the Association for Computational Linguistics, 2015, 3: 299-313.

Batmanghelich K, Saeedi A, Narasimhan K, et al. Nonparametric spherical topic modeling with word embeddings[J]. arXiv preprint arXiv:1604.00126, 2016.

Xun G, Li Y, Zhao W X, et al. A Correlated Topic Model Using Word Embeddings[C]//Proceedings of the 26th International Joint Conference on Artificial Intelligence.[doi> 10.24963/ijcai. 2017/588]. 2017.

Xun G, Li Y, Gao J, et al. Collaboratively Improving Topic Discovery and Word Embeddings by Coordinating Global and Local Contexts[C]//Proceedings of the 23rd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining. ACM, 2017: 535-543.

Correlated Topic Model

Lafferty J D, Blei D M. Correlated topic models[C]//Advances in neural information processing systems. 2006: 147-154.

Xun G, Li Y, Zhao W X, et al. A Correlated Topic Model Using Word Embeddings[C]//Proceedings of the 26th International Joint Conference on Artificial Intelligence.[doi> 10.24963/ijcai. 2017/588]. 2017.

标签LDA

Ramage D, Hall D, Nallapati R, et al. Labeled LDA: A supervised topic model for credit attribution in multi-labeled corpora[C]//Proceedings of the 2009 Conference on Empirical Methods in Natural Language Processing: Volume 1-Volume 1. Association for Computational Linguistics, 2009: 248-256.

Ramage D, Manning C D, Dumais S. Partially labeled topic models for interpretable text mining[C]//Proceedings of the 17th ACM SIGKDD international conference on Knowledge discovery and data mining. ACM, 2011: 457-465.

其他主题模型

Jo Y, Oh A H. Aspect and sentiment unification model for online review analysis[C]//Proceedings of the fourth ACM international conference on Web search and data mining. ACM, 2011: 815-824.【Sentence-LDA】

Cheng X, Yan X, Lan Y, et al. Btm: Topic modeling over short texts[J]. IEEE Transactions on Knowledge and Data Engineering, 2014, 26(12): 2928-2941.【BTM短文本处理】

Hoang T A, Lim E P. Modeling Topics and Behavior of Microbloggers: An Integrated Approach[J]. ACM Transactions on Intelligent Systems and Technology (TIST), 2017, 8(3): 44.【类似于引入背景词】

Rosen-Zvi M, Griffiths T, Steyvers M, et al. The author-topic model for authors and documents[C]//Proceedings of the 20th conference on Uncertainty in artificial intelligence. AUAI Press, 2004: 487-494.【author-topic model 】

Titov I, McDonald R. Modeling online reviews with multi-grain topic models[C]//Proceedings of the 17th international conference on World Wide Web. ACM, 2008: 111-120.【类似于背景词】

Topic model相关文章总结相关推荐

  1. Topic Model

    基于LDA的Topic Model变形 最近几年来,随着LDA的产生和发展,涌现出了一批搞Topic Model的牛人.我主要关注了下面这位大牛和他的学生: David M. BleiLDA的创始者, ...

  2. 双稀疏主题模型(Dual-Sparse Topic Model)编程实现中的细节 Java

    本文作者:合肥工业大学 电子商务研究所 钱洋 email:1563178220@qq.com . 内容可能有不到之处,欢迎交流. 未经本人允许禁止转载. 文章目录 论文来源 相关介绍 单稀疏模型 双稀 ...

  3. JST :Joint sentiment topic model ASUM :Aspect sentiment unification model

    Joint sentiment /topic model JST模型从文本检测情感和主题  之前的工作缺点:基于机器学习的情感分类需要大量的人工标记: 一个领域训练的情感分类模型不能很好地应用于另一个 ...

  4. Biterm Topic Model(BTM)的python 实现

    前言 最近在看话题模型相关的论文.有关话题模型现在比较主流的解决方法有LDA,PLSA以及mixture of unigrams,本人研究了LDA(Latent Dirichlet Allocatio ...

  5. Topic Model 中文文本分类

    Topic Model 中文文本分类 LDA模型 LDA将文档表示为主题的集合,主题生成具有一定概率的单词. 文档按以下方式生成: 确定文档具有的单词数N(例如,根据Poisson分布). 选择文章的 ...

  6. 【带你玩转主题模型Topic Model】—— 之 利用sklearn 实现Latetnt Dirichlet Allocation(LDA)主题模型

    写在前面的话 9月份的第一篇blog, 正好是开学季,作为一个学生,hahahha, 我还是正正经经的贡献一篇认为比较干货的文章给大家吧. 我自己是花了很多时间去看懂LDA的算法了,当然了这篇文章不涉 ...

  7. 2018 A Sparse Topic Model for Extracting Aspect-Specific Summaries from Online Reviews 稀疏主题模型学习笔记

    论文来源 文章介绍 模型及推理 关于源码 论文来源 Rakesh V, Ding W, Ahuja A, et al. A Sparse Topic Model for Extracting Aspe ...

  8. Correlated Topic model 的Gibbs sampling

    原文来自师兄的博客:http://blog.csdn.net/wjj5881005/article/details/53320577 关于经典LDA的theta Correlated Topic Mo ...

  9. LDA︱基于LDA的Topic Model变形+一些NLP开源项目

    一.LDA的变形 转载于:转:基于LDA的Topic Model变形 Topic Model最适合的变种是加入先验信息: 我相信题主使用的是完全无监督的Topic Model,然而这实在是过于不wor ...

最新文章

  1. php laravel框架项目实例
  2. fn hotkeys and osd_潍坊实习生活(3)and 绊 最后的进化
  3. jfinal项目部署服务器,jfinal undertow项目再集成JDK,一键安装系统服务,让部署再快一点...
  4. 黑苹果系统坏了如何恢复_黑苹果macOS系统U盘版/恢复版基础安装教程
  5. sql server2000中如何自动杀死死锁进程
  6. 博客更新内容简单介绍
  7. 文件查找工具Everything使用笔记
  8. Virtual Machine Manager 2012 R2利用服务模板部署SQL
  9. 2×3卡方检验prism_卡方检验(最强总结)
  10. Java Android 代码片段收集
  11. 校门外的树和memset
  12. bootstrap datetimepicker 位置错误
  13. 结合实际案例讲解系统分析方法
  14. 如何打造一份it项目计划书
  15. uni-app海报(合成图片)demo
  16. matlab读取hpf文件,chpf
  17. 构建可伸缩系统:垂直伸缩、水平伸缩、应用无状态、一致性哈希、分布式文件系统、分布式计算框架、应用垂直拆分、数据库读写分离-《分布式Java应用》读书笔记
  18. 迟来的面试经历——纪2018.4的Dorabot蓝胖子机器人软件工程师面试经历
  19. Linux下安装realtek8812au /8814au 驱动
  20. 什么是JMS(消息服务)

热门文章

  1. 数据访问基础类(基于Access数据库)
  2. TypeScript 枚举(Enum)
  3. Nest入门教程 - 初识控制器
  4. Oracle性能调优方法
  5. Java8新特性教程 - 终极指南
  6. DOCKER容器与宿主机同网段互相通信
  7. BGP——ORF+条件路由过滤(讲解+配置)
  8. C语言,利用一维数组交换法排序,使学生成绩高低排序(要求输入为负值时输入结束)
  9. C# web项目中sql数据库转sqlite数据库
  10. 【uni-app】使用定义在App.vue的方法