├── README.md ├── datasets ├── README.md └── make_datafiles.py └── results ├── test-BART-model.pt-2f41e316d-partial1000.hypo ├── test-BART-model.pt-2f41e316d.hypo ├── test-semsim-a2d63af3d-partial1000.hypo ├── test-semsim-a2d63af3d.hypo ├── test.target └── test.target.sample-1000 /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/icml-2020-nlp/semsim/HEAD/README.md -------------------------------------------------------------------------------- /datasets/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/icml-2020-nlp/semsim/HEAD/datasets/README.md -------------------------------------------------------------------------------- /datasets/make_datafiles.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/icml-2020-nlp/semsim/HEAD/datasets/make_datafiles.py -------------------------------------------------------------------------------- /results/test-BART-model.pt-2f41e316d-partial1000.hypo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/icml-2020-nlp/semsim/HEAD/results/test-BART-model.pt-2f41e316d-partial1000.hypo -------------------------------------------------------------------------------- /results/test-BART-model.pt-2f41e316d.hypo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/icml-2020-nlp/semsim/HEAD/results/test-BART-model.pt-2f41e316d.hypo -------------------------------------------------------------------------------- /results/test-semsim-a2d63af3d-partial1000.hypo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/icml-2020-nlp/semsim/HEAD/results/test-semsim-a2d63af3d-partial1000.hypo -------------------------------------------------------------------------------- /results/test-semsim-a2d63af3d.hypo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/icml-2020-nlp/semsim/HEAD/results/test-semsim-a2d63af3d.hypo -------------------------------------------------------------------------------- /results/test.target: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/icml-2020-nlp/semsim/HEAD/results/test.target -------------------------------------------------------------------------------- /results/test.target.sample-1000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/icml-2020-nlp/semsim/HEAD/results/test.target.sample-1000 --------------------------------------------------------------------------------