Giter VIP home page Giter VIP logo

multichannel-cnn-citation-screening's Introduction

Multichannel CNN Model to support Citation Screening in the Systematic Literature Review Process

To run this code, please upload it to Google Colab. Also, make sure you download the 100-dimensional GloVe embeddings trained on 6B words from https://nlp.stanford.edu/projects/glove/

The SWIFT review datasets can be retrieved from Howard, B.E., Phillips, J., Miller, K. et al. SWIFT-Review: a text-mining workbench for systematic review. Syst Rev 5, 87 (2016). https://doi.org/10.1186/s13643-016-0263-z The drug review datasets can be retrieved from Cohen AM, Hersh WR, Peterson K, Yen PY. Reducing Workload in Systematic Review Preparation Using Automated Citation Classification. JAMIA 2006: https://dmice.ohsu.edu/cohenaa/systematic-drug-class-review-data.html

Please download the datasets and develop your own script using Entrez (https://biopython.org/docs/1.75/api/Bio.Entrez.html) to obtain title and abstracts. Some articles do not contain an abstract, as they are interviews or book chapters.

Citing this code

For citing this code, please refer to van Dinter, R., Catal, C., & Tekinerdogan, B. (2021). A Multi-Channel Convolutional Neural Network approach to automate the citation screening process. Applied Soft Computing, 112, 107765.

Installation

This code was tested with Python 3.7.11 on Ubuntu 18.04.

conda create -n cnn python=3.7.11

If you plan to run the code on a GPU install packages using conda:

% conda install -c anaconda tensorflow-gpu==2.4.1 scikit-learn pandas nltk 
% pip install keras==2.4.3 openpyxl seaborn gensim==3.8.3

You need to also download data for nltk:

import nltk

nltk.download(['stopwords'])

multichannel-cnn-citation-screening's People

Contributors

rvdinter avatar wojciechkusa 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.