【发布时间】:2017-05-24 17:50:00
【问题描述】:
考虑以下两个话语 -
I love {chocolate} and my husband like {cars}
I love {cars} and my wife like {chocolate}
我创建了两个实体 -
I love {wifeChoice} and my husband like {husbandChoice}
I love {husbandChoice} and my wife like {wifeChoice}
当我尝试训练模型时,这些话语报告 {cars} 被标记为 {husbandsChoice} 但预测为 {wifeChoice}
用户可以根据正在交互的人(丈夫或妻子)输入这两个短语,我希望在实体中更新正确的实体。但是结果是同时分配了{wifeChoice}中的两个值
有人可以帮我解决这个问题吗?
【问题讨论】:
标签: microsoft-cognitive azure-language-understanding