AI: Partial Unification in Open-World Reference Resolution

那年仲夏 提交于 2019-12-06 06:40:19

A tentative solution (if anyone thinks of something better... please say so!)

When parsing a sentence, the parser may be able to establish that certain entities are more likely to be grounded than others. In this sentence, the box is more likely to be grounded than the ball. In the sentence fragment the brother of the king's gardener, the brother is least likely known, the gardener is more likely, and the king is the most likely.

If this information is reflected in the semantics or provided alongside them, they can inform a heuristic which can, in the face of an unresolved referential expression, try assuming references unknown in the provided order until the reference is successfully resolvable.

user118967

It seems to me the issue is not so much about partial unification of predicates. That is a regular part of unification, since we unify variables, not predicates, and predicates may involve multiple variables in which only some are unified.

The issue seems to be much more about open-world, as you pointed out, since the lack of knowledge about a yellow ball does not mean there are none.

Besides the references I already gave you in your other question Constraint Satisfaction with Uncertainty

for this particular problem you might want to look at these papers, which deal specifically with these very issues:

David Poole, First-order Probabilistic Inference: http://www.cs.ubc.ca/~poole/talks/ijcai-2011-tutorial/poole-liftedVE.pdf

de Salvo Braz et al, Lifted First-Order Probabilistic Inference http://reason.cs.uiuc.edu/eyal/papers/fopl-res-ijcai05.pdf

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!