IBM / Graph2Seq

Graph2Seq is a simple code for building a graph-encoder and sequence-decoder for NLP and other AI/ML/DL tasks.
Apache License 2.0
236 stars 61 forks source link

How to use beam search? #9

Open Tangben1997 opened 3 years ago

Tangben1997 commented 3 years ago

Hi, If I want to use beam search, should I modify some parts of the code?

teddylfwu commented 3 years ago

Dear All,

Please see our newly released graph4nlp library: https://github.com/graph4ai/graph4nlp, which have implemented many GNN methods like Graph2Seq and Graph2Tree models.