issues
search
ielab
/
GPT_Ranker
Use GPT-2/T5 to beat traditional LM
2
stars
0
forks
source link
GPT-Ranker using Jimmy Lin Anserini BM25 + doc2query res file to rerank
#4
Closed
hanglics
closed
4 years ago
hanglics
commented
4 years ago
Parse the XML collection into json file
From the res file extract document and query
Put extracted document and query into two dictionaries
hanglics
commented
4 years ago
Done all documents in
data/doc_rerank
.