Spaces:
Sleeping
Sleeping
elibrowne
commited on
Commit
·
c20f0de
1
Parent(s):
f583e02
Changed to reading in question with JSON file
Browse files- app.py +93 -64
- example.json +30 -0
app.py
CHANGED
@@ -1,13 +1,14 @@
|
|
1 |
import gradio as gr
|
2 |
import os
|
3 |
|
4 |
-
# PERSISTENT DATA STORAGE:
|
5 |
|
6 |
import json
|
7 |
from datetime import datetime
|
8 |
from pathlib import Path
|
9 |
from uuid import uuid4
|
10 |
-
from huggingface_hub import CommitScheduler
|
|
|
11 |
|
12 |
JSON_DATASET_DIR = Path("json_dataset")
|
13 |
JSON_DATASET_DIR.mkdir(parents=True, exist_ok=True)
|
@@ -22,55 +23,85 @@ scheduler = CommitScheduler(
|
|
22 |
token = os.getenv("HF_TOKEN")
|
23 |
)
|
24 |
|
25 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
with scheduler.lock:
|
27 |
with JSON_DATASET_PATH.open("a") as f:
|
28 |
-
json.dump(
|
29 |
f.write("\n")
|
30 |
-
|
31 |
-
# READING EXISTING DATA: this is used to read questions
|
32 |
-
|
33 |
-
"""
|
34 |
-
from datasets import load_dataset
|
35 |
-
qa_data = load_dataset("ebrowne/test-data", data_files = "test.json")
|
36 |
-
q = qa_data["train"][0] # loaded question data
|
37 |
-
"""
|
38 |
|
39 |
# VARIABLES: will eventually be loaded with JSON from a dataset
|
40 |
|
41 |
-
"""
|
42 |
-
|
43 |
-
answers_text = [q["a"], q["b"], q["c"], q["d"]]
|
44 |
-
"""
|
45 |
-
question_text = "An act of Congress provides that \"no federal court shall order the implementation of a public school desegregation plan that would require the transportation of any student to a school other than the school closest or next closest to his place of residence.\" Which of the following is the strongest argument for the constitutionality of the act?"
|
46 |
-
answers_text = ["The Fourteenth Amendment authorizes Congress to define governmental conduct which violates the equal protection clause.", "Under Article III, Congress may restrict the jurisdiction of the federal courts.", "Transportation of students is subject to regulation by Congress because commerce is involved.", "Congress provides partial support for public education and is therefore entitled to establish conditions upon the expenditure of federal grants."]
|
47 |
-
answer_id = 1
|
48 |
-
passage_texts = ["The IDEA also requires states receiving federal funds to educate disabled children in the \"[l]east restrictive environment\" appropriate for each child. 20 U.S.C. § 1412(a)(5). The statute mandates at § 1412(a)(5)(A):",
|
49 |
-
"Under the current iteration of Arkansas' school choice law-the 2017 Act-a school that claims a conflict with participating in school choice must show that it is subject to an active and enforceable desegregation court order or plan that \"explicitly limits the transfer of students between school districts.\" Ark. Code Ann. § 6-18-1906(a)(2). Accordingly, for Junction City to receive an exemption from participating in school choice under the 2017 Act, it must show that it is subject to a desegregation order that explicitly bars \"inter-district\" student transfers.",
|
50 |
-
"This is not to say that a school may unilaterally reject or revise a child's stay-put IEP-that would defang the stay-put requirement entirely. To the contrary, the Supreme Court has made clear that the IDEA \"strip[s] schools of the unilateral authority they had traditionally employed to exclude disabled students.\" Honig , 484 U.S. at 323, 108 S.Ct. 592 (emphasis omitted); see also Sch. Comm. of the Town of Burlington v. Dep't of Educ. , 471 U.S. 359, 373, 105 S.Ct. 1996, 85 L.Ed.2d 385 (1985). Courts should therefore view deviations from the IEP \"with a critical eye to ensure that motivations other than those compatible with the statute, such as bureaucratic inertia, are not driving the decision.\" John M. , 502 F.3d at 715. But context matters; for example, as a child moves \"from elementary school to middle school or from middle school to high school,\" not every change necessitated by a new educational environment will necessarily violate the IDEA. See id. at 714-15.",
|
51 |
-
"Under § 79-209(2), all schools are required to have a policy that states the number of absences after which the school shall render services to address a student's barriers to attendance. Such services shall include, but not be limited to:",
|
52 |
-
"To assure that children attending public schools obtain a high quality education, the legislature shall make adequate provision to ensure that ... there are a sufficient number of classrooms ....",
|
53 |
-
"courts should not disturb a state's denial of IDEA reimbursement where the chief benefits of the chosen school are the kind of advantages that might be preferred by parents of any child, disabled or not. Rather, the unilateral private placement is only appropriate if it provides education instruction [specially ] designed to meet the unique needs of a handicapped child.",
|
54 |
-
"It is also likely that residents of the States will attend out-of-state schools that invoke the Exemptions, and that such students will seek contraceptive services through programs in their home states, also giving rise to fiscal injuries to the States that only a nationwide injunction can remedy.",
|
55 |
-
"Although state classifications based on alienage are generally suspect, a state may reserve a government position for citizens if it is related to self-governance, involves policymaking, or requires exercise of important discretionary power over citizens. In these cases, only a rationality test is used. A public school teacher at the primary and secondary school level performs an important governmental function (e.g., he influences students' attitudes about government, the political process, citizenship, etc.), and therefore the exclusion of aliens is rationally related to the state's interest in furthering educational goals. [Ambach v. Norwick (1979)]",
|
56 |
-
"Passage 9",
|
57 |
-
"Passage 10"]
|
58 |
-
generation = "The strongest argument for the constitutionality of the act is that it represents a reasonable balance between achieving school desegregation and respecting local control. It limits federal court orders to prevent overly burdensome transportation requirements for students, aiming to achieve desegregation while minimizing disruption for families. The act is seen as a legitimate exercise of Congress's authority to shape the implementation of federal laws, acknowledging local concerns and practicalities without entirely undermining the desegregation goals."
|
59 |
-
gold_passage = "Unlike its original jurisdiction, the appellate jurisdiction of the Supreme Court is subject to “exceptions and regulations” prescribed by Congress, and the jurisdiction of the inferior federal courts is subject to congressional prescription. Additionally, Congress has power to regulate modes and practices of proceeding on the part of the inferior federal courts. Whether there are limitations to the exercise of these congressional powers, and what the limitations may be, are matters that have vexed scholarly and judicial interpretation over the years, inasmuch as congressional displeasure with judicial decisions has sometimes led to successful efforts to “curb” the courts and more frequently to proposed but unsuccessful curbs."
|
60 |
-
gold_passage_generation = "The strongest argument for the constitutionality of the Congressional act is that Congress has the constitutional authority to regulate federal court jurisdiction and procedures. This includes setting limits on judicial orders. By restricting desegregation plans to only require transportation to the nearest or next nearest school, Congress is exercising its power to define and control how federal courts address such issues, ensuring judicial actions align with legislative priorities and practical concerns."
|
61 |
-
step = 0
|
62 |
-
mode = 0
|
63 |
-
|
64 |
-
sample_dict = {
|
65 |
-
"question": question_text,
|
66 |
-
"answers": answers_text,
|
67 |
-
"correct_answer_index": answer_id,
|
68 |
-
"top10": passage_texts,
|
69 |
-
"generation": generation,
|
70 |
-
"top10_contains_gold_passage": False,
|
71 |
-
"gold_passage": gold_passage,
|
72 |
-
"gold_passage_generation": gold_passage_generation
|
73 |
-
}
|
74 |
|
75 |
# THEMING: colors and styles (Gradio native)
|
76 |
|
@@ -83,8 +114,6 @@ theme = gr.themes.Soft(
|
|
83 |
|
84 |
# BLOCKS: main user interface
|
85 |
|
86 |
-
user_id = "NO_ID"
|
87 |
-
|
88 |
with gr.Blocks(theme = theme) as user_eval:
|
89 |
# Title text introducing study
|
90 |
forward_btn = gr.Textbox("unchanged", visible = False, elem_id = "togglebutton") # used for toggling windows
|
@@ -100,14 +129,14 @@ with gr.Blocks(theme = theme) as user_eval:
|
|
100 |
with gr.Column(scale = 2) as passages:
|
101 |
selection = gr.HTML("""
|
102 |
<h2> Retrieved Passage </h2>
|
103 |
-
<p> """ +
|
104 |
line = gr.Markdown("---")
|
105 |
# New answers is able to render the Q and A with formatting. It doesn't change the contents of the answers.
|
106 |
-
new_answers =
|
107 |
-
new_answers[
|
108 |
passage_display = gr.Markdown("""
|
109 |
## Question and Answer
|
110 |
-
*""" +
|
111 |
"""* \n
|
112 |
+ """ + new_answers[0] +
|
113 |
""" \n
|
@@ -150,10 +179,10 @@ with gr.Blocks(theme = theme) as user_eval:
|
|
150 |
step += 1
|
151 |
print(e0)
|
152 |
print(e1 + e2 + e3)
|
153 |
-
if step == len(
|
154 |
# Step 10: all sources
|
155 |
collapsible_string = ""
|
156 |
-
for i, passage in enumerate(
|
157 |
collapsible_string += """
|
158 |
<strong>Passage """ + str(i + 1) + """</strong>
|
159 |
<p> """ + passage + """ </p>
|
@@ -171,7 +200,7 @@ with gr.Blocks(theme = theme) as user_eval:
|
|
171 |
return {
|
172 |
selection: gr.HTML("""
|
173 |
<h2> Retrieved Passage </h2>
|
174 |
-
<p> """ +
|
175 |
eval_0: gr.Radio(value = None),
|
176 |
eval_1: gr.Slider(value = 3),
|
177 |
eval_2: gr.Slider(value = 3),
|
@@ -188,12 +217,12 @@ with gr.Blocks(theme = theme) as user_eval:
|
|
188 |
return {
|
189 |
selection: gr.HTML("""
|
190 |
<h2> Autogenerated Response </h2>
|
191 |
-
<p> """ +
|
192 |
eval_helps: gr.Slider(value = 1),
|
193 |
eval_satisfied: gr.Slider(value = 1)
|
194 |
}
|
195 |
# Steps 12 and 13 are gold passage + gold passage generation IF it is applicable
|
196 |
-
if step > 11 and not
|
197 |
# When mode is 0 -> reset with mode = 1
|
198 |
if mode == 0:
|
199 |
return {
|
@@ -207,7 +236,7 @@ with gr.Blocks(theme = theme) as user_eval:
|
|
207 |
return {
|
208 |
selection: gr.HTML("""
|
209 |
<h2> Retrieved Passage </h2>
|
210 |
-
<p> """ + gold_passage + "</p>"),
|
211 |
forward_btn: gr.Textbox(),
|
212 |
eval_helps: gr.Slider(value = 1),
|
213 |
eval_satisfied: gr.Slider(value = 1)
|
@@ -216,7 +245,7 @@ with gr.Blocks(theme = theme) as user_eval:
|
|
216 |
return {
|
217 |
selection: gr.HTML("""
|
218 |
<h2> Autogenerated Response </h2>
|
219 |
-
<p> """ + gold_passage_generation + "</p>"),
|
220 |
forward_btn: gr.Textbox(),
|
221 |
eval_helps: gr.Slider(value = 1),
|
222 |
eval_satisfied: gr.Slider(value = 1)
|
@@ -251,11 +280,11 @@ with gr.Blocks(theme = theme) as user_eval:
|
|
251 |
with gr.Row(equal_height = False, visible = False) as question:
|
252 |
with gr.Column():
|
253 |
gr.Markdown("**Question**")
|
254 |
-
gr.Markdown(
|
255 |
-
a = gr.Button(
|
256 |
-
b = gr.Button(
|
257 |
-
c = gr.Button(
|
258 |
-
d = gr.Button(
|
259 |
|
260 |
def answer():
|
261 |
return {
|
@@ -310,7 +339,7 @@ with gr.Blocks(theme = theme) as user_eval:
|
|
310 |
def submit_email(email):
|
311 |
global user_id
|
312 |
user_id = email
|
313 |
-
|
314 |
return {
|
315 |
question: gr.Row(visible = True),
|
316 |
login: gr.Row(visible = False)
|
|
|
1 |
import gradio as gr
|
2 |
import os
|
3 |
|
4 |
+
# PERSISTENT DATA STORAGE: this code is used to make commits
|
5 |
|
6 |
import json
|
7 |
from datetime import datetime
|
8 |
from pathlib import Path
|
9 |
from uuid import uuid4
|
10 |
+
from huggingface_hub import CommitScheduler, hf_hub_download, file_exists, HfApi
|
11 |
+
from random import shuffle
|
12 |
|
13 |
JSON_DATASET_DIR = Path("json_dataset")
|
14 |
JSON_DATASET_DIR.mkdir(parents=True, exist_ok=True)
|
|
|
23 |
token = os.getenv("HF_TOKEN")
|
24 |
)
|
25 |
|
26 |
+
# Global variables which interact with loading and unloading
|
27 |
+
user_data = {}
|
28 |
+
current_response = {}
|
29 |
+
current_question = {} # read-only within gradio blocks
|
30 |
+
user_id = "no_id"
|
31 |
+
qIDs = ["mbe_46", "mbe_132", "mbe_287", "mbe_326", "mbe_334", "mbe_389", "mbe_563", "mbe_614", "mbe_642", "mbe_747", "mbe_779", "mbe_826", "mbe_845", "mbe_1042", "mbe_1134"]
|
32 |
+
mode_options = ["e5", "colbert"]
|
33 |
+
|
34 |
+
def load_user_data(id):
|
35 |
+
global user_data
|
36 |
+
filename = id.replace('@', '_AT_').replace('.', '_DOT_')
|
37 |
+
if file_exists("ebrowne/test-data", "users/" + filename + ".json"):
|
38 |
+
print("File exists, downloading data.")
|
39 |
+
# If the ID exists, download the file from HuggingFace
|
40 |
+
hf_hub_download(repo_id="ebrowne/test-data", token = os.getenv("HF_TOKEN"), filename="users/" + filename + ".json")
|
41 |
+
# Add their current status to user_data
|
42 |
+
else:
|
43 |
+
# If the ID doesn't exist, create a format for the file and upload it to HuggingFace
|
44 |
+
shuffle(qIDs)
|
45 |
+
modes = []
|
46 |
+
for i in range(len(qIDs)):
|
47 |
+
temp = mode_options[:]
|
48 |
+
shuffle(temp)
|
49 |
+
modes.append(temp)
|
50 |
+
# This is the format for a user's file on HuggingFace
|
51 |
+
user_data = {
|
52 |
+
"user_id": id, # original in email format, which was passed here
|
53 |
+
"order": qIDs, # randomized order for each user
|
54 |
+
"modes": modes, # randomized order for each user
|
55 |
+
"current": 0, # user starts on first question
|
56 |
+
"responses": [] # formatted as a list of current_responses
|
57 |
+
}
|
58 |
+
# Run the update method to upload the new JSON file to HuggingFace
|
59 |
+
update_huggingface(id)
|
60 |
+
|
61 |
+
def update_huggingface(id):
|
62 |
+
global user_data
|
63 |
+
filename = id.replace('@', '_AT_').replace('.', '_DOT_')
|
64 |
+
# Create a local file that will be uploaded to HuggingFace
|
65 |
+
with open(filename + ".json", "w") as f:
|
66 |
+
json.dump(user_data, f)
|
67 |
+
# Upload to hub (overwriting existing files...)
|
68 |
+
api = HfApi()
|
69 |
+
api.upload_file(
|
70 |
+
path_or_fileobj=filename + ".json",
|
71 |
+
path_in_repo="users/" + filename + ".json",
|
72 |
+
repo_id="ebrowne/test-data",
|
73 |
+
repo_type="dataset",
|
74 |
+
token = os.getenv("HF_TOKEN")
|
75 |
+
)
|
76 |
+
|
77 |
+
def reset_current_response():
|
78 |
+
global current_response
|
79 |
+
current_response = {
|
80 |
+
"user_id": user_id,
|
81 |
+
"question_id": "QID",
|
82 |
+
"user_answer": 0,
|
83 |
+
"e5_scores": [], # list of ten [score, score, score, score]
|
84 |
+
"e5_set": [], # two values
|
85 |
+
"e5_generation": [], # two values
|
86 |
+
"colbert_scores": [],
|
87 |
+
"colbert_set": [],
|
88 |
+
"colbert_generation": [],
|
89 |
+
"gold_set": [],
|
90 |
+
"gold_generation": []
|
91 |
+
}
|
92 |
+
|
93 |
+
# This method is being used to save each set of individual scores (in case the main files have issues, the data should be saved)
|
94 |
+
def commit_current_and_reset():
|
95 |
with scheduler.lock:
|
96 |
with JSON_DATASET_PATH.open("a") as f:
|
97 |
+
json.dump(current_response, f)
|
98 |
f.write("\n")
|
99 |
+
reset_current_response()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
100 |
|
101 |
# VARIABLES: will eventually be loaded with JSON from a dataset
|
102 |
|
103 |
+
with open("example.json", "r") as f:
|
104 |
+
current_question = json.load(f)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
105 |
|
106 |
# THEMING: colors and styles (Gradio native)
|
107 |
|
|
|
114 |
|
115 |
# BLOCKS: main user interface
|
116 |
|
|
|
|
|
117 |
with gr.Blocks(theme = theme) as user_eval:
|
118 |
# Title text introducing study
|
119 |
forward_btn = gr.Textbox("unchanged", visible = False, elem_id = "togglebutton") # used for toggling windows
|
|
|
129 |
with gr.Column(scale = 2) as passages:
|
130 |
selection = gr.HTML("""
|
131 |
<h2> Retrieved Passage </h2>
|
132 |
+
<p> """ + current_question["top10_" + user_data["modes"][user_data["current"]][mode]][0] + "</p>")
|
133 |
line = gr.Markdown("---")
|
134 |
# New answers is able to render the Q and A with formatting. It doesn't change the contents of the answers.
|
135 |
+
new_answers = current_question["answers"].copy()
|
136 |
+
new_answers[current_question["correct_answer_index"]] = "**" + current_question["answers"][current_question["correct_answer_index"]] + "** ✅"
|
137 |
passage_display = gr.Markdown("""
|
138 |
## Question and Answer
|
139 |
+
*""" + current_question["question"] +
|
140 |
"""* \n
|
141 |
+ """ + new_answers[0] +
|
142 |
""" \n
|
|
|
179 |
step += 1
|
180 |
print(e0)
|
181 |
print(e1 + e2 + e3)
|
182 |
+
if step == len(current_question["top10_" + user_data["modes"][user_data["current"]][mode]]): # should always be 10
|
183 |
# Step 10: all sources
|
184 |
collapsible_string = ""
|
185 |
+
for i, passage in enumerate(current_question["top10_" + user_data["modes"][user_data["current"]][mode]]):
|
186 |
collapsible_string += """
|
187 |
<strong>Passage """ + str(i + 1) + """</strong>
|
188 |
<p> """ + passage + """ </p>
|
|
|
200 |
return {
|
201 |
selection: gr.HTML("""
|
202 |
<h2> Retrieved Passage </h2>
|
203 |
+
<p> """ + current_question["top10_" + user_data["modes"][user_data["current"]][mode]][step] + "</p>"),
|
204 |
eval_0: gr.Radio(value = None),
|
205 |
eval_1: gr.Slider(value = 3),
|
206 |
eval_2: gr.Slider(value = 3),
|
|
|
217 |
return {
|
218 |
selection: gr.HTML("""
|
219 |
<h2> Autogenerated Response </h2>
|
220 |
+
<p> """ + current_question["generation_" + user_data["modes"][user_data["current"]][mode]] + "</p>"),
|
221 |
eval_helps: gr.Slider(value = 1),
|
222 |
eval_satisfied: gr.Slider(value = 1)
|
223 |
}
|
224 |
# Steps 12 and 13 are gold passage + gold passage generation IF it is applicable
|
225 |
+
if step > 11 and not current_question["top10_contains_gold_passage"]:
|
226 |
# When mode is 0 -> reset with mode = 1
|
227 |
if mode == 0:
|
228 |
return {
|
|
|
236 |
return {
|
237 |
selection: gr.HTML("""
|
238 |
<h2> Retrieved Passage </h2>
|
239 |
+
<p> """ + current_question["gold_passage"] + "</p>"),
|
240 |
forward_btn: gr.Textbox(),
|
241 |
eval_helps: gr.Slider(value = 1),
|
242 |
eval_satisfied: gr.Slider(value = 1)
|
|
|
245 |
return {
|
246 |
selection: gr.HTML("""
|
247 |
<h2> Autogenerated Response </h2>
|
248 |
+
<p> """ + current_question["gold_passage_generation"] + "</p>"),
|
249 |
forward_btn: gr.Textbox(),
|
250 |
eval_helps: gr.Slider(value = 1),
|
251 |
eval_satisfied: gr.Slider(value = 1)
|
|
|
280 |
with gr.Row(equal_height = False, visible = False) as question:
|
281 |
with gr.Column():
|
282 |
gr.Markdown("**Question**")
|
283 |
+
gr.Markdown(current_question["question"])
|
284 |
+
a = gr.Button(current_question["answers"][0])
|
285 |
+
b = gr.Button(current_question["answers"][1])
|
286 |
+
c = gr.Button(current_question["answers"][2])
|
287 |
+
d = gr.Button(current_question["answers"][3])
|
288 |
|
289 |
def answer():
|
290 |
return {
|
|
|
339 |
def submit_email(email):
|
340 |
global user_id
|
341 |
user_id = email
|
342 |
+
load_user_data(user_id) # calls login, downloads data, initializes session
|
343 |
return {
|
344 |
question: gr.Row(visible = True),
|
345 |
login: gr.Row(visible = False)
|
example.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"question": "An act of Congress provides that \"no federal court shall order the implementation of a public school desegregation plan that would require the transportation of any student to a school other than the school closest or next closest to his place of residence.\" Which of the following is the strongest argument for the constitutionality of the act?",
|
3 |
+
"answers": ["The Fourteenth Amendment authorizes Congress to define governmental conduct which violates the equal protection clause.", "Under Article III, Congress may restrict the jurisdiction of the federal courts.", "Transportation of students is subject to regulation by Congress because commerce is involved.", "Congress provides partial support for public education and is therefore entitled to establish conditions upon the expenditure of federal grants."],
|
4 |
+
"correct_answer_index": 1,
|
5 |
+
"top10_e5": ["E5 PASSAGE: The IDEA also requires states receiving federal funds to educate disabled children in the \"[l]east restrictive environment\" appropriate for each child. 20 U.S.C. § 1412(a)(5). The statute mandates at § 1412(a)(5)(A):",
|
6 |
+
"Under the current iteration of Arkansas' school choice law-the 2017 Act-a school that claims a conflict with participating in school choice must show that it is subject to an active and enforceable desegregation court order or plan that \"explicitly limits the transfer of students between school districts.\" Ark. Code Ann. § 6-18-1906(a)(2). Accordingly, for Junction City to receive an exemption from participating in school choice under the 2017 Act, it must show that it is subject to a desegregation order that explicitly bars \"inter-district\" student transfers.",
|
7 |
+
"This is not to say that a school may unilaterally reject or revise a child's stay-put IEP-that would defang the stay-put requirement entirely. To the contrary, the Supreme Court has made clear that the IDEA \"strip[s] schools of the unilateral authority they had traditionally employed to exclude disabled students.\" Honig , 484 U.S. at 323, 108 S.Ct. 592 (emphasis omitted); see also Sch. Comm. of the Town of Burlington v. Dep't of Educ. , 471 U.S. 359, 373, 105 S.Ct. 1996, 85 L.Ed.2d 385 (1985). Courts should therefore view deviations from the IEP \"with a critical eye to ensure that motivations other than those compatible with the statute, such as bureaucratic inertia, are not driving the decision.\" John M. , 502 F.3d at 715. But context matters; for example, as a child moves \"from elementary school to middle school or from middle school to high school,\" not every change necessitated by a new educational environment will necessarily violate the IDEA. See id. at 714-15.",
|
8 |
+
"Under § 79-209(2), all schools are required to have a policy that states the number of absences after which the school shall render services to address a student's barriers to attendance. Such services shall include, but not be limited to:",
|
9 |
+
"To assure that children attending public schools obtain a high quality education, the legislature shall make adequate provision to ensure that ... there are a sufficient number of classrooms ....",
|
10 |
+
"courts should not disturb a state's denial of IDEA reimbursement where the chief benefits of the chosen school are the kind of advantages that might be preferred by parents of any child, disabled or not. Rather, the unilateral private placement is only appropriate if it provides education instruction [specially ] designed to meet the unique needs of a handicapped child.",
|
11 |
+
"It is also likely that residents of the States will attend out-of-state schools that invoke the Exemptions, and that such students will seek contraceptive services through programs in their home states, also giving rise to fiscal injuries to the States that only a nationwide injunction can remedy.",
|
12 |
+
"Although state classifications based on alienage are generally suspect, a state may reserve a government position for citizens if it is related to self-governance, involves policymaking, or requires exercise of important discretionary power over citizens. In these cases, only a rationality test is used. A public school teacher at the primary and secondary school level performs an important governmental function (e.g., he influences students' attitudes about government, the political process, citizenship, etc.), and therefore the exclusion of aliens is rationally related to the state's interest in furthering educational goals. [Ambach v. Norwick (1979)]",
|
13 |
+
"The IEP must aim to enable the child to make progress. After all, the essential function of an IEP is to set out a plan for pursuing academic and functional advancement. See §§ 1414(d)(1)(A)(i)(I)-(IV). This reflects the broad purpose of the IDEA, an \"ambitious\" piece of legislation enacted \"in response to Congress' perception that a majority of handicapped children in the United States 'were either totally excluded from schools or [were] sitting idly in regular classrooms awaiting the time when they were old enough to drop out.' \" Rowley, 458 U.S. at 179, 102 S.Ct. 3034 (quoting H.R. Rep. No. 94-332, p. 2 (1975) ). A substantive standard not focused on student progress would do little to remedy the pervasive and tragic academic stagnation that prompted Congress to act.",
|
14 |
+
"Court to \"exclude\" religious schools from the scholarship program. The provision mandated only that the state treasury not be used to fund religious schooling. As this case demonstrates, that mandate does not necessarily require differential treatment. The no-aid provision can be implemented in two ways. A State may distinguish within a benefit program between secular and sectarian schools, or it may decline to fund all private schools. The Court agrees that the First Amendment permits the latter course. See ante, at 2261 - 2262. Because that is the path the Montana Supreme Court took in this case, there was no reason for this Court to address the alternative."],
|
15 |
+
"generation_e5": "This generation is based on the E5 passages.",
|
16 |
+
"top10_colbert": ["COLBERT PASSAGE: The IDEA also requires states receiving federal funds to educate disabled children in the \"[l]east restrictive environment\" appropriate for each child. 20 U.S.C. § 1412(a)(5). The statute mandates at § 1412(a)(5)(A):",
|
17 |
+
"Under the current iteration of Arkansas' school choice law-the 2017 Act-a school that claims a conflict with participating in school choice must show that it is subject to an active and enforceable desegregation court order or plan that \"explicitly limits the transfer of students between school districts.\" Ark. Code Ann. § 6-18-1906(a)(2). Accordingly, for Junction City to receive an exemption from participating in school choice under the 2017 Act, it must show that it is subject to a desegregation order that explicitly bars \"inter-district\" student transfers.",
|
18 |
+
"This is not to say that a school may unilaterally reject or revise a child's stay-put IEP-that would defang the stay-put requirement entirely. To the contrary, the Supreme Court has made clear that the IDEA \"strip[s] schools of the unilateral authority they had traditionally employed to exclude disabled students.\" Honig , 484 U.S. at 323, 108 S.Ct. 592 (emphasis omitted); see also Sch. Comm. of the Town of Burlington v. Dep't of Educ. , 471 U.S. 359, 373, 105 S.Ct. 1996, 85 L.Ed.2d 385 (1985). Courts should therefore view deviations from the IEP \"with a critical eye to ensure that motivations other than those compatible with the statute, such as bureaucratic inertia, are not driving the decision.\" John M. , 502 F.3d at 715. But context matters; for example, as a child moves \"from elementary school to middle school or from middle school to high school,\" not every change necessitated by a new educational environment will necessarily violate the IDEA. See id. at 714-15.",
|
19 |
+
"Under § 79-209(2), all schools are required to have a policy that states the number of absences after which the school shall render services to address a student's barriers to attendance. Such services shall include, but not be limited to:",
|
20 |
+
"To assure that children attending public schools obtain a high quality education, the legislature shall make adequate provision to ensure that ... there are a sufficient number of classrooms ....",
|
21 |
+
"courts should not disturb a state's denial of IDEA reimbursement where the chief benefits of the chosen school are the kind of advantages that might be preferred by parents of any child, disabled or not. Rather, the unilateral private placement is only appropriate if it provides education instruction [specially ] designed to meet the unique needs of a handicapped child.",
|
22 |
+
"It is also likely that residents of the States will attend out-of-state schools that invoke the Exemptions, and that such students will seek contraceptive services through programs in their home states, also giving rise to fiscal injuries to the States that only a nationwide injunction can remedy.",
|
23 |
+
"Although state classifications based on alienage are generally suspect, a state may reserve a government position for citizens if it is related to self-governance, involves policymaking, or requires exercise of important discretionary power over citizens. In these cases, only a rationality test is used. A public school teacher at the primary and secondary school level performs an important governmental function (e.g., he influences students' attitudes about government, the political process, citizenship, etc.), and therefore the exclusion of aliens is rationally related to the state's interest in furthering educational goals. [Ambach v. Norwick (1979)]",
|
24 |
+
"The IEP must aim to enable the child to make progress. After all, the essential function of an IEP is to set out a plan for pursuing academic and functional advancement. See §§ 1414(d)(1)(A)(i)(I)-(IV). This reflects the broad purpose of the IDEA, an \"ambitious\" piece of legislation enacted \"in response to Congress' perception that a majority of handicapped children in the United States 'were either totally excluded from schools or [were] sitting idly in regular classrooms awaiting the time when they were old enough to drop out.' \" Rowley, 458 U.S. at 179, 102 S.Ct. 3034 (quoting H.R. Rep. No. 94-332, p. 2 (1975) ). A substantive standard not focused on student progress would do little to remedy the pervasive and tragic academic stagnation that prompted Congress to act.",
|
25 |
+
"Court to \"exclude\" religious schools from the scholarship program. The provision mandated only that the state treasury not be used to fund religious schooling. As this case demonstrates, that mandate does not necessarily require differential treatment. The no-aid provision can be implemented in two ways. A State may distinguish within a benefit program between secular and sectarian schools, or it may decline to fund all private schools. The Court agrees that the First Amendment permits the latter course. See ante, at 2261 - 2262. Because that is the path the Montana Supreme Court took in this case, there was no reason for this Court to address the alternative."],
|
26 |
+
"generation_colbert": "This generation is based on the ColBERT passages.",
|
27 |
+
"top10_contains_gold_passage": false,
|
28 |
+
"gold_passage": "This is the gold passage.",
|
29 |
+
"gold_passage_generation": "This generation answers the question with the gold passage."
|
30 |
+
}
|