Charon107 commited on
Commit
8246911
1 Parent(s): a380b22

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -2
README.md CHANGED
@@ -1,5 +1,11 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
3
  ---
4
  # Financial Parameter Database Overview
5
 
@@ -10,7 +16,13 @@ The Financial Parameter Database includes financial statements and parameters fr
10
  All text data, specifically the annual reports, originates from [NSE (National Stock Exchange of India)](https://www.nseindia.com/), where it is downloaded.Report have undergone pre-processing to eliminate stop words and special symbols, enhancing both clarity and efficiency in model training. The labels for the data, which consist of detailed financial data, are derived from [Moneycontrol](https://www.moneycontrol.com/).
11
 
12
  ## Data Description
13
- Each dataset encompasses a company's annual report. The labels for each dataset consist of specific financial parameter derived from this documents. This financial parameter includes, but is not limited to, Equity and Liabilities, Assets, Income, Expenses, and various financial ratios such as Earnings Per Share (EPS), Price-to-Earnings (P/E) ratio, and liquidity ratios.
 
 
 
 
 
 
14
 
15
  ## Tokenization
16
  Initial tests indicate that approximately 98,304 tokens (16384*6) are necessary to tokenize a complete annual report, rendering this database both extensive and comprehensive for deep learning applications in financial text analysis.
@@ -110,4 +122,4 @@ The dataset is structured to facilitate training on advanced NLP models and is r
110
  - Enterprise Value (EV)
111
  - Market Cap to Revenue
112
  - Price to Book Value
113
- - Earnings Yield
 
1
  ---
2
  license: mit
3
+ task_categories:
4
+ - text2text-generation
5
+ language:
6
+ - en
7
+ tags:
8
+ - finance
9
  ---
10
  # Financial Parameter Database Overview
11
 
 
16
  All text data, specifically the annual reports, originates from [NSE (National Stock Exchange of India)](https://www.nseindia.com/), where it is downloaded.Report have undergone pre-processing to eliminate stop words and special symbols, enhancing both clarity and efficiency in model training. The labels for the data, which consist of detailed financial data, are derived from [Moneycontrol](https://www.moneycontrol.com/).
17
 
18
  ## Data Description
19
+ Each dataset encompasses a company's annual report. The labels for each dataset consist of specific financial parameters derived from these documents. These financial parameters include, but are not limited to, Equity and Liabilities, Assets, Income, Expenses, and various financial ratios such as Earnings Per Share (EPS), Price-to-Earnings (P/E) ratio, and liquidity ratios.
20
+
21
+ Each dataset comprises three attributes: `CompanyName_Year`, `text`, and `label`:
22
+
23
+ - `CompanyName_Year`: This attribute represents the company's symbol followed by the fiscal year, appearing in formats such as `3MINDIA_2021`. Here, `CompanyName_Year` combines the company's symbol and the corresponding year of the report.
24
+ - `text`: This attribute contains the text of the company's annual report.
25
+ - `label`: This attribute holds the financial parameters extracted from the annual report.
26
 
27
  ## Tokenization
28
  Initial tests indicate that approximately 98,304 tokens (16384*6) are necessary to tokenize a complete annual report, rendering this database both extensive and comprehensive for deep learning applications in financial text analysis.
 
122
  - Enterprise Value (EV)
123
  - Market Cap to Revenue
124
  - Price to Book Value
125
+ - Earnings Yield