File size: 1,383 Bytes
c36282c
 
 
 
 
8ebe5b2
c36282c
 
 
ce13ab7
8ebe5b2
ce13ab7
35c67fb
8ebe5b2
35c67fb
 
 
8ebe5b2
ce13ab7
35c67fb
a7e2ba1
4a5b22b
cbf9802
ce13ab7
c36282c
 
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
<!doctype html>
<html>
	<head>
		<meta charset="utf-8" />
		<meta name="viewport" content="width=device-width" />
		<title> Legal Retrieval Study </title>
		<link rel="stylesheet" href="style.css" />
	</head>
	<body>
		<!-- <div class="card"> -->
			<h1> Legal Retriever Evaluation Study </h1>
            <hr />
			<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>
			<ul>
              <li> You'll be asked to answer a number of Multistate Bar Exam questions using your knowledge. </li>
              <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>
              <li> You don't need to answer every question in the same session. Feel free to start and stop when convenient! </li>
            </ul>
            <hr />
            <p> Use the <strong>same email</strong> each time to keep your progress on the questions tracked. Thanks again for participating! </p>
            <input type="text" id="email" placeholder="Email"/>
            <br /> <br />
            <button id="submit"><strong>Let's go!</strong></button>
		<!-- </div> -->
	</body>
</html>