paper-with-me

Papers

HiddenTables & PyQTax: A Cooperative Game and Dataset For TableQA to Ensure Scale and Data Privacy Across a Myriad of Taxonomies

2024-06-16 · William Watson, Nicole Cho, Tucker Balch, Manuela Veloso

A myriad of different Large Language Models (LLMs) face a common challenge in contextually analyzing table question-answering tasks. These challenges are engendered from (1) finite context windows for large tables, (2) multi-faceted discrepancies amongst tokenization patterns against cell boundaries, and (3) various limitations stemming from data confidentiality in the process of using external models such as gpt-3.5-turbo. We propose a cooperative game dubbed "HiddenTables" as a potential resolution to this challenge. In essence, "HiddenTables" is played between the code-generating LLM "Solver" and the "Oracle" which evaluates the ability of the LLM agents to solve Table QA tasks. This game is based on natural language schemas and importantly, ensures the security of the underlying data. We provide evidential experiments on a diverse set of tables that demonstrate an LLM's collective inability to generalize and perform on complex queries, handle compositional dependencies, and align natural language to programmatic commands when concrete table schemas are provided. Unlike encoder-based models, we have pushed the boundaries of "HiddenTables" to not be limited by the number of rows - therefore we exhibit improved efficiency in prompt and completion tokens. Our infrastructure has spawned a new dataset "PyQTax" that spans across 116,671 question-table-answer triplets and provides additional fine-grained breakdowns & labels for varying question taxonomies. Therefore, in tandem with our academic contributions regarding LLMs' deficiency in TableQA tasks, "HiddenTables" is a tactile manifestation of how LLMs can interact with massive datasets while ensuring data security and minimizing generation costs.

📄 PDF Abstract BibTeX arXiv:2406.10803

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

TableQAKit: A Comprehensive and Practical Toolkit for Table-based Question Answering

2023-10-23 · Fangyu Lei, Tongxu Luo, Pengqi Yang, Weihao Liu 외

Table-based question answering (TableQA) is an important task in natural language processing, which requires comprehending tables and employing various reasoning ways to answer the questions. This paper introduces TableQ…

Question AnsweringTable-based Question Answering

Table Question Answering for Low-resourced Indic Languages

2024-10-04 · Vaishali Pal, Evangelos Kanoulas, Andrew Yates, Maarten de Rijke

TableQA is the task of answering questions over tables of structured information, returning individual cells or tables as output. TableQA research has focused primarily on high-resource languages, leaving medium- and low…

Cross-Lingual TransferMathematical ReasoningQuestion AnsweringZero-Shot Cross-Lingual Transfer

Visual-TableQA: Open-Domain Benchmark for Reasoning over Table Images

2025-09-09 · Boammani Aser Lompo, Marc Haraoui arxiv

Visual reasoning over structured data such as tables is a critical capability for modern vision-language models (VLMs), yet current benchmarks remain limited in scale, diversity, or reasoning depth, especially when it co…

Visual Reasoning

KET-QA: A Dataset for Knowledge Enhanced Table Question Answering

2024-05-13 · Mengkang Hu, Haoyu Dong, Ping Luo, Shi Han 외

Due to the concise and structured nature of tables, the knowledge contained therein may be incomplete or missing, posing a significant challenge for table question answering (TableQA) and data analysis systems. Most exis…

Question Answering

General Table Question Answering via Answer-Formula Joint Generation

2025-03-16 · Zhongyuan Wang, Richong Zhang, Zhijie Nie

Advanced table question answering (TableQA) methods prompt large language models (LLMs) to generate answer text, SQL query, Python code, or custom operations, which impressively improve the complex reasoning problems in …

Question Answering