DFKI-NLP / InterroLang

InterroLang: Exploring NLP Models and Datasets through Dialogue-based Explanations [EMNLP 2023 Findings]
https://arxiv.org/abs/2310.05592
5 stars 1 forks source link

[Bug] labels are not updated #118

Open qiaw99 opened 1 year ago

qiaw99 commented 1 year ago

https://github.com/nfelnlp/InterroLang/blob/b565e481d4fac4f1b3284041081454ef2aefea20/actions/filter/includes_token.py#L23-L25

qiaw99 commented 1 year ago

This causes that some combination operations fail like include + mistake which replies on y_true and y_pred from temp_dataset, but in include operation, temp_dataset.content["y"] is not updated