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

[Config] different class names in different gin configs for OLID #86

Closed tanikina closed 1 year ago

tanikina commented 1 year ago

I found the following inconsistency: olid_adapter.gin, olid_flan-t5.gin and olid_nn.gin have the following classes: Conversation.class_names = {1: "True", 0: "False"}

However, olid.gin has: Conversation.class_names = {1: "offensive", 0: "non-offensive"}

I guess the olid.gin is the correct version, right?

qiaw99 commented 1 year ago

Thank you for pointing it out! Yes, you're right, I fix them in this commit.