├── README.md ├── dataset_relabel.py ├── requirements.txt ├── score_math.py └── string_matcher.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BY571/SCoRe/HEAD/README.md -------------------------------------------------------------------------------- /dataset_relabel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BY571/SCoRe/HEAD/dataset_relabel.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BY571/SCoRe/HEAD/requirements.txt -------------------------------------------------------------------------------- /score_math.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BY571/SCoRe/HEAD/score_math.py -------------------------------------------------------------------------------- /string_matcher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BY571/SCoRe/HEAD/string_matcher.py --------------------------------------------------------------------------------