paper-with-me

홈 › Papers

Analyzing Architectures for Neural Machine Translation Using Low Computational Resources

2021-11-06 · Aditya Mandke, Onkar Litake, Dipali Kadam

With the recent developments in the field of Natural Language Processing, there has been a rise in the use of different architectures for Neural Machine Translation. Transformer architectures are used to achieve state-of-the-art accuracy, but they are very computationally expensive to train. Everyone cannot have such setups consisting of high-end GPUs and other resources. We train our models on low computational resources and investigate the results. As expected, transformers outperformed other architectures, but there were some surprising results. Transformers consisting of more encoders and decoders took more time to train but had fewer BLEU scores. LSTM performed well in the experiment and took comparatively less time to train than transformers, making it suitable to use in situations having time constraints.

📄 PDF Abstract BibTeX arXiv:2111.03813

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationTranslation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Sigmoid Activation 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Residual Connection 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

Natural Language Processing for Tigrinya: Current State and Future Directions

2025-07-23 · Fitsum Gaim, Jong C. Park arxiv

Despite being spoken by millions of people, Tigrinya remains severely underrepresented in Natural Language Processing (NLP) research. This work presents a comprehensive survey of NLP research for Tigrinya, analyzing over…

Part-Of-Speech TaggingCross-Lingual TransferMachine TranslationSpeech Recognition

On the Sparsity of Neural Machine Translation Models

2020-10-06 · EMNLP 2020 11 · Yong Wang, Longyue Wang, Victor O. K. Li, Zhaopeng Tu

Modern neural machine translation (NMT) models employ a large number of parameters, which leads to serious over-parameterization and typically causes the underutilization of computational resources. In response to this p…

Machine TranslationNMTTranslation

Unlocking Parameter-Efficient Fine-Tuning for Low-Resource Language Translation

2024-04-05 · Tong Su, Xin Peng, Sarubi Thillainathan, David Guzmán 외

Parameter-efficient fine-tuning (PEFT) methods are increasingly vital in adapting large-scale pre-trained language models for diverse tasks, offering a balance between adaptability and computational efficiency. They are …

Computational EfficiencyMachine TranslationNMTparameter-efficient fine-tuning+1

Replicable Benchmarking of Neural Machine Translation (NMT) on Low-Resource Local Languages in Indonesia

2023-11-02 · Lucky Susanto, Ryandito Diandaru, Adila Krisnadhi, Ayu Purwarianti 외

Neural machine translation (NMT) for low-resource local languages in Indonesia faces significant challenges, including the need for a representative benchmark and limited data availability. This work addresses these chal…

BenchmarkingMachine TranslationNMTTranslation

Neural Machine Translation: A Review of Methods, Resources, and Tools

2020-12-31 · Zhixing Tan, Shuo Wang, Zonghan Yang, Gang Chen 외

Machine translation (MT) is an important sub-field of natural language processing that aims to translate natural languages using computers. In recent years, end-to-end neural machine translation (NMT) has achieved great …

Data AugmentationMachine TranslationNMTTranslation