Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,12 +1,10 @@
|
|
| 1 |
# MedGen: Clinical Data Synthesis for Medical NLP
|
| 2 |
|
| 3 |
-
|
| 4 |
-
π <a href="https://huggingface.co/papers/xxxx.xxxxx" target="_blank">Paper</a>    |    π <a href="https://medgen.github.io/" target="_blank">Project Page</a>    |    πΎ <a href="https://huggingface.co/collections/toolevalxm/medgen-67b978e28fd926b56a4f55a3" target="_blank">Released Resources</a>    |    π¦ <a href="https://github.com/xmhtoolathlon/MedGen-DataLab" target="_blank">Repo</a>
|
| 5 |
|
| 6 |
We release the raw clinical notes data for our MedGen project, derived from the MIMIC-III clinical database maintained by PhysioNet.
|
| 7 |
|
| 8 |
The data format for each line in the `clinical_notes_processed.jsonl` is as follows:
|
| 9 |
-
|
| 10 |
```
|
| 11 |
{
|
| 12 |
"note_id": <unique identifier for the clinical note>,
|
|
@@ -25,3 +23,7 @@ The data format for each line in the `clinical_notes_processed.jsonl` is as foll
|
|
| 25 |
```
|
| 26 |
|
| 27 |
*Note: All data has been de-identified following HIPAA Safe Harbor guidelines. Original patient information has been removed or replaced with synthetic equivalents.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# MedGen: Clinical Data Synthesis for Medical NLP
|
| 2 |
|
| 3 |
+
π [Paper](https://huggingface.co/papers/xxxx.xxxxx) | π [Project Page](https://medgen.github.io/) | πΎ [Released Resources](https://huggingface.co/collections/toolevalxm/medgen-67b978e28fd926b56a4f55a3) | π¦ [Repo](https://github.com/xmhtoolathlon/MedGen-DataLab)
|
|
|
|
| 4 |
|
| 5 |
We release the raw clinical notes data for our MedGen project, derived from the MIMIC-III clinical database maintained by PhysioNet.
|
| 6 |
|
| 7 |
The data format for each line in the `clinical_notes_processed.jsonl` is as follows:
|
|
|
|
| 8 |
```
|
| 9 |
{
|
| 10 |
"note_id": <unique identifier for the clinical note>,
|
|
|
|
| 23 |
```
|
| 24 |
|
| 25 |
*Note: All data has been de-identified following HIPAA Safe Harbor guidelines. Original patient information has been removed or replaced with synthetic equivalents.
|
| 26 |
+
|
| 27 |
+
**License**
|
| 28 |
+
|
| 29 |
+
The license for this dataset is PhysioNet Credentialed Health Data License 1.5.0.
|