Chapter 5. Decoder¶
Graph4NLP implements two standard decoder modules for: sequence generation and tree generation, respectively. Generally, they take the GraphData
encoded by GraphEncoder as inputs and generate target objects.
Graph4NLP implements two standard decoder modules for: sequence generation and tree generation, respectively. Generally, they take the GraphData
encoded by GraphEncoder as inputs and generate target objects.