issues
search
manisnesan
/
chrestotes
Blog Repository
https://manisnesan.github.io/chrestotes/
Apache License 2.0
0
stars
0
forks
source link
How to evaluate LLM generated responses
#27
Open
manisnesan
opened
1 year ago
manisnesan
commented
1 year ago
https://radekosmulski.com/how-to-evaluate-an-llm-on-your-data/
use semantic similarity, where you generate an answer from the LLM and compare it to the ground truth
evaluating the LLM's outputs using perplexity, which measures how well the model predicts the next word in a sequence
using both semantic similarity and perplexity to evaluate the LLM's outputs
https://radekosmulski.com/how-to-evaluate-an-llm-on-your-data/