Skip to content

Annotation quality control via two-step reason selection (EMNLP-IJCNLP 2019)

Notifications You must be signed in to change notification settings

nlpcl-lab/two-step-reason

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Annotation quality control via two-step reason selection

This is the code and data to recreate the experiment of our paper "Nonsense!: Quality Control via Two-Step Reason Selection for Annotating Local Acceptability and Related Attributes in News Editorials" (EMNLP-IJCNLP 2019)

Pre-requisites

  1. Install and run Mongodb.

Setup

  1. To connect the Mongodb, make your own config.py: cp config.sample.py config.py

    • If the default setting of the Mongodb has not been changed, you don't need to modify the config.py
  2. Install python requirements: pip install -r requirements.txt

Usage

  1. Run the web-based annotation tool: python app.py

Citation

Please cite our paper:

@inproceedings{yang-etal-2019-nonsense,
    title = "Nonsense!: Quality Control via Two-Step Reason Selection for Annotating Local Acceptability and Related Attributes in News Editorials",
    author = "Yang, Wonsuk and yoon, seungwon and Carpenter, Ada and Park, Jong",
    booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP)",
    month = nov,
    year = "2019",
    address = "Hong Kong, China",
    publisher = "Association for Computational Linguistics",
    url = "https://www.aclweb.org/anthology/D19-1293",
    pages = "2947--2956",
}

About

Annotation quality control via two-step reason selection (EMNLP-IJCNLP 2019)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published