kevinscaria / InstructABSA

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

Error from reproduce_results_notebook #23

Open furkansherwani opened 8 months ago

furkansherwani commented 8 months ago

image

kevinscaria commented 8 months ago

This error is due to your raw dataset not having a column called "text". Please refer readme.md to ensure the format of dataset is similar to the one provided.

furkansherwani commented 8 months ago

Thankyou for the response. But I am not using my dataset. I am just running your code on your datasets. Please help me how to resolve it.

kevinscaria commented 8 months ago

Unfortunately, if you need my help, you will need to wait till the weekend PST, due to my other engagements.

furkansherwani commented 8 months ago

No prolem sir. I can wait for you. May be we can have a session just to run this code and ask for some other queries.

kevinscaria commented 8 months ago

Sure sounds good.

furkansherwani commented 8 months ago

Please tell me when you are available.

DcrisWu commented 8 months ago

I also meet that error. Do you find out some ways to resolve it? @furkansherwani

furkansherwani commented 8 months ago

I also meet that error. Do you find out some ways to resolve it? @furkansherwani

No I was not able to resolve it. Still waiting for the author to respond.

DcrisWu commented 8 months ago

I also meet that error. Do you find out some ways to resolve it? @furkansherwani

No I was not able to resolve it. Still waiting for the author to respond.

I have resolved that. You need to specify the parameter just like "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)".

furkansherwani commented 8 months ago

I also meet that error. Do you find out some ways to resolve it? @furkansherwani

No I was not able to resolve it. Still waiting for the author to respond.

I have resolved that. You need to specify the parameter just like "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)".

Thank you. I will try that too.