https://github.com/DeepPavlov/convai
Raw File
Tip revision: 2fef0abd3b04570b9a95a65fba9b04952b682181 authored by dependabot[bot] on 23 August 2022, 17:07:02 UTC
Bump nbconvert from 5.2.1 to 6.5.1 in /2017/solutions/rllchatbot
Tip revision: 2fef0ab
leaderboards.md

# Additional Leaderboards

The leaderboard on the [main page](https://github.com/DeepPavlov/convai/blob/master/README.md) is the results on the hidden test set for the ConvAI2 competition, which will serve as the main results dictating which models graduate to the Mechanical Turk human evaluation round on September 30th.
On this page will we add additional scores of interest: currently, results on the validation set which are good for calibration, and are the actual numbers you would see if you run the evaluation scripts locally (as you do not have access to the hidden test set for the main leaderboard; those are run by us when you submit your model).
We will add the revised persona leaderboard here soon too.

## ConvAI2 Validation Set Leaderboard


| Model                | Creator  | PPL           | Hits@1  |   F1   |
| -------------        | ---      | :------------- | :-----  |  :----- |
|                      |🤗 (Hugging Face) | 17.51🍎   | 82.1   | 19.09 |
|                     | Happy Minions    |  29.85  | -      | 17.79 |
|                     | ADAPT Centre     | 22.57   | -      | 20.3🍎  |
|                     | Lost in Conversation| -  	 | 17.3      | 17.79 |
|                     | Khai Mai Alt     | -       | 85.3🍎| 17.64 |
|                     | Pinta            | 23.86   | -      | 17.27	|
|                     | Mohd Shadab Alam | 34.12   | 13.4   | 17.08 |
|                     | Sonic            | 38.87	 |-       | 16.88	| 
|                     | NEUROBOTICS      | 39.7	   |-       | 16.82	| 
|                     | 1st-contact      | 36.54   | 13.3   | 16.58 |
| topicSeq2seq        | Team Pat         | -       | -      | 16.58 |
|                     | Roboy            | -       | -      | 16.25 |
|                     | Tensorborne      | 44.64   |  12.1  | 16.13 |
|                     | flooders         | -     	 |-       | 15.96	|
|                     | Clova Xiaodong Gu| -       | -      | 15.39 |
|                     | IamNotAdele      | 53.46   | -      | 12.85 |
|                     | Little Baby(AI小奶娃)| -    | 83.0   | -     |
|                     | High Five        | -       | 79.1   | -     |
|                     | Sweet Fish       | -       | 75.6   | -     |
|                     | Cats'team        | -       | 43.4   | -     |
|                     | loopAI           | -       |  29.7  |  -    |
|                     | Salty Fish       | 33.46   | -      | -     |
|  [Seq2Seq + Attention](https://github.com/facebookresearch/ParlAI/tree/master/projects/convai2/baselines/seq2seq)  | ParlAI team          | 35.07        | 12.5       | 16.82 |
|  Language Model       | ParlAI team          | 51.1       | -       |  15.31|
|  [KV Profile Memory](https://github.com/facebookresearch/ParlAI/tree/master/projects/convai2/baselines/kvmemnn)    | ParlAI team          | -             | 55.1  |  11.72 |

🍎 denotes the current best performing model for each metric on the validation set.

Models by ParlAI team are baselines, and not entries into the competition; code is included for those models.
back to top