paper-with-me

Papers

Machine Translation from Natural Language to Code using Long-Short Term Memory

2019-10-25 · K. M. Tahsin Hassan Rahit, Rashidul Hasan Nabil, Md Hasibul Huq

Making computer programming language more understandable and easy for the human is a longstanding problem. From assembly language to present day's object-oriented programming, concepts came to make programming easier so that a programmer can focus on the logic and the architecture rather than the code and language itself. To go a step further in this journey of removing human-computer language barrier, this paper proposes machine learning approach using Recurrent Neural Network (RNN) and Long-Short Term Memory (LSTM) to convert human language into programming language code. The programmer will write expressions for codes in layman's language, and the machine learning model will translate it to the targeted programming language. The proposed approach yields result with 74.40% accuracy. This can be further improved by incorporating additional techniques, which are also discussed in this paper.

📄 PDF Abstract BibTeX arXiv:1910.11471

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningMachine TranslationTranslation

Similar Papers 제목 키워드 기반

Is Encoder-Decoder Redundant for Neural Machine Translation?

2022-10-21 · Yingbo Gao, Christian Herold, Zijian Yang, Hermann Ney

Encoder-decoder architecture is widely adopted for sequence-to-sequence modeling tasks. For machine translation, despite the evolution from long short-term memory networks to Transformer networks, plus the introduction a…

DecoderLanguage ModelingLanguage ModellingMachine Translation+2

On Learning Language-Invariant Representations for Universal Machine Translation

2020-08-11 · ICML 2020 1 · Han Zhao, Junjie Hu, Andrej Risteski

The goal of universal machine translation is to learn to translate between any pair of languages, given a corpus of paired translated documents for \emph{a small subset} of all pairs of languages. Despite impressive empi…

Machine TranslationSentenceTranslation

Automatic Source Code Summarization with Extended Tree-LSTM

2019-06-19 · Yusuke Shido, Yasuaki Kobayashi, Akihiro Yamamoto, Atsushi Miyamoto 외

Neural machine translation models are used to automatically generate a document from given source code since this can be regarded as a machine translation task. Source code summarization is one of the components for auto…

Code SummarizationMachine TranslationSource Code SummarizationTranslation

Out-of-Order Decoding for Robust Neural Machine Translation

2018-10-23 · Anonymous

Autoregressive recurrent neural decoders that generate sequences of tokens one-by-one and left-to-right are the workhorse of modern machine translation. In this work, we propose a new decoder architecture that can genera…

DecoderMachine TranslationPositionTranslation

Machine Translation Systems in India

2013-04-29 · Sugata Sanyal, Rajdeep Borgohain

Machine Translation is the translation of one natural language into another using automated and computerized means. For a multilingual country like India, with the huge amount of information exchanged between various reg…

Machine TranslationTranslation