Skip to content

dcavar/tieml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Temporal Information and Event Markup Language - TIE-ML

License: Apache License Version 2.0

(C) 2021 by Ali Aljubailan, Damir Cavar, Billy Dickson, Soyoung Kim

Brought to you by the NLP-Lab at Indiana University at Bloomington.

Introduction

TIE-ML is a markup strategy and annotation schema to improve the productivity and accuracy of temporal and event related annotation of corpora to facilitate machine learning based model training. For the annotation of events, and temporal sequencing and duration of events, it is significantly simpler, and thus easier to use than much more sophisticated formalisms and approaches such as TimeML. Annotations of corpora using TimeML can be mapped to TIE-ML with a loss, and TIE-ML annotations can be fully mapped to TimeML with certain under-specification.

The TIE-ML XML annotation standard proposal comes with an XML Schema (using the 1.1 recommendation). To use the XML Schema in your own TIE-ML XML annotation files, include it in the following way:

  <?xml version="1.0" encoding="UTF-8"?>
  <tieml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:noNamespaceSchemaLocation="https://nlp-lab.org/tieml.xsd">
    ...
  </tieml>

Sample Corpus

The data folder contains samples for different languages using ISO language codes as folder names. Please consult the README.md files in each of the folders for more details about the samples and annotations.

Note that we are working on a temporal and event annotation of the 10% Penn Treebank corpus that is distributed with the NLTK data set.

Scripts and Tools

Documentation

Publications

About

Temporal Information and Event Markup Language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages