-
Notifications
You must be signed in to change notification settings - Fork 829
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
metrics: add domain specific rubrics based scoring #1189
metrics: add domain specific rubrics based scoring #1189
Conversation
Thanks for the PR @vaishakhRaveendran For now lets implement this as model agnostic metric and allow users to Prometheus style evaluation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also please add documentation along with this PR
# Conflicts: # src/ragas/metrics/_prometheus.py
Hey @jjmachan on further inspecting and reading through the Prometheus paper I understood that Prometheus needs instance-level criteria and rubrics which cannot be supported by Ragas as of now ( because we only have limited columns as input) - this would be an extra input associated with each row to be evaluated. |
This can be regarded as a next step refining on aspect critic metric. Ie
LEVEL 1: user evaluated using just simple criteria
LEVEL 2: the user specifies criteria associated with each score for the entire dataset
LEVEL 3: user specifies individual criteria associated with each score for each sample in the dataset