srehaag commited on
Commit
340e438
1 Parent(s): e8ab35b

Updated readme to reflect TCC

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -33,6 +33,8 @@ pretrain language models for various tasks.
33
  the Refugee Law Lab's [Federal Court of Appeal Bulk Decisions Dataset](https://refugeelab.ca/bulk-data/fca/) (2001-2023)
34
  - FC: Full text of Federal Court (Canada) decisions that have been given a neutral citation, based on
35
  the Refugee Law Lab's [Federal Court Bulk Decisions Dataset](https://refugeelab.ca/bulk-data/fc/) (2001-2023)
 
 
36
 
37
  #### Tribunal Decisions
38
 
@@ -47,7 +49,7 @@ the Refugee Law Lab's [Federal Court Bulk Decisions Dataset](https://refugeelab.
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): 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
 
 
33
  the Refugee Law Lab's [Federal Court of Appeal Bulk Decisions Dataset](https://refugeelab.ca/bulk-data/fca/) (2001-2023)
34
  - FC: Full text of Federal Court (Canada) decisions that have been given a neutral citation, based on
35
  the Refugee Law Lab's [Federal Court Bulk Decisions Dataset](https://refugeelab.ca/bulk-data/fc/) (2001-2023)
36
+ - TCC: Full text of Tax Court of Canada decisions that have been given a neutral citation, based on
37
+ the Refugee Law Lab's [Tax Court of Canada Bulk Decisions Dataset](https://refugeelab.ca/bulk-data/tcc/) (2003-2023)
38
 
39
  #### Tribunal Decisions
40
 
 
49
  - citation2 (string): For some documents multiple citations are available (e.g. for some periods
50
  the Supreme Court of Canada provided both official reported citation and neutral citation)
51
 
52
+ - dataset (string): Name of the data instance (e.g. "SCC", "FCA", "FC", "TCC", etc)
53
 
54
  - year (int32): Year of the document date, which can be useful for filtering
55