Improvement learning rules for Relations Extraction from text


Abstract in English

relation extraction systems have made extensive use of features generated by linguistic analysis modules. Errors in these features lead to errors of relation detection and classification. In this work, we depart from these traditional approaches with complicated feature engineering by introducing a convolutional neural network for relation extraction that automatically learns features from sentences and minimizes the dependence on external toolkits and resources. Our model takes advantages of multiple window sizes for filters and pre-trained word embeddings as an initializer on a nonstatic architecture to improve the performance.

References used

Blitzer, John, McDonald, Ryan, and Pereira, Fernando (2006). “Domain Adaptation with Structural Correspondence Learning”. In: Proceedings of the Conference on Empirical Methods in Natural Language Processing (EMNLP)
Daume, Hal (2007). “Frustratingly Easy Domain Adaptation”. In: Proceedings of the Annual Meeting of the Association for Computational Linguistics (ACL)
McClosky, David, Charniak, Eugene, and Johnson, Mark (2010). “Automatic Domain Adaptation for Parsing”. In: Proceedings of the North American Chapter of the Association for Computational Linguistics Conference (HLT NAACL)

Download