https://github.com/dcavar/tieml
Temporal Information and Event Markup Language
Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
✓Academic publication links
Links to: arxiv.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.6%) to scientific vocabulary
Repository
Temporal Information and Event Markup Language
Basic Info
- Host: GitHub
- Owner: dcavar
- License: apache-2.0
- Language: Jupyter Notebook
- Default Branch: main
- Size: 626 KB
Statistics
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
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
<?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
- D. Cavar, B. Dickson, A. Aljubailan, S. Kim (2021) Temporal Information and Event Markup Language: TIE-ML Markup Process and Schema Version 1.0, In Proceedings of SEMAPRO 2021, Barcelona, Spain.
Owner
- Name: Damir Cavar
- Login: dcavar
- Kind: user
- Location: Bloomington, IN
- Company: Indiana University
- Website: http://damir.cavar.me/
- Repositories: 29
- Profile: https://github.com/dcavar
GitHub Events
Total
Last Year
Committers
Last synced: 10 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Damir Cavar | d****r@m****m | 12 |
| b-dickon | b****n@g****m | 3 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0