ProUIE: A Macro-to-Micro Progressive Learning Method for LLM-based Universal Information Extraction
About
LLM-based universal information extraction (UIE) methods often rely on additional information beyond the original training data, which increases training complexity yet often yields limited gains. To address this, we propose ProUIE, a Macro-to-Micro progressive learning approach that improves UIE without introducing any external information. ProUIE consists of three stages: (i) macro-level Complete Modeling (CM), which learns NER, RE, and EE along their intrinsic difficulty order on the full training data to build a unified extraction foundation, (ii) meso-level Streamlined Alignment (SA), which operates on sampled data with simplified target formats, streamlining and regularizing structured outputs to make them more concise and controllable, and (iii) micro-level Deep Exploration (DE), which applies GRPO with stepwise fine-grained rewards (SFR) over structural units to guide exploration and improve performance. Experiments on 36 public datasets show that ProUIE consistently improves unified extraction, outperforming strong instruction-tuned baselines on average for NER and RE while using a smaller backbone, and it further demonstrates clear gains in large-scale production-oriented information extraction.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Named Entity Recognition | OntoNotes | F1-score88.33 | 102 | |
| Named Entity Recognition | CoNLL 03 | -- | 102 | |
| Named Entity Recognition | BC5CDR | F1 Score88.93 | 70 | |
| Named Entity Recognition | tweetNER7 | Entity F166.44 | 49 | |
| Relation Extraction | SciERC | Relation Strict F146.76 | 48 | |
| Named Entity Recognition | WikiAnn | F1 Score83.47 | 40 | |
| Relation Extraction | CoNLL 04 | F173.17 | 39 | |
| Named Entity Recognition | NCBI-disease | F1 Score86.95 | 37 | |
| Named Entity Recognition | ACE 2005 | Entity F186.15 | 30 | |
| Named Entity Recognition | bc2gm | Entity F183.87 | 29 |