paper-with-me

홈 › Papers

The Author-Topic Model for Authors and Documents

2012-07-11 · Michal Rosen-Zvi, Thomas Griffiths, Mark Steyvers, Padhraic Smyth

We introduce the author-topic model, a generative model for documents that extends Latent Dirichlet Allocation (LDA; Blei, Ng, & Jordan, 2003) to include authorship information. Each author is associated with a multinomial distribution over topics and each topic is associated with a multinomial distribution over words. A document with multiple authors is modeled as a distribution over topics that is a mixture of the distributions associated with the authors. We apply the model to a collection of 1,700 NIPS conference papers and 160,000 CiteSeer abstracts. Exact inference is intractable for these datasets and we use Gibbs sampling to estimate the topic and author distributions. We compare the performance with two other generative models for documents, which are special cases of the author-topic model: LDA (a topic model) and a simple author model in which each author is associated with a distribution over words rather than a distribution over topics. We show topics recovered by the author-topic model, and demonstrate applications to computing similarity between authors and entropy of author output.

📄 PDF Abstract BibTeX arXiv:1207.4169

Code (1)

shining-spring/nvlda tf

Tasks

model

Similar Papers 제목 키워드 기반

Authorship clustering using multi-headed recurrent neural networks

2016-08-16 · Douglas Bagnall

A recurrent neural network that has been trained to separately model the language of several documents by unknown authors is used to measure similarity between the documents. It is able to find clues of common authorship…

Clustering

Separating Style from Substance: Enhancing Cross-Genre Authorship Attribution through Data Selection and Presentation

2024-08-09 · Steven Fincke, Elizabeth Boschee

The task of deciding whether two documents are written by the same author is challenging for both machines and humans. This task is even more challenging when the two documents are written about different topics (e.g. ba…

Authorship Attribution

Experiments with Neural Networks for Small and Large Scale Authorship Verification

2018-03-17 · Marjan Hosseinia, Arjun Mukherjee

We propose two models for a special case of authorship verification problem. The task is to investigate whether the two documents of a given pair are written by the same author. We consider the authorship verification pr…

ArticlesAuthorship Verification

Higher Criticism for Discriminating Word-Frequency Tables and Testing Authorship

2019-10-30 · Alon Kipnis

We adapt the Higher Criticism (HC) goodness-of-fit test to measure the closeness between word-frequency tables. We apply this measure to authorship attribution challenges, where the goal is to identify the author of a do…

Authorship Attribution

Similarity Learning for Authorship Verification in Social Media

2019-08-20 · Benedikt Boenninghoff, Robert M. Nickel, Steffen Zeiler, Dorothea Kolossa

Authorship verification tries to answer the question if two documents with unknown authors were written by the same author or not. A range of successful technical approaches has been proposed for this task, many of which…

Authorship Verification