sohomghosh commited on
Commit
5800651
1 Parent(s): bdb0be5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +104 -3
README.md CHANGED
@@ -1,3 +1,104 @@
1
- ---
2
- license: cc-by-nc-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-sa-4.0
3
+ task_categories:
4
+ - text-classification
5
+ language:
6
+ - en
7
+ tags:
8
+ - finance
9
+ size_categories:
10
+ - 10K<n<100K
11
+ ---
12
+
13
+ # FinRAD: Financial Readability Assessment Dataset - 13,000+ Definitions of Financial Terms for Measuring Readability
14
+
15
+ This repository contains the dataset mentioned in the paper: **FinRAD: Financial Readability Assessment Dataset - 13,000+ Definitions of Financial Terms for Measuring Readability** (presented at The Financial Narrative Processing Workshop colocated with LREC-2022, Marseille, France).
16
+
17
+ In addition to this, [data collection & cleaning scripts](https://github.com/sohomghosh/FinRAD_Financial_Readability_Assessment_Dataset/tree/main/data_collection_cleaning_EDA_scripts), [embedding extraction & model development script](https://github.com/sohomghosh/FinRAD_Financial_Readability_Assessment_Dataset/blob/main/FinRAD_Sentence_FinBERTembedding_Extraction_Modeling_13K.ipynb), and a [starter example](https://github.com/sohomghosh/FinRAD_Financial_Readability_Assessment_Dataset/blob/main/FinRAD_starting_toy_example_on_data_sample_500.ipynb) are also present. You can dowloand the model along with the weights from [Hugging Face](https://huggingface.co/sohomghosh/finrad_model).
18
+
19
+ The embeddings & labels of the full dataset are available in the [embeddings_and_labels](https://github.com/sohomghosh/FinRAD_Financial_Readability_Assessment_Dataset/tree/main/embeddings_and_labels) directory. Several model artifacts developed by training classiers like Logistic Regression, GBM, Random Forest on the entire dataset have been made available in the [models](https://github.com/sohomghosh/FinRAD_Financial_Readability_Assessment_Dataset/tree/main/models) directory.
20
+
21
+ Github version: https://github.com/sohomghosh/FinRAD_Financial_Readability_Assessment_Dataset/
22
+
23
+ Kaggle version: https://www.kaggle.com/datasets/sohomghosh/finrad-financial-readability-assessment-dataset
24
+
25
+
26
+ ## Metadata of FinRAD
27
+ **Primary Columns:** <br>
28
+ "terms": _This is the financial term_ <br>
29
+ "definitions": _This is the definition corresponding to the financial term_ <br>
30
+ "source": _This represents the source from which the term and the definition has been obtained._ <br>
31
+ "assigned_readability": _This is the manually assigned readability. 0 means not readable, 1 means readable._<br>
32
+
33
+ **Other Columns:** <br>
34
+ "flesch_reading_ease", "flesch_kincaid_grade", "smog_index", "coleman_liau_index", "automated_readability_index", "dale_chall_readability_score", "linsear_write_formula", "gunning_fog"<br>
35
+ _These are readability scores extracted using the [textstat](https://pypi.org/project/textstat/) library_
36
+
37
+ **Metadata of source**<br>
38
+ |Tag |Description |Assigned Readability|
39
+ |-------------------|---------------------------------------------------------------------------------------------|--------------------|
40
+ |prin |_Principles of Corporate Finance_ by Richard A. Brealey, Stewart C. Myers, Franklin Allen |0 |
41
+ |zvi |_Investments_ by Zvi Bodie Alex Kane Alan J. Marcus |0 |
42
+ |sam |_Economics Textbook_ by Paul Samuelson and William Nordhaus |1 |
43
+ |opod |_Options, Futures, and Other Derivatives, Global Edition_ by John C. Hull |0 |
44
+ |fmi |_Financial Markets and Institutions_ by Frederic S. Mishkin Stanley Eakins |0 |
45
+ |ncert_keec111 |_NCERT Indian Economic Development Economics_ Class 11 |1 |
46
+ |ncert_kest |_NCERT Statistics for Economics_ Class 12 |1 |
47
+ |ncert |_NCERT Introduction to MacroEconomics_ Class 12 |1 |
48
+ |ncert_class12_econ |_NCERT Introduction to MicroEconomics_ Class 12 |1 |
49
+ |investopedia |_Investopedia_ Data Dictionary |1 |
50
+ |economist |_The Economist_ terms dictionary |1 |
51
+ |6_8_louis |_Glossary of Economics and Personal Finance Terms_ from Federal Reserve Bank of St. Louis |1 |
52
+ |9_12_louis |_Glossary of Economics and Personal Finance Terms_ from Federal Reserve Bank of St. Louis |1 |
53
+ |pre_louis |_Glossary of Economics and Personal Finance Terms_ from Federal Reserve Bank of St. Louis |1 |
54
+ |palgrave |_The Palgrave Macmillan Dictionary of Finance, Investment and Banking_ by Erik Banks |0 |
55
+
56
+ ## Citing & Authors
57
+ If you find this repository helpful, feel free to cite our forthcoming publication [FinRAD: Financial Readability Assessment Dataset - 13,000+ Definitions of Financial Terms for Measuring Readability](to be updated):
58
+ ```bibtex
59
+ @InProceedings{ghosh-EtAl:2022:FNP,
60
+ author = {Ghosh, Sohom and Sengupta, Shovon and Naskar, Sudip Kumar and Singh, Sunny Kumar},
61
+ title = {FinRAD: Financial Readability Assessment Dataset - 13,000+ Definitions of Financial Terms for Measuring Readability},
62
+ booktitle = {Proceedings of the The 4th Financial Narrative Processing Workshop @LREC2022},
63
+ month = {June},
64
+ year = {2022},
65
+ address = {Marseille, France},
66
+ publisher = {European Language Resources Association},
67
+ pages = {1--9},
68
+ url = {http://www.lrec-conf.org/proceedings/lrec2022/workshops/FNP/pdf/2022.fnp-1.1.pdf}
69
+ }
70
+ ```
71
+ and our demo/tool presented at [ICON 2021](http://icon2021.nits.ac.in/coloc_events.html). The artifacts of this demo are available in the [old_model_FinRead](https://github.com/sohomghosh/FinRAD_Financial_Readability_Assessment_Dataset/tree/main/old_model_FinRead) directory. <br>
72
+ New model trained on 13K+ instances (using Logistic Regression): [HuggingFace Spaces link](https://huggingface.co/spaces/sohomghosh/FinRead) <br>
73
+ Old model trained on 8K+ instances (using lightgbm classifier): [Google Colab link](https://colab.research.google.com/drive/18K_X_sONhA0SHIl96c-KUyhwlOFLtp1z?usp=sharing)
74
+
75
+ ```bibtex
76
+ @inproceedings{ghosh-etal-2021-finread,
77
+ title = "{F}in{R}ead: A Transfer Learning Based Tool to Assess Readability of Definitions of Financial Terms",
78
+ author = "Ghosh, Sohom and
79
+ Sengupta, Shovon and
80
+ Naskar, Sudip and
81
+ Singh, Sunny Kumar",
82
+ booktitle = "Proceedings of the 18th International Conference on Natural Language Processing (ICON)",
83
+ month = dec,
84
+ year = "2021",
85
+ address = "National Institute of Technology Silchar, Silchar, India",
86
+ publisher = "NLP Association of India (NLPAI)",
87
+ url = "https://aclanthology.org/2021.icon-main.81",
88
+ pages = "658--659"
89
+ }
90
+ ```
91
+
92
+
93
+
94
+
95
+ Contact: [email protected]
96
+
97
+
98
+
99
+ For any part of this work for which the license is applicable, this work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 Internationallicense. See [LICENSE.CC-BY-NC-SA-4.0](https://github.com/sohomghosh/FinRAD_Financial_Readability_Assessment_Dataset/blob/main/LICENSE).
100
+
101
+
102
+ ---
103
+ license: cc-by-nc-sa-4.0
104
+ ---