Hierarchical Attention Networks in Text Categorizer #3581
alejandrojcastaneira
started this conversation in
New Features & Project Ideas
Replies: 2 comments
-
I agree it could be good to have this. If you want to implement the model option, I would accept the PR. |
Beta Was this translation helpful? Give feedback.
0 replies
-
As a quick note if anyone would start working on this: this should be developed for v.3.0 onwards (i.e. the current |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I understand that the text categorizer architecture it's similar to (Yang et al., 2016). I believe would be good to included an attention mechanism at sentences levels, for cases of long documents classification like your example on thinc imdb_cnn: https://github.com/explosion/thinc/blob/master/examples/imdb_cnn.py. I believe it will be very nice to have this, besides of the currently available: "ensemble", "simple_cnn" and "bow".
Best regards.
Beta Was this translation helpful? Give feedback.
All reactions