Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
dialogue-human-eval/README.md
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
7 lines (6 sloc)
445 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# dialogue-human-eval | |
Analysis code for our paper "Towards a Proper Evaluation of Automated Conversational Systems" | |
## Reproducing the analysis in the paper | |
We have provided the participant [survey results](survey_results) for the human study described in the paper. To reproduce the analysis from the study: | |
1. Install the requirements: `pip install -r requirements.txt` | |
2. Open the [analysis.ipynb](analysis.ipynb) notebook and run all cells. |