Multiple generations (sequential) per question #2317
Labels
asking questions
For asking for clarification / support on library usage.
feature request
A feature that isn't implemented yet.
Hi lm-eval maintainers! I'm relatively new to using this library, so any pointers will be greatly appreciated.
I am trying to elicit two sequential answers from the model for each question. I want to do this by providing the question, recording an initial answer, then appending that answer to the original question and using that as a second prompt, and recording the second (and final) answer to do some post-processing.
After reading through the task_guide and new_task_guide I did not see anything directly related to my endeavor - is there a way to setup this workflow by modifying the relevant yaml config file?
Or is the preferred method to call the log parser from a custom filter function?
Thank you
The text was updated successfully, but these errors were encountered: