All Projects → asreview → Asreview

asreview / Asreview

Licence: apache-2.0
Active learning for systematic reviews

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Asreview

Research Paper Notes
Notes and Summaries on ML-related Research Papers (with optional implementations)
Stars: ✭ 218 (-6.44%)
Mutual labels:  research, arxiv
ai-distillery
Automatically modelling and distilling knowledge within AI. In other words, summarising the AI research firehose.
Stars: ✭ 20 (-91.42%)
Mutual labels:  research, arxiv
Arxiv Equations
🚀 Provides equations in latex format from arxiv paper.
Stars: ✭ 23 (-90.13%)
Mutual labels:  research, arxiv
Lingvo
Lingvo
Stars: ✭ 2,361 (+913.3%)
Mutual labels:  research
Mlfinlab
MlFinLab helps portfolio managers and traders who want to leverage the power of machine learning by providing reproducible, interpretable, and easy to use tools.
Stars: ✭ 2,676 (+1048.5%)
Mutual labels:  research
Atari Model Zoo
A binary release of trained deep reinforcement learning models trained in the Atari machine learning benchmark, and a software release that enables easy visualization and analysis of models, and comparison across training algorithms.
Stars: ✭ 198 (-15.02%)
Mutual labels:  research
Appnp
A PyTorch implementation of "Predict then Propagate: Graph Neural Networks meet Personalized PageRank" (ICLR 2019).
Stars: ✭ 234 (+0.43%)
Mutual labels:  research
Free Ai Resources
🚀 FREE AI Resources - 🎓 Courses, 👷 Jobs, 📝 Blogs, 🔬 AI Research, and many more - for everyone!
Stars: ✭ 192 (-17.6%)
Mutual labels:  research
Catalyst
Accelerated deep learning R&D
Stars: ✭ 2,804 (+1103.43%)
Mutual labels:  research
Bayesiandeeplearning Survey
Bayesian Deep Learning: A Survey
Stars: ✭ 214 (-8.15%)
Mutual labels:  arxiv
Pokerrl
Framework for Multi-Agent Deep Reinforcement Learning in Poker
Stars: ✭ 214 (-8.15%)
Mutual labels:  research
Research In Production
A collection of research papers categorized by real-world systems that enact them
Stars: ✭ 205 (-12.02%)
Mutual labels:  research
Zr Obp
Open Bandit Pipeline: a python library for bandit algorithms and off-policy evaluation
Stars: ✭ 219 (-6.01%)
Mutual labels:  research
Nima.pytorch
NIMA: Neural IMage Assessment
Stars: ✭ 227 (-2.58%)
Mutual labels:  arxiv
Triplet Attention
Official PyTorch Implementation for "Rotate to Attend: Convolutional Triplet Attention Module." [WACV 2021]
Stars: ✭ 222 (-4.72%)
Mutual labels:  arxiv
Knowledge
Everything I know
Stars: ✭ 2,982 (+1179.83%)
Mutual labels:  research
Pybotics
The Python Toolbox for Robotics
Stars: ✭ 192 (-17.6%)
Mutual labels:  research
Kafl
A fuzzer for full VM kernel/driver targets
Stars: ✭ 204 (-12.45%)
Mutual labels:  research
Vuvuzela
Private messaging system that hides metadata
Stars: ✭ 2,423 (+939.91%)
Mutual labels:  research
How Companies Hire
An inside look into how top tech companies hire
Stars: ✭ 234 (+0.43%)
Mutual labels:  research

ASReview: Active learning for Systematic Reviews

Build Status Documentation Status DOI

Systematic Reviews are “top of the bill” in research. The number of scientific studies is increasing exponentially in many scholarly fields. Performing a sound systematic review is a time-consuming and sometimes boring task. Our software is designed to accelerate the step of screening abstracts and titles with a minimum of papers to be read by a human with no or very few false negatives.

The Active learning for Systematic Reviews (ASReview) project, publised in Nature Machine Intelligence, implements machine learning algorithms that interactively query the researcher. This way of interactive machine learning is known as Active Learning. ASReview offers support for classical learning algorithms and state-of-the-art learning algorithms like neural networks.

ASReview software implements two different modes:

  • ASReview LAB 🔮 This modus is used to perform a systematic review with interaction by the reviewer (the 'oracle' in literature on active learning). The software presents papers to the reviewer, whereafter the reviewer classifies them. See ASReview LAB.
  • Simulate 📈 The simulation modus is used to measure the performance of the active learning software on the results of fully labeled systematic reviews. To use the simulation mode, knowledge on programming and bash/Command Prompt is highly recommanded.

Installation

The ASReview software requires Python 3.6+. Detailed step-by-step instructions to install Python and ASReview are available for Windows and macOS users. The project is available on Pypi. Install the project with (Windows users might have to use the prefix python -m):

pip install asreview

Upgrade ASReview with the following command:

pip install --upgrade asreview

ASReview LAB

ASReview LAB is a user-friendly interface for screening documents and experimentation with AI-aided systematic reviews. Read more about using the software in the Quick Tour.

ASReview LAB

Covid-19 plugin

Covid-19 Plugin

The ASReview team developed a plugin for researchers and doctors to facilitate the reading of literature on the Coronavirus. The plugin makes the CORD-19 dataset available in the ASReview software. A second database with studies published after December 1st 2019 is available as well (this dataset is more specific for publications on COVID-19).

Install the plugin with the command below.

pip install asreview-covid19

Citation

The following publication in Nature Machine Intelligence can be used to cite the project.

van de Schoot, R., de Bruin, J., Schram, R. et al. An open source machine learning framework for efficient and transparent systematic reviews. Nat Mach Intell 3, 125–133 (2021). https://doi.org/10.1038/s42256-020-00287-7

For citing the software, please refer to the specific release of the ASReview software on Zenodo https://doi.org/10.5281/zenodo.3345592. The menu on the right can be used to find the citation format of prevalence.

For more scientific publications on the ASReview software, go to asreview.nl/papers.

Contact

ASReview is a research project coordinated by Rens van de Schoot (full professor at the Department of Methodology & Statistics at Utrecht University, The Netherlands), together with ASReview lead engineer Jonathan de Bruin. For an overview of the team working on ASReview, see ASReview Research Team.

The best resources to find an answer to your question or ways to get in contact with the team are:

License

The ASReview software has an Apache 2.0 LICENSE. The ASReview team accepts no responsibility or liability for the use of the ASReview tool or any direct or indirect damages arising out of the application of the tool.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].