Skip to content

SIGIR'21: Contextualized Offline Relevance Weighting for Efficient and Effective Neural Retrieval (Best Short Paper)

Notifications You must be signed in to change notification settings

cxa-unique/offline-relevance-weighting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contextualized Offline Relevance Weighting

This repository contains some resources of our paper:

Framework

  1. Offline System

image

  1. Online System

image

Resources

  1. Selected neighbour documents*:

    • TREC-19-DL-Passage: Download
    • TREC-20-DL-Passage: Download
    • TREC-19-DL-Document: Download
    • TREC-20-DL-Document: Download
    • Format: seed_doc_id \t neighbour_doc_id \t rank \t recall_frequency \t best_bm25_score \n
  2. The final relevance scores of all recalled neighbour documents*:

    • TREC-19-DL-Passage: Download
    • TREC-20-DL-Passage: Download
    • TREC-19-DL-Document: Download
    • TREC-20-DL-Document: Download
    • Format: query_id \t neighbour_doc_id \t rank \t rel_score \n

    * Note that the neighbour documents here belong to the top-100 (s=100) seed documents by BM25, and the neighbour document for document ranking task refers to the passages segmented from documents using the script convert_msmarco_passages_doc_to_anserini.py in docTTTTTquery repo.

  3. Retrieval run files (top-1,000):

For more details of our method and experiments, please refer to our paper.

Citation

If you find our paper/resources useful, please cite:

@inproceedings{Chen2021_sigir,
 author = {Xuanang Chen and
           Ben He and
           Kai Hui and
           Yiran Wang and
           Le Sun and
           Yingfei Sun},
 title = {Contextualized Offline Relevance Weighting for Efficient and Effective Neural Retrieval},
 booktitle = {Proceedings of the 44th International ACM SIGIR Conference on Research and Development in Information Retrieval},
 pages = {1617-1621},
 year = {2021},
}

About

SIGIR'21: Contextualized Offline Relevance Weighting for Efficient and Effective Neural Retrieval (Best Short Paper)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published