Datasets:
Convert dataset to Parquet
Browse filesConvert dataset to Parquet.
- README.md +36 -0
- questions/test-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -14,6 +14,42 @@ tags:
|
|
| 14 |
size_categories:
|
| 15 |
- 1K<n<10K
|
| 16 |
license: cc-by-sa-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
---
|
| 18 |
|
| 19 |
`HousingQA` is a benchmark evaluating LLMs' abilities to answer questions about housing law in different states. See [the releasing paper](https://reglab.github.io/legal-rag-benchmarks/) for more information on construction.
|
|
|
|
| 14 |
size_categories:
|
| 15 |
- 1K<n<10K
|
| 16 |
license: cc-by-sa-4.0
|
| 17 |
+
configs:
|
| 18 |
+
- config_name: questions
|
| 19 |
+
data_files:
|
| 20 |
+
- split: test
|
| 21 |
+
path: questions/test-*
|
| 22 |
+
dataset_info:
|
| 23 |
+
config_name: questions
|
| 24 |
+
features:
|
| 25 |
+
- name: idx
|
| 26 |
+
dtype: int32
|
| 27 |
+
- name: state
|
| 28 |
+
dtype: string
|
| 29 |
+
- name: question
|
| 30 |
+
dtype: string
|
| 31 |
+
- name: answer
|
| 32 |
+
dtype: string
|
| 33 |
+
- name: question_group
|
| 34 |
+
dtype: int32
|
| 35 |
+
- name: statutes
|
| 36 |
+
list:
|
| 37 |
+
- name: statute_idx
|
| 38 |
+
dtype: int32
|
| 39 |
+
- name: citation
|
| 40 |
+
dtype: string
|
| 41 |
+
- name: excerpt
|
| 42 |
+
dtype: string
|
| 43 |
+
- name: original_question
|
| 44 |
+
dtype: string
|
| 45 |
+
- name: caveats
|
| 46 |
+
sequence: string
|
| 47 |
+
splits:
|
| 48 |
+
- name: test
|
| 49 |
+
num_bytes: 19100036
|
| 50 |
+
num_examples: 6853
|
| 51 |
+
download_size: 764083
|
| 52 |
+
dataset_size: 19100036
|
| 53 |
---
|
| 54 |
|
| 55 |
`HousingQA` is a benchmark evaluating LLMs' abilities to answer questions about housing law in different states. See [the releasing paper](https://reglab.github.io/legal-rag-benchmarks/) for more information on construction.
|
questions/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:05b9502e3f4fc65de6920b2efdec5698382212afd20b62ba3ba0833fa5a5ae1a
|
| 3 |
+
size 764083
|