PaDeLLM-NER: Parallel Decoding in Large Language Models for Named Entity Recognition
Abstract
In this study, we aim to reduce generation latency for Named Entity Recognition (NER) with Large Language Models (LLMs). The main cause of high latency in LLMs is the sequential decoding process, which autoregressively generates all labels and mentions for NER, significantly increase the sequence length. To this end, we introduce Parallel Decoding in LLM for NE} (PaDeLLM-NER), a approach that integrates seamlessly into existing generative model frameworks without necessitating additional modules or architectural modifications. PaDeLLM-NER allows for the simultaneous decoding of all mentions, thereby reducing generation latency. Experiments reveal that PaDeLLM-NER significantly increases inference speed that is 1.76 to 10.22 times faster than the autoregressive approach for both English and Chinese. Simultaneously it maintains the quality of predictions as evidenced by the performance that is on par with the state-of-the-art across various datasets. All resources are available at https://github.com/GeorgeLuImmortal/PaDeLLM_NER.
Cite
Text
Lu et al. "PaDeLLM-NER: Parallel Decoding in Large Language Models for Named Entity Recognition." Neural Information Processing Systems, 2024. doi:10.52202/079017-3743Markdown
[Lu et al. "PaDeLLM-NER: Parallel Decoding in Large Language Models for Named Entity Recognition." Neural Information Processing Systems, 2024.](https://mlanthology.org/neurips/2024/lu2024neurips-padellmner/) doi:10.52202/079017-3743BibTeX
@inproceedings{lu2024neurips-padellmner,
title = {{PaDeLLM-NER: Parallel Decoding in Large Language Models for Named Entity Recognition}},
author = {Lu, Jinghui and Yang, Ziwei and Wang, Yanjie and Liu, Xuejing and Namee, Brian Mac and Huang, Can},
booktitle = {Neural Information Processing Systems},
year = {2024},
doi = {10.52202/079017-3743},
url = {https://mlanthology.org/neurips/2024/lu2024neurips-padellmner/}
}