Skip to main content

Blog

Learn About Our Meetup

5000+ Members

MEETUPS

LEARN, CONNECT, SHARE

Join our meetup, learn, connect, share, and get to know your Toronto AI community. 

JOB POSTINGS

INDEED POSTINGS

Browse through the latest deep learning, ai, machine learning postings from Indeed for the GTA.

CONTACT

CONNECT WITH US

Are you looking to sponsor space, be a speaker, or volunteer, feel free to give us a shout.

[D] NLP – Difference between Answer Selection and Answer Re-ranking?

If given a dataset (e.g. InsuranceQA) with a list of questions and a list of passages of candidate answers (each question can be matched with multiple candidate answers) and the task is to rank the top 10 (the ordering is not labeled) most relevant answers (passages) given a query.

I have been reading about possible ways to solve this problem and came across both Answer Selection and Answer Re-ranking techniques.

I would like to know in terms of a NLP tasks, what is the difference between Answer Selection and Answer Re-Ranking?

I am thinking that Answer Re-ranking is where you first use something like BM25 to retrieve a list of say 1000 candidate answers then ranking the relevant answers whereas Answer Selection can use re-ranking to achieve this or not.

submitted by /u/rosamundo
[link] [comments]