English

Learning to Reduce: Towards Improving Performance of Large Language Models on Structured Data

Computation and Language 2024-07-04 v1

Abstract

Large Language Models (LLMs) have been achieving competent performance on a wide range of downstream tasks, yet existing work shows that inference on structured data is challenging for LLMs. This is because LLMs need to either understand long structured data or select the most relevant evidence before inference, and both approaches are not trivial. This paper proposes a framework, Learning to Reduce, that fine-tunes a language model with On-Policy Learning to generate a reduced version of an input structured data. When compared to state-of-the-art LLMs like GPT-4, Learning to Reduce not only achieves outstanding performance in reducing the input, but shows generalizability on different datasets. We further show that the model fine-tuned with our framework helps LLMs better perform on table QA tasks especially when the context is longer.

Keywords

Cite

@article{arxiv.2407.02750,
  title  = {Learning to Reduce: Towards Improving Performance of Large Language Models on Structured Data},
  author = {Younghun Lee and Sungchul Kim and Ryan A. Rossi and Tong Yu and Xiang Chen},
  journal= {arXiv preprint arXiv:2407.02750},
  year   = {2024}
}

Comments

ICML 2024 Workshop on Long-Context Foundation Models, Vienna, Austria 2024. arXiv admin note: substantial text overlap with arXiv:2402.14195

R2 v1 2026-06-28T17:27:21.888Z