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

What to ask: rank a list of clarifying questions #2

Open
ilyalasy opened this issue Aug 6, 2022 · 2 comments
Open

What to ask: rank a list of clarifying questions #2

ilyalasy opened this issue Aug 6, 2022 · 2 comments
Assignees
Labels
good first issue Good for newcomers

Comments

@ilyalasy
Copy link
Member

ilyalasy commented Aug 6, 2022

Build a model for ranking clarifying questions given an instruction.
See What to ask.

Questions to rank are in question_bank.csv, see dataset.

Models to try:

  1. BM25 Ranker (no training needed) - used in official baseline
  2. Semantic search (no training needed) - sentence-transformers
  3. Polyencoder ranker - parlai
  4. Dense Passage Retrieval - facebookresearch
  5. ColBERT - stanford-futuredata
@ilyalasy ilyalasy added the good first issue Good for newcomers label Aug 6, 2022
@ilyalasy ilyalasy self-assigned this Aug 6, 2022
@Darth-Carrotpie
Copy link

Note: Some of the clarifying questions seem to be in broken English or contain spelling errors. Probably should keep that in mind when testing.

@Darth-Carrotpie Darth-Carrotpie self-assigned this Aug 8, 2022
@ilyalasy
Copy link
Member Author

ilyalasy commented Aug 8, 2022

FYI: I preprocessed data and splitted it into train/dev, so we should use these csvs for our models.
Notebook used for preprocessing is here.

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