ebrowne commited on
Commit
2f001b1
·
verified ·
1 Parent(s): 1ade7fe

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +15 -16
index.html CHANGED
@@ -4,23 +4,22 @@
4
  <meta charset="utf-8" />
5
  <meta name="viewport" content="width=device-width" />
6
  <title> Legal Retrieval Study </title>
7
- <link rel="stylesheet" href="style.css" />
8
  </head>
9
  <body>
10
- <!-- <div class="card"> -->
11
- <h1> Legal Retriever Evaluation Study </h1>
12
- <hr />
13
- <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>
14
- <ul>
15
- <li> You'll be asked to answer a number of Multistate Bar Exam questions using your knowledge. </li>
16
- <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>
17
- <li> You don't need to answer every question in the same session. Feel free to start and stop when convenient! </li>
18
- </ul>
19
- <hr />
20
- <p> Use the <strong>same email</strong> each time to keep your progress on the questions tracked. Thanks again for participating! </p>
21
- <input type="text" id="email" placeholder="Email"/>
22
- <br /> <br />
23
- <button id="submit"><strong>Let's go!</strong></button>
24
- <!-- </div> -->
25
  </body>
26
  </html>
 
4
  <meta charset="utf-8" />
5
  <meta name="viewport" content="width=device-width" />
6
  <title> Legal Retrieval Study </title>
7
+ <link rel="stylesheet" href="style.css" />
8
  </head>
9
  <body>
10
+ <h1> Legal Retriever Evaluation Study </h1>
11
+ <hr />
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
+ <div class="card">
19
+ <p> Use the <strong>same email</strong> each time to keep your progress on the questions tracked. Thanks again for participating! </p>
20
+ <input type="text" id="email" placeholder="Email"/>
21
+ <br /> <br />
22
+ <button id="submit"><strong>Let's go!</strong></button>
23
+ </div>
 
24
  </body>
25
  </html>