与目标问题相似的问题的问题生成-问与答系统如何将问题与目标问题匹配?

时间:2019-12-10 18:17:42

标签: python nlp artificial-intelligence

关闭。这个问题需要更加集中。它目前不接受答案。

更新问题,使其仅关注一个问题。这将帮助其他人回答问题。您可以编辑问题或发布新问题。

3天前由roganjosh,Thierry Lathuille和Gino Mempin关闭。

(为您提供私人反馈)

我有一个问题到答案的映射。例如,明尼苏达州的首都是多少?映射到圣保罗。但是,用户可以以自由格式的文本形式提问,因此,我需要找到一种将许多都具有相同含义的问题映射到其常见答案的方法。例如,我希望所有这些都映射到相同的答案圣保罗:

What is the capital Minnesota ?

What's capital of Minnesota ?

Capital of Minnesota?

What is the capital city of Minnesota ?

我的计划是:

For a given question, q_0 with answer a_0, ahead of time, generate many semantically identical questions q_0_1 through q_0_n
Add to my mapping that q_0_1 through q_0_n map to a_0

我的问题是:

Is this the best way to approach this problem?
If so, what is the best way of generating alternative phrasings of a question?
If this isn't a good approach, what is?

0 个答案:

没有答案