English

ICL-D3IE: In-Context Learning with Diverse Demonstrations Updating for Document Information Extraction

Computation and Language 2023-08-22 v4

Abstract

Large language models (LLMs), such as GPT-3 and ChatGPT, have demonstrated remarkable results in various natural language processing (NLP) tasks with in-context learning, which involves inference based on a few demonstration examples. Despite their successes in NLP tasks, no investigation has been conducted to assess the ability of LLMs to perform document information extraction (DIE) using in-context learning. Applying LLMs to DIE poses two challenges: the modality and task gap. To this end, we propose a simple but effective in-context learning framework called ICL-D3IE, which enables LLMs to perform DIE with different types of demonstration examples. Specifically, we extract the most difficult and distinct segments from hard training documents as hard demonstrations for benefiting all test instances. We design demonstrations describing relationships that enable LLMs to understand positional relationships. We introduce formatting demonstrations for easy answer extraction. Additionally, the framework improves diverse demonstrations by updating them iteratively. Our experiments on three widely used benchmark datasets demonstrate that the ICL-D3IE framework enables Davinci-003/ChatGPT to achieve superior performance when compared to previous pre-trained methods fine-tuned with full training in both the in-distribution (ID) setting and in the out-of-distribution (OOD) setting. Code is available at https://github.com/MAEHCM/ICL-D3IE.

Keywords

Cite

@article{arxiv.2303.05063,
  title  = {ICL-D3IE: In-Context Learning with Diverse Demonstrations Updating for Document Information Extraction},
  author = {Jiabang He and Lei Wang and Yi Hu and Ning Liu and Hui Liu and Xing Xu and Heng Tao Shen},
  journal= {arXiv preprint arXiv:2303.05063},
  year   = {2023}
}

Comments

ICCV 2023. Code is available at https://github.com/MAEHCM/ICL-D3IE

R2 v1 2026-06-28T09:08:43.788Z