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/
- Host: GitHub
- URL: https://github.com/amitkumarj441/trec_dl
- Owner: amitkumarj441
- Created: 2019-06-11T16:21:08.000Z (about 6 years ago)
- Default Branch: dynamic_training
- Last Pushed: 2019-07-04T06:56:16.000Z (almost 6 years ago)
- Last Synced: 2025-01-26T14:11:57.107Z (5 months ago)
- Topics: document-ranking, passage-retrieval
- Language: Python
- Homepage:
- Size: 2.25 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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...*