v0.3.1.5: Multi-Eval Node #266
ianarawjo
announced in
Announcements
Replies: 1 comment 1 reply
-
Hi @ianarawjo and team! Thank you for ChainForge 🙏 . I am working through the EvalGen paper and would like to try it out. I see that the work in this discussion was a prior requirement to getting EvalGen into ChainForge, and also noticed that Is there a guide somewhere on how to setup an EvalGen flow? I went to https://chainforge.ai/play/ and added a Multi-Evaluator node but not really sure how to proceed from there. Any pointers are greatly appreciated! Thank you. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is the first release adding the
MultiEval
node to ChainForge proper, alongside:Voilà:
As you can see, Multi-Eval allows you to define multiple per-response evaluators inside the same node. You can use this to evaluate responses across multiple criteria. Evaluators can be a mix of code or LLM evaluators, as you see fit, and you can change the LLM scorer model on a per-evaluator basis.
This is a "beta" version of the
MultiEval
node, for two reasons:The
EvalGen
wizard is also coming, to help users automatically generate evaluation metrics with human supervision. We have a version of this on themulti-eval
branch (which due to the TypeScript front-end rewrite, we cannot directly merge intomain
), but it doesn't integrate Shreya's fixes.This discussion was created from the release v0.3.1.5: Multi-Eval Node.
Beta Was this translation helpful? Give feedback.
All reactions