scholarly360 commited on
Commit
5e0a074
1 Parent(s): 7a79f92

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +114 -1
README.md CHANGED
@@ -1,3 +1,116 @@
1
  ---
2
- license: cc-by-nc-4.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ {}
3
  ---
4
+
5
+ # Dataset Card for Dataset Name
6
+
7
+ ## Dataset Description
8
+
9
+ - **Homepage:**
10
+ - **Repository:**
11
+ - **Paper:**
12
+ - **Leaderboard:**
13
+ - **Point of Contact:**
14
+
15
+ ### Dataset Summary
16
+
17
+ Prospectus text mining is very important for the investor community to identify major risks.
18
+ factors and evaluate the use of the amount to be raised during an IPO. For this dataset author
19
+ downloaded 100 prospectuses from the Indian Market Regulator website. The dataset contains the URL and OCR text for 100 prospectuses.
20
+ Further, the author released a Roberta LM and sentence transformer for usage.
21
+ This dataset Contains Page number Also for Retrieval Augmented Generation
22
+
23
+ ### Supported Tasks and Leaderboards
24
+
25
+ Retrieval Augmented Generation
26
+
27
+ ### Languages
28
+
29
+ ENGLISH
30
+
31
+ ## Dataset Structure
32
+
33
+ ### Data Instances
34
+
35
+ [More Information Needed]
36
+
37
+ ### Data Fields
38
+
39
+ There are 4 columns:
40
+ title_prospectus: Title of the IPO prospectus
41
+ href_prospectus: Location of HTML
42
+ pdf_prospectus : Pdf of prospectus
43
+ content_whole_prospectus: OCR text for the whole prospectus
44
+
45
+ ### Data Splits
46
+
47
+ N.A.
48
+
49
+ ## Dataset Creation
50
+
51
+ ### Curation Rationale
52
+
53
+ Prospectus text mining
54
+
55
+ ### Source Data
56
+
57
+ #### Initial Data Collection and Normalization
58
+
59
+ [More Information Needed]
60
+
61
+ #### Who are the source language producers?
62
+
63
+ [More Information Needed]
64
+
65
+ ### Annotations
66
+
67
+ #### Annotation process
68
+
69
+ [More Information Needed]
70
+
71
+ #### Who are the annotators?
72
+
73
+ [More Information Needed]
74
+
75
+ ### Personal and Sensitive Information
76
+
77
+ [More Information Needed]
78
+
79
+ ## Considerations for Using the Data
80
+
81
+ ### Social Impact of Dataset
82
+
83
+ This will help investors and the merchant bank community explore prospectuses in a more automated way, thus saving time.
84
+
85
+ ### Discussion of Biases
86
+
87
+ [More Information Needed]
88
+
89
+ ### Other Known Limitations
90
+
91
+ [More Information Needed]
92
+
93
+ ## Additional Information
94
+
95
+ ### Dataset Curators
96
+
97
+ [More Information Needed]
98
+
99
+ ### Licensing Information
100
+
101
+ [More Information Needed]
102
+
103
+ ### Citation Information
104
+
105
+ ```
106
+
107
+ @article{
108
+ author = {Abhishek Mishra and Yogendra Sisodia},
109
+ title = {ROBERTA GOES FOR IPO: PROSPECTUS ANALYSIS WITH LANGUAGE MODELS FOR INDIAN INITIAL PUBLIC OFFERINGS},
110
+ year = {2022},
111
+ url = {https://aircconline.com/csit/papers/vol12/csit121905.pdf},
112
+ }
113
+
114
+ ### Contributions
115
+
116
+ Made by Author [Scholarly360](https://github.com/Scholarly360).