Skip to content

Commit

Permalink
Clean boxed
Browse files Browse the repository at this point in the history
  • Loading branch information
tongyx361 committed Sep 14, 2024
1 parent c9f5cad commit d021097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symeval/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"\\]",
]
NO_TRAILING_STRS: List[str] = ["(", "[", "{", "\\"] + STRIP_STRS
NO_PRECEDING_PUNCS: List[str] = ["!", ")", "]", "}", "\\\\"] + STRIP_STRS
NO_PRECEDING_PUNCS: List[str] = ["!", ")", "]", "}", "\\\\", "boxed"] + STRIP_STRS
# Answer prefixes
PRM800K_ANS_PRRFIX = "# Answer"
GSM8K_ANS_PREFIX = "####"
Expand Down

0 comments on commit d021097

Please sign in to comment.