Skip to main content
QUICK REVIEW

[论文解读] Latent Topic Models for Hypertext

Amit Gruber, Michal Rosen‐Zvi|arXiv (Cornell University)|Jun 13, 2012
Topic Modeling参考文献 5被引用 10
一句话总结

本文提出了一种新颖的、基于概率的超文本生成模型,该模型显式地基于主题相关性和文档入度来建模链接创建过程,而非将链接类比为词语。通过将链接建模为依赖于目标文档中的主题频率和入度,该方法减少了参数数量,并在链接预测性能方面优于基于词语-链接类比的方法。

ABSTRACT

Latent topic models have been successfully applied as an unsupervised topic discovery technique in large document collections. With the proliferation of hypertext document collection such as the Internet, there has also been great interest in extending these approaches to hypertext [6, 9]. These approaches typically model links in an analogous fashion to how they model words - the document-link co-occurrence matrix is modeled in the same way that the document-word co-occurrence matrix is modeled in standard topic models. In this paper we present a probabilistic generative model for hypertext document collections that explicitly models the generation of links. Specifically, links from a word w to a document d depend directly on how frequent the topic of w is in d, in addition to the in-degree of d. We show how to perform EM learning on this model efficiently. By not modeling links as analogous to words, we end up using far fewer free parameters and obtain better link prediction results.

研究动机与目标

  • 为解决现有主题模型将链接类比为文档-词语共现矩阵中词语的局限性。
  • 通过显式捕捉链接的生成过程,开发一种更准确且高效的超文本文档集合建模方法。
  • 通过避免使用词语-链接类比,减少超文本主题模型中的自由参数数量。
  • 通过基于原理的链接形成生成模型,提升链接预测性能。

提出的方法

  • 提出一种生成模型,其中从词语到文档的链接由该词语在文档中的主题频率以及文档的入度决定。
  • 将链接生成建模为依赖于目标文档的主题分布和文档入度的条件依赖关系,而非将链接视为与词语共现。
  • 采用EM算法实现高效参数学习,使大规模超文本集合上的可扩展推理成为可能。
  • 构建词语、主题和链接之间的联合概率模型,主题分配从狄利克雷先验中抽取。
  • 在EM的E步中使用一种折叠Gibbs采样变体来估计主题分配和链接概率。
  • 将链接预测视为下游任务,通过AUC和精确率指标评估模型性能。

实验结果

研究问题

  • RQ1如何比将链接类比为词语更准确地建模超文本中的链接结构?
  • RQ2显式建模主题相关性和入度对链接预测性能有何影响?
  • RQ3一种避免使用词语-链接类比的生成模型是否能减少参数数量并同时提升性能?
  • RQ4与扩展至超文本的标准主题模型相比,所提出的模型在链接预测准确性方面表现如何?
  • RQ5在主题建模框架中,文档入度在提升链接预测性能方面起到什么作用?

主要发现

  • 所提出的模型在链接预测性能上显著优于将链接类比为词语的模型。
  • 通过基于主题频率和入度建模链接,该模型相比词语-链接类比方法减少了自由参数数量。
  • 在基准超文本数据集上,该模型在链接预测任务中表现出更高的AUC和精确率。
  • 基于EM的学习过程收敛迅速,使该方法可应用于大规模超文本集合。
  • 对链接的显式生成建模相比通过词语共现进行间接建模,能带来更具可解释性和更高准确度的预测结果。

更好的研究,从现在开始

从阅读论文到最终审阅,大幅缩短您的研究时间。

无需绑定信用卡

本解读由 AI 生成,并经人工编辑审核。