GithubHelp home page GithubHelp logo

Comments (4)

a3616001 avatar a3616001 commented on July 23, 2024

Hi! I'm not pretty sure if I understand your question correctly, but our approach doesn't train the entity and relation models together. We need to train the entity model first to provide entity information for the relation model.

If you actually want a code to train two models sequentially, it should be straightforward to include training commands for both models in a bash script.

Let me know if you have further questions!

from pure.

LingZhiWiseMed avatar LingZhiWiseMed commented on July 23, 2024

Hi! I'm not pretty sure if I understand your question correctly, but our approach doesn't train the entity and relation models together. We need to train the entity model first to provide entity information for the relation model.

If you actually want a code to train two models sequentially, it should be straightforward to include training commands for both models in a bash script.

Let me know if you have further questions!

In Section 5.2, how to implement sharing of two representation encoders? thanks!

from pure.

a3616001 avatar a3616001 commented on July 23, 2024

Hi! To share the encoders during training, you can create training set combining entity training instances and relation training instances. At each iteration, random select a training batch from either entity instances or relation instances, compute the loss and update the shared model.

I currently don't have a plan to release this code, but it should be straightforward to implement this based on the current code. Let me know if you need any further help!

from pure.

LingZhiWiseMed avatar LingZhiWiseMed commented on July 23, 2024

Thank you!

from pure.

Related Issues (20)

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.