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

how to provide samples in answerability and waht is the output for that #7

Open
mayankpathaklumiq opened this issue Aug 11, 2020 · 2 comments

Comments

@mayankpathaklumiq
Copy link

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

@saransh-mehta
Copy link
Contributor

saransh-mehta commented Aug 12, 2020

Hi @mayankpathaklumiq
Thanks for writing. The concept of answerability is that given a query and a paragraph (context passage), determine where that query can be answered from given passage or not. Hence, the input is query, passage and label. Label is 0 (not-answerable) and 1 (for answerable). Similarly, the output produced will either be 0 or 1 while inferring on trained model.
This is mentioned in the answerability example as well, which transforms the MSMARCO data for this task.
After running the transformations part in above example, you can go to the data directory and checkout the created data files - msmarco_answerability_dev.tsv (or train/test) to know how is the final input data.
PS. There was minor documentation error in the example in the transformation part which has been corrected.

@mayankpathaklumiq
Copy link
Author

mayankpathaklumiq commented Aug 12, 2020 via email

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

2 participants