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

Comparison to Stanford Scene Graph Parser #7

Open
berthyf96 opened this issue May 20, 2019 · 2 comments
Open

Comparison to Stanford Scene Graph Parser #7

berthyf96 opened this issue May 20, 2019 · 2 comments
Labels
good first issue Good for newcomers

Comments

@berthyf96
Copy link

Thanks for the great implementation. Does this function the exact same way as the Stanford Scene Graph Parser? If not, how is it different from the Stanford parser?

@vacancy
Copy link
Owner

vacancy commented May 20, 2019

No. They are not identical. This repo tries to replicate only part of the results of the rule-based scene graph parser by Schuster et al, with a focus on the empirical performance.

It DOES cover all rules implemented in the Stanford Parser, with minor heuristic optimizations and extra rules for handling

  • compound nouns
  • phrasal prepositions such as "in front of"
  • phrasal verbs
  • detection of scene-level nouns (e.g., airport)

However, it does NOT cover some features of the Stanford Parser, including:

  • quantificational modifiers such as "a lot of"
  • pronoun resolution
  • plural nouns (see Sec. 3.1.3 of Schuster et al)

@berthyf96
Copy link
Author

Thanks for the quick and detailed response!

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

No branches or pull requests

2 participants