Closed NicolasAG closed 6 years ago
detect when user asks something related to the article. example of training set: squad with (article, question, flag) triples where question is either related (flag=1) or not (flag=0) to the article
(article, question, flag)
question
flag=1
flag=0
moving to https://github.com/NicolasAG/convai/issues/5
detect when user asks something related to the article. example of training set: squad with
(article, question, flag)
triples wherequestion
is either related (flag=1
) or not (flag=0
) to the article