kevinscaria / InstructABSA

Instructional learning for Aspect Based Sentiment Analysis [NAACL-2024]
https://aclanthology.org/2024.naacl-short.63/
MIT License
142 stars 23 forks source link

t5_exp.get_labels return empty strings #24

Closed mohamad7395 closed 3 months ago

mohamad7395 commented 3 months ago

Hello, First of all, this is an impressive research and a very clean repository.

I was running your notebooks ATETraining&_inference and reproduce_results_notebooks when I noticed something weird: I used the data in the repo, the only line I changed was : loader = DatasetLoader(train_df_id=id_tr_df, test_df_id=id_te_df, train_df_ood=ood_tr_df, test_df_ood=ood_te_df) to avoid the error but I get these results:

get_label

any ideas on how to solve it?