Open rhoi2021 opened 3 years ago
I think the folder organization should be easy to read. Hope following description works for you:
(1) running command is named as .sh, main_student/teacher/NSM.py is for student/teacher and basic NSM model respectively.
(2) Main part of the code is in NSM/ folder.
Agent: student, teacher (hybrid and parallel).
Model: forward reasoning, backward reasoning.
Modules: mainly instruction and reasoning modules described in paper.
data: data processing.
train: train and evaluation for methods
util: util functions
(3) preprocessing/ folder: data preprocessing to obtain question-specific graph.
Hi, Could you explain the files need to be run briefly? According to paper, I expect that student network employs the teacher network but I am little bit confused among different folders/files. Thanks for your help!