Code for our paper titled "CitRet: A Hybrid Model for Cited Text Span Retrieval" accepted in Coling 2022. Paper link
- Install dependencies
conda env create --name envname --file=environment.yml
- Download datasets 2018, 2019 from https://github.com/WING-NUS/scisumm-corpus
We downloaded 2018 dataset from https://github.com/WING-NUS/scisumm-corpus and 2019 Dataset from https://drive.google.com/file/d/1X9pZTLRx-ULZNvWPkhxL-IeDJrSRYD48/view?usp=sharing - Run
python main.py --dataset_type <> --dataset_path <>