├── .gitmodules ├── LICENSE ├── README.md ├── config.json ├── display_res.py ├── matchzoo_experiment.py ├── reproduce_datasets.sh └── requirements.txt /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getalp/wikIR/HEAD/.gitmodules -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getalp/wikIR/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getalp/wikIR/HEAD/README.md -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getalp/wikIR/HEAD/config.json -------------------------------------------------------------------------------- /display_res.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getalp/wikIR/HEAD/display_res.py -------------------------------------------------------------------------------- /matchzoo_experiment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getalp/wikIR/HEAD/matchzoo_experiment.py -------------------------------------------------------------------------------- /reproduce_datasets.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getalp/wikIR/HEAD/reproduce_datasets.sh -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getalp/wikIR/HEAD/requirements.txt --------------------------------------------------------------------------------