The paper proposes DeepObfusCode, an RNN encoder-decoder system that converts source code into a random ciphertext and uses a trained second model as a key to reconstruct and execute the original code.
Attention-based Encoder-Decoder Networks for Spelling and Grammatical Error Correction
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Automatic spelling and grammatical correction systems are one of the most widely used tools within natural language applications. In this thesis, we assume the task of error correction as a type of monolingual machine translation where the source sentence is potentially erroneous and the target sentence should be the corrected form of the input. Our main focus in this project is building neural network models for the task of error correction. In particular, we investigate sequence-to-sequence and attention-based models which have recently shown a higher performance than the state-of-the-art of many language processing problems. We demonstrate that neural machine translation models can be successfully applied to the task of error correction. While the experiments of this research are performed on an Arabic corpus, our methods in this thesis can be easily applied to any language.
citation-role summary
citation-polarity summary
fields
cs.CR 1years
2019 1verdicts
REJECT 1roles
background 1polarities
background 1representative citing papers
citing papers explorer
-
DeepObfusCode: Source Code Obfuscation Through Sequence-to-Sequence Networks
The paper proposes DeepObfusCode, an RNN encoder-decoder system that converts source code into a random ciphertext and uses a trained second model as a key to reconstruct and execute the original code.