Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 673 Bytes

memo.org

File metadata and controls

23 lines (13 loc) · 673 Bytes

Possible (meaningful) Entailment edges from WP2 data

  • Pick inter-fragment edges only (including intra-interaction)
  • Pick inter-interaction edges only.

easy way to distinguish fragment / interaction?

  • ALMA data looks okay. (ids are all interactionid_fragid_nodeid)
  • NICE data also looks the same.
  • [interactionid]_[fragmen_id]_[sentenceid]

Ruby sketch of the “EXTRACTOR” code

read and gather inter-fragment edges

… and non-edges

Mgraph to RTE format

Formater: an array of [string, string, decision] ==> XML out.

Runner: use Mgraph, grab input (above), generate XML. well, for one file first…