paper-with-me

홈 › Papers

Texterra at SemEval-2018 Task 7: Exploiting Syntactic Information for Relation Extraction and Classification in Scientific Papers

2018-06-01 · SEMEVAL 2018 6 · Andrey Sysoev, Vladimir Mayorov

In this work we evaluate applicability of entity pair models and neural network architectures for relation extraction and classification in scientific papers at SemEval-2018. We carry out experiments with representing entity pairs through sentence tokens and through shortest path in dependency tree, comparing approaches based on convolutional and recurrent neural networks. With convolutional network applied to shortest path in dependency tree we managed to be ranked eighth in subtask 1.1 ({`}clean data{''}), ninth in 1.2 ({`}noisy data{''}). Similar model applied to separate parts of the shortest path was mounted to ninth (extraction track) and seventh (classification track) positions in subtask 2 ranking.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral ClassificationRelation ClassificationRelation ExtractionSentence

Similar Papers 제목 키워드 기반

UPV-28-UNITO at SemEval-2019 Task 7: Exploiting Post's Nesting and Syntax Information for Rumor Stance Classification

2019-06-01 · SEMEVAL 2019 6 · Bilal Ghanem, Aless Cignarella, ra Teresa, Cristina Bosco 외

In the present paper we describe the UPV-28-UNITO system{'}s submission to the RumorEval 2019 shared task. The approach we applied for addressing both the subtasks of the contest exploits both classical machine learning …

BIG-bench Machine LearningGeneral ClassificationStance ClassificationWord Embeddings

UWB at SemEval-2016 Task 1: Semantic Textual Similarity using Lexical, Syntactic, and Semantic Information

2016-06-01 · SEMEVAL 2016 6 · Tom{\'a}{\v{s}} Brychc{\'\i}n, Luk{\'a}{\v{s}} Svoboda
Semantic Textual Similarity

\#NonDicevoSulSerio at SemEval-2018 Task 3: Exploiting Emojis and Affective Content for Irony Detection in English Tweets

2018-06-01 · SEMEVAL 2018 6 · Endang Wahyu Pamungkas, Viviana Patti

This paper describes the participation of the {\#}NonDicevoSulSerio team at SemEval2018-Task3, which focused on Irony Detection in English Tweets and was articulated in two tasks addressing the identification of irony at…

Binary ClassificationGeneral ClassificationSentiment Analysis

SyntNN at SemEval-2018 Task 2: is Syntax Useful for Emoji Prediction? Embedding Syntactic Trees in Multi Layer Perceptrons

2018-06-01 · SEMEVAL 2018 6 · Fabio Massimo Zanzotto, Andrea Santilli

In this paper, we present SyntNN as a way to include traditional syntactic models in multilayer neural networks used in the task of Semeval Task 2 of emoji prediction. The model builds on the distributed tree embedder al…

Task 2

FA3L at SemEval-2017 Task 3: A ThRee Embeddings Recurrent Neural Network for Question Answering

2017-08-01 · SEMEVAL 2017 8 · Giuseppe Attardi, Antonio Carta, Federico Errica, Andrea Madotto 외

In this paper we present ThReeNN, a model for Community Question Answering, Task 3, of SemEval-2017. The proposed model exploits both syntactic and semantic information to build a single and meaningful embedding space. U…

Community Question AnsweringDependency ParsingModel SelectionQuestion Answering+2