Code Monkey home page Code Monkey logo

ic-tir-lol's Introduction

Interpretable Contextual Team-aware Item Recommendation: Application in Multiplayer Online Battle Arena Game

Open In Colab

See paper in arXiv

tir-model

We release the PyTorch code of the TTIR model.

Content

Prerequisites

The code is built with following libraries:

Dataset

The used dataset is available here.

Code

We develop this project using Google Colab. That's why you must have a Google Account and the dataset in a gDrive folder. Furthermore, you have to change these paths according to the location of the dataset.

train_path = '/content/gdrive/My Drive/Proyecto_RecSys/dataset/train_splits.pkl'
test_path = '/content/gdrive/My Drive/Proyecto_RecSys/dataset/test_splits.pkl'
champion_path = '/content/gdrive/My Drive/Proyecto_RecSys/dataset/champion_types.pkl'

And the comet parameters (api_key, project_name, workspace)

comet_logger = CometLogger(
    experiment_name=conf['exp_name'],
    api_key = 'YOUR_KEY',
    project_name="YOUR_PROJECT_NAME",
    workspace = 'YOUR_WORKSPACE'
)

Baselines

This work uses the proposed models in Data mining for item recommendation in MOBA games paper as baselines.

Results

This method outperforms the state of the art approaches and explains the result.

Method Precision@6 Recall@6 F1@6 MAP@6
TTIR 0.492 0.756 0.596 0.805
CNN 0.484 0.744 0.586 0.795
ANN 0.476 0.732 0.566 0.785

tir-att

Citation

If you find this repository useful for your research, please consider citing our paper:

@inproceedings{ttir,
    author = {Villa, Andrés and Araujo, Vladimir and Cattan, Francisca and Parra, Denis},
    title = {Interpretable Contextual Team-aware Item Recommendation]{Interpretable Contextual Team-aware Item Recommendation: Application in Multiplayer Online Battle Arena Games},
    year = {2020},
    isbn = {9781450375832},
    publisher = {Association for Computing Machinery},
    address = {New York, NY, USA},
    url = {https://doi.org/10.1145/3383313.3412211},
    doi = {10.1145/3383313.3412211},
    booktitle = {Proceedings of the 14th ACM Conference on Recommender Systems},
    keywords = {item recommendation, deep learning, MOBA games},
    location = {Virtual Event, Brazil},
    series = {RecSys ’20}
}

For any questions, welcome to create an issue or contact Andrés Villa ([email protected]) - Vladimir Araujo ([email protected]).

ic-tir-lol's People

Contributors

ojedaf avatar vgaraujov 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.