Papers by Mamatha Hr
C3PO: A Lightweight Copying Mechanism for Translating Pseudocode to Code (2022.aacl-srw)
Copied to clipboard
| Challenge: | Existing low-code translators that translate pseudocode to code are expensive in terms of data and compute. |
| Approach: | They propose a lightweight alternative that exploits the property of code wherein most tokens can be simply copied from the pseudocode. |
| Outcome: | The proposed model reduces the computational cost and vocabulary sizes while reducing the computational costs and complexity. |