Enhancing Language Models for Financial Relation Extraction with Named Entities and Part-of-Speech
2024-05-02Code Available0· sign in to hype
Menglin Li, Kwan Hui Lim
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/kwanhui/finrelextractOfficialIn papernone★ 1
Abstract
The Financial Relation Extraction (FinRE) task involves identifying the entities and their relation, given a piece of financial statement/text. To solve this FinRE problem, we propose a simple but effective strategy that improves the performance of pre-trained language models by augmenting them with Named Entity Recognition (NER) and Part-Of-Speech (POS), as well as different approaches to combine these information. Experiments on a financial relations dataset show promising results and highlights the benefits of incorporating NER and POS in existing models. Our dataset and codes are available at https://github.com/kwanhui/FinRelExtract.