Code Monkey home page Code Monkey logo

urank_urrank's Introduction

Listwise Learning to Rank by Exploring Unique Ratings

SIGIR2019 Paper Submission

  • This is a temporary repo for our paper submission during the review period.

  • All files including test cases will be released from the official repo.

  • We do not suggest that you fork this repo as it will not be maintained and it might be deleted afterward.

  • 5-fold results on the OHSUMED dataset (tested on a CPU) can be found in OHSUMED_uRank.txt and OHSUMED_urRank.txt

Feature, label serialization code: prepare_data.py

  • An example of serialized data addressed in the paper can be found in folder: data/OHSUMED/2/ (Fold 2 of the OHSUMED dataset)
  • The original OHSUMED dataset is in folder: learning_to_rank_data_sets_OHSUMED

Training code: main.py

Evaluation code: evaluate.py

Notices

  • uRank_urRank/src/experiments/base_model/params.json defines hyper-parameters such as learning rate, batch_size, netowrk layer sizes, etc.
  • "batch_size": 1 means one serialized instance obtained from prepare_data.py. One instance contains the feature vectors of all candidate documents that belong to the same query.
  • There was a typo for $f(d)$ in Section 3.2 in the submission. We experimented two ways of calculating $f(d)$. $f(d) = \tilde{h}_t(d) w$, which corresponds to "rnn": "C1" in .../params.json works better with average-pooling. $f(d) = (\tilde{h}_t(d), \tilde{x}(d)) w$ works better with max-pooling. The two methods and better-tuned hyper-paramters will be explained in the next version of this paper.

This project is licensed under the terms of the MIT license.

urank_urrank's People

Contributors

sigir2019submission avatar

Watchers

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