This document summarizes a study on generating pseudo-code from source code using statistical machine translation techniques. The researchers introduced two frameworks: phrase-based machine translation and tree-to-string machine translation. Experiments were conducted on two corpora, with the tree-to-string approach modified to address issues with abstract syntax trees generating the best pseudo-code based on automatic and human evaluations. Generated pseudo-code was shown to help with code understanding tasks compared to source code alone.