hsqmlzno1 / HATN

Hierarchical Attention Transfer Network for Cross-domain Sentiment Classification (AAAI'18)
MIT License
83 stars 24 forks source link

Usability in case of no specific target domain #11

Closed ibrahimsharaf closed 4 years ago

ibrahimsharaf commented 4 years ago

Hi, thank you for releasing your work!

I have a question regarding the model adaptability in a slightly different case, I want to train a generic sentiment classifier on multiple domains (multiple datasets), without having a specific target domain, how would that fit in the current model?

hsqmlzno1 commented 4 years ago

Sure, you can just train a multinomial adversarial network as the P-net using multiple domains and another networks for learning domain-specific information.