srehaag commited on
Commit
41afe78
1 Parent(s): 52ab6c7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -17
README.md CHANGED
@@ -16,8 +16,16 @@ size_categories:
16
  - **Leaderboard:**
17
  - **Point of Contact:**
18
 
19
- ## Dataset Summary
20
 
 
 
 
 
 
 
 
 
21
 
22
  ### Languages
23
 
@@ -27,38 +35,36 @@ Many documents are available in both English and French. Some are only available
27
 
28
  ### Data Instances
29
 
30
- 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)
31
-
32
- FCA: Full text of all Federal Court of Appeal (Canada) decisions that have been given a neutral citation, based on
33
  the Refugee Law Lab's Federal Court of Appeal Bulk Decisions Dataset (2001-2023)
34
-
35
- FC: Full text of all Federal Court (Canada) decisions that have been given a neutral citation, based on
36
  the Refugee Law Lab's Federal Court Bulk Decisions Dataset (2001-2023)
37
 
38
  ### Data Fields
39
 
40
- citation1 (string): Legal citation for the document (neutral citation where available)
41
 
42
- citation2 (string): For some documents multiple citations are available (e.g. for some periods
43
  the Supreme Court of Canada provided both official reported citation and neutral citation)
44
 
45
- data_instance (string): Name of the data instance (e.g. "SCC", "FCA", "FC", etc)
46
 
47
- year (int32): Year of the document date, which can be useful for filtering
48
 
49
- name (string): Name of the document, typically the style of cause of a case
50
 
51
- language (string): Language of the document, "en" for English, "fr" for French
52
 
53
- document_date (string): Date of the document, typically the date of a decision (yyyy-mm-dd)
54
 
55
- source_url (string): URL where the document was scraped and where the official version can be found
56
 
57
- scraped_timestamp (string): Date the document was scraped (yyyy-mm-dd)
58
 
59
- unofficial_text (string): Full text of the document (unofficial version, for official version see source_url)
60
 
61
- other (string): Field for additional metadata in JSON format, currently a blank string for most datasets
62
 
63
 
64
  ### Data Splits
@@ -67,6 +73,7 @@ The data has not been split, so all files are in the train split. If splitting f
67
  some thought should be given to whether it is necessary to limit to one language or to ensure that both
68
  English and French versions of the same documents are put in the same split.
69
 
 
70
  ## Dataset Creation
71
 
72
  ### Curation Rationale
 
16
  - **Leaderboard:**
17
  - **Point of Contact:**
18
 
19
+ ### Dataset Summary
20
 
21
+ The Refugee Law Lab supports bulk open-access to Canada legal data to facilitate research and advocacy, focusing on
22
+ federal law and law relating to refugees and other people on the move. Bulk open-access helps avoid asymmetrical
23
+ access-to-justice and amplification of marginalization that results when commercial actors leverage proprietary
24
+ legal datasets for profit -- a particular concern in the border control setting.
25
+
26
+ This dataset includes the unofficial full text of thousdands of court and tribunal decisions at the federal level.
27
+ It can be used for legal analytics (e.g. identifying patterns in legal decision-making), to test ML and NLP tools
28
+ on a bilingual (French and English) dataset of Canadian legal materials, and to pretrain language models.
29
 
30
  ### Languages
31
 
 
35
 
36
  ### Data Instances
37
 
38
+ - 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)
39
+ - FCA: Full text of all Federal Court of Appeal (Canada) decisions that have been given a neutral citation, based on
 
40
  the Refugee Law Lab's Federal Court of Appeal Bulk Decisions Dataset (2001-2023)
41
+ - FC: Full text of all Federal Court (Canada) decisions that have been given a neutral citation, based on
 
42
  the Refugee Law Lab's Federal Court Bulk Decisions Dataset (2001-2023)
43
 
44
  ### Data Fields
45
 
46
+ - citation1 (string): Legal citation for the document (neutral citation where available)
47
 
48
+ - citation2 (string): For some documents multiple citations are available (e.g. for some periods
49
  the Supreme Court of Canada provided both official reported citation and neutral citation)
50
 
51
+ - data_instance (string): Name of the data instance (e.g. "SCC", "FCA", "FC", etc)
52
 
53
+ - year (int32): Year of the document date, which can be useful for filtering
54
 
55
+ - name (string): Name of the document, typically the style of cause of a case
56
 
57
+ - language (string): Language of the document, "en" for English, "fr" for French
58
 
59
+ - document_date (string): Date of the document, typically the date of a decision (yyyy-mm-dd)
60
 
61
+ - source_url (string): URL where the document was scraped and where the official version can be found
62
 
63
+ - scraped_timestamp (string): Date the document was scraped (yyyy-mm-dd)
64
 
65
+ - unofficial_text (string): Full text of the document (unofficial version, for official version see source_url)
66
 
67
+ - other (string): Field for additional metadata in JSON format, currently a blank string for most datasets
68
 
69
 
70
  ### Data Splits
 
73
  some thought should be given to whether it is necessary to limit to one language or to ensure that both
74
  English and French versions of the same documents are put in the same split.
75
 
76
+
77
  ## Dataset Creation
78
 
79
  ### Curation Rationale