Giter Club home page Giter Club logo

ir_metrics's Introduction

This repository includes data and source codes for replicating experiments conducted in the following two articles:

REFERENCE

Jiepu Jiang and James Allan. Correlation between system and user metrics in a session. In Proceedings of the first ACM SIGIR Conference on Human Information Interaction and Retrieval (CHIIR '16), Chapel Hill, North Carolina, USA, 2016.

http://people.cs.umass.edu/~jpjiang/papers/chiir16_metrics.pdf

Jiepu Jiang and James Allan. Adaptive effort for search evaluation metrics. In Proceedings of the 38th European Conference on Information Retrieval (ECIR '16), 2016

http://people.cs.umass.edu/~jpjiang/papers/ecir16_metrics.pdf

DEPENDENCY

  • python (2.7.6)
  • numpy (1.10.2)
  • scipy (0.16.1)

I guess other versions of python 2.7.*, numpy, and scipy are fine, but I've only tested on the specified version.

TO REPLICATE THE EXPERIMENT

In order to replicate the experiment, simply run

python exp_ecir16.py

and

python exp_chiir16.py

TO REUSE THE DATASET

You can make use of dataset.py to load and reuse the dataset.

from dataset import *

session_ratings = load_ratings('data/session')
session_results = load_results('data/results')
session_qrels = load_qrels('data/qrels')

TO REUSE THE EVALUATION LIBRARY

query_metrics.py and session_metrics.py include evaluation libraries for evaluating a query and a session exp_chiir16.py and exp_ecir16.py include examples of using the libraries.

ir_metrics's People

Contributors

jeffsalton avatar

Stargazers

Maik Fröbe avatar  avatar 0x96F7 avatar Flavio Martins avatar Igor Brigadir avatar John Foley avatar Tomasz Bartczak avatar  avatar

Watchers

Igor Brigadir avatar Jiepu Jiang avatar

Forkers

mindis kiminh

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.