You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: