Difference between revisions of "Vulcan/SystemPrototype"

From Knowitall
Jump to: navigation, search
(Status)
(Status)
Line 19: Line 19:
 
== Status ==  
 
== Status ==  
  
* Worked out the facts and rules required.  
+
* <b>Knowledge:</b> Worked out the facts and rules required.  
 
<blockquote>
 
<blockquote>
 
* Need to figure out scoping rules better to make sure we can materialize NestedTuples.
 
* Need to figure out scoping rules better to make sure we can materialize NestedTuples.
 
* For now, Score(nested_tuple) = Score(top tuple) * Score (nested)
 
* For now, Score(nested_tuple) = Score(top tuple) * Score (nested)
 +
* Have a stub for evidence selection.
 +
<blockquote>
 +
* Run with baseline implementation.
 +
* Output debug information.
 
</blockquote>
 
</blockquote>
 +
</blockquote>
 +
 +
  
* Work out debug information.
+
* <b>Debug information</b>
 
<blockquote>
 
<blockquote>
 
* Need to know how the score is computed.  
 
* Need to know how the score is computed.  
 
* How to obtain the trace tree?
 
* How to obtain the trace tree?
 +
* Read through the output. See if there is useful information to extract already.
 
</blockquote>
 
</blockquote>
  
* Check the output of Open IE 4.0 on the input sentence.  
+
* <b>Proposition generator</b> Check the output of Open IE 4.0 on the input sentence.  
 
 
 
<blockquote>
 
<blockquote>
 
* Run as is.  
 
* Run as is.  
 
* Run with modified tuple.  
 
* Run with modified tuple.  
</blockquote>
 
* Have a stub for evidence selection.
 
 
<blockquote>
 
* Run with baseline implementation.
 
* Output debug information.
 
 
</blockquote>
 
</blockquote>

Revision as of 21:22, 26 August 2013

Overview

The prototype is designed to work on three questions.

Output

  • Score for the input proposition.
  • New facts inferred.
  • Facts and rules were used in scoring.
  • E-mail Feng.


Status

  • Knowledge: Worked out the facts and rules required.
  • Need to figure out scoping rules better to make sure we can materialize NestedTuples.
  • For now, Score(nested_tuple) = Score(top tuple) * Score (nested)
  • 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.
  • Proposition generator Check the output of Open IE 4.0 on the input sentence.
  • Run as is.
  • Run with modified tuple.