paper-with-me

홈 › Papers

Predefined Sparseness in Recurrent Sequence Models

2018-08-27 · CONLL 2018 10 · Thomas Demeester, Johannes Deleu, Fréderic Godin, Chris Develder

Inducing sparseness while training neural networks has been shown to yield models with a lower memory footprint but similar effectiveness to dense models. However, sparseness is typically induced starting from a dense model, and thus this advantage does not hold during training. We propose techniques to enforce sparseness upfront in recurrent sequence models for NLP applications, to also benefit training. First, in language modeling, we show how to increase hidden state sizes in recurrent layers without increasing the number of parameters, leading to more expressive models. Second, for sequence labeling, we show that word embeddings with predefined sparseness lead to similar performance as dense embeddings, at a fraction of the number of trainable parameters.

📄 PDF Abstract BibTeX arXiv:1808.08720

Code (1)

tdmeeste/SparseSeqModels 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingWord Embeddings

Similar Papers 제목 키워드 기반

A Sequential Embedding Approach for Item Recommendation with Heterogeneous Attributes

2018-05-28 · Kuan Liu, Xing Shi, Prem Natarajan

Attributes, such as metadata and profile, carry useful information which in principle can help improve accuracy in recommender systems. However, existing approaches have difficulty in fully leveraging attribute informati…

AttributeRecommendation Systems

Graph Expansion in Pruned Recurrent Neural Network Layers Preserve Performance

2024-03-17 · Suryam Arnav Kalra, Arindam Biswas, Pabitra Mitra, BISWAJIT BASU

Expansion property of a graph refers to its strong connectivity as well as sparseness. It has been reported that deep neural networks can be pruned to a high degree of sparsity while maintaining their performance. Such p…

Block-wise Dynamic Sparseness

2020-01-14 · Amir Hadifar, Johannes Deleu, Chris Develder, Thomas Demeester

Neural networks have achieved state of the art performance across a wide variety of machine learning tasks, often with large and computation-heavy models. Inducing sparseness as a way to reduce the memory and computation…

Language ModelingLanguage Modelling

Learning Sequence Attractors in Recurrent Networks with Hidden Neurons

2024-04-03 · Yao Lu, Si Wu

The brain is targeted for processing temporal sequence information. It remains largely unclear how the brain learns to store and retrieve sequence memories. Here, we study how recurrent networks of binary neurons learn s…

Learning to Adaptively Scale Recurrent Neural Networks

2019-02-15 · Hao Hu, Liqiang Wang, Guo-Jun Qi

Recent advancements in recurrent neural network (RNN) research have demonstrated the superiority of utilizing multiscale structures in learning temporal representations of time series. Currently, most of multiscale RNNs …

Time SeriesTime Series Analysis