Difference between revisions of "Vulcan/SystemStatus"

From Knowitall
Jump to: navigation, search
(Overview)
Line 20: Line 20:
 
: Proposition - A statement that needs to be verified.-->
 
: Proposition - A statement that needs to be verified.-->
 
[[File:Sys-arch-online.jpg|frame|center|alt=System Architecture|System Architecture: Online components]]
 
[[File:Sys-arch-online.jpg|frame|center|alt=System Architecture|System Architecture: Online components]]
 
=== Textual Evidence Finder ===
 
Greg is going to be developing this component.
 
 
[[File:weak-evidence-finder.jpg|frame|center|alt=Textual Evidence Finder Details|System Architecture: Textual Evidence Finder]]
 
 
  
 
=== Status ===
 
=== Status ===
Line 41: Line 35:
 
| End-to-End Driver || Command line application. || Input: Sentence asserting an answer choice. <br/>Output:Score || <b>Stub implemented</b>.|| Create web interface.  
 
| End-to-End Driver || Command line application. || Input: Sentence asserting an answer choice. <br/>Output:Score || <b>Stub implemented</b>.|| Create web interface.  
 
|}
 
|}
 +
 +
 +
=== Textual Evidence Finder ===
 +
Greg is going to be developing this component.
 +
 +
[[File:weak-evidence-finder.jpg|frame|center|alt=Textual Evidence Finder Details|System Architecture: Textual Evidence Finder]]
 +
  
 
== Axiom and Rule Generation Components ==
 
== Axiom and Rule Generation Components ==

Revision as of 23:18, 5 September 2013

Overview

The input to our inference system is a natural language sentence that corresponds to an answer choice. (e.g., Iron nail is a good conductor of electricity). The output is a score that represents the system's belief regarding the validity of the input sentence.

At a high-level the system performs the following steps:

  1. Process sentence through Open IE 4.0 and convert it into a tuple. We refer to this query tuple as a proposition.
  2. Find textual evidence that could support the input proposition. Find tuples and sentences that match the input proposition. Convert this textual evidence into axioms and rules in Tuffy's MLN format.
  3. Run Tuffy with both textual and KB evidence. Output the marginal inference scores.

The system consists of Inference (online) and Axiom and Rule generation (offline) components.

Inference Components

System Architecture
System Architecture: Online components

Status

Component Description I/O Status To Do
Proposition Extractor Extracts propositions to be verified by the system Input: Sentence asserting the answer choice.
Output: A proposition represented as a open IE tuple.
Stub implemented: Sentence piped into Open IE 4.0. Output tuples that fit a specified pattern are converted into a proposition. Select the best tuple. Stem, normalize, extract polarity, handle n-ary tuples.
Textual Evidence Finder Provides evidence for the input proposition using weak text-based methods. Input: Proposition
Output: Rules/Axioms that derive the proposition (in one-step) weighted according to the confidence provided by each method.
Tuple matcher implementation underway. Uses Open IE solr instance to find matching sentences/tuples.
Pattern matcher not implemented.
Implement pattern matching, improve tuple matching, add scores.
MLN Instance Generator Converts the evidence into MLN input format. Input:Axioms/Rules from weaker methods.
Output:Translated into Tuffy's input format.
Stub implemented: Does a faithful translation to MLN syntax. Fix bug in predicate definitions.
End-to-End Driver Command line application. Input: Sentence asserting an answer choice.
Output:Score
Stub implemented. Create web interface.


Textual Evidence Finder

Greg is going to be developing this component.

Textual Evidence Finder Details
System Architecture: Textual Evidence Finder


Axiom and Rule Generation Components

System Architecture
System Architecture: Offline components
Component Description I/O Status
Axioms Extractor Generates axioms from multiple knowledge sources. Input:
Output:
None.
Rules Generator Uses second order rule templates to generate first-order inference rules. Input:
Output:
None.