Quoted string specification #41
arnaud-secondlayer
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm facing issues when LLMs are generating strings with quotes. I wonder if we could update the String specification to make it more robust to these problems.
The major issue is when the LLM generates a string with a starting quote.
Here is an example:
"hello" said AliceMost of the time, the LLM would generate something like:
and this leads to a parsing error.
In theory the LLM should have generated the following to get the proper results, but I never see it happen.
The quoted string specification is very clear and logic, but TOON is still a new format and I'm not sure LLMs trained on enough data to be able to output proper quoted strings.
Anyone else facing the same problem?
Beta Was this translation helpful? Give feedback.
All reactions