Giter VIP home page Giter VIP logo

Comments (8)

ZJU-Fangyin avatar ZJU-Fangyin commented on August 24, 2024

Hi,
In fact, our molecular data is homologous to molT5, both derived from PubChem.
This essentially means that our data encompasses the data from molT5.

from mol-instructions.

ZJU-Fangyin avatar ZJU-Fangyin commented on August 24, 2024

Hi,
The data for MolT5 comes from the ChEBI annotations in PubChem, and this data is already included in Mol-Instructions.

from mol-instructions.

wawpaopao avatar wawpaopao commented on August 24, 2024

yeah I see, but when processing data, some filtering methods may lead to a loss of information. In Pubchem, there are descriptions of molecular structures,like 'Trans-anol is a phenylpropanoid that is phenol substituted at position 4 by a prop-1-enyl group (the trans-isomer) It is a phenylpropanoid and a member of phenols. It is functionally related to a phenol.' but in the instruction dataset , it is 'The molecule is a natural product found in Solidago odora and Osmorhiza aristata with data available' . And why not use IUPAC name instead of SELFIES? IUPAC name contains a description of the structure.

from mol-instructions.

ZJU-Fangyin avatar ZJU-Fangyin commented on August 24, 2024

The information you're referencing is described in the instructions as follows:

    {
        "instruction": "Synthesize a molecule that matches the given characteristics.",
        "input": "The molecule is a phenylpropanoid that is phenol substituted at position 4 by a prop-1-enyl group (the trans-isomer) It is a phenylpropanoid and a member of phenols. It is functionally related to a phenol.",
        "output": "[C][/C][=C][/C][=C][C][=C][Branch1][Branch1][C][=C][Ring1][=Branch1][O]",
        "metadata": {
            "task": "description-guided molecule design"
        }
    },

Our approach follows the methodology employed by MolT5:
image
We opted for SELFIES because this descriptor is more conducive to model learning and facilitates the generation of valid molecules. Of course, the IUPAC name you mentioned can also be considered as a direction for future attempts. Thank you for your suggestion!

from mol-instructions.

wawpaopao avatar wawpaopao commented on August 24, 2024

yeah, but in the description_guided_moolecule_design.json, line2374976 ,it is ' {
"instruction": "Based on the given information, design a molecule that meets the desired specifications.",
"input": "The molecule is a natural product found in Solidago odora and Osmorhiza aristata with data available.",
"output": "[C][/C][=C][/C][=C][C][=C][Branch1][Branch1][C][=C][Ring1][=Branch1][O]",
"metadata": {
"task": "description-guided molecule design",
"split": "train"
}
},'

from mol-instructions.

ZJU-Fangyin avatar ZJU-Fangyin commented on August 24, 2024

This is because our data comes not only from ChEBI annotations but also from other data sources within PubChem.

from mol-instructions.

wawpaopao avatar wawpaopao commented on August 24, 2024

I see! Thanks!

from mol-instructions.

ZJU-Fangyin avatar ZJU-Fangyin commented on August 24, 2024

You're welcome! Feel free to discuss and exchange ideas.

from mol-instructions.

Related Issues (13)

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.