brightmart / text_classification

all kinds of text classification models and more with deep learning
MIT License
7.83k stars 2.57k forks source link

text rcnn 模型,反向拼接[left_context,embedded,right_context],right_context有错误 #60

Closed PeterMao11 closed 6 years ago

PeterMao11 commented 6 years ago

您的代码在处理反向的上下文后,未对context_right_list进行反转处理,那么新的输入则会拼接为[cl0,x1,cr0],其中cr0是xn的反向上文。实际论文中需要的是x1的反向上文。

brightmart commented 6 years ago

thank you for your comment. yeah, we can do that.