SOTAVerified

DM\_NLP at SemEval-2018 Task 8: neural sequence labeling with linguistic features

2018-06-01SEMEVAL 2018Unverified0· sign in to hype

Chunping Ma, Huafei Zheng, Pengjun Xie, Chen Li, Linlin Li, Luo Si

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

This paper describes our submissions for SemEval-2018 Task 8: Semantic Extraction from CybersecUrity REports using NLP. The DM\_NLP participated in two subtasks: SubTask 1 classifies if a sentence is useful for inferring malware actions and capabilities, and SubTask 2 predicts token labels (``Action'', ``Entity'', ``Modifier'' and ``Others'') for a given malware-related sentence. Since we leverage results of Subtask 2 directly to infer the result of Subtask 1, the paper focus on the system solving Subtask 2. By taking Subtask 2 as a sequence labeling task, our system relies on a recurrent neural network named BiLSTM-CNN-CRF with rich linguistic features, such as POS tags, dependency parsing labels, chunking labels, NER labels, Brown clustering. Our system achieved the highest F1 score in both token level and phrase level.

Tasks

Reproductions