Git Product home page Git Product logo

berd's Introduction

Biomedical Entity Relation Detection

Author: Wooheon Hong, Jaehyun Lee

Date: 2020.12.21 ~ 2021. 03. 26

This is biomedical entity relation network.

Identify the connection relationship between entitiy in the papers in PubMed.

Find the relationship between entities based on one sentence, consecutive sentences(in this setting, Swanson ABC model can be used) or entire papers.

It can supports relation network for three or more queries.

BERD_movie

Requirements

  • python3
  • see requirements.txt
conda create โ€“n name python=3.7
conda activate name
pip install --upgrade pip
pip install -r requirements.txt

Datasets

We used PubMed thesis data by crwaling

Run

Commands

python app.py

Arguments

test_model.py provides more arguments than app.py provides.

python test_model.py 
  • load_or_not

    • Select whether run model or use previously saved data
  • query

    • ex) macrolactin, iridovirus
  • n_papers

    • The number of pepers
  • n_sentence(In the app.py, relation unit)

    • 0: document
    • 1: network consists of one sentence
    • 2: network consists of two consecutive sentence. The Swanson ABC model is available.

    The amount of entity pairs is large in order 0 > 2 > 1.

  • is_swanson

    • Using Swanson ABC model
    • n_sentence must be 2
  • type_scispacy

    • Select Biomedical Entity Linking model
    • Scispacy
  • layout_algo

    • Node Coordinate Algorithm
  • laout_dim

    • Select Plot Dimension 2, 3
  • radius

    • Select hop except path
  • n_nodes

    • The number of nodes
  • cutoff

    • Select max path(link between query) length
  • n_path

    • The number of paths

Security

The data.sqlite file is the database and stores the username, password, and email address in the Users table.

To protect user passwords, the password is hashed.

berd's People

Contributors

wooheonhong avatar

Stargazers

 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.