Difference between revisions of "Document-level Open IE"

From Knowitall
Jump to: navigation, search
(Created page with "== Goals == * Extend sentence-based Open IE extractors to incorporate document-level reasoning, such as: ** Coreference ** Entity Linking ** NER ** Rules implemented for TAC 2013...")
 
Line 8: Line 8:
 
== Status ==
 
== Status ==
 
=== 10-9 ===
 
=== 10-9 ===
 +
Short term goal - define necessary interfaces and data structures by 10-11
 +
* Implemented interfaces for:
 +
** Document
 +
** Sentence
 +
** Extraction
 +
** Argument/Relation
 +
** Coreference Mention
 +
** Coreference Cluster
 +
** Entity Link
 +
* Discussed interfaces at length with John and Michael
 +
** Interfaces to be incorporated into generic NLP tool library (nlptools):
 +
*** Document
 +
*** Sentence
 +
*** CorefResolver

Revision as of 21:38, 9 October 2013

Goals

  • Extend sentence-based Open IE extractors to incorporate document-level reasoning, such as:
    • Coreference
    • Entity Linking
    • NER
    • Rules implemented for TAC 2013 Entity Linking

Status

10-9

Short term goal - define necessary interfaces and data structures by 10-11

  • Implemented interfaces for:
    • Document
    • Sentence
    • Extraction
    • Argument/Relation
    • Coreference Mention
    • Coreference Cluster
    • Entity Link
  • Discussed interfaces at length with John and Michael
    • Interfaces to be incorporated into generic NLP tool library (nlptools):
      • Document
      • Sentence
      • CorefResolver