paper-with-me

홈 › Papers

FiNER: Financial Numeric Entity Recognition for XBRL Tagging

2022-03-12 · ACL 2022 5 · Lefteris Loukas, Manos Fergadiotis, Ilias Chalkidis, Eirini Spyropoulou, Prodromos Malakasiotis, Ion Androutsopoulos, Georgios Paliouras

Publicly traded companies are required to submit periodic reports with eXtensive Business Reporting Language (XBRL) word-level tags. Manually tagging the reports is tedious and costly. We, therefore, introduce XBRL tagging as a new entity extraction task for the financial domain and release FiNER-139, a dataset of 1.1M sentences with gold XBRL tags. Unlike typical entity extraction datasets, FiNER-139 uses a much larger label set of 139 entity types. Most annotated tokens are numeric, with the correct tag per token depending mostly on context, rather than the token itself. We show that subword fragmentation of numeric expressions harms BERT's performance, allowing word-level BILSTMs to perform better. To improve BERT's performance, we propose two simple and effective solutions that replace numeric expressions with pseudo-tokens reflecting original token shapes and numeric magnitudes. We also experiment with FIN-BERT, an existing BERT model for the financial domain, and release our own BERT (SEC-BERT), pre-trained on financial filings, which performs best. Through data and error analysis, we finally identify possible limitations to inspire future work on XBRL tagging.

📄 PDF Abstract BibTeX arXiv:2203.06482

Code (2)

nlpaueb/finer 공식 구현 tf
deep-over/film pytorch

Tasks

TAG

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음
Weight Decay 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

FinTagging: An LLM-ready Benchmark for Extracting and Structuring Financial Information

2025-05-27 · Yan Wang, Yang Ren, Lingfei Qian, Xueqing Peng 외

We introduce FinTagging, the first full-scope, table-aware XBRL benchmark designed to evaluate the structured information extraction and semantic alignment capabilities of large language models (LLMs) in the context of X…

Concept AlignmentMulti-class Classification

Noise-Robust Financial Numerical Entity Attribute Tagging

2026-05-24 · Hsin-Min Lu, Chen-Yang Lai, Yi-Jhen Li, Ju-Chun Yen arxiv

Financial Numerical Entity (FNE) understanding aims to recover the meaning of numerical mentions in financial reports. Existing studies primarily focus on concept name prediction and face two important limitations. First…

HiFi-KPI: A Dataset for Hierarchical KPI Extraction from Earnings Filings

2025-02-21 · Rasmus Aavang, Giovanni Rizzi, Rasmus Bøggild, Alexandre Iolov 외

The U.S. Securities and Exchange Commission (SEC) requires that public companies file financial reports tagging numbers with the machine readable inline eXtensible Business Reporting Language (iXBRL) standard. However, t…

FiNER-ORD: Financial Named Entity Recognition Open Research Dataset

2023-02-22 · Agam Shah, Abhinav Gullapalli, Ruchit Vithani, Michael Galarnyk 외

Over the last two decades, the development of the CoNLL-2003 named entity recognition (NER) dataset has helped enhance the capabilities of deep learning and natural language processing (NLP). The finance domain, characte…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER

Parameter-Efficient Instruction Tuning of Large Language Models For Extreme Financial Numeral Labelling

2024-05-03 · Subhendu Khatuya, Rajdeep Mukherjee, Akash Ghosh, Manjunath Hegde 외

We study the problem of automatically annotating relevant numerals (GAAP metrics) occurring in the financial documents with their corresponding XBRL tags. Different from prior works, we investigate the feasibility of sol…