Metaphor identification using verb and noun clustering

From Cohen Courses
Revision as of 02:01, 27 September 2012 by Tinghaoh (talk | contribs)
Jump to navigationJump to search

Citation

Ekaterina Shutova, Lin Sun, and Anna Korhonen (2010). Metaphor identification using verb and noun clustering. COLING 2010.

Online Version

http://dl.acm.org/citation.cfm?id=1873894

Introduction

  • Basic Idea: The basic idea of this paper is to expand the metaphorical Subject-Verb or Verb-Object pairs, e.g., (nation, flex, nsbj), or (burn, money, dobj), and use the expanded pairs to find the new metaphor in the open text. In this paper, they built clusters of verb and noun respectively, and expand the S-V/V-O pairs based on those clusters.
  • Metaphor Seed: Shutova (2010) annotated metaphorical expressions in a subset of the British National Corpus (BNC), and they took this as the seed metaphor.
  • Feature for Verb Clustering: They adopted the automatically acquired verb subcategorization frames (SCFs) parameterized by their selectional preferences (SPs). They obtained these features using the SCF acquisition system of Preiss et al.(2007).
  • Features for Noun Clusiering: They used grammatical relations as features for noun clustering, i.e., they employed all the argument heads and verb lemmas appearing in the subject, direct object and indirect object relations in the RASP-parsed BNC.
  • Clustering Algorithm: spectral clustering (SPEC).
  • Selectional Preference Strength Filter: They adopted the method proposed by Resnik (1997) to measure the strength of selectional preferences of verbs based on noun clusters, and filter out the verbs with weak selectional preference, e.g., "take", "put", "get".

Discussions

Though the concept is simple, there might be some tricks:

  • Good clustering seems important. They use the features developed based on selectional preferences of verb to build the verb clusters, and also used syntactic features to build the noun cluster. These features might be quite critical to make good clusters and thus achieve good metaphor detection. However, their features and tools are not openly accessible and not very easy to reproduce.
  • Filtering out verbs with weak selectional preferences is also important, but it also requires good noun clustering. In this paper,

Reference

  • Resnik, P. 1997. Selectional preference and sense disambiguation. In ACL SIGLEX Workshop on Tagging Text with Lexical Semantics, Washington, D.C.
  • Shutova, E. and S. Teufel. 2010. Metaphor corpus annotated for source - target domain mappings. In Proceedings of LREC 2010, Malta.
  • Preiss, J., T. Briscoe, and A. Korhonen. 2007. A system for large-scale acquisition of verbal, nominal and adjectival subcategorization frames from corpora. In Proceedings of ACL-2007, volume 45, page 912.