PolyAI-LDN / conversational-datasets

Large datasets for conversational AI
Apache License 2.0
1.29k stars 167 forks source link

Response selection at test time #58

Closed sravankumarlalam closed 4 years ago

sravankumarlalam commented 5 years ago

What if I want to test the model on a single example (context)? what will be the candidate responses to calculate relevance scores with the context? Are there any techniques to retrieve a number of response candidates from the large corpus? It would be helpful if you share some details regarding this. Thanks