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
Thanks for the great work and codes!
While I look through the codes, I notice a possible discrepancy between the paper and the codes.
The paper states that you used beam search with num_beams=5 and do_sample=True to obtain the most likely answers. On the other hand, the generate.py script is using the beam search with do_sample=False instead. Am I missing something here?
Hi Lorenz,
Thanks for the great work and codes!
While I look through the codes, I notice a possible discrepancy between the paper and the codes.
The paper states that you used beam search with
num_beams=5
anddo_sample=True
to obtain the most likely answers. On the other hand, thegenerate.py
script is using the beam search withdo_sample=False
instead. Am I missing something here?semantic_uncertainty/code/generate.py
Lines 113 to 130 in 27adbf0
The text was updated successfully, but these errors were encountered: