paper-with-me

홈 › Papers

Smaller Text Classifiers with Discriminative Cluster Embeddings

2019-06-23 · NAACL 2018 6 · Mingda Chen, Kevin Gimpel

Word embedding parameters often dominate overall model sizes in neural methods for natural language processing. We reduce deployed model sizes of text classifiers by learning a hard word clustering in an end-to-end manner. We use the Gumbel-Softmax distribution to maximize over the latent clustering while minimizing the task loss. We propose variations that selectively assign additional parameters to words, which further improves accuracy while still remaining parameter-efficient.

📄 PDF Abstract BibTeX arXiv:1906.09532

Code (1)

mingdachen/word-cluster-embedding 공식 구현 tf

Tasks

Clustering

Similar Papers 제목 키워드 기반

An Empirical Study on Clustering Pretrained Embeddings: Is Deep Strictly Better?

2022-11-09 · Tyler R. Scott, Ting Liu, Michael C. Mozer, Andrew C. Gallagher

Recent research in clustering face embeddings has found that unsupervised, shallow, heuristic-based methods -- including $k$-means and hierarchical agglomerative clustering -- underperform supervised, deep, inductive met…

Clustering

Learning Embeddings for Image Clustering: An Empirical Study of Triplet Loss Approaches

2020-07-06 · Kalun Ho, Janis Keuper, Franz-Josef Pfreundt, Margret Keuper

In this work, we evaluate two different image clustering objectives, k-means clustering and correlation clustering, in the context of Triplet Loss induced feature space embeddings. Specifically, we train a convolutional …

Clusteringimage-classificationImage ClassificationImage Clustering+1

Neurally boosted supervised spectral clustering

2021-09-29 · Ali Parviz, Ioannis Koutis

Network embedding methods compute geometric representations of graphs that render various prediction problems amenable to machine learning techniques. Spectral network embeddings are based on the computation of eigenve…

ClusteringNetwork EmbeddingNode Classification

Short Text Clustering with Transformers

2021-01-31 · Leonid Pugachev, Mikhail Burtsev

Recent techniques for the task of short text clustering often rely on word embeddings as a transfer learning component. This paper shows that sentence vector representations from Transformers in conjunction with differen…

ClusteringSentenceShort Text ClusteringText Clustering+2

Discriminative Embeddings of Latent Variable Models for Structured Data

2016-03-17 · Hanjun Dai, Bo Dai, Le Song

Kernel classifiers and regressors designed for structured data, such as sequences, trees and graphs, have significantly advanced a number of interdisciplinary areas such as computational biology and drug design. Typicall…

Drug Design