Creating a Classification Function with Symbol Tuning
Aliasing field names to abstract symbols like “k1”, “k2”, etc. can improve classification results. This technique, known as symbol tuning, helps the LLM focus on your descriptions rather than being biased by the enum or property names themselves.
See the paper Symbol Tuning Improves In-Context Learning in Language Models for more details.