paper-with-me

홈 › Papers

Scalable Probabilistic Entity-Topic Modeling

2013-09-02 · Neil Houlsby, Massimiliano Ciaramita

We present an LDA approach to entity disambiguation. Each topic is associated with a Wikipedia article and topics generate either content words or entity mentions. Training such models is challenging because of the topic and vocabulary size, both in the millions. We tackle these problems using a novel distributed inference and representation framework based on a parallel Gibbs sampler guided by the Wikipedia link graph, and pipelines of MapReduce allowing fast and memory-frugal processing of large datasets. We report state-of-the-art performance on a public dataset.

📄 PDF Abstract BibTeX arXiv:1309.0337

Code (0)

등록된 구현이 없습니다.

Tasks

Entity Disambiguation

Methods 이 논문이 사용한 방법론

LDA Linear discriminant analysis (LDA), normal discriminant analysis (NDA), or discriminant function analysis is a generalization of Fisher's linear discriminant, a method used in…

Similar Papers 제목 키워드 기반

FewTopNER: Integrating Few-Shot Learning with Topic Modeling and Named Entity Recognition in a Multilingual Framework

2025-02-04 · Ibrahim Bouabdallaoui, Fatima Guerouate, Samya Bouhaddour, Chaimae Saadi 외

We introduce FewTopNER, a novel framework that integrates few-shot named entity recognition (NER) with topic-aware contextual modeling to address the challenges of cross-lingual and low-resource scenarios. FewTopNER leve…

Entity DisambiguationFew-Shot Learningfew-shot-nerFew-shot NER+4

ES-LDA: Entity Summarization using Knowledge-based Topic Modeling

2017-11-01 · IJCNLP 2017 11 · Seyedamin Pouriyeh, Mehdi Allahyari, Krzysztof Kochut, Gong Cheng 외

With the advent of the Internet, the amount of Semantic Web documents that describe real-world entities and their inter-links as a set of statements have grown considerably. These descriptions are usually lengthy, which …

Document Summarization

Probable convexity and its application to Correlated Topic Models

2013-12-16 · Khoat Than, Tu Bao Ho

Non-convex optimization problems often arise from probabilistic modeling, such as estimation of posterior distributions. Non-convexity makes the problems intractable, and poses various obstacles for us to design efficien…

Topic Models

CobwebTM: Probabilistic Concept Formation for Lifelong and Hierarchical Topic Modeling

2026-04-15 · Karthik Singaravadivelan, Anant Gupta, Zekun Wang, Christopher J. MacLellan arxiv

Topic modeling seeks to uncover latent semantic structure in text corpora with minimal supervision. Neural approaches achieve strong performance but require extensive tuning and struggle with lifelong learning due to cat…

Combinatorial Topic Models using Small-Variance Asymptotics

2016-04-07 · Ke Jiang, Suvrit Sra, Brian Kulis

Topic models have emerged as fundamental tools in unsupervised machine learning. Most modern topic modeling algorithms take a probabilistic view and derive inference algorithms based on Latent Dirichlet Allocation (LDA) …

Combinatorial OptimizationTopic Models