Vulcan/HandlingGaps

From Knowitall
Revision as of 18:53, 10 September 2013 by Niranjan (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This page outlines possible solutions for handling gaps in inference. Unfinished.

Problem Overview

Inference using textual evidence will have gaps due to lexical variations. Consider the following example:



Proposition:
     
Iron nail is a good conductor of electricity.

Evidence:

E1: (metals, have the ability to conduct, electricity)

E2: composed(iron nail, iron)

E3: Type(iron, metal)

E4: (metal, conducts, electricity)

Rules:

R1: composed(x, y) (y, R, z) => (x, R, z)