paper-with-me

홈 › Papers

Automatic Generation of Topic Labels

2020-05-29 · Areej Alokaili, Nikolaos Aletras, Mark Stevenson

Topic modelling is a popular unsupervised method for identifying the underlying themes in document collections that has many applications in information retrieval. A topic is usually represented by a list of terms ranked by their probability but, since these can be difficult to interpret, various approaches have been developed to assign descriptive labels to topics. Previous work on the automatic assignment of labels to topics has relied on a two-stage approach: (1) candidate labels are retrieved from a large pool (e.g. Wikipedia article titles); and then (2) re-ranked based on their semantic similarity to the topic terms. However, these extractive approaches can only assign candidate labels from a restricted set that may not include any suitable ones. This paper proposes using a sequence-to-sequence neural-based approach to generate labels that does not suffer from this limitation. The model is trained over a new large synthetic dataset created using distant supervision. The method is evaluated by comparing the labels it generates to ones rated by humans.

📄 PDF Abstract BibTeX arXiv:2006.00127

Code (1)

areejokaili/topic_labelling 공식 구현 tf

Tasks

DescriptiveInformation RetrievalRetrievalSemantic SimilaritySemantic Textual Similarity

Similar Papers 제목 키워드 기반

Evaluating Visual Representations for Topic Understanding and Their Effects on Manually Generated Topic Labels

2017-01-01 · TACL 2017 1 · Alison Smith, Tak Yeon Lee, Forough Poursabzi-Sangdeh, Jordan Boyd-Graber 외

Probabilistic topic models are important tools for indexing, summarizing, and analyzing large document collections by their themes. However, promoting end-user understanding of topics remains an open research problem. We…

Topic Models

Revisiting Automated Topic Model Evaluation with Large Language Models

2023-05-20 · Dominik Stammbach, Vilém Zouhar, Alexander Hoyle, Mrinmaya Sachan 외

Topic models are used to make sense of large text collections. However, automatically evaluating topic model output and determining the optimal number of topics both have been longstanding challenges, with no effective a…

Topic Models

SynDy: Synthetic Dynamic Dataset Generation Framework for Misinformation Tasks

2024-05-17 · Michael Shliselberg, Ashkan Kazemi, Scott A. Hale, Shiri Dori-Hacohen

Diaspora communities are disproportionately impacted by off-the-radar misinformation and often neglected by mainstream fact-checking efforts, creating a critical need to scale-up efforts of nascent fact-checking initiati…

ChatbotDataset GenerationFact CheckingMisinformation

TopicTag: Automatic Annotation of NMF Topic Models Using Chain of Thought and Prompt Tuning with LLMs

2024-07-29 · Selma Wanna, Ryan Barron, Nick Solovyev, Maksim E. Eren 외

Topic modeling is a technique for organizing and extracting themes from large collections of unstructured text. Non-negative matrix factorization (NMF) is a common unsupervised approach that decomposes a term frequency-i…

Knowledge GraphsManagementPrompt EngineeringTopic Models

Automatic Labelling of Topics with Neural Embeddings

2016-12-16 · COLING 2016 12 · Shraey Bhatia, Jey Han Lau, Timothy Baldwin

Topics generated by topic models are typically represented as list of terms. To reduce the cognitive overhead of interpreting these topics for end-users, we propose labelling a topic with a succinct phrase that summarise…

Topic Models