From 5d790e530fada9715c4ce1a1107bc33810fd81ce Mon Sep 17 00:00:00 2001 From: hjian42 Date: Thu, 13 Jun 2024 03:56:28 -0400 Subject: [PATCH] update/readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0f5bc4e..e3bda61 100644 --- a/README.md +++ b/README.md @@ -46,10 +46,10 @@ python generate_question.py --input_file ./outputs/294-doctrines-gpt4/294_doctri 1. Automatic evaluation with complexity metrics: `analysis/1_complexity_measure.ipynb` 2. Human evaluation: `analysis/2_analyze_human_ratings_and_errors.ipynb` -3. Expert annotations: `analysis/3_expert_annotation.ipynb` -- the final 20 stories with their questions for RCT: `analysis/expert_annotations/Final_regenerated_questions_20.tsv` -- the final expert-annotated answers for the 20 stories: `analysis/expert_annotations/Final_answer_annotations.tsv` -4. (upcoming) RCT analysis code and data +3. Expert annotations on 20 legal doctrines: `analysis/3_expert_annotation.ipynb` +- the final stories and their corresponding questions: `analysis/expert_annotations/Final_regenerated_questions_20.tsv` +- the final expert-annotated answers for the questions: `analysis/expert_annotations/Final_answer_annotations.tsv` +4. immediate and follow-up RCT analysis: `analysis/4_analyze_rct_results.ipynb` ## References