Tha3aroon at NSURL-2019 Task 8: Semantic Question Similarity in Arabic
In this paper, we describe our team's effort on the semantic text question similarity task of NSURL 2019. Our top performing system utilizes several innovative data augmentation techniques to enlarge the training data. Then, it takes ELMo pre-trained contextual embeddings of the data and feeds them into an ON-LSTM network with self-attention. This results in sequence representation vectors that are used to predict the relation between the question pairs. The model is ranked in the 1st place with 96.499 F1-score (same as the second place F1-score) and the 2nd place with 94.848 F1-score (differs by 1.076 F1-score from the first place) on the public and private leaderboards, respectively.
Code (1)
Tasks
Data AugmentationQuestion SimilarityMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
NSURL-2019 Shared Task 8: Semantic Question Similarity in Arabic
Question semantic similarity (Q2Q) is a challenging task that is very useful in many NLP applications, such as detecting duplicate questions and question answering systems. In this paper, we present the results and findi…
Question AnsweringQuestion SimilaritySemantic SimilaritySemantic Textual SimilarityThe Inception Team at NSURL-2019 Task 8: Semantic Question Similarity in Arabic
This paper describes our method for the task of Semantic Question Similarity in Arabic in the workshop on NLP Solutions for Under-Resourced Languages (NSURL). The aim is to build a model that is able to detect similar se…
Question Similarity