From 54e23edc6f935a2f2b62115475e3a2b7f00adad2 Mon Sep 17 00:00:00 2001 From: nlpfun Date: Mon, 20 Jun 2022 10:22:58 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbf87bc..d9c071d 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ The observed differences are then resolved through discussions between the annot All the cases of annotator differences and the corresponding resolutions have been recorded in an Excel file [anno_disagreement.xlsx](./test/anno_disagreement.xlsx). The final alignments verified by both annotators are saved in the directory [dev/Intertext](./dev/Intertext) and [test/Intertext](./test/Intertext). -We use the set-based metric Jaccard Index as suggested by Artstein & Poesio (2008) to measure the Inter-Coder Agreement (ICA): +We use the script [compute_ica.py](./compute_ica.py), which implements the set-based metric Jaccard Index as suggested by Artstein & Poesio (2008), to measure the Inter-Coder Agreement (ICA): ```bash python compute_ica.py -a1 test/intertext_01 -a2 test/intertext_02