paper-with-me

Papers

ALB at SemEval-2018 Task 10: A System for Capturing Discriminative Attributes

2018-06-01 · SEMEVAL 2018 6 · Bogdan Dumitru, Alina Maria Ciobanu, Liviu P. Dinu

Semantic difference detection attempts to capture whether a word is a discriminative attribute between two other words. For example, the discriminative feature red characterizes the first word from the (apple, banana) pair, but not the second. Modeling semantic difference is essential for language understanding systems, as it provides useful information for identifying particular aspects of word senses. This paper describes our system implementation (the ALB system of the NLP@Unibuc team) for the 10th task of the SemEval 2018 workshop, {``}Capturing Discriminative Attributes{''}. We propose a method for semantic difference detection that uses an SVM classifier with features based on co-occurrence counts and shallow semantic parsing, achieving 0.63 F1 score in the competition.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeDependency ParsingMachine TranslationSemantic ParsingSemantic Textual Similarity

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

BomJi at SemEval-2018 Task 10: Combining Vector-, Pattern- and Graph-based Information to Identify Discriminative Attributes

2018-04-30 · SEMEVAL 2018 6 · Enrico Santus, Chris Biemann, Emmanuele Chersoni

This paper describes BomJi, a supervised system for capturing discriminative attributes in word pairs (e.g. yellow as discriminative for banana over watermelon). The system relies on an XGB classifier trained on carefull…

Relation Extraction

ELiRF-UPV at SemEval-2018 Task 10: Capturing Discriminative Attributes with Knowledge Graphs and Wikipedia

2018-06-01 · SEMEVAL 2018 6 · Jos{\'e}-{\'A}ngel Gonz{\'a}lez, Llu{\'\i}s-F. Hurtado, Encarna Segarra, Ferran Pla

This paper describes the participation of ELiRF-UPV team at task 10, Capturing Discriminative Attributes, of SemEval-2018. Our best approach consists of using ConceptNet, Wikipedia and NumberBatch embeddings in order to …

Knowledge GraphsRelation Extraction

UWB at SemEval-2018 Task 10: Capturing Discriminative Attributes from Word Distributions

2018-06-01 · SEMEVAL 2018 6 · Tom{\'a}{\v{s}} Brychc{\'\i}n, Tom{\'a}{\v{s}} Hercig, Josef Steinberger, Michal Konkol

We present our UWB system for the task of capturing discriminative attributes at SemEval 2018. Given two words and an attribute, the system decides, whether this attribute is discriminative between the words or not. Assu…

AttributeRelation Extraction

SemEval-2018 Task 10: Capturing Discriminative Attributes

2018-06-01 · SEMEVAL 2018 6 · Alicia Krebs, Aless Lenci, ro, Denis Paperno

This paper describes the SemEval 2018 Task 10 on Capturing Discriminative Attributes. Participants were asked to identify whether an attribute could help discriminate between two concepts. For example, a successful syste…

AttributeSemantic SimilaritySemantic Textual SimilarityWord Sense Disambiguation

GHH at SemEval-2018 Task 10: Discovering Discriminative Attributes in Distributional Semantics

2018-06-01 · SEMEVAL 2018 6 · Mohammed Attia, Younes Samih, Manaal Faruqui, Wolfgang Maier

This paper describes our system submission to the SemEval 2018 Task 10 on Capturing Discriminative Attributes. Given two concepts and an attribute, the task is to determine whether the attribute is semantically related t…

AttributeWord Embeddings