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
134 stars 18 forks source link

How is your retrieval recall calculated #23

Open C-YEE00 opened 1 month ago

C-YEE00 commented 1 month ago

How is your retrieval recall calculated

HarshTrivedi commented 2 weeks ago

You can see the code here metrics/support_em_f1.py. A majority of the code there is taken from the HotpotQA's repository.