Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 821 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 821 Bytes

Fact Decomposition of Clinical Notes

Code to replicate the generation and LLM-as-a-judge evaluation of the FactEHR dataset.

Table of Contents

I. Installation

Use editable mode during development.

python -m pip install -e .

To run all unit tests in tests/ run this from the project root

pytest

II. Data Dependencies

See detailed overview of the FactEHR dataset.

See here for summary of release files.

III. Experiment Pipeline

See experiments for an overview of the experiment pipeline.