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
Hi,
I'm working on a multi-label classification problem using LLMs and evaluating it with LangSmith using below snippet. Currently, I'm creating repetitions of the same record for each label, which is costly due to multiple inferences. Is there a way to optimize the evaluator for multi-label evaluation in a single pass while maintaining observability in the LangSmith UI?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'm working on a multi-label classification problem using LLMs and evaluating it with LangSmith using below snippet. Currently, I'm creating repetitions of the same record for each label, which is costly due to multiple inferences. Is there a way to optimize the evaluator for multi-label evaluation in a single pass while maintaining observability in the LangSmith UI?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions