Which table format do LLMs understand best?
improvingagents.com
Which table format do LLMs understand best?
1–10 of 115 posts
Re: Which table format do LLMs understand best?
#2Re: Which table format do LLMs understand best?
#3Re: Which table format do LLMs understand best?
#4Re: Which table format do LLMs understand best?
#5> accuracy: 60%
Not to mention that the least poorly performing format is probably the stupidest way to encode tabular data, beating even XML. But I guess that’s the new normal because we’re trying to shoehorn conversational AI models to every use case rather than, say, training finetunes that are better at particular tasks. (Yes, of course you can’t train finetunes when the model is a proprietary black box on someone else’s computer.) Something about hammers and nails…
Re: Which table format do LLMs understand best?
#6Re: Which table format do LLMs understand best?
#7I am not an expert on the subject but i suggest that you can also save context space by using shorter XML element names (like f instead of function, c instead of class, etc.). Just add a legend at the top or bottom to explain what each abbreviation means, LLMs can figure out the mapping without issues. I use this approach when generating project structure maps with Tree-sitter. I did a quick comparison and didn't not…
Re: Which table format do LLMs understand best?
#8Re: Which table format do LLMs understand best?
#9* Multiple tasks vs 1
* O3/o3-mini + 4o/4o-mini instead of nano
* Extra credit: Inside a fixed cost/length reasoning loop
Ex: does the md-kv benefit disappear with smarter models that you'r typically use, and thus just become a 2-3x cost?