paper-with-me

Papers

SAP-sLDA: An Interpretable Interface for Exploring Unstructured Text

2023-07-28 · Charumathi Badrinath, Weiwei Pan, Finale Doshi-Velez

A common way to explore text corpora is through low-dimensional projections of the documents, where one hopes that thematically similar documents will be clustered together in the projected space. However, popular algorithms for dimensionality reduction of text corpora, like Latent Dirichlet Allocation (LDA), often produce projections that do not capture human notions of document similarity. We propose a semi-supervised human-in-the-loop LDA-based method for learning topics that preserve semantically meaningful relationships between documents in low-dimensional projections. On synthetic corpora, our method yields more interpretable projections than baseline methods with only a fraction of labels provided. On a real corpus, we obtain qualitatively similar results.

📄 PDF Abstract BibTeX arXiv:2308.01420

Code (0)

등록된 구현이 없습니다.

Tasks

Dimensionality Reduction

Similar Papers 제목 키워드 기반

Supervised Topic Models

2010-03-03 · NeurIPS 2007 12 · David M. Blei, Jon D. McAuliffe

We introduce supervised latent Dirichlet allocation (sLDA), a statistical model of labelled documents. The model accommodates a variety of response types. We derive an approximate maximum-likelihood procedure for paramet…

parameter estimationregressionTopic Models

D4R -- Exploring and Querying Relational Graphs Using Natural Language and Large Language Models -- the Case of Historical Documents

2025-03-26 · Michel Boeglin, David Kahn, Josiane Mothe, Diego Ortiz 외

D4R is a digital platform designed to assist non-technical users, particularly historians, in exploring textual documents through advanced graphical tools for text analysis and knowledge extraction. By leveraging a large…

Language ModelingLanguage ModellingLarge Language ModelNavigate+1

Dynamic Neighborhood Construction for Structured Large Discrete Action Spaces

2023-05-31 · Fabian Akkerman, Julius Luy, Wouter van Heeswijk, Maximilian Schiffer

Large discrete action spaces (LDAS) remain a central challenge in reinforcement learning. Existing solution approaches can handle unstructured LDAS with up to a few million actions. However, many real-world applications …

BenchmarkingRecommendation Systems

TopicModel4J: A Java Package for Topic Models

2020-10-28 · Yang Qian, Yuanchun Jiang, Yidong Chai, Yezheng Liu 외

Topic models provide a flexible and principled framework for exploring hidden structure in high-dimensional co-occurrence data and are commonly used natural language processing (NLP) of text. In this paper, we design and…

LemmatizationTopic Models

Spectral Methods for Supervised Topic Models

2014-12-01 · NeurIPS 2014 12 · Yining Wang, Jun Zhu

Supervised topic models simultaneously model the latent topic structure of large collections of documents and a response variable associated with each document. Existing inference methods are based on either variational …

Topic Models