Datasets:
Add 'questions_aux' config data files
Browse files- README.md +33 -1
- questions_aux/test-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -19,8 +19,12 @@ configs:
|
|
| 19 |
data_files:
|
| 20 |
- split: test
|
| 21 |
path: questions/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
dataset_info:
|
| 23 |
-
|
| 24 |
features:
|
| 25 |
- name: idx
|
| 26 |
dtype: int32
|
|
@@ -50,6 +54,34 @@ dataset_info:
|
|
| 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.
|
|
|
|
| 19 |
data_files:
|
| 20 |
- split: test
|
| 21 |
path: questions/test-*
|
| 22 |
+
- config_name: questions_aux
|
| 23 |
+
data_files:
|
| 24 |
+
- split: test
|
| 25 |
+
path: questions_aux/test-*
|
| 26 |
dataset_info:
|
| 27 |
+
- config_name: questions
|
| 28 |
features:
|
| 29 |
- name: idx
|
| 30 |
dtype: int32
|
|
|
|
| 54 |
num_examples: 6853
|
| 55 |
download_size: 764083
|
| 56 |
dataset_size: 19100036
|
| 57 |
+
- config_name: questions_aux
|
| 58 |
+
features:
|
| 59 |
+
- name: idx
|
| 60 |
+
dtype: int32
|
| 61 |
+
- name: state
|
| 62 |
+
dtype: string
|
| 63 |
+
- name: question
|
| 64 |
+
dtype: string
|
| 65 |
+
- name: answer
|
| 66 |
+
dtype: string
|
| 67 |
+
- name: question_group
|
| 68 |
+
dtype: int32
|
| 69 |
+
- name: statutes
|
| 70 |
+
sequence:
|
| 71 |
+
- name: citation
|
| 72 |
+
dtype: string
|
| 73 |
+
- name: excerpt
|
| 74 |
+
dtype: string
|
| 75 |
+
- name: original_question
|
| 76 |
+
dtype: string
|
| 77 |
+
- name: caveats
|
| 78 |
+
sequence: string
|
| 79 |
+
splits:
|
| 80 |
+
- name: test
|
| 81 |
+
num_bytes: 26098993
|
| 82 |
+
num_examples: 9297
|
| 83 |
+
download_size: 1230753
|
| 84 |
+
dataset_size: 26098993
|
| 85 |
---
|
| 86 |
|
| 87 |
`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_aux/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4c8b6156cd8d44b4e7bfb0239a3d8f3a7a8968d666263375b586554266c32341
|
| 3 |
+
size 1230753
|