paper-with-me

홈 › Papers

OpenTab: Advancing Large Language Models as Open-domain Table Reasoners

2024-02-22 · Kezhi Kong, Jiani Zhang, Zhengyuan Shen, Balasubramaniam Srinivasan, Chuan Lei, Christos Faloutsos, Huzefa Rangwala, George Karypis

Large Language Models (LLMs) trained on large volumes of data excel at various natural language tasks, but they cannot handle tasks requiring knowledge that has not been trained on previously. One solution is to use a retriever that fetches relevant information to expand LLM's knowledge scope. However, existing textual-oriented retrieval-based LLMs are not ideal on structured table data due to diversified data modalities and large table sizes. In this work, we propose OpenTab, an open-domain table reasoning framework powered by LLMs. Overall, OpenTab leverages table retriever to fetch relevant tables and then generates SQL programs to parse the retrieved tables efficiently. Utilizing the intermediate data derived from the SQL executions, it conducts grounded inference to produce accurate response. Extensive experimental evaluation shows that OpenTab significantly outperforms baselines in both open- and closed-domain settings, achieving up to 21.5% higher accuracy. We further run ablation studies to validate the efficacy of our proposed designs of the system.

📄 PDF Abstract BibTeX arXiv:2402.14361

Code (1)

amazon-science/llm-open-domain-table-reasoner 공식 구현

Tasks

Retrieval

Similar Papers 제목 키워드 기반

OpenTable-R1: A Reinforcement Learning Augmented Tool Agent for Open-Domain Table Question Answering

2025-07-02 · Zipeng Qiu

Open-domain table question answering traditionally relies on a two-stage pipeline: static table retrieval followed by a closed-domain answer. In contrast, we propose an end-to-end agentic framework that embeds multi-turn…

Language ModelingLanguage ModellingLarge Language ModelQuestion Answering+1

OpenTable data with multi-criteria ratings

2024-11-22 · Yong Zheng

With the development of recommender systems (RSs), several promising systems have emerged, such as context-aware RS, multi-criteria RS, and group RS. Multi-criteria recommender systems (MCRSs) are designed to provide per…

Recommendation Systems

Hybrid Multi-Criteria Preference Ranking by Subsorting

2023-06-20 · Yong Zheng, David Xuejun Wang

Multi-criteria recommender systems can improve the quality of recommendations by considering user preferences on multiple criteria. One promising approach proposed recently is multi-criteria ranking, which uses Pareto ra…

Recommendation Systems

FiNER-ORD: Financial Named Entity Recognition Open Research Dataset

2023-02-22 · Agam Shah, Abhinav Gullapalli, Ruchit Vithani, Michael Galarnyk 외

Over the last two decades, the development of the CoNLL-2003 named entity recognition (NER) dataset has helped enhance the capabilities of deep learning and natural language processing (NLP). The finance domain, characte…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER

Hippocrates: An Open-Source Framework for Advancing Large Language Models in Healthcare

2024-04-25 · Emre Can Acikgoz, Osman Batur İnce, Rayene Bench, Arda Anıl Boz 외

The integration of Large Language Models (LLMs) into healthcare promises to transform medical diagnostics, research, and patient care. Yet, the progression of medical LLMs faces obstacles such as complex training require…