Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 447 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 447 Bytes

ChatMatch

This code is for the ACL 2022 paper ChatMatch: Evaluating Chatbots by Autonomous Chat Tournaments. First, we make each bot talk to each other using ParlAI (you can see the implementation details in https://github.com/facebookresearch/ParlAI). The python file here displays how we evaluate two bots' behavior in one game. Later we use TrueSkill Algorithm(https://trueskill.org/) to rank all the bots. (We will add more details later)