StonyBrookNLP / ircot

Repository for Interleaving Retrieval with Chain-of-Thought Reasoning for Knowledge-Intensive Multi-Step Questions, ACL23
https://arxiv.org/abs/2212.10509
Apache License 2.0
154 stars 20 forks source link

How do I know the call flow? #18

Closed MR-Jin6 closed 6 months ago

MR-Jin6 commented 6 months ago

How do I know how to call each function? It all looks like some jsonnet operation. Do these jsonnet documents reflect the ircot execution process?

HarshTrivedi commented 6 months ago

Yes, jsonnet configs define the flow of the code. See this comment for more explanation.