/mrr-ndcg

Primary LanguageJupyter Notebook

Ensemble of MRR and NDCG models for Visual Dialog

  • 2020 Visual Dialog challenge winning submission.

This repository is the official implementation of Ensemble of MRR and NDCG models for Visual Dialog. (To appear in NAACL'21)

We propose a two-step non-parametric ranking approach that can merge strong MRR and NDCG models. Using our method, we manage to keep most MRR state-of-the-art performance (70.41% vs. 71.24%) and the NDCG state-of-the-art performance (72.16% vs. 75.35%).

The approach is a rank ensemble of:

Preprocessed data:

Place the following meta-data under the data dir: https://netapp-my.sharepoint.com/:f:/p/idans/ElgrBd3pZfNKox6qhMkC5qoBLOvQYktEzd4eoVOZg_3Kcw?e=75gQTT

Place the following models' scores under models dir: https://netapp-my.sharepoint.com/:f:/p/idans/EqZ6gMPLk5BIvyLdLqp4L2QBsiyU4iG6BC6D7vviNILRmg?e=Pub1JC

Run

Please follow the jupyter notebook: Two-step ranks ensemble.ipynb.