microsoft / CodeXGLUE

CodeXGLUE
MIT License
1.5k stars 363 forks source link

Seq2Seq for code-to-text #149

Closed jiaqing23 closed 1 year ago

jiaqing23 commented 1 year ago

In the README of https://github.com/microsoft/CodeXGLUE/tree/main/Code-Text/code-to-text, there is a table showing results for different models.

The first column is the performance of Seq2Seq, is that a RNN based Seq2Seq model?

Originally posted by @jiaqing23 in https://github.com/microsoft/CodeXGLUE/issues/137#issuecomment-1364481856

celbree commented 1 year ago

Yes. Seq2Seq denotes the RNN based model.