How is looking at ascii values supposed to help when someone prompts it with “calculate the sum of the numbers above”? The whole point is that no matter what kind of prescreening you add to an LLM, people will write prompts which are missed by the screening.
It can recognise the difference between text(>63) and numbers (<58). Even if it’s just a preprocessing screening.
How is looking at ascii values supposed to help when someone prompts it with “calculate the sum of the numbers above”? The whole point is that no matter what kind of prescreening you add to an LLM, people will write prompts which are missed by the screening.