paper-with-me

Papers

Distilled embedding: non-linear embedding factorization using knowledge distillation

2019-09-25 · Vasileios Lioutas, Ahmad Rashid, Krtin Kumar, Md Akmal Haidar, Mehdi Rezagholizadeh

Word-embeddings are a vital component of Natural Language Processing (NLP) systems and have been extensively researched. Better representations of words have come at the cost of huge memory footprints, which has made deploying NLP models on edge-devices challenging due to memory limitations. Compressing embedding matrices without sacrificing model performance is essential for successful commercial edge deployment. In this paper, we propose Distilled Embedding, an (input/output) embedding compression method based on low-rank matrix decomposition with an added non-linearity. First, we initialize the weights of our decomposition by learning to reconstruct the full word-embedding and then fine-tune on the downstream task employing knowledge distillation on the factorized embedding. We conduct extensive experimentation with various compression rates on machine translation, using different data-sets with a shared word-embedding matrix for both embedding and vocabulary projection matrices. We show that the proposed technique outperforms conventional low-rank matrix factorization, and other recently proposed word-embedding matrix compression methods.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationMachine TranslationTranslationWord Embeddings

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Improving Word Embedding Factorization for Compression Using Distilled Nonlinear Neural Decomposition

2019-10-02 · Findings of the Association for Computational Linguistics 2020 · Vasileios Lioutas, Ahmad Rashid, Krtin Kumar, Md. Akmal Haidar 외

Word-embeddings are vital components of Natural Language Processing (NLP) models and have been extensively explored. However, they consume a lot of memory which poses a challenge for edge deployment. Embedding matrices, …

Knowledge DistillationLanguage ModelingLanguage ModellingMachine Translation+2

SimplE Embedding for Link Prediction in Knowledge Graphs

2018-02-13 · NeurIPS 2018 12 · Seyed Mehran Kazemi, David Poole

Knowledge graphs contain knowledge about the world and provide a structured representation of this knowledge. Current knowledge graphs contain only a small subset of what is true in the world. Link prediction approaches …

Knowledge GraphsLink PredictionPrediction

Knowledge Graph Fact Prediction via Knowledge-Enriched Tensor Factorization

2019-02-08 · Journal of Web Semantics 2019 12 · Ankur Padia, Kostantinos Kalpakis, Francis Ferraro, Tim Finin

We present a family of novel methods for embedding knowledge graphs into real-valued tensors. These tensor-based embeddings capture the ordered relations that are typical in the knowledge graphs represented by semantic w…

Graph EmbeddingKnowledge Graph EmbeddingKnowledge GraphsTensor Decomposition

Knowledge Graph Completion via Complex Tensor Factorization

2017-02-22 · Théo Trouillon, Christopher R. Dance, Johannes Welbl, Sebastian Riedel 외

In statistical relational learning, knowledge graph completion deals with automatically understanding the structure of large knowledge graphs---labeled directed graphs---and predicting missing relationships---labeled edg…

Knowledge Graph CompletionKnowledge GraphsLink PredictionRelational Reasoning

A Factorization Machine Framework for Testing Bigram Embeddings in Knowledgebase Completion

2016-04-20 · WS 2016 6 · Johannes Welbl, Guillaume Bouchard, Sebastian Riedel

Embedding-based Knowledge Base Completion models have so far mostly combined distributed representations of individual entities or relations to compute truth scores of missing links. Facts can however also be represented…

Knowledge Base Completion