Closed Aurora-slz closed 1 month ago
Hey @Aurora-slz I added prompt instructions for RefineAnswer
after running MIPROv2, you can find them in this notebook
DSPy 2.5 integrates litellm
but has many problems with the output formatting, without prompt instructions the program can sometimes crash for smaller LMs.
Actually, I uploaded a full run of MIPROv2 here, all you gotta do is load this json for MCTSr
and it'll run with these demos/instructions, here
Thanks a lot!
Thanks for your awesome work!
Could you please tell me what prompt you use for
CritiqueAnswer
andRefineAnswer
inmctsr.py
? Could you provide an example? Thank you very much for your reply.Although the comments form of the prompt was provided in
RefineAnswer
, however, the code only input the question/answer without passing in the content of these comments when invoked.