KPI-BERT: A Joint Named Entity Recognition and Relation Extraction Model for Financial Reports
Abstract
We present KPI-BERT, a system which employs novel methods of named entity recognition (NER) and relation extraction (RE) to extract and link key performance indicators (KPIs), e.g. "revenue" or "interest expenses", of companies from real-world German financial documents. Specifically, we introduce an end-to-end trainable architecture that is based on Bidirectional Encoder Representations from Transformers (BERT) combining a recurrent neural network (RNN) with conditional label masking to sequentially tag entities before it classifies their relations. Our model also introduces a learnable RNN-based pooling mechanism and incorporates domain expert knowledge by explicitly filtering impossible relations. We achieve a substantially higher prediction performance on a new practical dataset of German financial reports, outperforming several strong baselines including a competing state-of-the-art span-based entity tagging approach.
Keywords
Cite
@article{arxiv.2208.02140,
title = {KPI-BERT: A Joint Named Entity Recognition and Relation Extraction Model for Financial Reports},
author = {Lars Hillebrand and Tobias Deußer and Tim Dilmaghani and Bernd Kliem and Rüdiger Loitz and Christian Bauckhage and Rafet Sifa},
journal= {arXiv preprint arXiv:2208.02140},
year = {2022}
}
Comments
Accepted at ICPR 2022, 8 pages, 1 figure, 6 tables