ERASER scripts for hatexplain in /scripts folder#67
Open
SuperMX wants to merge 15 commits intoadaamko:mainfrom
Open
ERASER scripts for hatexplain in /scripts folder#67SuperMX wants to merge 15 commits intoadaamko:mainfrom
SuperMX wants to merge 15 commits intoadaamko:mainfrom
Conversation
Still missing: multi rule matching, labels without and only rationales
adaamko
reviewed
Aug 10, 2022
Owner
adaamko
left a comment
There was a problem hiding this comment.
I don't think it is a good idea to add the whole eraserbenchmark repository here. A better practice would be to download the repository with the script if it is needed.
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.
This PR contains my changes in the /scripts folder together with eraserbenchmark and the error inspector as well as the graphical penman editor (streamlit app).
/scripts/evaluate_hatexplain.py : now able to calculate the ERASER metrics! predicts rationals from the rules
/scripts/inspect_hatexplain.py : inspector for FP/FP/TN/TP samples, random+seed and paging mode
/scripts/eraserbenchmark/ : needed by those two
/frontend/graphedit.py : generates UD penman from text on the fly, as well as graph images from UD penman
TODO:
Edit eraserbenchmark so that data input files can be named other than val, test & train
Own output folder for different classification projects (not only /hatexplain)