Which table format do LLMs understand best?
21–30 of 115 posts
Re: Which table format do LLMs understand best?
#22https://ochagavia.nl/blog/configuration-files-are-user-inter...
https://news.ycombinator.com/item?id=45291858 (135 comments)
Re: Which table format do LLMs understand best?
#23Re: Which table format do LLMs understand best?
#24Bizarre conclusions when on average all the formats perform poorly with average accuracy of 50%. Sure 60% is better than 40% but they are both unusable if you actually care about numbers...
Re: Which table format do LLMs understand best?
#25> where accuracy is paramount > 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 p…
they used GPT-4.1 nano, results would be quite different with sonnet or gpt5.
Re: Which table format do LLMs understand best?
#26Re: Which table format do LLMs understand best?
#27I'm surprised by the accuracy, in practice, I feel like I generally have a lot better results
Re: Which table format do LLMs understand best?
#28I wonder how this compares to a more agentic approach where the LLM composes SQL queries to answer the questions, for example.
This was exactly my thought. Rather than feed the table directly to the LLM, build agents that extract the data and have the LLM act on the extracted data items. Then it’s a preference issue. The author didn’t see much more than 60% accuracy which is not very useful for many (most?) real world tasks.
Re: Which table format do LLMs understand best?
#29Bizarre conclusions when on average all the formats perform poorly with average accuracy of 50%. Sure 60% is better than 40% but they are both unusable if you actually care about numbers...