├── README.md ├── eval_scripts ├── eval.py ├── levenshtein.py ├── m2scorer.py └── util.py ├── test_public.jsonl └── valid.jsonl /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blcuicall/YACLC/HEAD/README.md -------------------------------------------------------------------------------- /eval_scripts/eval.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blcuicall/YACLC/HEAD/eval_scripts/eval.py -------------------------------------------------------------------------------- /eval_scripts/levenshtein.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blcuicall/YACLC/HEAD/eval_scripts/levenshtein.py -------------------------------------------------------------------------------- /eval_scripts/m2scorer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blcuicall/YACLC/HEAD/eval_scripts/m2scorer.py -------------------------------------------------------------------------------- /eval_scripts/util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blcuicall/YACLC/HEAD/eval_scripts/util.py -------------------------------------------------------------------------------- /test_public.jsonl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blcuicall/YACLC/HEAD/test_public.jsonl -------------------------------------------------------------------------------- /valid.jsonl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blcuicall/YACLC/HEAD/valid.jsonl --------------------------------------------------------------------------------