bhuvi commited on
Commit
bbe17a6
·
1 Parent(s): a2448d0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +65 -1
README.md CHANGED
@@ -2,4 +2,68 @@
2
  language:
3
  - en
4
  pretty_name: BCorp Web Data
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  language:
3
  - en
4
  pretty_name: BCorp Web Data
5
+ ---
6
+ # Dataset Card for BCorp Web Data
7
+
8
+ ## Table of Contents
9
+ - [Table of Contents](#table-of-contents)
10
+ - [Dataset Description](#dataset-description)
11
+ - [Dataset Summary](#dataset-summary)
12
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
13
+ - [Languages](#languages)
14
+ - [Dataset Structure](#dataset-structure)
15
+ - [Data Instances](#data-instances)
16
+ - [Data Fields](#data-fields)
17
+ - [Data Splits](#data-splits)
18
+ - [Dataset Creation](#dataset-creation)
19
+ - [Curation Rationale](#curation-rationale)
20
+ - [Source Data](#source-data)
21
+ - [Annotations](#annotations)
22
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
23
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
24
+ - [Social Impact of Dataset](#social-impact-of-dataset)
25
+ - [Discussion of Biases](#discussion-of-biases)
26
+ - [Other Known Limitations](#other-known-limitations)
27
+ - [Additional Information](#additional-information)
28
+ - [Dataset Curators](#dataset-curators)
29
+ - [Licensing Information](#licensing-information)
30
+ - [Citation Information](#citation-information)
31
+ - [Contributions](#contributions)
32
+
33
+ ## Dataset Description
34
+
35
+ - **Homepage:**
36
+ - **Repository:**
37
+ - **Paper:**
38
+ - **Leaderboard:**
39
+ - **Point of Contact:**
40
+
41
+ ### Dataset Summary
42
+
43
+ This dataset contains web text crawled using [Hyphe](https://github.com/medialab/hyphe) on [B Corp](https://www.bcorporation.net/en-us/) website. Hyphe found more than 1000
44
+ outlinks from B Corp website among which many entities were B Corp certified organisations. Given dataset contains webtext for those organisations. List of B Corp certified
45
+ organisation is dynamic so we only select around 600 organisation in this dataset. There is no specific criteria for this selection.
46
+
47
+
48
+ ### Languages
49
+
50
+ Primarily English, but contains we data in French, Spanish as well.
51
+
52
+ ## Dataset Structure
53
+
54
+ ### Data Instances
55
+
56
+ An instance of data contains the an organisation name certified by BCorp, their web text, list of other B Corp Certified organisation they are connected with and sector
57
+ they belong to.
58
+
59
+ ### Data Fields
60
+
61
+ 'name': name of the organisation
62
+ 'text': web text
63
+ 'rel': list of certified B Corp organisations mentioned in web text of parent organisation
64
+ 'shape': Working sector organisation belongs to
65
+
66
+ ### Data Splits
67
+
68
+ There is only one data split that is 'train'.
69
+