Giter Site home page Giter Site logo

younesbelkada / altegrad_challenge Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 10.07 MB

Altegrad 2021-2022 - Citation Prediction Challenge - A complete guide and code to crack the citation prediction altegrad challenge - https://www.kaggle.com/c/altegrad-2021/ - MVA Masters program 2021-2022

License: Apache License 2.0

Python 99.68% Shell 0.32%
graph-neural-networks link-prediction article deep-learning feature-extraction sentence-transformers keybert huggingface-transformers

altegrad_challenge's Introduction

Altegrad 2021-2022 - Citation Prediction Challenge

Authors: Apavou ClΓ©ment & Belkada Younes & Zucker Arthur

Python PyTorch PyTorch Lightning

The kaggle challenge is the following : https://www.kaggle.com/c/altegrad-2021/leaderboard

πŸ”Ž Introduction

In this challenge, we are given a large scientific citation graph, with each node corresponding to a certain article. The dataset consists of 138 499 vertices i.e articles, with their associated abstract and list of authors. The goal is to be able to predict whether two nodes are citing each other, given all this information. In the next sections, we will try to elaborate on the various intuitions behind our approaches, and present the obtained results as well as some possible interpretations for each observations. The provided code corresponds to the code that we have used for the best model (i.e the right commit ).

πŸ”¨ Getting started

pip3 install requirements.txt

Then,

sh download_data.sh
python3 main.py

πŸ“ Tips

The best model can be used using the best-model branch, as it does not use this implementation of the code. This branch is the final code as it allows customization of the various embeddings and corresponds to the latest version of the code.

πŸ”Ž Results

Model loss validation loss test (private leaderboard) Run
Best model 0.07775 0.07939

All experiments are available on wandb:

♦️ Best MLP architecture

Architecture

πŸ“Ž Presentation of our work

Report & Slides

πŸ”§ Some tools used

logo hugging face logo Keybert

Some citations

@misc{cohan2020specter,
      title={SPECTER: Document-level Representation Learning using Citation-informed Transformers}, 
      author={Arman Cohan and Sergey Feldman and Iz Beltagy and Doug Downey and Daniel S. Weld},
      year={2020},
      eprint={2004.07180},
      archivePrefix={arXiv},
      primaryClass={cs.CL}
}

altegrad_challenge's People

Contributors

arthurzucker avatar clementapa avatar younesbelkada avatar

Stargazers

 avatar  avatar  avatar

Watchers

 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.