├── .gitignore ├── Code ├── hredf.txt ├── jsons │ ├── test.tgt │ └── test_duid_mapping.json └── score_multiref.py ├── README.md └── multiref-dataset ├── mturk_rating_processed_output.csv └── multireftest.json /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakharguptaz/multirefeval/HEAD/.gitignore -------------------------------------------------------------------------------- /Code/hredf.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakharguptaz/multirefeval/HEAD/Code/hredf.txt -------------------------------------------------------------------------------- /Code/jsons/test.tgt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakharguptaz/multirefeval/HEAD/Code/jsons/test.tgt -------------------------------------------------------------------------------- /Code/jsons/test_duid_mapping.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakharguptaz/multirefeval/HEAD/Code/jsons/test_duid_mapping.json -------------------------------------------------------------------------------- /Code/score_multiref.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakharguptaz/multirefeval/HEAD/Code/score_multiref.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakharguptaz/multirefeval/HEAD/README.md -------------------------------------------------------------------------------- /multiref-dataset/mturk_rating_processed_output.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakharguptaz/multirefeval/HEAD/multiref-dataset/mturk_rating_processed_output.csv -------------------------------------------------------------------------------- /multiref-dataset/multireftest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakharguptaz/multirefeval/HEAD/multiref-dataset/multireftest.json --------------------------------------------------------------------------------