Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New task: noun compound interpretation #217

Open
girishponkiya opened this issue Jan 31, 2019 · 7 comments
Open

New task: noun compound interpretation #217

girishponkiya opened this issue Jan 31, 2019 · 7 comments

Comments

@girishponkiya
Copy link

girishponkiya commented Jan 31, 2019

Noun compound interpretation

The semantic interpretation of noun compounds (NCs) deals with the detection and semantic classification of the relations between noun constituents.

Example: spoon handle => PART-WHOLE, student protest => AGENT, fee-hike protest => CAUSE.

Noun compound interpretation is a well-studied task. For more information, one may refer Girju et. al. (2005) and Nakov (2013).

Question:

  • Where should I add this?
  • Under an existing category? If yes, which one?

Notes:

  • This is NOT Semantic Role Labeling as the relations are not between verb and noun.
  • This is NOT Relationship Extraction as the relations are based on the context. Interpretation of noun compound can be done via paraphrasing (student protest => protest by student(s)) which is not case with relation extraction.
@sebastianruder
Copy link
Owner

How about adding this to shallow syntax? Would that work?

@girishponkiya
Copy link
Author

No. This task is at the semantic level, and it is "mostly" out-of-context. I would suggest making a new category, named Noun Compound Interpretation.

@sebastianruder
Copy link
Owner

Good point. I'm a bit hesitant to create a separate category for it as it's quite a specialized task. How about we add it to relationship extraction for now but make it clear that this setting does not depend on the context?

@girishponkiya
Copy link
Author

I agree that it looks tiny and a specialized task. But, the representation of relation makes it totally different. For instance, a semantic relation in a noun compound can be represented by means of..

  • prepositional paraphrasing: e.g., student protest => "protest by student", fee-hike protest => "protest against fee-hike" (Ponekiya et al., 2018)
  • fine-grained paraphrases using verbs: e.g., malaria mosquito can be paraphrased using carry, spread, cause, transmit, etc. (Nakov, 2008)

From this relation representation perspective, the task is totally different from Relationship Extraction.

Additionally, there are many different types of relation inventories and datasets, and proposed system for those datasets. Adding this task to Relationship Extraction will complicate the things.

@tianjianjiang
Copy link

If I may suggest a rough idea: how about using “multiword expression” as an umbrella category for the time being?

@girishponkiya
Copy link
Author

@tianjianjiang, that's a good idea. We can have two different sections for conventional multiwords (mostly non-compositional) and noun compounds (mostly compositional).

@sebastianruder
Copy link
Owner

Thanks for adding your opinion, @tianjianjiang. I agree with the proposal. Feel free to create a Multiword expression category and add this task there. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants