From 9eb25fbbee6a1fdbab7cc6dad8e1da7955b10f3c Mon Sep 17 00:00:00 2001 From: "Kim, Taehoon" Date: Wed, 20 Sep 2023 17:18:32 +0900 Subject: [PATCH] add SPICE to supported metrics --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3dac286..3528655 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Rows across these files should correspond to the same example. - METEOR - ROUGE - CIDEr +- SPICE - SkipThought cosine similarity - Embedding Average cosine similarity - Vector Extrema cosine similarity @@ -185,6 +186,7 @@ gives METEOR: 0.295797 ROUGE_L: 0.522104 CIDEr: 1.242192 + SPICE: 0.312331 SkipThoughtsCosineSimilarity: 0.626149 EmbeddingAverageCosineSimilarity: 0.884690 VectorExtremaCosineSimilarity: 0.568696