gold_label
int64
0
6
gold_token
stringlengths
1
56
doc_idx
int64
0
158
sent_idx
int64
0
128
0
Kenyan
0
0
0
Firms
0
0
0
Eye
0
0
0
Deals
0
0
0
During
0
0
1
Obama
0
0
0
Summit
0
0
0
Tagged
0
0
0
:
0
0
0
The
0
0
0
Global
0
0
0
Entrepreneurship
0
0
0
Summit
0
0
0
,
0
0
0
launched
0
0
0
by
0
0
0
President
0
0
1
Obama
0
0
0
in
0
0
0
2009
0
0
0
,
0
0
0
brings
0
0
0
together
0
0
0
entrepreneurs
0
0
0
and
0
0
0
investors
0
0
0
from
0
0
0
across
0
0
3
Africa
0
0
0
and
0
0
0
around
0
0
0
the
0
0
0
world
0
0
0
annually
0
0
0
to
0
0
0
showcase
0
0
0
innovative
0
0
0
projects
0
0
0
,
0
0
0
exchange
0
0
0
new
0
0
0
ideas
0
0
0
,
0
0
0
and
0
0
0
help
0
0
0
spur
0
0
0
economic
0
0
0
opportunity
0
0
0
.
0
0
0
By
0
1
1
Neville
0
1
2
Otuki
0
1
3
Kenya
0
1
0
's
0
1
0
business
0
1
0
leaders
0
1
0
were
0
1
0
Monday
0
1
0
planning
0
1
0
how
0
1
0
best
0
1
0
to
0
1
0
exploit
0
1
0
the
0
1
0
deal
0
1
0
-
0
1
0
making
0
1
0
opportunities
0
1
0
in
0
1
0
the
0
1
0
country
0
1
0
's
0
1
0
history
0
1
0
starting
0
1
0
this
0
1
0
Friday
0
1
0
when
0
1
0
the
0
1
0
world
0
1
0
convenes
0
1
0
in
0
1
3
Nairobi
0
1
0
for
0
1
0
the
0
1
0
Global
0
1
0
Entrepreneurship
0
1
0
Summit
0
1
0
(
0
1
0
GES
0
1
0
)
0
1
0
.
0
1
0
Industrialists
0
2
0
,
0
2
0
entrepreneurs
0
2
0
and
0
2
0
bankers
0
2
0
said
0
2
0
through
0
2
0
their
0
2
0
unions
0
2

Dataset Card for "FiNER-ORD"

Dataset Summary

The FiNER-Open Research Dataset (FiNER-ORD) consists of a manually annotated dataset of financial news articles (in English) collected from [webz.io] (https://webz.io/free-datasets/financial-news-articles/). In total, there are 47851 news articles available in this data at the point of writing this paper. Each news article is available in the form of a JSON document with various metadata information like the source of the article, publication date, author of the article, and the title of the article. For the manual annotation of named entities in financial news, we randomly sampled 220 documents from the entire set of news articles. We observed that some articles were empty in our sample, so after filtering the empty documents, we were left with a total of 201 articles.
We use Doccano, an open-source annotation tool, to ingest the raw dataset and manually label person (PER), location (LOC), and organization (ORG) entities. For our experiments, we use the manually labeled FiNER-ORD to benchmark model performance. Thus, we make a train, validation, and test split of FiNER-ORD. To avoid biased results, manual annotation is performed by annotators who have no knowledge about the labeling functions for the weak supervision framework. The train and validation sets are annotated by two separate annotators and validated by a third annotator. The test dataset is annotated by another annotator. We present a manual annotation guide in the Appendix of the paper detailing the procedures used to create the manually annotated FiNER-ORD.

After manual annotation, the news articles are split into sentences. We then tokenize each sentence, employing a script to tokenize multi-token entities into separate tokens (e.g. PER_B denotes the beginning token of a person (PER) entity and PER_I represents intermediate PER tokens). We exclude white spaces when tokenizing multi-token entities. The descriptive statistics on the resulting FiNER-ORD are available in the Table of Data Splits section.

For more details check information in paper

Supported Tasks and Leaderboards

More Information Needed

Languages

  • It is a monolingual English dataset

Dataset Structure

Data Instances

FiNER-ORD

  • Size of train dataset file: 1.08 MB
  • Size of validation dataset file: 135 KB
  • Size of test dataset file: 336 KB

Data Fields

The data fields are the same among all splits.

conll2003

  • doc_idx: Document ID (int)
  • sent_idx: Sentence ID within each document (int)
  • gold_token: Token (string)
  • gold_label: a list of classification labels (int). Full tagset with indices:
{'O': 0, 'PER_B': 1, 'PER_I': 2, 'LOC_B': 3, 'LOC_I': 4, 'ORG_B': 5, 'ORG_I': 6}

Data Splits

FiNER-ORD Train Validation Test
# Articles 135 24 42
# Tokens 80,531 10,233 25,957
# LOC entities 1,255 267 428
# ORG entities 3,440 524 933
# PER entities 1,374 222 466

Dataset Creation and Annotation

Information in paper

Additional Information

Licensing Information

Information in paper

Citation Information

@article{shah2023finer,
  title={FiNER: Financial Named Entity Recognition Dataset and Weak-supervision Model},
  author={Agam Shah and Ruchit Vithani and Abhinav Gullapalli and Sudheer Chava},
  journal={arXiv preprint arXiv:2302.11157},
  year={2023}
}

Contact Information

Please contact Agam Shah (ashah482[at]gatech[dot]edu) or Ruchit Vithani (rvithani6[at]gatech[dot]edu) about any FiNER-related issues and questions.
GitHub: @shahagam4, @ruchit2801 Website: https://shahagam4.github.io/

Downloads last month
382
Edit dataset card