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

Large Question Queries #7

Open
gnawang opened this issue Aug 4, 2015 · 1 comment
Open

Large Question Queries #7

gnawang opened this issue Aug 4, 2015 · 1 comment

Comments

@gnawang
Copy link
Owner

gnawang commented Aug 4, 2015

Baseline ephyra typically only handles a single question. However, piazza posts typically have more than a single sentence in the query.

There are two ways we can account for this:

  1. Leave it as is, and let PiazzaQA return the most relevant answer to the given query
  2. Parse the query into its component sentences and run PiazzaQA on each sentence

I opt for the second as it would provide more usefulness for the tradeoff of extra time. However, time would be a huge issue because statements that clearly aren't questions will naturally return without many results from baseline Ephyra.

@gnawang
Copy link
Owner Author

gnawang commented Aug 4, 2015

OpenNLP already has a sentence detector https://opennlp.apache.org/documentation/1.5.3/manual/opennlp.html#tools.sentdetect

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

1 participant