Datasets:
mike-persius
commited on
Upload dataset
Browse files- README.md +28 -0
- data/test-00000-of-00001.parquet +3 -0
- data/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -1,5 +1,33 @@
|
|
1 |
---
|
2 |
license: cc-by-sa-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
## Health Insurance Appeal Adjudication Benchmark
|
5 |
|
|
|
1 |
---
|
2 |
license: cc-by-sa-4.0
|
3 |
+
configs:
|
4 |
+
- config_name: default
|
5 |
+
data_files:
|
6 |
+
- split: train
|
7 |
+
path: data/train-*
|
8 |
+
- split: test
|
9 |
+
path: data/test-*
|
10 |
+
dataset_info:
|
11 |
+
features:
|
12 |
+
- name: text
|
13 |
+
dtype: string
|
14 |
+
- name: decision
|
15 |
+
dtype: string
|
16 |
+
- name: appeal_type
|
17 |
+
dtype: string
|
18 |
+
- name: full_text
|
19 |
+
dtype: string
|
20 |
+
- name: sufficiency_id
|
21 |
+
dtype: int64
|
22 |
+
splits:
|
23 |
+
- name: train
|
24 |
+
num_bytes: 172434140
|
25 |
+
num_examples: 64067
|
26 |
+
- name: test
|
27 |
+
num_bytes: 27089138
|
28 |
+
num_examples: 9920
|
29 |
+
download_size: 92577490
|
30 |
+
dataset_size: 199523278
|
31 |
---
|
32 |
## Health Insurance Appeal Adjudication Benchmark
|
33 |
|
data/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4fb3e8b34bae7d04a3ba15d3e950a39dbb9a77be3ebc6afa0378e9e9840577e8
|
3 |
+
size 12689124
|
data/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:18fd7153dbf2a92b2491608407d8dd648af65f821d78d15c9be6ca2dd1eac5c0
|
3 |
+
size 79888366
|