UWB at SemEval-2018 Task 10: Capturing Discriminative Attributes from Word Distributions
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. Assuming Distributional Hypothesis, i.e., a word meaning is related to the distribution across contexts, we introduce several approaches to compare word contextual information. We experiment with state-of-the-art semantic spaces and with simple co-occurrence statistics. We show the word distribution in the corpus has potential for detecting discriminative attributes. Our system achieves F1 score 72.1{\%} and is ranked {\#}4 among 26 submitted systems.
Code (0)
등록된 구현이 없습니다.
Tasks
AttributeRelation ExtractionSimilar Papers 제목 키워드 기반
BomJi at SemEval-2018 Task 10: Combining Vector-, Pattern- and Graph-based Information to Identify Discriminative Attributes
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 ExtractionALB at SemEval-2018 Task 10: A System for Capturing Discriminative Attributes
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) pa…
AttributeDependency ParsingMachine TranslationSemantic Parsing+1GHH at SemEval-2018 Task 10: Discovering Discriminative Attributes in Distributional Semantics
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 EmbeddingsSemEval-2018 Task 10: Capturing Discriminative Attributes
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 DisambiguationUNBNLP at SemEval-2018 Task 10: Evaluating unsupervised approaches to capturing discriminative attributes
In this paper we present three unsupervised models for capturing discriminative attributes based on information from word embeddings, WordNet, and sentence-level word co-occurrence frequency. We show that, of these appro…
Semantic Textual SimilaritySentenceWord Embeddings