RichardHGL / WSDM2021_NSM

Improving Multi-hop Knowledge Base Question Answering by Learning Intermediate Supervision Signals. WSDM 2021.
130 stars 22 forks source link

Some question about the code #25

Closed Ttixan closed 1 year ago

Ttixan commented 1 year ago

What do the reason_layer do in the GNN_reasoning.py file? What is the meaning of the variable: fact_rel, fact_prior, fact_value, fact_query, and neighbor_rep? I refer the implement of Graft-net, but I still don't understand. Thank you for your reply.