paper-with-me

Papers

On Extending NLP Techniques from the Categorical to the Latent Space: KL Divergence, Zipf's Law, and Similarity Search

2020-12-02 · Adam Hare, Yu Chen, Yinan Liu, Zhenming Liu, Christopher G. Brinton

Despite the recent successes of deep learning in natural language processing (NLP), there remains widespread usage of and demand for techniques that do not rely on machine learning. The advantage of these techniques is their interpretability and low cost when compared to frequently opaque and expensive machine learning models. Although they may not be be as performant in all cases, they are often sufficient for common and relatively simple problems. In this paper, we aim to modernize these older methods while retaining their advantages by extending approaches from categorical or bag-of-words representations to word embeddings representations in the latent space. First, we show that entropy and Kullback-Leibler divergence can be efficiently estimated using word embeddings and use this estimation to compare text across several categories. Next, we recast the heavy-tailed distribution known as Zipf's law that is frequently observed in the categorical space to the latent space. Finally, we look to improve the Jaccard similarity measure for sentence suggestion by introducing a new method of identifying similar sentences based on the set cover problem. We compare the performance of this algorithm against several baselines including Word Mover's Distance and the Levenshtein distance.

📄 PDF Abstract BibTeX arXiv:2012.01941

Code (1)

ahare63/categorical-to-latent 공식 구현

Tasks

BIG-bench Machine LearningSentenceWord Embeddings

Methods 이 논문이 사용한 방법론

Interpretability 설명 없음

Similar Papers 제목 키워드 기반

ReCAB-VAE: Gumbel-Softmax Variational Inference Based on Analytic Divergence

2022-05-09 · Sangshin Oh, Seyun Um, Hong-Goo Kang

The Gumbel-softmax distribution, or Concrete distribution, is often used to relax the discrete characteristics of a categorical distribution and enable back-propagation through differentiable reparameterization. Although…

Speech Synthesistext-to-speechText to SpeechText-To-Speech Synthesis+1

Optimality of FSQ Tokens for Continuous Diffusion for Categorical Data with Application to Text-to-Speech

2026-06-08 · Vadim Popov, Wenju Gu, Tasnima Sadekova, Georgii Aparin 외 arxiv

Continuous diffusion for categorical data is a framework belonging to the diffusion family and aiming at generating discrete data. The scientific interest to such models has been constantly increasing these days because …

Scalable Gaussian Processes for Data-Driven Design using Big Data with Categorical Factors

2021-06-26 · LiWei Wang, Suraj Yerramilli, Akshay Iyer, Daniel Apley 외

Scientific and engineering problems often require the use of artificial intelligence to aid understanding and the search for promising designs. While Gaussian processes (GP) stand out as easy-to-use and interpretable lea…

Gaussian ProcessesVariational Inference

Distributional Sentence Entailment Using Density Matrices

2015-06-22 · Esma Balkir, Mehrnoosh Sadrzadeh, Bob Coecke

Categorical compositional distributional model of Coecke et al. (2010) suggests a way to combine grammatical composition of the formal, type logical models with the corpus based, empirical word representations of distrib…

Lexical EntailmentSentence

Multi-View Dreaming: Multi-View World Model with Contrastive Learning

2022-03-15 · Akira Kinose, Masashi Okada, Ryo Okumura, Tadahiro Taniguchi

In this paper, we propose Multi-View Dreaming, a novel reinforcement learning agent for integrated recognition and control from multi-view observations by extending Dreaming. Most current reinforcement learning method as…

Contrastive Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)