Skip to content

EventFull is an annotation tool designed for complete, high-quality annotation of temporal, coreference, and causal event relations within a single unified workflow.

License

Notifications You must be signed in to change notification settings

AlonEirew/EventFull

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EventFull Annotation Tool

This repository contains the implementation of our tool, as described in this paper.
A demo of the tool is available at this link.

Alt text

Install and Deploy (with npm)

npm install
npm start

Running the Tasks

  1. Go to localhost:3000 in your browser
  2. Follow the instructions at each step and answer the questions
  3. Save your work occasionally

See Logs

  1. In the client browser click the left mouse button and select "inspect"
  2. Go to the console tab

Input format

An example of how an input file should look like can be found in the example folder.

  • input_example.json is an example of the input file format.
  • input_example_include_temporal.json is an example of the input file format with optional temporal entities.

Output format

  • export_example.json is an example of the output file format.

Configuration

The tool can be configured by changing the public/config.json file.

  • To select which annotation steps to include, modify the following parameters:
    • includeAxis - Event selection step
    • includeTemp - Temporal relation annotation step
    • includeCoref - Coreference resolution step
    • includeCausal - Causal relation annotation step
  • showRemainingAnnot - control whether to show the remaining annotations in the annotation panel
  • exportAlways - control whether to enable export even if the annotation is not complete

About

EventFull is an annotation tool designed for complete, high-quality annotation of temporal, coreference, and causal event relations within a single unified workflow.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published