qipeng / golden-retriever

Authors' implementation of EMNLP-IJCNLP 2019 paper "Answering Complex Open-domain Questions Through Iterative Query Generation"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Help with inference code.

spate141 opened this issue · comments

I'm trying to digest how to use take the necessary pieces from the eval_end_to_end.sh script to use as inference. Any suggestions or plan to add instruction for this?

The information we print with echo in that script should give you a high-level sense of what we're doing at each step, and should mirror the model diagram closely. So that is probably a good place to start!