CLMay 31, 2022

FinBERT-MRC: financial named entity recognition using BERT under the machine reading comprehension paradigm

arXiv:2205.15485v146 citationsh-index: 7Has Code
Originality Incremental advance
AI Analysis

This addresses the challenge of extracting financial knowledge from unstructured texts, offering a domain-specific improvement for financial information extraction.

The paper tackles financial named entity recognition (FinNER) by reformulating it as a machine reading comprehension (MRC) problem, proposing FinBERT-MRC, which achieves average F1 scores of 92.78% and 96.80% on two datasets with gains of +3.94% and +0.89% over sequence tagging models.

Financial named entity recognition (FinNER) from literature is a challenging task in the field of financial text information extraction, which aims to extract a large amount of financial knowledge from unstructured texts. It is widely accepted to use sequence tagging frameworks to implement FinNER tasks. However, such sequence tagging models cannot fully take advantage of the semantic information in the texts. Instead, we formulate the FinNER task as a machine reading comprehension (MRC) problem and propose a new model termed FinBERT-MRC. This formulation introduces significant prior information by utilizing well-designed queries, and extracts start index and end index of target entities without decoding modules such as conditional random fields (CRF). We conduct experiments on a publicly available Chinese financial dataset ChFinAnn and a real-word bussiness dataset AdminPunish. FinBERT-MRC model achieves average F1 scores of 92.78% and 96.80% on the two datasets, respectively, with average F1 gains +3.94% and +0.89% over some sequence tagging models including BiLSTM-CRF, BERT-Tagger, and BERT-CRF. The source code is available at https://github.com/zyz0000/FinBERT-MRC.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes