structured-neural-summarization-replication
structured-neural-summarization-replication copied to clipboard
Replication of the paper "Structured Neural Summarization" which uses Graph Neural Networks and Seq2Seq models to summarize natural language and source code.
I'm confused about the corpus proto files used in this project. Are they transformed by original AST JSON files?
It would be nice if the readme included a couple of lines on requirements, specially the cuda version that this code was ran with(I'm getting an error which I'm guessing...
This is not necessarily wrong, but I want to point out that using a ReLU [here](https://github.com/emalgorithm/structured-neural-summarization-replication/blob/b5b1883e2fbf32c65ac9d5813c6b260811c294cd/models/lstm_decoder.py#L18) is not a very common choice as far as I know. This might not...