

LlamaIndex Webinar: Advanced Tabular Data Understanding with LLMs
Using LLMs to do question-answering and understanding over tabular data is challenging. The naive approaches (dump text into prompt, text-to-SQL), oftentimes don't work well over tabular data.
In this webinar we're excited to feature the authors of two papers featuring advanced techniques for tabular data understanding with LLMs:
Chain-of-Table, featuring Zilong Wang: https://arxiv.org/abs/2401.04398v1
Rethinking Tabular Data Understanding with Large Language Models, featuring Tianyang Liu: https://arxiv.org/abs/2312.16702
Both papers pinpoint shortcomings with naive approaches and propose novel techniques to reason about tabular data in a robust manner. Come check it out!
We've also implemented these as LlamaPack templates:
Chain-of-Table LlamaPack: https://llamahub.ai/l/llama_packs-tables-chain_of_table?from=all
Mix-Self-Consistency LlamaPack: https://llamahub.ai/l/llama_packs-tables-mix_self_consistency?from=all