GithubHelp home page GithubHelp logo

zafarali / embedkb Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 252 KB

Repository to benchmark vector representations of knowledge bases (Knowledge Base Embeddings)

License: MIT License

Python 100.00%

embedkb's People

Contributors

onucharles avatar zafarali avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

leiloong

embedkb's Issues

Entity Prediction task is too slow

  • Currently it takes too long to do the entity prediction task. This is because I score a large batch in tensorflow and then use numpy to argsort and stuff. Ideally the model itself should use tf.nn.top_k to filter out the top instances in tensorflow itself.

Models to implement

  • NTN
  • Unstructured embedding
  • Structured embedding
  • TransE
  • TransH
  • TransR
  • TransD

Sanity checking on triple classification task

Test to see if the implemented models can receive accuracy on the triple classification task as reported elsewhere.

TransE (Bordes et al. 2013) achieves 87.6% accuracy on FBK13 (as reported by Nguyen et al. 2017). We should achieve similar accuracy on FBK15 (or better)

checking on job 2414565

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.