如何使用NLP建立模型问答模型

时间:2019-10-09 17:44:37

标签: nlp lstm stanford-nlp cosine-similarity

我是NLP语义模型的新手,我正在构建上下文语义相似性,自动生成基于文本的答案模型,我正在从头开始构建,请帮助您进行操作。 我有这样的数据:

   question                 answer_text             distractor
    0   Meals can be served  in rooms at 9:00 p. m. 'outside the room at 3:00 p. m.', 'in the dini.
    1   It can be inferred 
from 
the
 passage that                  The local government can deal with the problem...                     'If some tragedies occur again ', ' relevant d...

我有3列,就像我必须在测试中生成3个干扰项一样,请帮助我,该怎么办,应该遵循哪种方法,并且我要预处理3个文本列或仅2个列。请让我参考任何论文。

0 个答案:

没有答案