Update generate/derivation/verify.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
parent
6212943c5a
commit
04e70dabfa
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ from typing import Final
|
||||||
# Canonical grounding primitives — reused so this gate stays identical to the
|
# Canonical grounding primitives — reused so this gate stays identical to the
|
||||||
# round-trip filter's notion of "appears in the problem text".
|
# round-trip filter's notion of "appears in the problem text".
|
||||||
from generate.math_roundtrip import _token_in, _tokens, _value_grounds
|
from generate.math_roundtrip import _token_in, _tokens, _value_grounds
|
||||||
|
from collections import Counter
|
||||||
from generate.derivation.extract import extract_quantities
|
from generate.derivation.extract import extract_quantities
|
||||||
from generate.derivation.model import GroundedDerivation
|
from generate.derivation.model import GroundedDerivation
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue