ChatIE: Zero-Shot Information Extraction via Chatting with ChatGPT
About
Zero-shot information extraction (IE) aims to build IE systems from the unannotated text. It is challenging due to involving little human intervention. Challenging but worthwhile, zero-shot IE reduces the time and effort that data labeling takes. Recent efforts on large language models (LLMs, e.g., GPT-3, ChatGPT) show promising performance on zero-shot settings, thus inspiring us to explore prompt-based methods. In this work, we ask whether strong IE models can be constructed by directly prompting LLMs. Specifically, we transform the zero-shot IE task into a multi-turn question-answering problem with a two-stage framework (ChatIE). With the power of ChatGPT, we extensively evaluate our framework on three IE tasks: entity-relation triple extract, named entity recognition, and event extraction. Empirical results on six datasets across two languages show that ChatIE achieves impressive performance and even surpasses some full-shot models on several datasets (e.g., NYT11-HRL). We believe that our work could shed light on building IE models with limited resources.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Named Entity Recognition | CoNLL 03 | F1 Score0.6085 | 140 | |
| Relation Extraction | SciERC | Relation Strict F14.4 | 99 | |
| Relation Extraction | CoNLL 04 | F114.5 | 85 | |
| Named Entity Recognition | GENIA | F1 Score40.12 | 78 | |
| Named Entity Recognition | ACE05 | F1 Score29.28 | 73 | |
| Hyper-relational extraction | HyperRED (test) | Precision11.4387 | 55 | |
| Joint Entity and Relation Extraction | NYT | Precision64.4 | 38 | |
| Joint Entity and Relation Extraction | WebNLG | Precision69.2 | 34 | |
| Relation Extraction | NYT | F1 Score40 | 27 | |
| Hyper-relational extraction | HyperRED (dev) | Precision12.0583 | 25 |