Evaluation improvements#217
Open
le1nux wants to merge 7 commits intohuman_inner_annotator_agreementfrom
Open
Conversation
rrutmann
requested changes
May 13, 2025
| ) | ||
|
|
||
| document_scores_df = pd.DataFrame(document_scores) | ||
|
|
Collaborator
There was a problem hiding this comment.
Why is the filtering necessary? We handle the case of missing / ummatched document IDs later by filtering on documents that are common for the annotators we are currently comparing
Collaborator
There was a problem hiding this comment.
A few comments on the notebook:
- You define
jsonl_path = "annotations__educational_content__en__gt.jsonl". This fails for me because the file is missing. Should this begt_annotations_pathinstead? - Why do we plot the standard deviations as a histogram, but the spread as a cumulative distribution?
- In the section about spreads, why do we print Document ID 1 and 2? Shouldn't they be the same? Or is this just a sanity check?
- For the evaluation of our predictions, we aggregate the human annotations using majority voting. In the notebook, we're only looking at the mean of the human annotations. Should we add info about the majority voting as well? E.g. we could add a plot of the distribution of the human annotations aggregated with majority voting.
The computations look correct to me.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.