Datasets:

nguha commited on
Commit
73f6b81
·
verified ·
1 Parent(s): 3eae5c4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -2,6 +2,17 @@
2
  language:
3
  - en
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`.
@@ -38,7 +49,7 @@ where:
38
  - `question`: the question
39
  - `answer`: the answer to the question
40
  - `question_group`: the question group. Questions repeated in different jurisdictions have the same `question_group` value.
41
- - `statutes`: the statutes that support the answer
42
  - `citation`: the statute citation
43
  - `excerpt`: an excerpt from the statute
44
  - `original_question`: the original question from the LSC database. This is sometimes identical to `question`. In other cases `question` corresponds to a rephrased version of this designed to have a yes/no answer.
 
2
  language:
3
  - en
4
  pretty_name: Housing QA
5
+ task_categories:
6
+ - question-answering
7
+ tags:
8
+ - law
9
+ - legal
10
+ - retrieval
11
+ - statutes
12
+ - housing
13
+ - QA
14
+ size_categories:
15
+ - 1K<n<10K
16
  ---
17
 
18
  `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`.
 
49
  - `question`: the question
50
  - `answer`: the answer to the question
51
  - `question_group`: the question group. Questions repeated in different jurisdictions have the same `question_group` value.
52
+ - `statutes`: a list of the statutes that support the answer
53
  - `citation`: the statute citation
54
  - `excerpt`: an excerpt from the statute
55
  - `original_question`: the original question from the LSC database. This is sometimes identical to `question`. In other cases `question` corresponds to a rephrased version of this designed to have a yes/no answer.