srehaag commited on
Commit
ba0294b
1 Parent(s): 11b6ea8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +132 -0
README.md CHANGED
@@ -1,3 +1,135 @@
1
  ---
2
  license: cc-by-nc-4.0
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-4.0
3
+ language:
4
+ - en
5
+ - fr
6
+ size_categories:
7
+ - 10K<n<100K
8
  ---
9
+ # Refugee Law Lab: Canadian Legal Data
10
+
11
+ ## Dataset Description
12
+
13
+ - **Homepage:**
14
+ - **Repository:**
15
+ - **Paper:**
16
+ - **Leaderboard:**
17
+ - **Point of Contact:**
18
+
19
+ ### Dataset Summary
20
+
21
+ This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
22
+
23
+ ### Supported Tasks and Leaderboards
24
+
25
+ [More Information Needed]
26
+
27
+ ### Languages
28
+
29
+ Many documents are available in both English and French. Some are only available in one of the two languages.
30
+
31
+ ## Dataset Structure
32
+
33
+ ### Data Instances
34
+
35
+ SCC: Full text of all Supreme Court of Canada decisions, based on the Refugee Law Lab's Supreme Court of Canada Bulk Decisions Dataset (1877 – 2023)
36
+
37
+ FCA: Full text of all Federal Court of Appeal (Canada) decisions that have been given a neutral citation, based on
38
+ the Refugee Law Lab's Federal Court of Appeal Bulk Decisions Dataset (2001-2023)
39
+
40
+ FC: Full text of all Federal Court (Canada) decisions that have been given a neutral citation, based on
41
+ the Refugee Law Lab's Federal Court Bulk Decisions Dataset (2001-2023)
42
+
43
+ ### Data Fields
44
+
45
+ citation1 (string): Legal citation for the document (neutral citation where available)
46
+
47
+ citation2 (string): For some documents multiple citations are available (e.g. for some periods
48
+ the Supreme Court of Canada provided both official reported citation and neutral citation)
49
+
50
+ data_instance (string): Name of the data instance (e.g. "SCC", "FCA", "FC", etc)
51
+
52
+ year (int32): Year of the document date, which can be useful for filtering
53
+
54
+ name (string): Name of the document, typically the style of cause of a case
55
+
56
+ language (string): Language of the document, "en" for English, "fr" for French
57
+
58
+ document_date (string): Date of the document, typically the date of a decision (yyyy-mm-dd)
59
+
60
+ source_url (string): URL where the document was scraped and where the official version can be found
61
+
62
+ scraped_timestamp (string): Date the document was scraped (yyyy-mm-dd)
63
+
64
+ unofficial_text (string): Full text of the document (unofficial version, for official version see source_url)
65
+
66
+ other (string): Field for additional metadata in JSON format, currently a blank string for most datasets
67
+
68
+
69
+ ### Data Splits
70
+
71
+ The data has not been split, so all files are in the train split. If splitting for training/validation,
72
+ some thought should be given to whether it is necessary to limit to one language or to ensure that both
73
+ English and French versions of the same documents are put in the same split.
74
+
75
+ ## Dataset Creation
76
+
77
+ ### Curation Rationale
78
+
79
+ [More Information Needed]
80
+
81
+ ### Source Data
82
+
83
+ #### Initial Data Collection and Normalization
84
+
85
+ [More Information Needed]
86
+
87
+ #### Who are the source language producers?
88
+
89
+ [More Information Needed]
90
+
91
+ ### Annotations
92
+
93
+ #### Annotation process
94
+
95
+ [More Information Needed]
96
+
97
+ #### Who are the annotators?
98
+
99
+ [More Information Needed]
100
+
101
+ ### Personal and Sensitive Information
102
+
103
+ [More Information Needed]
104
+
105
+ ## Considerations for Using the Data
106
+
107
+ ### Social Impact of Dataset
108
+
109
+ [More Information Needed]
110
+
111
+ ### Discussion of Biases
112
+
113
+ [More Information Needed]
114
+
115
+ ### Other Known Limitations
116
+
117
+ [More Information Needed]
118
+
119
+ ## Additional Information
120
+
121
+ ### Dataset Curators
122
+
123
+ [More Information Needed]
124
+
125
+ ### Licensing Information
126
+
127
+ [More Information Needed]
128
+
129
+ ### Citation Information
130
+
131
+ [More Information Needed]
132
+
133
+ ### Contributions
134
+
135
+ [More Information Needed]