├── Case └── case by Conure.pdf ├── Data └── Session │ └── test ├── README.md ├── config.py ├── config.pyc ├── conure_ret_t1.py ├── conure_ret_t2.py ├── conure_ret_t3.py ├── conure_ret_t4.py ├── conure_tp_t1.py ├── conure_tp_t2.py ├── conure_tp_t3.py ├── conure_tp_t4.py ├── data_loader_neg.py ├── data_loader_rand.py ├── data_loader_t1.py ├── eval.py ├── generator_prune.py ├── generator_prune_regbig.py ├── generator_prune_t1.py ├── ops.py └── ops_prune.py /Case/case by Conure.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fajieyuan/SIGIR2021_Conure/HEAD/Case/case by Conure.pdf -------------------------------------------------------------------------------- /Data/Session/test: -------------------------------------------------------------------------------- 1 | Delete this file 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fajieyuan/SIGIR2021_Conure/HEAD/README.md -------------------------------------------------------------------------------- /config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fajieyuan/SIGIR2021_Conure/HEAD/config.py -------------------------------------------------------------------------------- /config.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fajieyuan/SIGIR2021_Conure/HEAD/config.pyc -------------------------------------------------------------------------------- /conure_ret_t1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fajieyuan/SIGIR2021_Conure/HEAD/conure_ret_t1.py -------------------------------------------------------------------------------- /conure_ret_t2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fajieyuan/SIGIR2021_Conure/HEAD/conure_ret_t2.py -------------------------------------------------------------------------------- /conure_ret_t3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fajieyuan/SIGIR2021_Conure/HEAD/conure_ret_t3.py -------------------------------------------------------------------------------- /conure_ret_t4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fajieyuan/SIGIR2021_Conure/HEAD/conure_ret_t4.py -------------------------------------------------------------------------------- /conure_tp_t1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fajieyuan/SIGIR2021_Conure/HEAD/conure_tp_t1.py -------------------------------------------------------------------------------- /conure_tp_t2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fajieyuan/SIGIR2021_Conure/HEAD/conure_tp_t2.py -------------------------------------------------------------------------------- /conure_tp_t3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fajieyuan/SIGIR2021_Conure/HEAD/conure_tp_t3.py -------------------------------------------------------------------------------- /conure_tp_t4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fajieyuan/SIGIR2021_Conure/HEAD/conure_tp_t4.py -------------------------------------------------------------------------------- /data_loader_neg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fajieyuan/SIGIR2021_Conure/HEAD/data_loader_neg.py -------------------------------------------------------------------------------- /data_loader_rand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fajieyuan/SIGIR2021_Conure/HEAD/data_loader_rand.py -------------------------------------------------------------------------------- /data_loader_t1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fajieyuan/SIGIR2021_Conure/HEAD/data_loader_t1.py -------------------------------------------------------------------------------- /eval.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fajieyuan/SIGIR2021_Conure/HEAD/eval.py -------------------------------------------------------------------------------- /generator_prune.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fajieyuan/SIGIR2021_Conure/HEAD/generator_prune.py -------------------------------------------------------------------------------- /generator_prune_regbig.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fajieyuan/SIGIR2021_Conure/HEAD/generator_prune_regbig.py -------------------------------------------------------------------------------- /generator_prune_t1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fajieyuan/SIGIR2021_Conure/HEAD/generator_prune_t1.py -------------------------------------------------------------------------------- /ops.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fajieyuan/SIGIR2021_Conure/HEAD/ops.py -------------------------------------------------------------------------------- /ops_prune.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fajieyuan/SIGIR2021_Conure/HEAD/ops_prune.py --------------------------------------------------------------------------------