An open API service indexing awesome lists of open source software.

https://github.com/amitkumarj441/trec_dl

:mask: Attempt on deep learning track challenge in TREC 2019 - https://microsoft.github.io/TREC-2019-Deep-Learning/
https://github.com/amitkumarj441/trec_dl

document-ranking passage-retrieval

Last synced: 3 months ago
JSON representation

:mask: Attempt on deep learning track challenge in TREC 2019 - https://microsoft.github.io/TREC-2019-Deep-Learning/

Awesome Lists containing this project

README

        

# Deep Learning Track - TREC 2019
Attempt on deep learning track challenge in TREC 2019 - https://microsoft.github.io/TREC-2019-Deep-Learning/

## Tasks

- Passage Ranking
- Document Ranking

## Baselines

- For Passage Ranking

Official Duet baseline :point_right: [check here](https://github.com/microsoft/MSMARCO-Passage-Ranking/tree/749c1e149207fc85c356f8299d993875a585dfaa)

Bert Baseline :point_right: [here](https://github.com/nyu-dl/dl4marco-bert)

**Updated Baseline here based on Duetv2** :point_right: [here](https://github.com/amitkumarj441/trec_dl/tree/master/passage_ranking/baseline)

Reproducing Bert Baseline : *In Progress...*

- For Document Ranking

*In Progress...*