EL4NER: Ensemble Learning for Named Entity Recognition via Multiple Small-Parameter Large Language Models
Yuzhen Xiao, Jiahe Song, Yongxin Xu, Ruizhe Zhang, Yiqi Xiao, Xin Lu, Runchuan Zhu, Bowen Jiang, Junfeng Zhao

TL;DR
EL4NER introduces an ensemble learning approach that combines multiple small-parameter open-source LLMs with advanced techniques to improve NER performance efficiently, reducing reliance on large models.
Contribution
The paper presents a novel ensemble learning framework for NER that leverages multiple small LLMs, incorporating task decomposition, span-level similarity retrieval, and self-validation.
Findings
EL4NER outperforms most large-parameter LLM-based methods on several NER datasets.
It achieves state-of-the-art results among ICL-based methods in certain cases.
The approach demonstrates high parameter efficiency and practicality for NER tasks.
Abstract
In-Context Learning (ICL) technique based on Large Language Models (LLMs) has gained prominence in Named Entity Recognition (NER) tasks for its lower computing resource consumption, less manual labeling overhead, and stronger generalizability. Nevertheless, most ICL-based NER methods depend on large-parameter LLMs: the open-source models demand substantial computational resources for deployment and inference, while the closed-source ones incur high API costs, raise data-privacy concerns, and hinder community collaboration. To address this question, we propose an Ensemble Learning Method for Named Entity Recognition (EL4NER), which aims at aggregating the ICL outputs of multiple open-source, small-parameter LLMs to enhance overall performance in NER tasks at less deployment and inference cost. Specifically, our method comprises three key components. First, we design a task…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Multimodal Machine Learning Applications
