Code Monkey home page Code Monkey logo

morn's Introduction

MORN

CIKM 2022 accpeted full paper

This is the official implementation of MORN: Molecular Property Prediction Based on Textual-Topological-Spatial Multi-View Learning. In this work, we proposed a two-stage method for learning molecular representations to predict the molecular property from a multi-view perspective. In the first stage, textual-topological-spatial multi-views were proposed to learn the molecular representations, so as to capture both chemical system language and structure notation features simultaneously. In the second stage, an adaptive strategy was used to fuse molecular representations learned from multi-views to predict molecular properties.The proposed metalloenzyme inhibitors dataset is in Dataset/iron. If you find our work useful in your research, please cite:

@inproceedings{ma2022morn,
  title={MORN: Molecular Property Prediction Based on Textual-Topological-Spatial Multi-View Learning.},
  author={Ma, Runze and Zhang, Yidan and Wang, Xinye and Yu, Zhenyang and Duan, Lei},
  booktitle={Proceedings of the 31th {ACM} International Conference on Information and Knowledge Management,
            {CIKM} 2022},
  year={2022},
  doi={10.1145/3511808.3557401}
}

Installation

# create a new environment
conda create --name morn python=3.10
conda activate morn

# install requirements
pip install -r requirements.txt

# clone the source code of MORN
git clone https://github.com/Mrz-zz/MORN
cd MORN

Usage

  1. Preprocess the raw data
python data_preprocessing.py
  1. Train and evaluate the model:
python pipeline.py

morn's People

Contributors

mrz-zz avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

scu-kdde

morn's Issues

I run your code on various dataset and get results quite different from your paper's

I run the code and get the Property Prediction Performance results following:
clintox 91.5
bace 82.3
tox21 71.5
bbbp 70.7
They are quite different from those figures in your paper which are following:
clintox 93.9+-0.9
bace 85.8+-0.9
tox21 84.3+-0.4
bbbp 73.8+-1.0
As you only provide the default config for iron dataset, could you provide the config/parameters for each dataset?

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.