|
|
|
|
|
by simonw
546 days ago
|
|
I don't think tabular data of any sort is a particularly good fit for LLMs at the moment. What are you trying to do with it? If you want to answer questions like "how many students does Everglade High School have?" and you have a spreadsheet of schools where one of the columns is "number of students" I guess you could feed that into an LLM, but it doesn't feel like a great tool for the job. I'd instead use systems like ChatGPT Code Interpreter where the LLM gets to load up that data programatically and answer questions by running code against it. Text-to-SQL systems could work well for that too. |
|