CLLGDec 28, 2019

Tha3aroon at NSURL-2019 Task 8: Semantic Question Similarity in Arabic

arXiv:1912.12514v1991 citations
Originality Synthesis-oriented
AI Analysis

This work addresses semantic similarity for Arabic question pairs, which is an incremental improvement in a domain-specific NLP task.

The paper tackled semantic question similarity in Arabic by developing a system using data augmentation, ELMo embeddings, and an ON-LSTM network with self-attention, achieving first place with 96.499 F1-score on the public leaderboard and second place with 94.848 F1-score on the private leaderboard.

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 Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes