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
I want to evaluate the grammatical accuracy of outputs.
Directly requesting scores gave poor results, so I switched to calculating scores based on the distance after grammar correction.
However, the grammar correction using Signature and Predict still isn’t performing well. To improve the Signature, I’ve prepared 10 examples and plan to use BootstrapFewShot. What inputs should I use when optimizing an existing metric with BootstrapFewShot? If so, what inputs would be suitable for this purpose?
The text was updated successfully, but these errors were encountered:
I want to evaluate the grammatical accuracy of outputs.
Directly requesting scores gave poor results, so I switched to calculating scores based on the distance after grammar correction.
However, the grammar correction using
Signature
andPredict
still isn’t performing well. To improve theSignature
, I’ve prepared 10 examples and plan to useBootstrapFewShot
. What inputs should I use when optimizing an existing metric withBootstrapFewShot
? If so, what inputs would be suitable for this purpose?The text was updated successfully, but these errors were encountered: