Difference between revisions of "Vulcan/SystemPrototype"

From Knowitall
Jump to: navigation, search
(Status)
(Status)
Line 12: Line 12:
 
* <b>Score</b> The system outputs scores for each query predicate. If query is not in output then score is zero.
 
* <b>Score</b> The system outputs scores for each query predicate. If query is not in output then score is zero.
 
<blockquote>
 
<blockquote>
* Need to figure out scoping rules better to make sure we can materialize NestedTuples.
+
* <span style="background-color:yellow">Need to figure out scoping rules better to make sure we can materialize NestedTuples.</span>
 
* For now, Score(nested_tuple) = Score(top tuple) * Score (nested)
 
* For now, Score(nested_tuple) = Score(top tuple) * Score (nested)
 
</blockquote>
 
</blockquote>

Revision as of 05:29, 27 August 2013

Overview

The prototype is designed to work on three questions. We want the system to output the following:

  • Score for the input proposition.
  • New facts inferred.
  • Facts and rules used in scoring.

Status

  • Score The system outputs scores for each query predicate. If query is not in output then score is zero.
  • Need to figure out scoping rules better to make sure we can materialize NestedTuples.
  • For now, Score(nested_tuple) = Score(top tuple) * Score (nested)
  • Knowledge: Worked out the facts and rules required.
  • Have a stub for evidence selection.
  • Run with baseline implementation.
  • Output debug information.
  • Debug information
  • Need to know how the score is computed.
  • How to obtain the trace tree?
  • Read through the output. See if there is useful information to extract already.
  • Couldn't find enough information in current debug output from Tuffy. Emailed Tuffy developers asking for help.
  • Proposition generator Check the output of Open IE 4.0 on the input sentence.
  • Run as is.
  • Run with modified tuple.