KNU CI System at SemEval-2018 Task4: Character Identification by Solving Sequence-Labeling Problem
Character identification is an entity-linking task that finds words referring to the same person among the nouns mentioned in a conversation and turns them into one entity. In this paper, we define a sequence-labeling problem to solve character identification, and propose an attention-based recurrent neural network (RNN) encoder{--}decoder model. The in-put document for character identification on multiparty dialogues consists of several conversations, which increase the length of the input sequence. The RNN encoder{--}decoder model suffers from poor performance when the length of the input sequence is long. To solve this problem, we propose applying position encoding and the self-matching network to the RNN encoder{--}decoder model. Our experimental results demonstrate that of the four models proposed, Model 2 showed an F1 score of 86.00{\%} and a label accuracy of 85.10{\%} at the scene-level.
Code (0)
등록된 구현이 없습니다.
Tasks
Coreference ResolutionDecoderEntity LinkingPositionSimilar Papers 제목 키워드 기반
AMORE-UPF at SemEval-2018 Task 4: BiLSTM with Entity Library
This paper describes our winning contribution to SemEval 2018 Task 4: Character Identification on Multiparty Dialogues. It is a simple, standard model with one key innovation, an entity library. Our results show that thi…
TECHSSN at SemEval-2020 Task 12: Offensive Language Detection Using BERT Embeddings
This paper describes the work of identifying the presence of offensive language in social media posts and categorizing a post as targeted to a particular person or not. The work developed by team TECHSSN for solving the …
Language IdentificationMacSaar at SemEval-2016 Task 11: Zipfian and Character Features for ComplexWord Identification
SemEval 2018 Task 4: Character Identification on Multiparty Dialogues
Character identification is a task of entity linking that finds the global entity of each personal mention in multiparty dialogue. For this task, the first two seasons of the popular TV show Friends are annotated, compri…
Entity LinkingMachine TranslationQuestion AnsweringHitachi at SemEval-2020 Task 11: An Empirical Study of Pre-Trained Transformer Family for Propaganda Detection
In this paper, we show our system for SemEval-2020 task 11, where we tackle propaganda span identification (SI) and technique classification (TC). We investigate heterogeneous pre-trained language models (PLMs) such as B…
Propaganda detectionPropaganda span identification