Spaces:
Running
Running
Update index.html
Browse files- index.html +7 -5
index.html
CHANGED
@@ -9,13 +9,15 @@
|
|
9 |
<body>
|
10 |
<div class="card">
|
11 |
<h1> Legal Retriever Evaluation Study </h1>
|
12 |
-
<p> We really appreciate your participation in our study, which will help us better understand how to best evaluate and use legal retrieval models.
|
13 |
<ul>
|
14 |
-
<li>
|
15 |
-
<li> After answering, we'll show you passages from case law that a legal model retrieved, as well as an auto-generated summary of that information. You'll evaluate how helpful these responses are in arriving at and understanding the correct answer. </li>
|
16 |
-
<li> You don't need to answer every question in the same session. Feel free to start and stop when
|
17 |
</ul>
|
18 |
-
<p> Use the same email each time to keep your progress on the questions tracked. Thanks again for participating! </p>
|
|
|
|
|
19 |
</div>
|
20 |
</body>
|
21 |
</html>
|
|
|
9 |
<body>
|
10 |
<div class="card">
|
11 |
<h1> Legal Retriever Evaluation Study </h1>
|
12 |
+
<p> We really appreciate your participation in our study, which will help us better understand how to best evaluate and use legal retrieval models. </p>
|
13 |
<ul>
|
14 |
+
<li> You'll be asked to answer a number of Multistate Bar Exam questions using your knowledge. </li>
|
15 |
+
<li> After answering each question, we'll show you passages from case law that a legal model retrieved, as well as an auto-generated summary of that information. You'll evaluate how helpful these responses are in arriving at and understanding the correct answer. </li>
|
16 |
+
<li> You don't need to answer every question in the same session. Feel free to start and stop when convenient! </li>
|
17 |
</ul>
|
18 |
+
<p> Use the <strong>same email</strong> each time to keep your progress on the questions tracked. Thanks again for participating! </p>
|
19 |
+
<input type="text" id="email" />
|
20 |
+
<input type="button" id="submit" />
|
21 |
</div>
|
22 |
</body>
|
23 |
</html>
|