Papers with parallelization

3 papers
Sliced Recurrent Neural Networks (C18-1)

Copied to clipboard

Challenge: Recurrent neural networks have difficulty in parallelization because of their recurrent structure.
Approach: They propose sliced recurrent neural networks (SRNNs) which can be parallelized by slicing sequences into many subsequences.
Outcome: The proposed recurrent neural networks perform better than standard RNNs on six large-scale sentiment analysis datasets.
AIN: Fast and Accurate Sequence Labeling with Approximate Inference Network (2020.emnlp-main)

Copied to clipboard

Challenge: Existing approaches to sequence labeling require sequential computation that makes parallelization impossible.
Approach: They propose to employ a parallelizable approximate variational inference algorithm for the CRF model.
Outcome: The proposed approach improves decoding speed and accuracy with long sentences and is parallelizable for faster training and prediction.
RWKV: Reinventing RNNs for the Transformer Era (2023.findings-emnlp)

Copied to clipboard

Challenge: recurrent neural networks struggle to match the performance of Transformers due to limitations in parallelization and scalability.
Approach: They propose a model architecture that combines the efficient parallelizable training of transformers with the efficient inference of RNNs.
Outcome: The proposed model performs on par with similarly sized RNNs, suggesting future work can leverage this architecture to create more efficient models.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations