Giter Site home page Giter Site logo

kdd_linelisting's Introduction

KDD_linelisting

This repository contains the source codes and data for the paper entitled GELL: Automatic Extraction of Epidemiological Line Lists from Open Sources which recently got accepted in ACM SIGKDD 2017. The code for the proposed model GELL is located at linelist_code and the code for the baseline model Baseline is located at baseline_code. The codes can be executed as follows.

Code: linelist_code usage: Automated line listing [-h] -i MERSBULLETINS -v WHOVEC -ind NUMIND -o OUTPUTLL

optional arguments: -h, --help show this help message and exit -i MERSBULLETINS, --MERSbulletins MERSBULLETINS Input file containing the WHO MERS bulletins from which line list will be extracted -v WHOVEC, --whovec WHOVEC word vectors corresponding to the WHO corpus -ind NUMIND, --numind NUMIND Number of predictors to be used for extracting line each list feature -o OUTPUTLL, --outputll OUTPUTLL File where the automatically extracted line list will be dumped

Example: python ./code/ll_code.py -i ./data/WHO_KSA_MERS_bulletins.json -v ./data/WHO_vectors/WHO_SGHS_vectors.word2vec -ind 7 -o ./data/automated_ll/automated_ll_KSA_SGHS.json

Code: baseline_code usage: Baseline line listing [-h] -i MERSBULLETINS -o OUTPUTLL

optional arguments: -h, --help show this help message and exit -i MERSBULLETINS, --MERSbulletins MERSBULLETINS Input file containing the WHO MERS bulletins from which line list will be extracted -o OUTPUTLL, --outputll OUTPUTLL File where the automatically extracted line list will be dumped

Example: python ./code/ll_baseline.py -i ./data/WHO_KSA_MERS_bulletins.json -o ./data/automated_ll/automated_ll_baseline.json

Confusion matrices

The confusion matrices corresponding to the performance of each model for a clinical feature can be found at confusion_matrix.

kdd_linelisting's People

Contributors

sauravcsvt avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.