rajistics commited on
Commit
4d8e028
1 Parent(s): bbfc21b

added generic card

Browse files
Files changed (1) hide show
  1. README.md +74 -23
README.md CHANGED
@@ -21,8 +21,10 @@ task_ids:
21
  paperswithcode_id: null
22
  pretty_name: Auditor_Review
23
  ---
24
- # Dataset Card for Auditor Review dataset
 
25
  ## Table of Contents
 
26
  - [Dataset Description](#dataset-description)
27
  - [Dataset Summary](#dataset-summary)
28
  - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
@@ -43,52 +45,101 @@ pretty_name: Auditor_Review
43
  - [Additional Information](#additional-information)
44
  - [Dataset Curators](#dataset-curators)
45
  - [Licensing Information](#licensing-information)
 
 
 
46
  ## Dataset Description
47
- Auditor review data collected by News Department
 
 
 
 
48
  - **Point of Contact:**
49
- Talked to COE for Auditing, currently sue@demo.org
50
  ### Dataset Summary
51
- Auditor sentiment dataset of sentences from financial news. The dataset consists of *** sentences from English language financial news categorized by sentiment. The dataset is divided by agreement rate of 5-8 annotators.
 
 
52
  ### Supported Tasks and Leaderboards
53
- Sentiment Classification
 
 
54
  ### Languages
55
- English
 
 
56
  ## Dataset Structure
 
57
  ### Data Instances
58
- ```
59
- "sentence": "Pharmaceuticals group Orion Corp reported a fall in its third-quarter earnings that were hit by larger expenditures on R&D and marketing .",
60
- "label": "negative"
61
- ```
62
  ### Data Fields
63
- - sentence: a tokenized line from the dataset
64
- - label: a label corresponding to the class as a string: 'positive' - (2), 'neutral' - (1), or 'negative'
 
65
  ### Data Splits
66
- A train/test split was created randomly with a 75/25 split
 
 
67
  ## Dataset Creation
 
68
  ### Curation Rationale
69
- To gather our auditor evaluations into one dataset. Previous attempts using off the shelf sentiment had only 70% F1, this dataset was an attempt to improve upon that performance.
 
 
70
  ### Source Data
 
71
  #### Initial Data Collection and Normalization
72
- The corpus used in this paper is made out of English news reports.
 
 
73
  #### Who are the source language producers?
74
- The source data was written by various auditors.
 
 
75
  ### Annotations
 
76
  #### Annotation process
77
- This release of the auditor reviews covers a collection of 4840
78
- sentences. The selected collection of phrases was annotated by 16 people with
79
- adequate background knowledge on financial markets. The subset here is where interannotation agreement was greater than 75%.
 
 
 
 
80
  ### Personal and Sensitive Information
81
- There is no personal or sensitive information in this dataset.
 
 
82
  ## Considerations for Using the Data
 
83
  ### Social Impact of Dataset
 
84
  [More Information Needed]
 
85
  ### Discussion of Biases
86
- All annotators were from the same institution and so interannotator agreement
87
- should be understood with this taken into account.
 
88
  ### Other Known Limitations
 
89
  [More Information Needed]
 
90
  ## Additional Information
 
91
  ### Dataset Curators
 
92
  [More Information Needed]
 
93
  ### Licensing Information
94
- License: Demo.Org Proprietary - DO NOT SHARE
 
 
 
 
 
 
 
 
 
 
21
  paperswithcode_id: null
22
  pretty_name: Auditor_Review
23
  ---
24
+ # Dataset Card for [Dataset Name]
25
+
26
  ## Table of Contents
27
+ - [Table of Contents](#table-of-contents)
28
  - [Dataset Description](#dataset-description)
29
  - [Dataset Summary](#dataset-summary)
30
  - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
 
45
  - [Additional Information](#additional-information)
46
  - [Dataset Curators](#dataset-curators)
47
  - [Licensing Information](#licensing-information)
48
+ - [Citation Information](#citation-information)
49
+ - [Contributions](#contributions)
50
+
51
  ## Dataset Description
52
+
53
+ - **Homepage:**
54
+ - **Repository:**
55
+ - **Paper:**
56
+ - **Leaderboard:**
57
  - **Point of Contact:**
58
+
59
  ### Dataset Summary
60
+
61
+ [More Information Needed]
62
+
63
  ### Supported Tasks and Leaderboards
64
+
65
+ [More Information Needed]
66
+
67
  ### Languages
68
+
69
+ [More Information Needed]
70
+
71
  ## Dataset Structure
72
+
73
  ### Data Instances
74
+
75
+ [More Information Needed]
76
+
 
77
  ### Data Fields
78
+
79
+ [More Information Needed]
80
+
81
  ### Data Splits
82
+
83
+ [More Information Needed]
84
+
85
  ## Dataset Creation
86
+
87
  ### Curation Rationale
88
+
89
+ [More Information Needed]
90
+
91
  ### Source Data
92
+
93
  #### Initial Data Collection and Normalization
94
+
95
+ [More Information Needed]
96
+
97
  #### Who are the source language producers?
98
+
99
+ [More Information Needed]
100
+
101
  ### Annotations
102
+
103
  #### Annotation process
104
+
105
+ [More Information Needed]
106
+
107
+ #### Who are the annotators?
108
+
109
+ [More Information Needed]
110
+
111
  ### Personal and Sensitive Information
112
+
113
+ [More Information Needed]
114
+
115
  ## Considerations for Using the Data
116
+
117
  ### Social Impact of Dataset
118
+
119
  [More Information Needed]
120
+
121
  ### Discussion of Biases
122
+
123
+ [More Information Needed]
124
+
125
  ### Other Known Limitations
126
+
127
  [More Information Needed]
128
+
129
  ## Additional Information
130
+
131
  ### Dataset Curators
132
+
133
  [More Information Needed]
134
+
135
  ### Licensing Information
136
+
137
+ [More Information Needed]
138
+
139
+ ### Citation Information
140
+
141
+ [More Information Needed]
142
+
143
+ ### Contributions
144
+
145
+ Thanks to [@github-username](https://github.com/<github-username>) for adding this dataset.