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

Export Queries that don't have judgements #185

Closed
epugh opened this issue Jul 16, 2020 · 2 comments
Closed

Export Queries that don't have judgements #185

epugh opened this issue Jul 16, 2020 · 2 comments

Comments

@epugh
Copy link
Member

epugh commented Jul 16, 2020

Is your feature request related to a problem? Please describe.
Today, via the Basic export format, we only export queries that also have documents and ratings:

query docid rating
Example 1 4

If the query Example was completely unrated, or if it doesn't match any documents in our corpus, then it won't export.

Describe the solution you'd like
I'd like to be able to export all documents in the Basic usecase, as I might be exporting queries to an third party system for rating. They might not have judgements, or they may not match docs due to terrible search, but I still want to have those queries judged:

query docid rating
Example 1 4
Unrated Query 5
No match Query

Describe alternatives you've considered
This could be just the default way that Basic export works... Or, do we make the current behavior the default, and add a checkbox for "Include unrated queries" that would bring in the Unrated Query and No match Query examples?

Additional context
This feature is only useful if you are rating documents outside of Quepid, but creating the queries in Quepid. However, as part of a ecosystem of products, we want to facilitate that workflow!

This was referenced Aug 26, 2020
@epugh
Copy link
Member Author

epugh commented Aug 26, 2020

In poking around, it turns out that if you want to have the docs related to a query, you must SNAPSHOT the case.

@epugh
Copy link
Member Author

epugh commented Aug 26, 2020

Fixed in #191.

@epugh epugh closed this as completed Aug 26, 2020
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

1 participant