paper-with-me

Papers

Tensorized Embedding Layers

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Oleksii Hrinchuk, Valentin Khrulkov, Leyla Mirvakhabova, Elena Orlova, Ivan Oseledets

The embedding layers transforming input words into real vectors are the key components of deep neural networks used in natural language processing. However, when the vocabulary is large, the corresponding weight matrices can be enormous, which precludes their deployment in a limited resource setting. We introduce a novel way of parameterizing embedding layers based on the Tensor Train decomposition, which allows compressing the model significantly at the cost of a negligible drop or even a slight gain in performance. We evaluate our method on a wide range of benchmarks in natural language processing and analyze the trade-off between performance and compression ratios for a wide range of architectures, from MLPs to LSTMs and Transformers.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Tensorizing Engram: Sharing Latents Across N-Gram Embeddings is Beneficial in LLMs

2026-06-06 · Wuyang Zhou, Yuxuan Gu, Giorgos Iacovides, Yuning Qiu 외 arxiv

Modern language models represent text using discrete token-level embeddings, which forces recurring multi-token patterns to be learned implicitly across Transformer layers. Both Over-tokenized Transformers and Engram att…

Tensorized Embedding Layers for Efficient Model Compression

2019-01-30 · Oleksii Hrinchuk, Valentin Khrulkov, Leyla Mirvakhabova, Elena Orlova 외

The embedding layers transforming input words into real vectors are the key components of deep neural networks used in natural language processing. However, when the vocabulary is large, the corresponding weight matrices…

Language ModellingMachine TranslationmodelModel Compression+1

Tensor Decomposition based Personalized Federated Learning

2022-08-27 · Qing Wang, Jing Jin, Xiaofeng Liu, Huixuan Zong 외

Federated learning (FL) is a new distributed machine learning framework that can achieve reliably collaborative training without collecting users' private data. However, due to FL's frequent communication and average agg…

DiversityFederated LearningModel OptimizationPersonalized Federated Learning+1

Rademacher Random Projections with Tensor Networks

2021-10-26 · Beheshteh T. Rakhshan, Guillaume Rabusseau

Random projection (RP) have recently emerged as popular techniques in the machine learning community for their ability in reducing the dimension of very high-dimensional tensors. Following the work in [30], we consider a…

Tensor Networks

MorphTE: Injecting Morphology in Tensorized Embeddings

2022-10-27 · Guobing Gan, Peng Zhang, Sunzhu Li, Xiuqing Lu 외

In the era of deep learning, word embeddings are essential when dealing with text tasks. However, storing and accessing these embeddings requires a large amount of space. This is not conducive to the deployment of these …

Learning Word EmbeddingsMachine TranslationQuestion AnsweringTranslation+1