Git Product home page Git Product logo

sigir20-sampling-bias-due-to-near-duplicates-in-learning-to-rank's Introduction

DOI CI Issues License

Sampling Bias Due to Near-Duplicates in Learning to Rank

This repository contains data and source code for reproducing results of the paper:
Sampling Bias Due to Near-Duplicates in Learning to Rank from SIGIR 2020.
Read abstract.

Usage

Clone

Clone this repository:

git clone https://github.com/webis-de/sigir20-sampling-bias-due-to-near-duplicates-in-learning-to-rank.git
cd sigir20-sampling-bias-due-to-near-duplicates-in-learning-to-rank
git lfs pull

We recommend to enable Git LFS for best performance.

Build

Ensure, the project builds on your machine:

./gradlew build

Run experiments

Run ranking experiments with Gradle (needs access to a configured Yarn cluster):

ClueWeb 09

./gradlew runClueWeb09TrainingRerankingExperimentsSpark
GOV2 (requires LETOR 4.0)
./gradlew runGov2TrainingRerankingExperimentsSpark

To test your configuration, you may run a small subset of the experiments locally:

ClueWeb 09

./gradlew runClueWeb09TrainingRerankingExperiments
GOV2 (requires LETOR 4.0)
./gradlew runGov2TrainingRerankingExperiments

Run evaluations on experiments

Adjust timestamp in source/evaluation/build.gradle.kts, and run evaluations on Spark.

./gradlew runEvaluationSpark

Split evaluation results

Adjust timestamp in source/evaluation/build.gradle.kts, and split evaluation results.

./gradlew splitEvaluationResults

Explore results

Start Jupyter notebook to explore results.

./gradlew startNotebooks

Requirements

Datasets

Our ClueWeb 09 features dataset can be found here.

Reference

@InProceedings{webis:2020d,
  author =    {Maik Fr{\"o}be and 
               Janek Bevendorff and 
               {Jan Heinrich} Reimer and 
               Martin Potthast and 
               Matthias Hagen},
  booktitle = {43nd International ACM Conference on Research and Development 
               in Information Retrieval (SIGIR 2020)},
  month =     jul,
  publisher = {ACM},
  site =      {Xi'an, China},
  title =     {{Sampling Bias Due to Near-Duplicates in Learning to Rank}},
  year =      2020
}

Literature links: DOI, ACM Digital Library, Webis publications, DBLP

Support

If you hit any problems reproducing our study, please mail us:

We're happy to help!

License

The source code is released under terms of the MIT License.
Our features dataset is licensed under terms of the CC BY-SA 4.0 license.

Abstract

Learning to rank (LTR) is the de facto standard for web search, improving upon classical retrieval models by exploiting (in)direct relevance feedback from user judgments, interaction logs, etc. We investigate for the first time the effect of a sampling bias on LTR models due to the potential presence of near-duplicate web pages in the training data, and how (in)consistent relevance feedback of duplicates influences an LTR model's decisions. To examine this bias, we construct a series of specialized LTR datasets based on the ClueWeb09 corpus with varying amounts of near-duplicates. We devise worst-case and average-case train/test splits that are evaluated on popular pointwise, pairwise, and listwise LTR models. Our experiments demonstrate that duplication causes overfitting and thus less effective models, making a strong case for the benefits of systematic deduplication before training and model evaluation.

sigir20-sampling-bias-due-to-near-duplicates-in-learning-to-rank's People

Contributors

dependabot[bot] avatar heinrichreimer avatar mam10eks avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

kiminh

sigir20-sampling-bias-due-to-near-duplicates-in-learning-to-rank's Issues

Move LFS files

Due to exceeding the LFS quota, we can no longer clone this repository.

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.