Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
<link rel="stylesheet" href="style.css" />
|
12 |
</head>
|
13 |
<body>
|
14 |
-
<h1> Legal Retriever Evaluation Study </h1>
|
15 |
<hr />
|
16 |
<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>
|
17 |
<ul>
|
@@ -19,7 +19,7 @@
|
|
19 |
<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>
|
20 |
<li> You don't need to answer every question in the same session. Feel free to start and stop when convenient! </li>
|
21 |
</ul>
|
22 |
-
<p> Use the <strong>same email</strong> each time to
|
23 |
<input type="text" id="email" placeholder="Email"/>
|
24 |
<br /> <br />
|
25 |
<button id="submit" onclick="launch();"><strong>Let's go!</strong></button>
|
|
|
11 |
<link rel="stylesheet" href="style.css" />
|
12 |
</head>
|
13 |
<body>
|
14 |
+
<h1 style="font-weight: bold;"> Legal Retriever Evaluation Study </h1>
|
15 |
<hr />
|
16 |
<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>
|
17 |
<ul>
|
|
|
19 |
<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>
|
20 |
<li> You don't need to answer every question in the same session. Feel free to start and stop when convenient! </li>
|
21 |
</ul>
|
22 |
+
<p> Use the <strong>same email</strong> each time to save your progress. Thanks again for participating! </p>
|
23 |
<input type="text" id="email" placeholder="Email"/>
|
24 |
<br /> <br />
|
25 |
<button id="submit" onclick="launch();"><strong>Let's go!</strong></button>
|