Skip to content

Latest commit

 

History

History

benchmark

Benchmark Dataset

This directory contains code for the benchmark dataset (scenarios.yml) used in our experiments. The scenarios.ipynb notebook can be used to load and print out every scenario in the dataset.

The following notebooks implement our method (method_summarization.ipynb) along with several baselines or ablations:

Setup

See the server README for instructions on setting up the tidybot Conda environment.

Before running these notebooks, make sure to set your OpenAI API key:

export OPENAI_API_KEY='sk-...'