Beemer Claude Fable 5 commited on
Commit ·
0478ddf
1
Parent(s): 1d4acf4
Eval 159 -> 180 questions; two synonyms bridges for the new content
Browse files21 questions covering the tariff schedule, benefits booklets, the device-
search cases (Canfield/Pike/Fearon), TC1-05038, the delegation amendments,
disposition entries and state pages, equivalency pairings and the
rehabilitation provisions -- every gold verified present. Two vocabulary
bridges: 'standard of proof' -> s. 33's 'reasonable grounds to believe',
and 'apply for rehabilitation' -> IRPR s. 17's 'prescribed period'
wording. Gated: 180-Q eval 0.81/0.94/0.97/0.99/0.88, both new misses
converted, zero collateral.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
- canlex/synonyms.py +8 -0
- data/eval/questions.json +1677 -160
canlex/synonyms.py
CHANGED
|
@@ -34,6 +34,14 @@ _SYNONYMS = [
|
|
| 34 |
# of ... serious criminality". Bridge the gap.
|
| 35 |
(r"no (?:right (?:to|of) )?appeal",
|
| 36 |
"no appeal may be made inadmissibility serious criminality"),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
(r"misrep", "misrepresentation"),
|
| 38 |
(r"ircc", "immigration refugees and citizenship canada"),
|
| 39 |
# Border and customs
|
|
|
|
| 34 |
# of ... serious criminality". Bridge the gap.
|
| 35 |
(r"no (?:right (?:to|of) )?appeal",
|
| 36 |
"no appeal may be made inadmissibility serious criminality"),
|
| 37 |
+
# "Standard of proof" is how users ask about IRPA s. 33, whose own words
|
| 38 |
+
# are "reasonable grounds to believe" that the facts "have occurred".
|
| 39 |
+
(r"standard of proof", "reasonable grounds to believe facts constitute"),
|
| 40 |
+
# "Apply for (criminal) rehabilitation" points at IRPR s. 17, a tiny
|
| 41 |
+
# section titled only "Prescribed period" whose vocabulary is the
|
| 42 |
+
# five-year period after "completion of an imposed sentence".
|
| 43 |
+
(r"appl(?:y|ication) for (?:criminal )?rehabilitation",
|
| 44 |
+
"prescribed period five years completion of imposed sentence"),
|
| 45 |
(r"misrep", "misrepresentation"),
|
| 46 |
(r"ircc", "immigration refugees and citizenship canada"),
|
| 47 |
# Border and customs
|
data/eval/questions.json
CHANGED
|
@@ -1,161 +1,1678 @@
|
|
| 1 |
[
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
|
| 75 |
-
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
|
| 80 |
-
|
| 81 |
-
|
| 82 |
-
|
| 83 |
-
|
| 84 |
-
|
| 85 |
-
|
| 86 |
-
|
| 87 |
-
|
| 88 |
-
|
| 89 |
-
|
| 90 |
-
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
|
| 98 |
-
|
| 99 |
-
|
| 100 |
-
|
| 101 |
-
|
| 102 |
-
|
| 103 |
-
|
| 104 |
-
|
| 105 |
-
|
| 106 |
-
|
| 107 |
-
|
| 108 |
-
|
| 109 |
-
|
| 110 |
-
|
| 111 |
-
|
| 112 |
-
|
| 113 |
-
|
| 114 |
-
|
| 115 |
-
|
| 116 |
-
|
| 117 |
-
|
| 118 |
-
|
| 119 |
-
|
| 120 |
-
|
| 121 |
-
|
| 122 |
-
|
| 123 |
-
|
| 124 |
-
|
| 125 |
-
|
| 126 |
-
|
| 127 |
-
|
| 128 |
-
|
| 129 |
-
|
| 130 |
-
|
| 131 |
-
|
| 132 |
-
|
| 133 |
-
|
| 134 |
-
|
| 135 |
-
|
| 136 |
-
|
| 137 |
-
|
| 138 |
-
|
| 139 |
-
|
| 140 |
-
|
| 141 |
-
|
| 142 |
-
|
| 143 |
-
|
| 144 |
-
|
| 145 |
-
|
| 146 |
-
|
| 147 |
-
|
| 148 |
-
|
| 149 |
-
|
| 150 |
-
|
| 151 |
-
|
| 152 |
-
|
| 153 |
-
|
| 154 |
-
|
| 155 |
-
|
| 156 |
-
|
| 157 |
-
|
| 158 |
-
|
| 159 |
-
|
| 160 |
-
|
| 161 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
[
|
| 2 |
+
{
|
| 3 |
+
"query": "How soon must the Immigration Division review the detention of a foreign national?",
|
| 4 |
+
"answers": [
|
| 5 |
+
[
|
| 6 |
+
"IRPA",
|
| 7 |
+
"57"
|
| 8 |
+
]
|
| 9 |
+
]
|
| 10 |
+
},
|
| 11 |
+
{
|
| 12 |
+
"query": "On what security grounds is a foreign national inadmissible to Canada?",
|
| 13 |
+
"answers": [
|
| 14 |
+
[
|
| 15 |
+
"IRPA",
|
| 16 |
+
"34"
|
| 17 |
+
]
|
| 18 |
+
]
|
| 19 |
+
},
|
| 20 |
+
{
|
| 21 |
+
"query": "When is a permanent resident inadmissible for serious criminality?",
|
| 22 |
+
"answers": [
|
| 23 |
+
[
|
| 24 |
+
"IRPA",
|
| 25 |
+
"36"
|
| 26 |
+
]
|
| 27 |
+
]
|
| 28 |
+
},
|
| 29 |
+
{
|
| 30 |
+
"query": "What makes a person inadmissible for organized criminality?",
|
| 31 |
+
"answers": [
|
| 32 |
+
[
|
| 33 |
+
"IRPA",
|
| 34 |
+
"37"
|
| 35 |
+
]
|
| 36 |
+
]
|
| 37 |
+
},
|
| 38 |
+
{
|
| 39 |
+
"query": "Can someone be found inadmissible to Canada for misrepresentation?",
|
| 40 |
+
"answers": [
|
| 41 |
+
[
|
| 42 |
+
"IRPA",
|
| 43 |
+
"40"
|
| 44 |
+
]
|
| 45 |
+
]
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"query": "Is a foreign national inadmissible on health grounds?",
|
| 49 |
+
"answers": [
|
| 50 |
+
[
|
| 51 |
+
"IRPA",
|
| 52 |
+
"38"
|
| 53 |
+
]
|
| 54 |
+
]
|
| 55 |
+
},
|
| 56 |
+
{
|
| 57 |
+
"query": "Inadmissibility for violating human or international rights",
|
| 58 |
+
"answers": [
|
| 59 |
+
[
|
| 60 |
+
"IRPA",
|
| 61 |
+
"35"
|
| 62 |
+
]
|
| 63 |
+
]
|
| 64 |
+
},
|
| 65 |
+
{
|
| 66 |
+
"query": "Can a person be inadmissible to Canada for financial reasons?",
|
| 67 |
+
"answers": [
|
| 68 |
+
[
|
| 69 |
+
"IRPA",
|
| 70 |
+
"39"
|
| 71 |
+
]
|
| 72 |
+
]
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"query": "Is someone inadmissible because an accompanying family member is inadmissible?",
|
| 76 |
+
"answers": [
|
| 77 |
+
[
|
| 78 |
+
"IRPA",
|
| 79 |
+
"42"
|
| 80 |
+
]
|
| 81 |
+
]
|
| 82 |
+
},
|
| 83 |
+
{
|
| 84 |
+
"query": "What humanitarian and compassionate relief can the Minister grant a foreign national?",
|
| 85 |
+
"answers": [
|
| 86 |
+
[
|
| 87 |
+
"IRPA",
|
| 88 |
+
"25"
|
| 89 |
+
],
|
| 90 |
+
[
|
| 91 |
+
"IRPA",
|
| 92 |
+
"25.1"
|
| 93 |
+
]
|
| 94 |
+
]
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"query": "When can an officer arrest and detain a foreign national without a warrant?",
|
| 98 |
+
"answers": [
|
| 99 |
+
[
|
| 100 |
+
"IRPA",
|
| 101 |
+
"55"
|
| 102 |
+
]
|
| 103 |
+
]
|
| 104 |
+
},
|
| 105 |
+
{
|
| 106 |
+
"query": "Who prepares a report that a permanent resident is inadmissible?",
|
| 107 |
+
"answers": [
|
| 108 |
+
[
|
| 109 |
+
"IRPA",
|
| 110 |
+
"44"
|
| 111 |
+
]
|
| 112 |
+
]
|
| 113 |
+
},
|
| 114 |
+
{
|
| 115 |
+
"query": "Must a person appear for an examination when seeking to enter Canada?",
|
| 116 |
+
"answers": [
|
| 117 |
+
[
|
| 118 |
+
"IRPA",
|
| 119 |
+
"18"
|
| 120 |
+
]
|
| 121 |
+
]
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"query": "What must a person establish to be allowed to enter Canada?",
|
| 125 |
+
"answers": [
|
| 126 |
+
[
|
| 127 |
+
"IRPA",
|
| 128 |
+
"20"
|
| 129 |
+
]
|
| 130 |
+
]
|
| 131 |
+
},
|
| 132 |
+
{
|
| 133 |
+
"query": "What is the definition of a Convention refugee?",
|
| 134 |
+
"answers": [
|
| 135 |
+
[
|
| 136 |
+
"IRPA",
|
| 137 |
+
"96"
|
| 138 |
+
]
|
| 139 |
+
]
|
| 140 |
+
},
|
| 141 |
+
{
|
| 142 |
+
"query": "Who qualifies as a person in need of protection?",
|
| 143 |
+
"answers": [
|
| 144 |
+
[
|
| 145 |
+
"IRPA",
|
| 146 |
+
"97"
|
| 147 |
+
]
|
| 148 |
+
]
|
| 149 |
+
},
|
| 150 |
+
{
|
| 151 |
+
"query": "When is a refugee claim ineligible to be referred to the Refugee Protection Division?",
|
| 152 |
+
"answers": [
|
| 153 |
+
[
|
| 154 |
+
"IRPA",
|
| 155 |
+
"101"
|
| 156 |
+
]
|
| 157 |
+
]
|
| 158 |
+
},
|
| 159 |
+
{
|
| 160 |
+
"query": "What is a pre-removal risk assessment and who can apply for one?",
|
| 161 |
+
"answers": [
|
| 162 |
+
[
|
| 163 |
+
"IRPA",
|
| 164 |
+
"112"
|
| 165 |
+
]
|
| 166 |
+
]
|
| 167 |
+
},
|
| 168 |
+
{
|
| 169 |
+
"query": "When does a removal order become enforceable?",
|
| 170 |
+
"answers": [
|
| 171 |
+
[
|
| 172 |
+
"IRPA",
|
| 173 |
+
"48"
|
| 174 |
+
]
|
| 175 |
+
]
|
| 176 |
+
},
|
| 177 |
+
{
|
| 178 |
+
"query": "Is it an offence to organize the illegal entry of people into Canada?",
|
| 179 |
+
"answers": [
|
| 180 |
+
[
|
| 181 |
+
"IRPA",
|
| 182 |
+
"117"
|
| 183 |
+
]
|
| 184 |
+
]
|
| 185 |
+
},
|
| 186 |
+
{
|
| 187 |
+
"query": "Must a person report to a customs officer when arriving in Canada?",
|
| 188 |
+
"answers": [
|
| 189 |
+
[
|
| 190 |
+
"Customs Act",
|
| 191 |
+
"11"
|
| 192 |
+
]
|
| 193 |
+
]
|
| 194 |
+
},
|
| 195 |
+
{
|
| 196 |
+
"query": "What is the duty to report goods imported into Canada?",
|
| 197 |
+
"answers": [
|
| 198 |
+
[
|
| 199 |
+
"Customs Act",
|
| 200 |
+
"12"
|
| 201 |
+
]
|
| 202 |
+
]
|
| 203 |
+
},
|
| 204 |
+
{
|
| 205 |
+
"query": "Can a customs officer examine imported goods?",
|
| 206 |
+
"answers": [
|
| 207 |
+
[
|
| 208 |
+
"Customs Act",
|
| 209 |
+
"99"
|
| 210 |
+
]
|
| 211 |
+
]
|
| 212 |
+
},
|
| 213 |
+
{
|
| 214 |
+
"query": "When can a customs officer search a person at the border?",
|
| 215 |
+
"answers": [
|
| 216 |
+
[
|
| 217 |
+
"Customs Act",
|
| 218 |
+
"98"
|
| 219 |
+
]
|
| 220 |
+
]
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"query": "What happens when goods are seized for a customs contravention?",
|
| 224 |
+
"answers": [
|
| 225 |
+
[
|
| 226 |
+
"Customs Act",
|
| 227 |
+
"110"
|
| 228 |
+
]
|
| 229 |
+
]
|
| 230 |
+
},
|
| 231 |
+
{
|
| 232 |
+
"query": "What is ascertained forfeiture under the Customs Act?",
|
| 233 |
+
"answers": [
|
| 234 |
+
[
|
| 235 |
+
"Customs Act",
|
| 236 |
+
"124"
|
| 237 |
+
]
|
| 238 |
+
]
|
| 239 |
+
},
|
| 240 |
+
{
|
| 241 |
+
"query": "When do imported goods become forfeit after a customs contravention?",
|
| 242 |
+
"answers": [
|
| 243 |
+
[
|
| 244 |
+
"Customs Act",
|
| 245 |
+
"122"
|
| 246 |
+
]
|
| 247 |
+
]
|
| 248 |
+
},
|
| 249 |
+
{
|
| 250 |
+
"query": "How can a person appeal a customs seizure or penalty decision to the Federal Court?",
|
| 251 |
+
"answers": [
|
| 252 |
+
[
|
| 253 |
+
"Customs Act",
|
| 254 |
+
"135"
|
| 255 |
+
]
|
| 256 |
+
]
|
| 257 |
+
},
|
| 258 |
+
{
|
| 259 |
+
"query": "Advance information about commercial goods before they arrive in Canada",
|
| 260 |
+
"answers": [
|
| 261 |
+
[
|
| 262 |
+
"Customs Act",
|
| 263 |
+
"12.1"
|
| 264 |
+
]
|
| 265 |
+
]
|
| 266 |
+
},
|
| 267 |
+
{
|
| 268 |
+
"query": "How is the value for duty of imported goods determined?",
|
| 269 |
+
"answers": [
|
| 270 |
+
[
|
| 271 |
+
"Customs Act",
|
| 272 |
+
"46"
|
| 273 |
+
],
|
| 274 |
+
[
|
| 275 |
+
"Customs Act",
|
| 276 |
+
"47"
|
| 277 |
+
],
|
| 278 |
+
[
|
| 279 |
+
"Customs Act",
|
| 280 |
+
"48"
|
| 281 |
+
]
|
| 282 |
+
]
|
| 283 |
+
},
|
| 284 |
+
{
|
| 285 |
+
"query": "How are imported goods classified under the Customs Tariff?",
|
| 286 |
+
"answers": [
|
| 287 |
+
[
|
| 288 |
+
"Customs Tariff",
|
| 289 |
+
"10"
|
| 290 |
+
]
|
| 291 |
+
]
|
| 292 |
+
},
|
| 293 |
+
{
|
| 294 |
+
"query": "Which tariff heading in the Customs Tariff Schedule covers a settler's effects on first arrival?",
|
| 295 |
+
"answers": [
|
| 296 |
+
[
|
| 297 |
+
"Customs Tariff",
|
| 298 |
+
"Sch-98.07"
|
| 299 |
+
]
|
| 300 |
+
]
|
| 301 |
+
},
|
| 302 |
+
{
|
| 303 |
+
"query": "What allowance of alcohol and tobacco may a traveller bring back to Canada duty free?",
|
| 304 |
+
"answers": [
|
| 305 |
+
[
|
| 306 |
+
"Customs Tariff",
|
| 307 |
+
"Sch-98.27"
|
| 308 |
+
]
|
| 309 |
+
]
|
| 310 |
+
},
|
| 311 |
+
{
|
| 312 |
+
"query": "Conveyance temporarily imported by a non-resident visiting Canada -- customs tariff treatment",
|
| 313 |
+
"answers": [
|
| 314 |
+
[
|
| 315 |
+
"Customs Tariff",
|
| 316 |
+
"Sch-98.03"
|
| 317 |
+
]
|
| 318 |
+
]
|
| 319 |
+
},
|
| 320 |
+
{
|
| 321 |
+
"query": "Tariff classification of prohibited firearms and weapons under the Customs Tariff",
|
| 322 |
+
"answers": [
|
| 323 |
+
[
|
| 324 |
+
"Customs Tariff",
|
| 325 |
+
"Sch-98.98"
|
| 326 |
+
]
|
| 327 |
+
]
|
| 328 |
+
},
|
| 329 |
+
{
|
| 330 |
+
"query": "Tariff treatment of articles imported for personal use of representatives of foreign countries",
|
| 331 |
+
"answers": [
|
| 332 |
+
[
|
| 333 |
+
"Customs Tariff",
|
| 334 |
+
"Sch-98.08"
|
| 335 |
+
]
|
| 336 |
+
]
|
| 337 |
+
},
|
| 338 |
+
{
|
| 339 |
+
"query": "Must travellers report large amounts of currency when crossing the border?",
|
| 340 |
+
"answers": [
|
| 341 |
+
[
|
| 342 |
+
"PCMLTFA",
|
| 343 |
+
"12"
|
| 344 |
+
]
|
| 345 |
+
]
|
| 346 |
+
},
|
| 347 |
+
{
|
| 348 |
+
"query": "Can an officer seize currency that was not reported at the border?",
|
| 349 |
+
"answers": [
|
| 350 |
+
[
|
| 351 |
+
"PCMLTFA",
|
| 352 |
+
"18"
|
| 353 |
+
]
|
| 354 |
+
]
|
| 355 |
+
},
|
| 356 |
+
{
|
| 357 |
+
"query": "How does someone appeal the forfeiture of seized currency to the Federal Court?",
|
| 358 |
+
"answers": [
|
| 359 |
+
[
|
| 360 |
+
"PCMLTFA",
|
| 361 |
+
"30"
|
| 362 |
+
]
|
| 363 |
+
]
|
| 364 |
+
},
|
| 365 |
+
{
|
| 366 |
+
"query": "Is simple possession of a controlled substance an offence?",
|
| 367 |
+
"answers": [
|
| 368 |
+
[
|
| 369 |
+
"CDSA",
|
| 370 |
+
"4"
|
| 371 |
+
]
|
| 372 |
+
]
|
| 373 |
+
},
|
| 374 |
+
{
|
| 375 |
+
"query": "What is the offence of trafficking in a controlled substance?",
|
| 376 |
+
"answers": [
|
| 377 |
+
[
|
| 378 |
+
"CDSA",
|
| 379 |
+
"5"
|
| 380 |
+
]
|
| 381 |
+
]
|
| 382 |
+
},
|
| 383 |
+
{
|
| 384 |
+
"query": "Is it an offence to import or export a controlled substance?",
|
| 385 |
+
"answers": [
|
| 386 |
+
[
|
| 387 |
+
"CDSA",
|
| 388 |
+
"6"
|
| 389 |
+
]
|
| 390 |
+
]
|
| 391 |
+
},
|
| 392 |
+
{
|
| 393 |
+
"query": "Is possession of cannabis an offence?",
|
| 394 |
+
"answers": [
|
| 395 |
+
[
|
| 396 |
+
"Cannabis Act",
|
| 397 |
+
"8"
|
| 398 |
+
]
|
| 399 |
+
]
|
| 400 |
+
},
|
| 401 |
+
{
|
| 402 |
+
"query": "Can cannabis be imported into or exported from Canada?",
|
| 403 |
+
"answers": [
|
| 404 |
+
[
|
| 405 |
+
"Cannabis Act",
|
| 406 |
+
"11"
|
| 407 |
+
]
|
| 408 |
+
]
|
| 409 |
+
},
|
| 410 |
+
{
|
| 411 |
+
"query": "When can a peace officer arrest a person without a warrant?",
|
| 412 |
+
"answers": [
|
| 413 |
+
[
|
| 414 |
+
"Criminal Code",
|
| 415 |
+
"495"
|
| 416 |
+
]
|
| 417 |
+
]
|
| 418 |
+
},
|
| 419 |
+
{
|
| 420 |
+
"query": "What right does a person have to access their own personal information held by a government institution?",
|
| 421 |
+
"answers": [
|
| 422 |
+
[
|
| 423 |
+
"Privacy Act",
|
| 424 |
+
"12"
|
| 425 |
+
]
|
| 426 |
+
]
|
| 427 |
+
},
|
| 428 |
+
{
|
| 429 |
+
"query": "When may a government institution disclose someone's personal information?",
|
| 430 |
+
"answers": [
|
| 431 |
+
[
|
| 432 |
+
"Privacy Act",
|
| 433 |
+
"8"
|
| 434 |
+
]
|
| 435 |
+
]
|
| 436 |
+
},
|
| 437 |
+
{
|
| 438 |
+
"query": "Can an employee refuse to do work that presents a danger?",
|
| 439 |
+
"answers": [
|
| 440 |
+
[
|
| 441 |
+
"Canada Labour Code",
|
| 442 |
+
"128"
|
| 443 |
+
]
|
| 444 |
+
]
|
| 445 |
+
},
|
| 446 |
+
{
|
| 447 |
+
"query": "What are the standard hours of work for an employee?",
|
| 448 |
+
"answers": [
|
| 449 |
+
[
|
| 450 |
+
"Canada Labour Code",
|
| 451 |
+
"169"
|
| 452 |
+
]
|
| 453 |
+
]
|
| 454 |
+
},
|
| 455 |
+
{
|
| 456 |
+
"query": "What is the standard of review of an administrative decision on judicial review?",
|
| 457 |
+
"answers": [
|
| 458 |
+
[
|
| 459 |
+
"Vavilov",
|
| 460 |
+
""
|
| 461 |
+
]
|
| 462 |
+
]
|
| 463 |
+
},
|
| 464 |
+
{
|
| 465 |
+
"query": "How does the Refugee Appeal Division review a decision of the Refugee Protection Division?",
|
| 466 |
+
"answers": [
|
| 467 |
+
[
|
| 468 |
+
"Huruglica",
|
| 469 |
+
""
|
| 470 |
+
]
|
| 471 |
+
]
|
| 472 |
+
},
|
| 473 |
+
{
|
| 474 |
+
"query": "To get back currency seized at the border, what must the claimant show about the money?",
|
| 475 |
+
"answers": [
|
| 476 |
+
[
|
| 477 |
+
"Sellathurai",
|
| 478 |
+
""
|
| 479 |
+
]
|
| 480 |
+
]
|
| 481 |
+
},
|
| 482 |
+
{
|
| 483 |
+
"query": "What factors shape the content of the duty of procedural fairness in an administrative decision?",
|
| 484 |
+
"answers": [
|
| 485 |
+
[
|
| 486 |
+
"Baker",
|
| 487 |
+
""
|
| 488 |
+
]
|
| 489 |
+
]
|
| 490 |
+
},
|
| 491 |
+
{
|
| 492 |
+
"query": "Can Canada remove a person to a country where they face a substantial risk of torture?",
|
| 493 |
+
"answers": [
|
| 494 |
+
[
|
| 495 |
+
"Suresh",
|
| 496 |
+
""
|
| 497 |
+
]
|
| 498 |
+
]
|
| 499 |
+
},
|
| 500 |
+
{
|
| 501 |
+
"query": "Is the security certificate regime for detaining and removing non-citizens consistent with the Charter?",
|
| 502 |
+
"answers": [
|
| 503 |
+
[
|
| 504 |
+
"Charkaoui",
|
| 505 |
+
""
|
| 506 |
+
]
|
| 507 |
+
]
|
| 508 |
+
},
|
| 509 |
+
{
|
| 510 |
+
"query": "Do refugee claimants have a right to an oral hearing under the Charter?",
|
| 511 |
+
"answers": [
|
| 512 |
+
[
|
| 513 |
+
"Singh",
|
| 514 |
+
""
|
| 515 |
+
]
|
| 516 |
+
]
|
| 517 |
+
},
|
| 518 |
+
{
|
| 519 |
+
"query": "What is a particular social group in the definition of a Convention refugee?",
|
| 520 |
+
"answers": [
|
| 521 |
+
[
|
| 522 |
+
"Ward",
|
| 523 |
+
""
|
| 524 |
+
]
|
| 525 |
+
]
|
| 526 |
+
},
|
| 527 |
+
{
|
| 528 |
+
"query": "When is a person excluded from refugee protection for acts contrary to the purposes of the United Nations?",
|
| 529 |
+
"answers": [
|
| 530 |
+
[
|
| 531 |
+
"Pushpanathan",
|
| 532 |
+
""
|
| 533 |
+
]
|
| 534 |
+
]
|
| 535 |
+
},
|
| 536 |
+
{
|
| 537 |
+
"query": "What degree of involvement makes a person complicit in international crimes and excluded from refugee protection?",
|
| 538 |
+
"answers": [
|
| 539 |
+
[
|
| 540 |
+
"Ezokola",
|
| 541 |
+
""
|
| 542 |
+
]
|
| 543 |
+
]
|
| 544 |
+
},
|
| 545 |
+
{
|
| 546 |
+
"query": "Can a person be denied refugee protection for a serious crime committed abroad before claiming asylum?",
|
| 547 |
+
"answers": [
|
| 548 |
+
[
|
| 549 |
+
"Febles",
|
| 550 |
+
""
|
| 551 |
+
]
|
| 552 |
+
]
|
| 553 |
+
},
|
| 554 |
+
{
|
| 555 |
+
"query": "How must a decision-maker weigh the best interests of a child in a humanitarian and compassionate application?",
|
| 556 |
+
"answers": [
|
| 557 |
+
[
|
| 558 |
+
"Kanthasamy",
|
| 559 |
+
""
|
| 560 |
+
]
|
| 561 |
+
]
|
| 562 |
+
},
|
| 563 |
+
{
|
| 564 |
+
"query": "What does the national interest mean when the Minister grants relief from security inadmissibility?",
|
| 565 |
+
"answers": [
|
| 566 |
+
[
|
| 567 |
+
"Agraira",
|
| 568 |
+
""
|
| 569 |
+
]
|
| 570 |
+
]
|
| 571 |
+
},
|
| 572 |
+
{
|
| 573 |
+
"query": "Does helping fellow asylum seekers enter a country illegally amount to people smuggling for inadmissibility?",
|
| 574 |
+
"answers": [
|
| 575 |
+
[
|
| 576 |
+
"B010",
|
| 577 |
+
""
|
| 578 |
+
]
|
| 579 |
+
]
|
| 580 |
+
},
|
| 581 |
+
{
|
| 582 |
+
"query": "Is the offence of human smuggling unconstitutionally overbroad if it captures humanitarian aid?",
|
| 583 |
+
"answers": [
|
| 584 |
+
[
|
| 585 |
+
"Appulonappa",
|
| 586 |
+
""
|
| 587 |
+
]
|
| 588 |
+
]
|
| 589 |
+
},
|
| 590 |
+
{
|
| 591 |
+
"query": "Does a conditional sentence count as a term of imprisonment for serious criminality?",
|
| 592 |
+
"answers": [
|
| 593 |
+
[
|
| 594 |
+
"Tran",
|
| 595 |
+
""
|
| 596 |
+
]
|
| 597 |
+
]
|
| 598 |
+
},
|
| 599 |
+
{
|
| 600 |
+
"query": "Can an immigration detainee challenge their detention through habeas corpus?",
|
| 601 |
+
"answers": [
|
| 602 |
+
[
|
| 603 |
+
"Chhina",
|
| 604 |
+
""
|
| 605 |
+
]
|
| 606 |
+
]
|
| 607 |
+
},
|
| 608 |
+
{
|
| 609 |
+
"query": "What kinds of border search engage the Charter protection against unreasonable search and seizure?",
|
| 610 |
+
"answers": [
|
| 611 |
+
[
|
| 612 |
+
"Simmons",
|
| 613 |
+
""
|
| 614 |
+
]
|
| 615 |
+
]
|
| 616 |
+
},
|
| 617 |
+
{
|
| 618 |
+
"query": "Does inadmissibility for membership in a terrorist organization require a complicity analysis?",
|
| 619 |
+
"answers": [
|
| 620 |
+
[
|
| 621 |
+
"Kanagendren",
|
| 622 |
+
""
|
| 623 |
+
]
|
| 624 |
+
]
|
| 625 |
+
},
|
| 626 |
+
{
|
| 627 |
+
"query": "How broadly is a criminal organization interpreted for organized criminality inadmissibility?",
|
| 628 |
+
"answers": [
|
| 629 |
+
[
|
| 630 |
+
"Sittampalam",
|
| 631 |
+
""
|
| 632 |
+
]
|
| 633 |
+
]
|
| 634 |
+
},
|
| 635 |
+
{
|
| 636 |
+
"query": "What principles govern a finding of inadmissibility for misrepresentation?",
|
| 637 |
+
"answers": [
|
| 638 |
+
[
|
| 639 |
+
"Goburdhun",
|
| 640 |
+
""
|
| 641 |
+
]
|
| 642 |
+
]
|
| 643 |
+
},
|
| 644 |
+
{
|
| 645 |
+
"query": "What is the innocent-misrepresentation defence to inadmissibility under IRPA s. 40?",
|
| 646 |
+
"answers": [
|
| 647 |
+
[
|
| 648 |
+
"Wang",
|
| 649 |
+
""
|
| 650 |
+
]
|
| 651 |
+
]
|
| 652 |
+
},
|
| 653 |
+
{
|
| 654 |
+
"query": "Must a misrepresentation under IRPA s. 40 be intentional, deliberate or negligent to be material?",
|
| 655 |
+
"answers": [
|
| 656 |
+
[
|
| 657 |
+
"Bellido",
|
| 658 |
+
""
|
| 659 |
+
]
|
| 660 |
+
]
|
| 661 |
+
},
|
| 662 |
+
{
|
| 663 |
+
"query": "At an immigration detention review, who bears the onus and how are earlier detention rulings treated?",
|
| 664 |
+
"answers": [
|
| 665 |
+
[
|
| 666 |
+
"Thanabalasingham",
|
| 667 |
+
""
|
| 668 |
+
]
|
| 669 |
+
]
|
| 670 |
+
},
|
| 671 |
+
{
|
| 672 |
+
"query": "What is the test for admitting new evidence in a pre-removal risk assessment?",
|
| 673 |
+
"answers": [
|
| 674 |
+
[
|
| 675 |
+
"Raza",
|
| 676 |
+
""
|
| 677 |
+
]
|
| 678 |
+
]
|
| 679 |
+
},
|
| 680 |
+
{
|
| 681 |
+
"query": "Are gold coins currency or monetary instruments that must be reported when imported?",
|
| 682 |
+
"answers": [
|
| 683 |
+
[
|
| 684 |
+
"Hociung",
|
| 685 |
+
""
|
| 686 |
+
]
|
| 687 |
+
]
|
| 688 |
+
},
|
| 689 |
+
{
|
| 690 |
+
"query": "How do the courts review a customs tariff classification decision?",
|
| 691 |
+
"answers": [
|
| 692 |
+
[
|
| 693 |
+
"Best Buy",
|
| 694 |
+
""
|
| 695 |
+
]
|
| 696 |
+
]
|
| 697 |
+
},
|
| 698 |
+
{
|
| 699 |
+
"query": "What does CBSA policy say about how the value for duty of imported goods is established?",
|
| 700 |
+
"answers": [
|
| 701 |
+
[
|
| 702 |
+
"D-Memo",
|
| 703 |
+
"D13-1-1"
|
| 704 |
+
]
|
| 705 |
+
]
|
| 706 |
+
},
|
| 707 |
+
{
|
| 708 |
+
"query": "What are CBSA's requirements for marking imported goods with their country of origin?",
|
| 709 |
+
"answers": [
|
| 710 |
+
[
|
| 711 |
+
"D-Memo",
|
| 712 |
+
"D11-3-1"
|
| 713 |
+
]
|
| 714 |
+
]
|
| 715 |
+
},
|
| 716 |
+
{
|
| 717 |
+
"query": "What is CBSA's guidance on importing or exporting cannabis and controlled substances?",
|
| 718 |
+
"answers": [
|
| 719 |
+
[
|
| 720 |
+
"D-Memo",
|
| 721 |
+
"D19-9-2"
|
| 722 |
+
]
|
| 723 |
+
]
|
| 724 |
+
},
|
| 725 |
+
{
|
| 726 |
+
"query": "What personal exemptions can a resident claim when returning to Canada, per CBSA guidance?",
|
| 727 |
+
"answers": [
|
| 728 |
+
[
|
| 729 |
+
"D-Memo",
|
| 730 |
+
"D2-3-1"
|
| 731 |
+
]
|
| 732 |
+
]
|
| 733 |
+
},
|
| 734 |
+
{
|
| 735 |
+
"query": "What is CBSA's guidance on cross-border currency and monetary instruments reporting?",
|
| 736 |
+
"answers": [
|
| 737 |
+
[
|
| 738 |
+
"D-Memo",
|
| 739 |
+
"D19-14-1"
|
| 740 |
+
]
|
| 741 |
+
]
|
| 742 |
+
},
|
| 743 |
+
{
|
| 744 |
+
"query": "How does CBSA decide whether imported material is obscene?",
|
| 745 |
+
"answers": [
|
| 746 |
+
[
|
| 747 |
+
"D-Memo",
|
| 748 |
+
"D9-1-1"
|
| 749 |
+
]
|
| 750 |
+
]
|
| 751 |
+
},
|
| 752 |
+
{
|
| 753 |
+
"query": "What proof of origin does CBSA require for imported goods?",
|
| 754 |
+
"answers": [
|
| 755 |
+
[
|
| 756 |
+
"D-Memo",
|
| 757 |
+
"D11-4-2"
|
| 758 |
+
]
|
| 759 |
+
]
|
| 760 |
+
},
|
| 761 |
+
{
|
| 762 |
+
"query": "What is the Canadian Goods Abroad Program for goods sent outside Canada for repair?",
|
| 763 |
+
"answers": [
|
| 764 |
+
[
|
| 765 |
+
"D-Memo",
|
| 766 |
+
"D8-2-1"
|
| 767 |
+
]
|
| 768 |
+
]
|
| 769 |
+
},
|
| 770 |
+
{
|
| 771 |
+
"query": "How does the FB Border Services collective agreement deal with discipline of an employee?",
|
| 772 |
+
"answers": [
|
| 773 |
+
[
|
| 774 |
+
"FB Agreement",
|
| 775 |
+
"17"
|
| 776 |
+
]
|
| 777 |
+
]
|
| 778 |
+
},
|
| 779 |
+
{
|
| 780 |
+
"query": "What is the grievance procedure under the FB collective agreement?",
|
| 781 |
+
"answers": [
|
| 782 |
+
[
|
| 783 |
+
"FB Agreement",
|
| 784 |
+
"18"
|
| 785 |
+
]
|
| 786 |
+
]
|
| 787 |
+
},
|
| 788 |
+
{
|
| 789 |
+
"query": "What are the hours of work under the FB Border Services collective agreement?",
|
| 790 |
+
"answers": [
|
| 791 |
+
[
|
| 792 |
+
"FB Agreement",
|
| 793 |
+
"25"
|
| 794 |
+
]
|
| 795 |
+
]
|
| 796 |
+
},
|
| 797 |
+
{
|
| 798 |
+
"query": "How is overtime compensated under the FB collective agreement?",
|
| 799 |
+
"answers": [
|
| 800 |
+
[
|
| 801 |
+
"FB Agreement",
|
| 802 |
+
"28"
|
| 803 |
+
]
|
| 804 |
+
]
|
| 805 |
+
},
|
| 806 |
+
{
|
| 807 |
+
"query": "How much vacation leave with pay do FB-group employees earn?",
|
| 808 |
+
"answers": [
|
| 809 |
+
[
|
| 810 |
+
"FB Agreement",
|
| 811 |
+
"34"
|
| 812 |
+
]
|
| 813 |
+
]
|
| 814 |
+
},
|
| 815 |
+
{
|
| 816 |
+
"query": "What is the bilingualism bonus and who is eligible to receive it?",
|
| 817 |
+
"answers": [
|
| 818 |
+
[
|
| 819 |
+
"Bilingualism Bonus Directive",
|
| 820 |
+
""
|
| 821 |
+
]
|
| 822 |
+
]
|
| 823 |
+
},
|
| 824 |
+
{
|
| 825 |
+
"query": "What assistance is available to a federal employee who faces unusual daily commuting costs?",
|
| 826 |
+
"answers": [
|
| 827 |
+
[
|
| 828 |
+
"Commuting Assistance Directive",
|
| 829 |
+
""
|
| 830 |
+
]
|
| 831 |
+
]
|
| 832 |
+
},
|
| 833 |
+
{
|
| 834 |
+
"query": "When may the Immigration Division order the release of a detained person?",
|
| 835 |
+
"answers": [
|
| 836 |
+
[
|
| 837 |
+
"IRPA",
|
| 838 |
+
"58"
|
| 839 |
+
]
|
| 840 |
+
]
|
| 841 |
+
},
|
| 842 |
+
{
|
| 843 |
+
"query": "When is there no right to appeal a removal order to the Immigration Appeal Division?",
|
| 844 |
+
"answers": [
|
| 845 |
+
[
|
| 846 |
+
"IRPA",
|
| 847 |
+
"64"
|
| 848 |
+
]
|
| 849 |
+
]
|
| 850 |
+
},
|
| 851 |
+
{
|
| 852 |
+
"query": "Is distributing cannabis an offence?",
|
| 853 |
+
"answers": [
|
| 854 |
+
[
|
| 855 |
+
"Cannabis Act",
|
| 856 |
+
"9"
|
| 857 |
+
]
|
| 858 |
+
]
|
| 859 |
+
},
|
| 860 |
+
{
|
| 861 |
+
"query": "What is the offence of smuggling goods into Canada under the Customs Act?",
|
| 862 |
+
"answers": [
|
| 863 |
+
[
|
| 864 |
+
"Customs Act",
|
| 865 |
+
"159"
|
| 866 |
+
]
|
| 867 |
+
]
|
| 868 |
+
},
|
| 869 |
+
{
|
| 870 |
+
"query": "Is an employee entitled to medical leave under the Canada Labour Code?",
|
| 871 |
+
"answers": [
|
| 872 |
+
[
|
| 873 |
+
"Canada Labour Code",
|
| 874 |
+
"239"
|
| 875 |
+
]
|
| 876 |
+
]
|
| 877 |
+
},
|
| 878 |
+
{
|
| 879 |
+
"query": "How should an employer apply progressive discipline to a border services officer?",
|
| 880 |
+
"answers": [
|
| 881 |
+
[
|
| 882 |
+
"Menzies",
|
| 883 |
+
""
|
| 884 |
+
]
|
| 885 |
+
]
|
| 886 |
+
},
|
| 887 |
+
{
|
| 888 |
+
"query": "What is the burden and standard of proof when an employer defends a disciplinary grievance?",
|
| 889 |
+
"answers": [
|
| 890 |
+
[
|
| 891 |
+
"Basra (2007)",
|
| 892 |
+
""
|
| 893 |
+
]
|
| 894 |
+
]
|
| 895 |
+
},
|
| 896 |
+
{
|
| 897 |
+
"query": "What factors determine whether an employer had just cause to discipline or terminate an employee?",
|
| 898 |
+
"answers": [
|
| 899 |
+
[
|
| 900 |
+
"Pepper",
|
| 901 |
+
""
|
| 902 |
+
]
|
| 903 |
+
]
|
| 904 |
+
},
|
| 905 |
+
{
|
| 906 |
+
"query": "What is the test for whether a union breached its duty of fair representation?",
|
| 907 |
+
"answers": [
|
| 908 |
+
[
|
| 909 |
+
"McRaeJackson",
|
| 910 |
+
""
|
| 911 |
+
]
|
| 912 |
+
]
|
| 913 |
+
},
|
| 914 |
+
{
|
| 915 |
+
"query": "Can a union breach the duty of fair representation in how it handles a vaccination-policy grievance?",
|
| 916 |
+
"answers": [
|
| 917 |
+
[
|
| 918 |
+
"Watson",
|
| 919 |
+
""
|
| 920 |
+
]
|
| 921 |
+
]
|
| 922 |
+
},
|
| 923 |
+
{
|
| 924 |
+
"query": "Is it consistent with the Charter of Rights to deport a permanent resident convicted of serious crimes?",
|
| 925 |
+
"answers": [
|
| 926 |
+
[
|
| 927 |
+
"Chiarelli",
|
| 928 |
+
""
|
| 929 |
+
]
|
| 930 |
+
]
|
| 931 |
+
},
|
| 932 |
+
{
|
| 933 |
+
"query": "When the Immigration Appeal Division hears an appeal from a removal order, may it weigh the hardship the person would face in the country of removal?",
|
| 934 |
+
"answers": [
|
| 935 |
+
[
|
| 936 |
+
"Chieu",
|
| 937 |
+
""
|
| 938 |
+
]
|
| 939 |
+
]
|
| 940 |
+
},
|
| 941 |
+
{
|
| 942 |
+
"query": "Does a non-citizen have a Charter right to remain in Canada?",
|
| 943 |
+
"answers": [
|
| 944 |
+
[
|
| 945 |
+
"Medovarski",
|
| 946 |
+
""
|
| 947 |
+
]
|
| 948 |
+
]
|
| 949 |
+
},
|
| 950 |
+
{
|
| 951 |
+
"query": "What must be established for inadmissibility for incitement to genocide or a crime against humanity?",
|
| 952 |
+
"answers": [
|
| 953 |
+
[
|
| 954 |
+
"Mugesera",
|
| 955 |
+
""
|
| 956 |
+
]
|
| 957 |
+
]
|
| 958 |
+
},
|
| 959 |
+
{
|
| 960 |
+
"query": "Is the IRPA security-certificate regime, with its special advocate scheme, consistent with the Charter?",
|
| 961 |
+
"answers": [
|
| 962 |
+
[
|
| 963 |
+
"Harkat",
|
| 964 |
+
""
|
| 965 |
+
]
|
| 966 |
+
]
|
| 967 |
+
},
|
| 968 |
+
{
|
| 969 |
+
"query": "How does the principle of non-refoulement constrain Canada when it extradites a person who holds refugee protection?",
|
| 970 |
+
"answers": [
|
| 971 |
+
[
|
| 972 |
+
"Németh",
|
| 973 |
+
""
|
| 974 |
+
]
|
| 975 |
+
]
|
| 976 |
+
},
|
| 977 |
+
{
|
| 978 |
+
"query": "What procedural fairness is owed to a sponsor before the government enforces a sponsorship-undertaking debt?",
|
| 979 |
+
"answers": [
|
| 980 |
+
[
|
| 981 |
+
"Mavi",
|
| 982 |
+
""
|
| 983 |
+
]
|
| 984 |
+
]
|
| 985 |
+
},
|
| 986 |
+
{
|
| 987 |
+
"query": "Can a sentencing court take the immigration consequences of a sentence into account?",
|
| 988 |
+
"answers": [
|
| 989 |
+
[
|
| 990 |
+
"Pham",
|
| 991 |
+
""
|
| 992 |
+
]
|
| 993 |
+
]
|
| 994 |
+
},
|
| 995 |
+
{
|
| 996 |
+
"query": "Can a fear of coerced sterilization under a one-child population-control policy support a refugee claim?",
|
| 997 |
+
"answers": [
|
| 998 |
+
[
|
| 999 |
+
"Chan",
|
| 1000 |
+
""
|
| 1001 |
+
]
|
| 1002 |
+
]
|
| 1003 |
+
},
|
| 1004 |
+
{
|
| 1005 |
+
"query": "Can a customs officer stop and search a vehicle near the border on reasonable suspicion of a customs offence?",
|
| 1006 |
+
"answers": [
|
| 1007 |
+
[
|
| 1008 |
+
"Jacques",
|
| 1009 |
+
""
|
| 1010 |
+
]
|
| 1011 |
+
]
|
| 1012 |
+
},
|
| 1013 |
+
{
|
| 1014 |
+
"query": "Is an ascertained-forfeiture proceeding under the Customs Act penal enough to engage the right against self-incrimination?",
|
| 1015 |
+
"answers": [
|
| 1016 |
+
[
|
| 1017 |
+
"Martineau",
|
| 1018 |
+
""
|
| 1019 |
+
]
|
| 1020 |
+
]
|
| 1021 |
+
},
|
| 1022 |
+
{
|
| 1023 |
+
"query": "Does a person's age at the time of involvement matter to inadmissibility for membership in a terrorist organization?",
|
| 1024 |
+
"answers": [
|
| 1025 |
+
[
|
| 1026 |
+
"Poshteh",
|
| 1027 |
+
""
|
| 1028 |
+
]
|
| 1029 |
+
]
|
| 1030 |
+
},
|
| 1031 |
+
{
|
| 1032 |
+
"query": "Can a deserter from the United States military succeed in a refugee or humanitarian and compassionate claim in Canada?",
|
| 1033 |
+
"answers": [
|
| 1034 |
+
[
|
| 1035 |
+
"Hinzman",
|
| 1036 |
+
""
|
| 1037 |
+
]
|
| 1038 |
+
]
|
| 1039 |
+
},
|
| 1040 |
+
{
|
| 1041 |
+
"query": "Does a Refugee Protection Division guideline that sets the order of questioning improperly fetter a member's discretion?",
|
| 1042 |
+
"answers": [
|
| 1043 |
+
[
|
| 1044 |
+
"Thamotharem",
|
| 1045 |
+
""
|
| 1046 |
+
]
|
| 1047 |
+
]
|
| 1048 |
+
},
|
| 1049 |
+
{
|
| 1050 |
+
"query": "Can a person with no immigration status obtain coverage under the Interim Federal Health Program?",
|
| 1051 |
+
"answers": [
|
| 1052 |
+
[
|
| 1053 |
+
"Toussaint",
|
| 1054 |
+
""
|
| 1055 |
+
]
|
| 1056 |
+
]
|
| 1057 |
+
},
|
| 1058 |
+
{
|
| 1059 |
+
"query": "What does a finding of no credible basis mean for a refugee claim?",
|
| 1060 |
+
"answers": [
|
| 1061 |
+
[
|
| 1062 |
+
"Rahaman",
|
| 1063 |
+
""
|
| 1064 |
+
]
|
| 1065 |
+
]
|
| 1066 |
+
},
|
| 1067 |
+
{
|
| 1068 |
+
"query": "How is the reasonableness of a security certificate assessed on a re-determination after Charkaoui?",
|
| 1069 |
+
"answers": [
|
| 1070 |
+
[
|
| 1071 |
+
"Almrei",
|
| 1072 |
+
""
|
| 1073 |
+
]
|
| 1074 |
+
]
|
| 1075 |
+
},
|
| 1076 |
+
{
|
| 1077 |
+
"query": "Can a permanent resident be found inadmissible for acts of violence that endanger safety in Canada even without a conviction?",
|
| 1078 |
+
"answers": [
|
| 1079 |
+
[
|
| 1080 |
+
"Mason",
|
| 1081 |
+
""
|
| 1082 |
+
]
|
| 1083 |
+
]
|
| 1084 |
+
},
|
| 1085 |
+
{
|
| 1086 |
+
"query": "How much deference does the Immigration Appeal Division receive when it declines to grant discretionary relief from removal?",
|
| 1087 |
+
"answers": [
|
| 1088 |
+
[
|
| 1089 |
+
"Khosa",
|
| 1090 |
+
""
|
| 1091 |
+
]
|
| 1092 |
+
]
|
| 1093 |
+
},
|
| 1094 |
+
{
|
| 1095 |
+
"query": "Is lengthy immigration detention consistent with the Charter protection against arbitrary detention?",
|
| 1096 |
+
"answers": [
|
| 1097 |
+
[
|
| 1098 |
+
"Brown",
|
| 1099 |
+
""
|
| 1100 |
+
]
|
| 1101 |
+
]
|
| 1102 |
+
},
|
| 1103 |
+
{
|
| 1104 |
+
"query": "Is the designation of the United States as a safe third country for refugee claimants constitutional?",
|
| 1105 |
+
"answers": [
|
| 1106 |
+
[
|
| 1107 |
+
"CCRf",
|
| 1108 |
+
""
|
| 1109 |
+
]
|
| 1110 |
+
]
|
| 1111 |
+
},
|
| 1112 |
+
{
|
| 1113 |
+
"query": "Can an employee with an addiction be dismissed for breach of a drug and alcohol policy in a safety-sensitive workplace?",
|
| 1114 |
+
"answers": [
|
| 1115 |
+
[
|
| 1116 |
+
"Elk Valley",
|
| 1117 |
+
""
|
| 1118 |
+
]
|
| 1119 |
+
]
|
| 1120 |
+
},
|
| 1121 |
+
{
|
| 1122 |
+
"query": "When is random alcohol testing permitted in a unionized safety-sensitive workplace?",
|
| 1123 |
+
"answers": [
|
| 1124 |
+
[
|
| 1125 |
+
"Irving",
|
| 1126 |
+
""
|
| 1127 |
+
]
|
| 1128 |
+
]
|
| 1129 |
+
},
|
| 1130 |
+
{
|
| 1131 |
+
"query": "Do RCMP members have a Charter right to collective bargaining?",
|
| 1132 |
+
"answers": [
|
| 1133 |
+
[
|
| 1134 |
+
"MPAO",
|
| 1135 |
+
""
|
| 1136 |
+
]
|
| 1137 |
+
]
|
| 1138 |
+
},
|
| 1139 |
+
{
|
| 1140 |
+
"query": "Is the right to strike protected by the Charter?",
|
| 1141 |
+
"answers": [
|
| 1142 |
+
[
|
| 1143 |
+
"SFL",
|
| 1144 |
+
""
|
| 1145 |
+
]
|
| 1146 |
+
]
|
| 1147 |
+
},
|
| 1148 |
+
{
|
| 1149 |
+
"query": "What meal and incidental allowances can a federal employee claim while travelling on government business?",
|
| 1150 |
+
"answers": [
|
| 1151 |
+
[
|
| 1152 |
+
"Travel Directive",
|
| 1153 |
+
""
|
| 1154 |
+
]
|
| 1155 |
+
]
|
| 1156 |
+
},
|
| 1157 |
+
{
|
| 1158 |
+
"query": "What is a federal employee entitled to when the employer requires them to wear a uniform?",
|
| 1159 |
+
"answers": [
|
| 1160 |
+
[
|
| 1161 |
+
"Uniforms Directive",
|
| 1162 |
+
""
|
| 1163 |
+
]
|
| 1164 |
+
]
|
| 1165 |
+
},
|
| 1166 |
+
{
|
| 1167 |
+
"query": "What protections does an indeterminate employee have when their position is declared surplus?",
|
| 1168 |
+
"answers": [
|
| 1169 |
+
[
|
| 1170 |
+
"Work Force Adjustment Directive",
|
| 1171 |
+
""
|
| 1172 |
+
]
|
| 1173 |
+
]
|
| 1174 |
+
},
|
| 1175 |
+
{
|
| 1176 |
+
"query": "Is there an allowance for an employee required to administer first aid to the general public?",
|
| 1177 |
+
"answers": [
|
| 1178 |
+
[
|
| 1179 |
+
"First Aid to the General Public - Allowance for Employees",
|
| 1180 |
+
""
|
| 1181 |
+
]
|
| 1182 |
+
]
|
| 1183 |
+
},
|
| 1184 |
+
{
|
| 1185 |
+
"query": "What allowances are available to a federal employee posted at an isolated post?",
|
| 1186 |
+
"answers": [
|
| 1187 |
+
[
|
| 1188 |
+
"Isolated Posts and Government Housing Directive",
|
| 1189 |
+
""
|
| 1190 |
+
]
|
| 1191 |
+
]
|
| 1192 |
+
},
|
| 1193 |
+
{
|
| 1194 |
+
"query": "What relocation expenses are reimbursed when a federal employee must move for work?",
|
| 1195 |
+
"answers": [
|
| 1196 |
+
[
|
| 1197 |
+
"NJC Relocation Directive",
|
| 1198 |
+
""
|
| 1199 |
+
]
|
| 1200 |
+
]
|
| 1201 |
+
},
|
| 1202 |
+
{
|
| 1203 |
+
"query": "What occupational health and safety obligations does the NJC directive place on the employer?",
|
| 1204 |
+
"answers": [
|
| 1205 |
+
[
|
| 1206 |
+
"Occupational Health and Safety Directive",
|
| 1207 |
+
""
|
| 1208 |
+
]
|
| 1209 |
+
]
|
| 1210 |
+
},
|
| 1211 |
+
{
|
| 1212 |
+
"query": "What coverage does the Public Service Health Care Plan provide?",
|
| 1213 |
+
"answers": [
|
| 1214 |
+
[
|
| 1215 |
+
"Public Service Health Care Plan Directive",
|
| 1216 |
+
""
|
| 1217 |
+
],
|
| 1218 |
+
[
|
| 1219 |
+
"PSHCP",
|
| 1220 |
+
""
|
| 1221 |
+
]
|
| 1222 |
+
]
|
| 1223 |
+
},
|
| 1224 |
+
{
|
| 1225 |
+
"query": "What does the PSHCP member booklet say about prescription drug coverage?",
|
| 1226 |
+
"answers": [
|
| 1227 |
+
[
|
| 1228 |
+
"PSHCP",
|
| 1229 |
+
""
|
| 1230 |
+
]
|
| 1231 |
+
]
|
| 1232 |
+
},
|
| 1233 |
+
{
|
| 1234 |
+
"query": "What dental services are covered under the Public Service Dental Care Plan for employees?",
|
| 1235 |
+
"answers": [
|
| 1236 |
+
[
|
| 1237 |
+
"PSDCP",
|
| 1238 |
+
""
|
| 1239 |
+
]
|
| 1240 |
+
]
|
| 1241 |
+
},
|
| 1242 |
+
{
|
| 1243 |
+
"query": "What dental coverage do federal pensioners get under the Pensioners' Dental Services Plan?",
|
| 1244 |
+
"answers": [
|
| 1245 |
+
[
|
| 1246 |
+
"PDSP",
|
| 1247 |
+
""
|
| 1248 |
+
]
|
| 1249 |
+
]
|
| 1250 |
+
},
|
| 1251 |
+
{
|
| 1252 |
+
"query": "What life and disability insurance does the Public Service Management Insurance Plan provide for excluded employees?",
|
| 1253 |
+
"answers": [
|
| 1254 |
+
[
|
| 1255 |
+
"PSMIP",
|
| 1256 |
+
""
|
| 1257 |
+
]
|
| 1258 |
+
]
|
| 1259 |
+
},
|
| 1260 |
+
{
|
| 1261 |
+
"query": "What support do the Foreign Service Directives give an employee posted outside Canada?",
|
| 1262 |
+
"answers": [
|
| 1263 |
+
[
|
| 1264 |
+
"Foreign Service Directives",
|
| 1265 |
+
""
|
| 1266 |
+
]
|
| 1267 |
+
]
|
| 1268 |
+
},
|
| 1269 |
+
{
|
| 1270 |
+
"query": "Who has a right to appeal a decision to the Immigration Appeal Division?",
|
| 1271 |
+
"answers": [
|
| 1272 |
+
[
|
| 1273 |
+
"IRPA",
|
| 1274 |
+
"63"
|
| 1275 |
+
]
|
| 1276 |
+
]
|
| 1277 |
+
},
|
| 1278 |
+
{
|
| 1279 |
+
"query": "What are the objectives of the Immigration and Refugee Protection Act?",
|
| 1280 |
+
"answers": [
|
| 1281 |
+
[
|
| 1282 |
+
"IRPA",
|
| 1283 |
+
"3"
|
| 1284 |
+
]
|
| 1285 |
+
]
|
| 1286 |
+
},
|
| 1287 |
+
{
|
| 1288 |
+
"query": "Can a non-unionized federally regulated employee complain that they were unjustly dismissed?",
|
| 1289 |
+
"answers": [
|
| 1290 |
+
[
|
| 1291 |
+
"Canada Labour Code",
|
| 1292 |
+
"240"
|
| 1293 |
+
]
|
| 1294 |
+
]
|
| 1295 |
+
},
|
| 1296 |
+
{
|
| 1297 |
+
"query": "What does CBSA disclose about normal values and export prices under the Special Import Measures Act?",
|
| 1298 |
+
"answers": [
|
| 1299 |
+
[
|
| 1300 |
+
"D-Memo",
|
| 1301 |
+
"D14-1-2"
|
| 1302 |
+
]
|
| 1303 |
+
]
|
| 1304 |
+
},
|
| 1305 |
+
{
|
| 1306 |
+
"query": "What are CBSA's requirements for importing or exporting cultural property?",
|
| 1307 |
+
"answers": [
|
| 1308 |
+
[
|
| 1309 |
+
"D-Memo",
|
| 1310 |
+
"D19-4-1"
|
| 1311 |
+
]
|
| 1312 |
+
]
|
| 1313 |
+
},
|
| 1314 |
+
{
|
| 1315 |
+
"query": "When assessing criminal inadmissibility for a conviction abroad, must a decision-maker consider whether the defence of duress was practically available in that country?",
|
| 1316 |
+
"answers": [
|
| 1317 |
+
[
|
| 1318 |
+
"Rodriguez Anzola",
|
| 1319 |
+
""
|
| 1320 |
+
]
|
| 1321 |
+
]
|
| 1322 |
+
},
|
| 1323 |
+
{
|
| 1324 |
+
"query": "What is the mandate of the Canada Border Services Agency?",
|
| 1325 |
+
"answers": [
|
| 1326 |
+
[
|
| 1327 |
+
"CBSA Act",
|
| 1328 |
+
""
|
| 1329 |
+
]
|
| 1330 |
+
]
|
| 1331 |
+
},
|
| 1332 |
+
{
|
| 1333 |
+
"query": "How is a grievance referred to adjudication in the federal public service?",
|
| 1334 |
+
"answers": [
|
| 1335 |
+
[
|
| 1336 |
+
"FPSLRA",
|
| 1337 |
+
""
|
| 1338 |
+
]
|
| 1339 |
+
]
|
| 1340 |
+
},
|
| 1341 |
+
{
|
| 1342 |
+
"query": "What is the Federal Public Sector Labour Relations and Employment Board?",
|
| 1343 |
+
"answers": [
|
| 1344 |
+
[
|
| 1345 |
+
"FPSLREB Act",
|
| 1346 |
+
""
|
| 1347 |
+
],
|
| 1348 |
+
[
|
| 1349 |
+
"FPSLRA",
|
| 1350 |
+
""
|
| 1351 |
+
]
|
| 1352 |
+
]
|
| 1353 |
+
},
|
| 1354 |
+
{
|
| 1355 |
+
"query": "What are the requirements to become a Canadian citizen by grant?",
|
| 1356 |
+
"answers": [
|
| 1357 |
+
[
|
| 1358 |
+
"Citizenship Act",
|
| 1359 |
+
""
|
| 1360 |
+
]
|
| 1361 |
+
]
|
| 1362 |
+
},
|
| 1363 |
+
{
|
| 1364 |
+
"query": "How are dumping and subsidizing of imported goods investigated and what duties apply?",
|
| 1365 |
+
"answers": [
|
| 1366 |
+
[
|
| 1367 |
+
"SIMA",
|
| 1368 |
+
""
|
| 1369 |
+
]
|
| 1370 |
+
]
|
| 1371 |
+
},
|
| 1372 |
+
{
|
| 1373 |
+
"query": "When is a permit required to export goods on the Export Control List?",
|
| 1374 |
+
"answers": [
|
| 1375 |
+
[
|
| 1376 |
+
"EIPA",
|
| 1377 |
+
""
|
| 1378 |
+
]
|
| 1379 |
+
]
|
| 1380 |
+
},
|
| 1381 |
+
{
|
| 1382 |
+
"query": "What authorization is required to import a firearm into Canada?",
|
| 1383 |
+
"answers": [
|
| 1384 |
+
[
|
| 1385 |
+
"Firearms Act",
|
| 1386 |
+
""
|
| 1387 |
+
]
|
| 1388 |
+
]
|
| 1389 |
+
},
|
| 1390 |
+
{
|
| 1391 |
+
"query": "What are the procedures for an admissibility hearing before the Immigration Division?",
|
| 1392 |
+
"answers": [
|
| 1393 |
+
[
|
| 1394 |
+
"Immigration Division Rules",
|
| 1395 |
+
""
|
| 1396 |
+
]
|
| 1397 |
+
]
|
| 1398 |
+
},
|
| 1399 |
+
{
|
| 1400 |
+
"query": "What rules govern the hearing of a refugee protection claim before the RPD?",
|
| 1401 |
+
"answers": [
|
| 1402 |
+
[
|
| 1403 |
+
"RPD Rules",
|
| 1404 |
+
""
|
| 1405 |
+
]
|
| 1406 |
+
]
|
| 1407 |
+
},
|
| 1408 |
+
{
|
| 1409 |
+
"query": "What are the Refugee Appeal Division Rules for filing and perfecting an appeal?",
|
| 1410 |
+
"answers": [
|
| 1411 |
+
[
|
| 1412 |
+
"RAD Rules",
|
| 1413 |
+
""
|
| 1414 |
+
]
|
| 1415 |
+
]
|
| 1416 |
+
},
|
| 1417 |
+
{
|
| 1418 |
+
"query": "What is the right to withdraw from a preclearance area, and what powers does a US preclearance officer have in Canada?",
|
| 1419 |
+
"answers": [
|
| 1420 |
+
[
|
| 1421 |
+
"Preclearance Act",
|
| 1422 |
+
""
|
| 1423 |
+
]
|
| 1424 |
+
]
|
| 1425 |
+
},
|
| 1426 |
+
{
|
| 1427 |
+
"query": "What does WAPPRIITA prohibit for international trade in protected wild animals and plants?",
|
| 1428 |
+
"answers": [
|
| 1429 |
+
[
|
| 1430 |
+
"WAPPRIITA",
|
| 1431 |
+
""
|
| 1432 |
+
]
|
| 1433 |
+
]
|
| 1434 |
+
},
|
| 1435 |
+
{
|
| 1436 |
+
"query": "How must imported goods be reported to a customs officer?",
|
| 1437 |
+
"answers": [
|
| 1438 |
+
[
|
| 1439 |
+
"Reporting of Imported Goods Regs",
|
| 1440 |
+
""
|
| 1441 |
+
],
|
| 1442 |
+
[
|
| 1443 |
+
"Customs Act",
|
| 1444 |
+
"12"
|
| 1445 |
+
]
|
| 1446 |
+
]
|
| 1447 |
+
},
|
| 1448 |
+
{
|
| 1449 |
+
"query": "Returning Persons Exemption Regulations prescribed value of goods for a returning resident",
|
| 1450 |
+
"answers": [
|
| 1451 |
+
[
|
| 1452 |
+
"Returning Persons Exemption Regs",
|
| 1453 |
+
""
|
| 1454 |
+
],
|
| 1455 |
+
[
|
| 1456 |
+
"D-Memo",
|
| 1457 |
+
"D2-3-1"
|
| 1458 |
+
]
|
| 1459 |
+
]
|
| 1460 |
+
},
|
| 1461 |
+
{
|
| 1462 |
+
"query": "What tariff item covers goods acquired abroad by a returning resident of Canada for personal use?",
|
| 1463 |
+
"answers": [
|
| 1464 |
+
[
|
| 1465 |
+
"Customs Tariff",
|
| 1466 |
+
"Sch-98.04"
|
| 1467 |
+
]
|
| 1468 |
+
]
|
| 1469 |
+
},
|
| 1470 |
+
{
|
| 1471 |
+
"query": "Under what tariff heading are a settler's household effects imported free of duty?",
|
| 1472 |
+
"answers": [
|
| 1473 |
+
[
|
| 1474 |
+
"Customs Tariff",
|
| 1475 |
+
"Sch-98.07"
|
| 1476 |
+
]
|
| 1477 |
+
]
|
| 1478 |
+
},
|
| 1479 |
+
{
|
| 1480 |
+
"query": "Can goods classified in Chapter 99 also qualify under Chapter 98 of the tariff schedule?",
|
| 1481 |
+
"answers": [
|
| 1482 |
+
[
|
| 1483 |
+
"Customs Tariff",
|
| 1484 |
+
"Sch-Ch98-Notes"
|
| 1485 |
+
],
|
| 1486 |
+
[
|
| 1487 |
+
"Customs Tariff",
|
| 1488 |
+
"Sch-Ch99-Notes"
|
| 1489 |
+
]
|
| 1490 |
+
]
|
| 1491 |
+
},
|
| 1492 |
+
{
|
| 1493 |
+
"query": "What does the public service health care plan cover for out-of-province emergency travel?",
|
| 1494 |
+
"answers": [
|
| 1495 |
+
[
|
| 1496 |
+
"PSHCP",
|
| 1497 |
+
""
|
| 1498 |
+
]
|
| 1499 |
+
]
|
| 1500 |
+
},
|
| 1501 |
+
{
|
| 1502 |
+
"query": "Can border officers search a traveller's cell phone without any grounds under the Customs Act?",
|
| 1503 |
+
"answers": [
|
| 1504 |
+
[
|
| 1505 |
+
"Canfield",
|
| 1506 |
+
""
|
| 1507 |
+
],
|
| 1508 |
+
[
|
| 1509 |
+
"Pike",
|
| 1510 |
+
""
|
| 1511 |
+
]
|
| 1512 |
+
]
|
| 1513 |
+
},
|
| 1514 |
+
{
|
| 1515 |
+
"query": "What limits did the Supreme Court place on searching a cell phone incident to arrest?",
|
| 1516 |
+
"answers": [
|
| 1517 |
+
[
|
| 1518 |
+
"Fearon",
|
| 1519 |
+
""
|
| 1520 |
+
]
|
| 1521 |
+
]
|
| 1522 |
+
},
|
| 1523 |
+
{
|
| 1524 |
+
"query": "What did the Ontario Court of Appeal decide about suspicionless searches of personal electronic devices at the border?",
|
| 1525 |
+
"answers": [
|
| 1526 |
+
[
|
| 1527 |
+
"Pike",
|
| 1528 |
+
""
|
| 1529 |
+
]
|
| 1530 |
+
]
|
| 1531 |
+
},
|
| 1532 |
+
{
|
| 1533 |
+
"query": "How does the RAD jurisprudential guide interpret the generalized risk exception for gang extortion claims?",
|
| 1534 |
+
"answers": [
|
| 1535 |
+
[
|
| 1536 |
+
"TC1-05038",
|
| 1537 |
+
""
|
| 1538 |
+
]
|
| 1539 |
+
]
|
| 1540 |
+
},
|
| 1541 |
+
{
|
| 1542 |
+
"query": "Which CBSA officers are designated to form an inadmissibility report under IRPA section 44?",
|
| 1543 |
+
"answers": [
|
| 1544 |
+
[
|
| 1545 |
+
"CBSA Deleg 2023-05-08",
|
| 1546 |
+
""
|
| 1547 |
+
],
|
| 1548 |
+
[
|
| 1549 |
+
"CBSA Deleg Amend 2025-07-10",
|
| 1550 |
+
""
|
| 1551 |
+
],
|
| 1552 |
+
[
|
| 1553 |
+
"CBSA Deleg Amend 2023-09-08",
|
| 1554 |
+
""
|
| 1555 |
+
]
|
| 1556 |
+
]
|
| 1557 |
+
},
|
| 1558 |
+
{
|
| 1559 |
+
"query": "Is a Texas deferred adjudication a conviction for Canadian immigration purposes?",
|
| 1560 |
+
"answers": [
|
| 1561 |
+
[
|
| 1562 |
+
"US Dispositions Helper",
|
| 1563 |
+
"deferred-adjudication"
|
| 1564 |
+
],
|
| 1565 |
+
[
|
| 1566 |
+
"US Dispositions Helper",
|
| 1567 |
+
"state-texas"
|
| 1568 |
+
]
|
| 1569 |
+
]
|
| 1570 |
+
},
|
| 1571 |
+
{
|
| 1572 |
+
"query": "Does a Florida withheld adjudication make someone inadmissible to Canada?",
|
| 1573 |
+
"answers": [
|
| 1574 |
+
[
|
| 1575 |
+
"US Dispositions Helper",
|
| 1576 |
+
"withheld-adjudication"
|
| 1577 |
+
],
|
| 1578 |
+
[
|
| 1579 |
+
"US Dispositions Helper",
|
| 1580 |
+
"state-florida"
|
| 1581 |
+
]
|
| 1582 |
+
]
|
| 1583 |
+
},
|
| 1584 |
+
{
|
| 1585 |
+
"query": "How does Canada treat a US state pardon for immigration inadmissibility?",
|
| 1586 |
+
"answers": [
|
| 1587 |
+
[
|
| 1588 |
+
"US Dispositions Helper",
|
| 1589 |
+
"state-pardon"
|
| 1590 |
+
]
|
| 1591 |
+
]
|
| 1592 |
+
},
|
| 1593 |
+
{
|
| 1594 |
+
"query": "What US criminal dispositions does Georgia law treat as non-convictions?",
|
| 1595 |
+
"answers": [
|
| 1596 |
+
[
|
| 1597 |
+
"US Dispositions Helper",
|
| 1598 |
+
"state-georgia"
|
| 1599 |
+
]
|
| 1600 |
+
]
|
| 1601 |
+
},
|
| 1602 |
+
{
|
| 1603 |
+
"query": "Is a juvenile delinquency adjudication in the United States a conviction under IRPA?",
|
| 1604 |
+
"answers": [
|
| 1605 |
+
[
|
| 1606 |
+
"US Dispositions Helper",
|
| 1607 |
+
"juvenile-adjudication"
|
| 1608 |
+
]
|
| 1609 |
+
]
|
| 1610 |
+
},
|
| 1611 |
+
{
|
| 1612 |
+
"query": "What is the standard of proof for criminal inadmissibility findings under IRPA?",
|
| 1613 |
+
"answers": [
|
| 1614 |
+
[
|
| 1615 |
+
"IRPA",
|
| 1616 |
+
"33"
|
| 1617 |
+
],
|
| 1618 |
+
[
|
| 1619 |
+
"US Dispositions Helper",
|
| 1620 |
+
"conviction-framework"
|
| 1621 |
+
]
|
| 1622 |
+
]
|
| 1623 |
+
},
|
| 1624 |
+
{
|
| 1625 |
+
"query": "Does a single US DUI conviction make a person inadmissible to Canada for serious criminality?",
|
| 1626 |
+
"answers": [
|
| 1627 |
+
[
|
| 1628 |
+
"US Dispositions Helper",
|
| 1629 |
+
"equiv-dui"
|
| 1630 |
+
]
|
| 1631 |
+
]
|
| 1632 |
+
},
|
| 1633 |
+
{
|
| 1634 |
+
"query": "What does a US shoplifting conviction equate to under Canadian law for inadmissibility?",
|
| 1635 |
+
"answers": [
|
| 1636 |
+
[
|
| 1637 |
+
"US Dispositions Helper",
|
| 1638 |
+
"equiv-theft-under"
|
| 1639 |
+
]
|
| 1640 |
+
]
|
| 1641 |
+
},
|
| 1642 |
+
{
|
| 1643 |
+
"query": "Is an old US marijuana possession conviction still a ground of inadmissibility to Canada?",
|
| 1644 |
+
"answers": [
|
| 1645 |
+
[
|
| 1646 |
+
"US Dispositions Helper",
|
| 1647 |
+
"equiv-cannabis-possession"
|
| 1648 |
+
]
|
| 1649 |
+
]
|
| 1650 |
+
},
|
| 1651 |
+
{
|
| 1652 |
+
"query": "Does one disorderly conduct conviction make a foreign national criminally inadmissible?",
|
| 1653 |
+
"answers": [
|
| 1654 |
+
[
|
| 1655 |
+
"US Dispositions Helper",
|
| 1656 |
+
"equiv-disorderly-conduct"
|
| 1657 |
+
]
|
| 1658 |
+
]
|
| 1659 |
+
},
|
| 1660 |
+
{
|
| 1661 |
+
"query": "When is a person deemed rehabilitated after a single foreign conviction?",
|
| 1662 |
+
"answers": [
|
| 1663 |
+
[
|
| 1664 |
+
"IRPR",
|
| 1665 |
+
"18"
|
| 1666 |
+
]
|
| 1667 |
+
]
|
| 1668 |
+
},
|
| 1669 |
+
{
|
| 1670 |
+
"query": "How long after completing a sentence can someone apply for criminal rehabilitation?",
|
| 1671 |
+
"answers": [
|
| 1672 |
+
[
|
| 1673 |
+
"IRPR",
|
| 1674 |
+
"17"
|
| 1675 |
+
]
|
| 1676 |
+
]
|
| 1677 |
+
}
|
| 1678 |
+
]
|