Code Monkey home page Code Monkey logo

knowledge-representation-2022's Introduction

GNN Battle Royal

Rules are simple: No rules. You start with two identical tasks from the Open Graph Benchmark from Stanford. Two tasks are selected: Node classification with ogbn-arxiv and graph classification with ogbg-molhiv.

Leaderboards

If first in one task, you'll earn a mystery legendary loot. Hence, two winners (or one) will be elected. Your final grade will simply be related to your participation to this challenge. Submission to this benchmark are simple as well, upload directory with your name on the corresponding folder e.g. arxiv/parcollet-titouan. Then, add your score to the corresponding table in the Readme.md!

YOUR CODE MUST BE SELF-CONTAINED I am fine with installing dependencies but basically, I do not expect to see more than 4 files in your submission: requirements.txt (for external dependencies), train.py (the trainer), model.py (definition of the model) and data.py (for any RELEVANT data preparation).

any entry to the leaderboard that isn't reproducible will be invalidated by myself (non-reproducible research sucks)!

Advices

  • Start small, explore the dataset, understand it.
  • Still start small: implement a simple GCN BY YOURSELF. This will make you confident in moving forward.
  • Do not blindly apply all the models from torch_geometric. Tuning a promising model instead of trying thousands of them will certainly lead you to the top-1. Plus, I won't be happy if your code just contain a single GNN from PyTorch-Geometric. I could be happy if you try 10 of then and benchmark them properly (statistics etc ...).
  • Do not think that a custom model is a bad idea. Models implemented by default in torch_geometric are generic. It is most likely that a SotA handcrafted model will end-up being better !
ogbn-arxiv ogbg-mol
Eleanor TroFor 1000.0% 1000.00%
----------------------------- ------------------------------- -----------------------------
Sarra Bensafi 68.00% 74.00%

knowledge-representation-2022's People

Contributors

bensafisara avatar tparcollet 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.