UMD at SemEval-2018 Task 10: Can Word Embeddings Capture Discriminative Attributes?

SEMEVAL 2018  ·  Alex Zhang, er, Marine Carpuat ·

We describe the University of Maryland{'}s submission to SemEval-018 Task 10, {``}Capturing Discriminative Attributes{''}: given word triples (w1, w2, d), the goal is to determine whether d is a discriminating attribute belonging to w1 but not w2. Our study aims to determine whether word embeddings can address this challenging task. Our submission casts this problem as supervised binary classification using only word embedding features. Using a gaussian SVM model trained only on validation data results in an F-score of 60{\%}. We also show that cosine similarity features are more effective, both in unsupervised systems (F-score of 65{\%}) and supervised systems (F-score of 67{\%}).

PDF Abstract

Datasets


  Add Datasets introduced or used in this paper

Results from the Paper


  Submit results from this paper to get state-of-the-art GitHub badges and help the community compare results to other papers.

Methods