-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AE affects APC #26
Comments
Yes, but the impact on apc should be limited. This is an emprical conclusion and you can conduct experiments if you want. |
Thank u for ur reply I tested this model with a dataset in another language than English and Chinese. When I used the multilingual bert model I achieved high results, but when I used a monolingual model, I obtained very low results (F1-score = 0 for ATE task !!!), which is very weird. Normally the monolingual models are better than multilingual models as they have a larger number of vocabularies no? thank u |
Which pretrained model dou use and can you share any visualization of this preoblem (e.g., code block)? |
Note that this repo is hard coded to use BERTPretrainedModel and tokenizer, you may need to alter to use AutoModel and autotokenizer instead. |
I dont have the dataset to debug, did you design the dataset as provided format? I received a similar report which is cuased by mis-annotation and label usage. |
Yes, u were right; there was a problem with the data format. I fixed it, but the accuracy is still very low using the monolingual BERT model compared to the multilingual one. I really cannot understand that because the monolingual models are generally better than multilingual ones Do u have any idea plz? |
Hi, |
Thank u for ur effort to help us fixing errors. I am working on google colab. So I shared with u the notebook and the folder of code (my email address: [email protected]) to allow u to reproduce the results. Thank u again for ur effort. |
Do you solve the problem? |
Hi, |
I click the close button accidently, and look forward to your reply. |
@Phd-Student2018 No not yet you? |
There is no known error found in your data, maybe you can debug via pycharm, etc. To see what happened in tokenization (I suspect the problem is tokenization, or using incompatible tokenizer and model) |
Hi,
thank u for sharing ur code with us. As I understand, the results of APC are affected by those of AE aren t they ?
you use the extracted aspect terms to identify the sentiment polarities instead of using gold terms but what if the results of AE are very low and they hardly affect the APC performance?
Thank u
The text was updated successfully, but these errors were encountered: