mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-27 17:23:19 +00:00
Tolerant scoring for CodeI/O based on edit distances (#277)
* add zss dep * codeio edit distance-based scoring * edit distance tweaks
This commit is contained in:
parent
dfc28c94d6
commit
35c32cd5e7
2 changed files with 86 additions and 14 deletions
|
|
@ -22,6 +22,7 @@ dependencies = [
|
|||
"tabulate==0.9.0",
|
||||
"pyyaml>=6.0.2",
|
||||
"arckit==0.1.0",
|
||||
"zss>=1.2.0",
|
||||
]
|
||||
classifiers = [
|
||||
"Programming Language :: Python :: 3",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue