paper-with-me

홈 › Papers

Topics as Entity Clusters: Entity-based Topics from Large Language Models and Graph Neural Networks

2023-01-06 · Manuel V. Loureiro, Steven Derby, Tri Kurniawan Wijaya

Topic models aim to reveal latent structures within a corpus of text, typically through the use of term-frequency statistics over bag-of-words representations from documents. In recent years, conceptual entities -- interpretable, language-independent features linked to external knowledge resources -- have been used in place of word-level tokens, as words typically require extensive language processing with a minimal assurance of interpretability. However, current literature is limited when it comes to exploring purely entity-driven neural topic modeling. For instance, despite the advantages of using entities for eliciting thematic structure, it is unclear whether current techniques are compatible with these sparsely organised, information-dense conceptual units. In this work, we explore entity-based neural topic modeling and propose a novel topic clustering approach using bimodal vector representations of entities. Concretely, we extract these latent representations from large language models and graph neural networks trained on a knowledge base of symbolic relations, in order to derive the most salient aspects of these conceptual units. Analysis of coherency metrics confirms that our approach is better suited to working with entities in comparison to state-of-the-art models, particularly when using graph-based embeddings trained on a knowledge base.

📄 PDF Abstract BibTeX arXiv:2301.02458

Code (1)

manuelvloureiro/topics-as-entity-clusters 공식 구현

Tasks

Graph Neural NetworkLanguage ModellingTopic Models

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

CODEC: Complex Document and Entity Collection

2022-05-09 · Iain Mackie, Paul Owoicho, Carlos Gemmell, Sophie Fischer 외

CODEC is a document and entity ranking benchmark that focuses on complex research topics. We target essay-style information needs of social science researchers, i.e. "How has the UK's Open Banking Regulation benefited Ch…

Document RankingRe-RankingRetrieval

Cross-lingual Named Entity Corpus for Slavic Languages

2024-03-30 · Jakub Piskorski, Michał Marcińczuk, Roman Yangarber

This paper presents a corpus manually annotated with named entities for six Slavic languages - Bulgarian, Czech, Polish, Slovenian, Russian, and Ukrainian. This work is the result of a series of shared tasks, conducted i…

LEMMALemmatization

FIBER: A Multilingual Evaluation Resource for Factual Inference Bias

2025-12-11 · Evren Ayberk Munis, Deniz Yılmaz, Arianna Muti, Çağrı Toraman arxiv

Large language models are widely used across domains, yet there are concerns about their factual reliability and biases. Factual knowledge probing offers a systematic means to evaluate these aspects. Most existing benchm…

Sentence Completion

Developing a Natural Language Understanding Model to Characterize Cable News Bias

2023-10-13 · Seth P. Benson, Iain J. Cruickshank

Media bias has been extensively studied by both social and computational sciences. However, current work still has a large reliance on human input and subjective assessment to label biases. This is especially true for ca…

named-entity-recognitionNamed Entity RecognitionNatural Language Understanding

Entities as topic labels: Improving topic interpretability and evaluability combining Entity Linking and Labeled LDA

2016-04-26 · Federico Nanni, Pablo Ruiz Fabo

In order to create a corpus exploration method providing topics that are easier to interpret than standard LDA topic models, here we propose combining two techniques called Entity linking and Labeled LDA. Our method iden…

DescriptiveEntity LinkingTopic Models