CUTE
Collection
The CUTE benchmark is an LLM benchmark, testing LLMs' understanding of orthography. Check out our github here: https://github.com/Leukas/cute • 2 items • Updated
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
Here is the CUTE benchmark, a benchmark designed for testing LLM's ability to understand the characters within their tokens.
To use this dataset as we did, make sure to use tokenizer.apply_chat_template on the prompt, and then add Answer: " afterwards to the resulting string.
For smaller LLMs, you may need to do some post-processing on the final answer.
You can also check out our implementation at: https://github.com/Leukas/cute