@ramonyeung
2016-07-16T10:42:35.000000Z
字数 2040
阅读 625
知识图谱
* The Breadth Hypothesis:" To behave intelligently in unexpected situations, **an agent must be capable of falling back on increasingly general knowledge.**"
* Why Graphs:实体及它们之间的关系客观地广泛存在,图能方便地刻画这种事实。
* 实例:Freebase, yago, DBpedia, Facebook's Entity Graph, MS's Satori, Google's Knowledge Graph, OpenIE(Reverb, OLLIE), ConceptNet
* How many facts are there? 全空间有多大?
* How many of them can we represent? 已知的事实有多少?
* How much the boundaries of our current knowledge limit what we can learn?当前知识的边界对我们有怎样的限制?
* How many facts can be potentially extracted from text? 有多少事实已经被记录下来了,并且在将来可能会被机器学习得到?
* Error in extraction, e.g., parsing errors, overly general patterns
* noisy/unreliable/conflicting info
* disparity of opinion, e.g., Who invented the radio?
* Quantifying completeness of converage
* fictional contexts, e.g.,abraham_lincoln is a vampire_hunter.
* outright spam 彻头彻尾的垃圾。。
* shouLd we trust all sources equally?
* negative examples
* entity resolution/deduplication
* commonsense knowledge
* how to jointly acquire knowledge from different data sources like text, video, sounds, images & sensor collections.