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

Improve MWE recognition #123

Open
yhamoudi opened this issue Feb 17, 2015 · 1 comment
Open

Improve MWE recognition #123

yhamoudi opened this issue Feb 17, 2015 · 1 comment

Comments

@yhamoudi
Copy link
Member

See: #122, #64, #85

Ex:

  • date of birth of Barack Obama
  • Where is the Panama canal?
  • Who is the US president?
  • Who is the United States president?
  • When is the birth of Obama
  • What is the location of the Sea of Tranquility?

Idea 1

  • Build a database of MWE (using Wikidata, ConceptNet...)
  • Concatenate all words of the question that are part of a same MWE (same algorithm than with quotations)

Idea 2

Improve the NER

Idea 3

Collapse the final normal form using MWE:

collapse ((A, B, ?), C, ?) to (A, B+C, ?) if there exists b in B and c in C such that b c is an existing MWE // only if all b in B or all c in C do not exist in our database.

Ex:

  • ((Barack Obama, birth,?),date,?) > (Barack Obama, birth ,date,?)
  • How much are tickets to Disney World? > (Disney World, ticket cost, ?)
@Ezibenroc
Copy link
Member

@yhamoudi yhamoudi changed the title Improve MWE Improve MWE recognition Feb 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants