First push
Browse files
README.md
ADDED
@@ -0,0 +1,95 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
annotations_creators:
|
3 |
+
- expert-generated
|
4 |
+
language_creators:
|
5 |
+
- found
|
6 |
+
languages:
|
7 |
+
- en
|
8 |
+
licenses:
|
9 |
+
- none
|
10 |
+
multilinguality:
|
11 |
+
- monolingual
|
12 |
+
size_categories:
|
13 |
+
- 1K<n<10K
|
14 |
+
source_datasets:
|
15 |
+
- original
|
16 |
+
task_categories:
|
17 |
+
- text-classification
|
18 |
+
task_ids:
|
19 |
+
- multi-class-classification
|
20 |
+
- sentiment-classification
|
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)
|
29 |
+
- [Languages](#languages)
|
30 |
+
- [Dataset Structure](#dataset-structure)
|
31 |
+
- [Data Instances](#data-instances)
|
32 |
+
- [Data Fields](#data-fields)
|
33 |
+
- [Data Splits](#data-splits)
|
34 |
+
- [Dataset Creation](#dataset-creation)
|
35 |
+
- [Curation Rationale](#curation-rationale)
|
36 |
+
- [Source Data](#source-data)
|
37 |
+
- [Annotations](#annotations)
|
38 |
+
- [Personal and Sensitive Information](#personal-and-sensitive-information)
|
39 |
+
- [Considerations for Using the Data](#considerations-for-using-the-data)
|
40 |
+
- [Social Impact of Dataset](#social-impact-of-dataset)
|
41 |
+
- [Discussion of Biases](#discussion-of-biases)
|
42 |
+
- [Other Known Limitations](#other-known-limitations)
|
43 |
+
- [Additional Information](#additional-information)
|
44 |
+
- [Dataset Curators](#dataset-curators)
|
45 |
+
- [Licensing Information](#licensing-information)
|
46 |
+
- [Citation Information](#citation-information)
|
47 |
+
## Dataset Description
|
48 |
+
Auditor review data collected by News Department
|
49 |
+
- **Point of Contact:**
|
50 |
+
Talked to COE for Auditing, currently [email protected]
|
51 |
+
### Dataset Summary
|
52 |
+
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.
|
53 |
+
### Supported Tasks and Leaderboards
|
54 |
+
Sentiment Classification
|
55 |
+
### Languages
|
56 |
+
English
|
57 |
+
## Dataset Structure
|
58 |
+
### Data Instances
|
59 |
+
```
|
60 |
+
"sentence": "Pharmaceuticals group Orion Corp reported a fall in its third-quarter earnings that were hit by larger expenditures on R&D and marketing .",
|
61 |
+
"label": "negative"
|
62 |
+
```
|
63 |
+
### Data Fields
|
64 |
+
- sentence: a tokenized line from the dataset
|
65 |
+
- label: a label corresponding to the class as a string: 'positive' - (2), 'neutral' - (1), or 'negative'
|
66 |
+
### Data Splits
|
67 |
+
A train/test split was created randomly with a 75/25 split
|
68 |
+
## Dataset Creation
|
69 |
+
### Curation Rationale
|
70 |
+
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.
|
71 |
+
### Source Data
|
72 |
+
#### Initial Data Collection and Normalization
|
73 |
+
The corpus used in this paper is made out of English news reports.
|
74 |
+
#### Who are the source language producers?
|
75 |
+
The source data was written by various auditors.
|
76 |
+
### Annotations
|
77 |
+
#### Annotation process
|
78 |
+
This release of the auditor reviews covers a collection of 4840
|
79 |
+
sentences. The selected collection of phrases was annotated by 16 people with
|
80 |
+
adequate background knowledge on financial markets. The subset here is where interannotation agreement was greater than 75%.
|
81 |
+
### Personal and Sensitive Information
|
82 |
+
There is no personal or sensitive information in this dataset.
|
83 |
+
## Considerations for Using the Data
|
84 |
+
### Social Impact of Dataset
|
85 |
+
[More Information Needed]
|
86 |
+
### Discussion of Biases
|
87 |
+
All annotators were from the same institution and so interannotator agreement
|
88 |
+
should be understood with this taken into account.
|
89 |
+
### Other Known Limitations
|
90 |
+
[More Information Needed]
|
91 |
+
## Additional Information
|
92 |
+
### Dataset Curators
|
93 |
+
[More Information Needed]
|
94 |
+
### Licensing Information
|
95 |
+
License: Demo.Org Proprietary - DO NOT SHARE
|