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
I see in the code and the readme that the stopping criteria for strings is the second quotation mark. However, in most json dialects you can escape a quote in a string with \". This appears sometimes so it's not impossible for the LLM to produce this, too.
e.g. the prompt might be "extract the second sentence from the following paragraph" and the paragraph is:
This is the first sentence. This is the "second" sentence. This is the third sentence.
The LLM would ideally output "This is the \"second\" sentence." but the parser wouldn't handle this correctly.
williamyeny, slava-vishnyakov, 1rgs, 51616 and Ryul0rd