paper-with-me

Papers

Bayesian Compression for Natural Language Processing

2018-10-25 · EMNLP 2018 10 · Nadezhda Chirkova, Ekaterina Lobacheva, Dmitry Vetrov

In natural language processing, a lot of the tasks are successfully solved with recurrent neural networks, but such models have a huge number of parameters. The majority of these parameters are often concentrated in the embedding layer, which size grows proportionally to the vocabulary length. We propose a Bayesian sparsification technique for RNNs which allows compressing the RNN dozens or hundreds of times without time-consuming hyperparameters tuning. We also generalize the model for vocabulary sparsification to filter out unnecessary words and compress the RNN even further. We show that the choice of the kept words is interpretable. Code is available on github: https://github.com/tipt0p/SparseBayesianRNN

📄 PDF Abstract BibTeX arXiv:1810.10927

Code (3)

tipt0p/SparseBayesianRNN 공식 구현
ars-ashuha/variational-dropout-sparsifies-dnn tf
senya-ashukha/variational-dropout-sparsifies-dnn tf

Similar Papers 제목 키워드 기반

Feature-based Low-Rank Compression of Large Language Models via Bayesian Optimization

2024-05-17 · Yixin Ji, Yang Xiang, Juntao Li, Wei Chen 외

In recent years, large language models (LLMs) have driven advances in natural language processing. Still, their growing scale has increased the computational burden, necessitating a balance between efficiency and perform…

Bayesian OptimizationLow-rank compression

From Imitation to Prediction, Data Compression vs Recurrent Neural Networks for Natural Language Processing

2017-05-01 · Juan Andrés Laura, Gabriel Masi, Luis Argerich

In recent studies [1][13][12] Recurrent Neural Networks were used for generative processes and their surprising performance can be explained by their ability to create good predictions. In addition, data compression is a…

Data Compression

The SP theory of intelligence: an overview

2013-06-13 · J. Gerard Wolff

This article is an overview of the "SP theory of intelligence". The theory aims to simplify and integrate concepts across artificial intelligence, mainstream computing and human perception and cognition, with information…

Retrieval

Bayesian Kernel Methods for Natural Language Processing

2014-06-01 · ACL 2014 6 · Daniel Beck
Feature EngineeringMachine TranslationSentiment AnalysisStructured Prediction+1

Is the Best Better? Bayesian Statistical Model Comparison for Natural Language Processing

2020-10-06 · EMNLP 2020 11 · Piotr Szymański, Kyle Gorman

Recent work raises concerns about the use of standard splits to compare natural language processing models. We propose a Bayesian statistical model comparison technique which uses k-fold cross-validation across multiple …