ebrowne commited on
Commit
8ebe5b2
·
verified ·
1 Parent(s): c36282c

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +9 -7
index.html CHANGED
@@ -3,17 +3,19 @@
3
  <head>
4
  <meta charset="utf-8" />
5
  <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
  <link rel="stylesheet" href="style.css" />
8
  </head>
9
  <body>
10
  <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
 
 
17
  </div>
18
  </body>
19
  </html>
 
3
  <head>
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
+ <p> We really appreciate your participation in our study, which will help us better understand how to best evaluate and use legal retrieval models. Here are some details for you: </p>
13
+ <ul>
14
+ <li> Each question comes from the Multistate Bar Exam. You'll be asked to answer each question using your knowledge. </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 it's best for you! </li>
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>