Difference between revisions of "Vulcan/HandlingGaps"

From Knowitall
Jump to: navigation, search
(Created page with "This page outlines possible solutions for handling gaps in inference. == Problem Overview == Inference using textual evidence will have gaps due to lexical variations. Conside...")
 
(Problem Overview)
Line 4: Line 4:
  
 
Inference using textual evidence will have gaps due to lexical variations. Consider the following example:
 
Inference using textual evidence will have gaps due to lexical variations. Consider the following example:
<code>
+
 
 +
 
 +
<pre>
 +
 
 
Proposition:
 
Proposition:
 +
   
 +
Iron nail is a good conductor of electricity.
 +
 +
Evidence:
  
Iron nail is a good conductor of electricity.
+
E1: (metals, have the ability to conduct, electricity)
  
 +
E2: composed(iron nail, iron)
  
Evidence:
+
E3: Type(iron, metal)
  
(metals, have the ability to conduct, electricity)
+
E4: (iron, conducts, electricity)
  
</code>
+
</pre>

Revision as of 20:21, 7 September 2013

This page outlines possible solutions for handling gaps in inference.

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: (iron, conducts, electricity)