You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To implement constrained decoding, we make sure that the LM state of each proposed node matches the input sentence. This is necessary but insufficient. See the test case in test/decoder/constrained, where some constrained sentences have multiple outputs not all equal to the constraints.
The text was updated successfully, but these errors were encountered:
To implement constrained decoding, we make sure that the LM state of each proposed node matches the input sentence. This is necessary but insufficient. See the test case in test/decoder/constrained, where some constrained sentences have multiple outputs not all equal to the constraints.
The text was updated successfully, but these errors were encountered: