Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
Libraries:
Datasets
Dask
License:
mikeg112 commited on
Commit
89bef31
·
1 Parent(s): 5926a2c

Update readme

Browse files
Files changed (1) hide show
  1. README.md +84 -0
README.md CHANGED
@@ -151,3 +151,87 @@ dataset_info:
151
  download_size: 17339277
152
  dataset_size: 38848315
153
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
151
  download_size: 17339277
152
  dataset_size: 38848315
153
  ---
154
+ ## HICRIC: A Dataset of Law, Policy, and Regulatory Guidance for Health Insurance Coverage Understanding
155
+
156
+ **H**ealth **I**nsurance **C**overage **R**ules **I**nterpretation **C**orpus is a collection of unannotated text curated to support
157
+ applications that require understanding of U.S. health insurance coverage rules.
158
+
159
+ It consists of a small, unlabeled corpus of authoritative and non-authoritative text related to law, insurance contracts, and medicine. The corpus is intended for use in pretraining language models and, independently, for use as a standalone knowledge base in retrieval pipelines.
160
+
161
+ This data repository houses the processed, unlabeled data referenced in a more general work documented here: [https://github.com/TPAFS/hicric](https://github.com/TPAFS/hicric).
162
+
163
+ ### Redistribution
164
+
165
+ Please consult the licenses for all source data for yourself if you plan to redistribute any of it. To the best of our knowledge, our redistributions abide by all such licenses.
166
+
167
+ ### Risks
168
+
169
+ We believe there are numerous risks associated with our released data, which we've done our best to mitigate. Our main concerns involve:
170
+
171
+ - Potential for Propagation of Bias
172
+ - Potential for Misuse
173
+
174
+ Please see our forthcoming paper for a thorough discussion of these perceived risks.
175
+
176
+ ### Limitations
177
+
178
+ There are many limitations associated with our released data, and our advice is to consider and weigh these limitations carefully to
179
+ inform resonsible and effective use. The main categories of limitation are:
180
+
181
+ - Task Shortcomings
182
+ - Simplicity of the Benchmark
183
+ - Corpus Deficiencies
184
+
185
+ Please see our forthcoming paper for a thorough discussion of these perceived risks.
186
+
187
+ ## Dataset Breakdown
188
+
189
+ Each document in our dataset comes equipped with a set of plain-text _tags_. In constructing the
190
+ data we formulated a particular privileged set of partitioning tags: these are a set of tags with
191
+ the property that each document in the dataset is associated with exactly one tag in the set,
192
+ and none of the tags are unused.
193
+
194
+ The tags are the following:
195
+
196
+
197
+ - **legal**
198
+
199
+ - **regulatory-guidance**
200
+
201
+ - **contract-coverage-rule-medical-policy**
202
+
203
+ - **opinion-policy-summary**
204
+
205
+ - **case-description**
206
+
207
+ - **clinical-guidelines**
208
+
209
+ In addition to this set of partitioning tags, we intoduce another privileged tag:
210
+
211
+ - **kb** This tag indicates that a document is suitable for use in a knowledge base.
212
+
213
+ This is a subjective determination, but the intent is to label text that comes from a reputable,
214
+ _definitive_ source. For example, a summary of Medicaid rules as stated by an employee of HHS
215
+ during congressional testimony would not be labeled with the `kb` tag, because such testimony is
216
+ not the definitive source for the ground truth of such rules. On the other hand, federal
217
+ law describing those same rules would be labeled with the `kb` tag.
218
+
219
+
220
+ A high level characterization of the distribution of text in our corpus in terms of these
221
+ privileged tags is shown in the table below.
222
+
223
+ | Category | Num Documents | Words | Chars | Size (GB) |
224
+ | -------- | ------------- | ----- | ----- | --------- |
225
+ | All Partition Parts | 8,310 | 417,617,646 | 2,699,256,987 | 2.81 |
226
+ | kb | 1,434 | 170,717,368 | 1,120,961,295 | 1.13 |
227
+ | legal | 335 | 92,357,802 | 596,044,008 | 0.60 |
228
+ | regulatory-guidance | 1,110 | 5,536,585 | 38,607,587 | 0.04 |
229
+ | contract-coverage-rule-medical-policy | 7 | 196,156,813 | 1,228,184,524 | 1.31 |
230
+ | opinion-policy-summary | 2,094 | 19,462,399 | 133,049,956 | 0.14 |
231
+ | case-description | 2,629 | 214,267,074 | 1,351,074,791 | 1.45 |
232
+ | clinical-guidelines | 2,150 | 81,955,020 | 553,041,990 | 0.56 |
233
+
234
+
235
+
236
+ ## Contact
237
+ For questions or comments, please reach out to `[email protected]`.