baselines==0.1.6
tensorflow==1.12
gym==0.10.9
nltk==3.4
scikit-learn==0.20.2
python texttiling.py --corpus_direc /path/to/nyt/corpus python preprocessing.pypip install -e ds_gym/./main.shThe running log will be saved in the directory ds_log, which will be used for evaluation.
Generate run file that is compatible with TREC DD evaluation scripts
python eval.py generate --run /your/run/fileEvaluate with TREC DD evaluation script
python eval.py metrics --cutoff 10If this repo is useful for you, please cite the following paper:
@inproceedings{ce3_2019,
title={Corpus-Level End-to-End Exploration for Interactive Systems},
author={Tang, Zhiwen and Yang, Grace Hui},
journal={AAAI 2020},
year={2020}
}