Datasets:

nguha commited on
Commit
3eae5c4
·
1 Parent(s): 99759ec

Updating readme

Browse files
Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -4,10 +4,13 @@ language:
4
  pretty_name: Housing QA
5
  ---
6
 
7
- `HousingQA` is a benchmark evaluating LLMs' abilities to answer questions about housing law in different states. There are two tasks: `knowledge_qa` and `rc_questions`
8
 
9
 
10
- ## `knowledge_qa`
 
 
 
11
  `knowledge_qa` consists of 9297 yes/no questions. Each question and answer are specific to a jurisdiction. Each row has the following structure:
12
 
13
  ```json
@@ -51,7 +54,7 @@ Answer "Yes" or "No".
51
  Answer:
52
  ```
53
 
54
- ## `rc_questions`
55
  `rc_questions` consists of 6853 yes/no questions. Each question and answer are specific to a jurisdiction.
56
 
57
  `rc_questions` is a subset of `knowledge_questions`. Each question in this subset has been annotated with a list of relevant statutes, all of which are contained in the `statutes` split.
@@ -113,7 +116,7 @@ Answer "Yes" or "No".
113
  Answer:
114
  ```
115
 
116
- ### `statutes`
117
  The `statutes` contains approximately 1.7 million statutes collected Justia. Note:
118
 
119
  - Not all states are represented
 
4
  pretty_name: Housing QA
5
  ---
6
 
7
+ `HousingQA` is a benchmark evaluating LLMs' abilities to answer questions about housing law in different states. There are two tasks: `knowledge_qa` and `rc_questions`.
8
 
9
 
10
+ `demo.ipynb` provides an example of how to load the dataset.
11
+
12
+
13
+ ## knowledge_qa
14
  `knowledge_qa` consists of 9297 yes/no questions. Each question and answer are specific to a jurisdiction. Each row has the following structure:
15
 
16
  ```json
 
54
  Answer:
55
  ```
56
 
57
+ ## rc_questions
58
  `rc_questions` consists of 6853 yes/no questions. Each question and answer are specific to a jurisdiction.
59
 
60
  `rc_questions` is a subset of `knowledge_questions`. Each question in this subset has been annotated with a list of relevant statutes, all of which are contained in the `statutes` split.
 
116
  Answer:
117
  ```
118
 
119
+ ## statutes
120
  The `statutes` contains approximately 1.7 million statutes collected Justia. Note:
121
 
122
  - Not all states are represented