Update README.md
Browse files
README.md
CHANGED
@@ -28,8 +28,10 @@ pretrain language models for various tasks.
|
|
28 |
#### Court Decisions
|
29 |
|
30 |
- SCC: Full text of Supreme Court of Canada decisions, based on the Refugee Law Lab's [Supreme Court of Canada Bulk Decisions Dataset](https://refugeelab.ca/bulk-data/scc/) (1877 – 2023)
|
|
|
31 |
- FCA: Full text of Federal Court of Appeal (Canada) decisions that have been given a neutral citation, based on
|
32 |
the Refugee Law Lab's [Federal Court of Appeal Bulk Decisions Dataset](https://refugeelab.ca/bulk-data/fca/) (2001-2023)
|
|
|
33 |
- FC: Full text of Federal Court (Canada) decisions that have been given a neutral citation, based on
|
34 |
the Refugee Law Lab's [Federal Court Bulk Decisions Dataset](https://refugeelab.ca/bulk-data/fc/) (2001-2023)
|
35 |
|
@@ -45,6 +47,8 @@ the Refugee Law Lab's [Federal Court Bulk Decisions Dataset](https://refugeelab.
|
|
45 |
- citation2 (string): For some documents multiple citations are available (e.g. for some periods
|
46 |
the Supreme Court of Canada provided both official reported citation and neutral citation)
|
47 |
|
|
|
|
|
48 |
- year (int32): Year of the document date, which can be useful for filtering
|
49 |
|
50 |
- name (string): Name of the document, typically the style of cause of a case
|
|
|
28 |
#### Court Decisions
|
29 |
|
30 |
- SCC: Full text of Supreme Court of Canada decisions, based on the Refugee Law Lab's [Supreme Court of Canada Bulk Decisions Dataset](https://refugeelab.ca/bulk-data/scc/) (1877 – 2023)
|
31 |
+
|
32 |
- FCA: Full text of 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](https://refugeelab.ca/bulk-data/fca/) (2001-2023)
|
34 |
+
|
35 |
- FC: Full text of Federal Court (Canada) decisions that have been given a neutral citation, based on
|
36 |
the Refugee Law Lab's [Federal Court Bulk Decisions Dataset](https://refugeelab.ca/bulk-data/fc/) (2001-2023)
|
37 |
|
|
|
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 |
+
- dataset (string): The name of the dataset (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
|