Difference between revisions of "101413Notes"

From Knowitall
Jump to: navigation, search
(Created page with "== Log == ;October 17 2013 : Compared Mihai's reimplementation of Multir and the original Multir algorithm")
 
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
 
;October 17 2013
 
;October 17 2013
  
: Compared Mihai's reimplementation of Multir and the original Multir algorithm
+
: Met with Mitchell and Xiao and decided upon a new preprocessing module that occurs before Distant Supervision in the pipeline.
 +
 
 +
: Preprocessing will store all the relevant information at the sentence level for downstream processing (Distant Supervision and Feature Generation)
 +
 
 +
: If a user wants to use a different corpus then preprocessing will have to be run again otherwise the cached information will speed up the pipeline and researchers can focus on customizing different modules like entity identification and feature generation.

Latest revision as of 23:55, 17 October 2013

Log

October 17 2013
Met with Mitchell and Xiao and decided upon a new preprocessing module that occurs before Distant Supervision in the pipeline.
Preprocessing will store all the relevant information at the sentence level for downstream processing (Distant Supervision and Feature Generation)
If a user wants to use a different corpus then preprocessing will have to be run again otherwise the cached information will speed up the pipeline and researchers can focus on customizing different modules like entity identification and feature generation.