From 9f63c4863ec1c1f3b92d877e6d27f4d06014f458 Mon Sep 17 00:00:00 2001 From: Shyamal H Anadkat Date: Wed, 16 Aug 2023 14:20:22 -0700 Subject: [PATCH] Adds reference to SummEval (#639) --- .../evaluation/How_to_eval_abstractive_summarization.ipynb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/examples/evaluation/How_to_eval_abstractive_summarization.ipynb b/examples/evaluation/How_to_eval_abstractive_summarization.ipynb index 52df4d0..4420212 100644 --- a/examples/evaluation/How_to_eval_abstractive_summarization.ipynb +++ b/examples/evaluation/How_to_eval_abstractive_summarization.ipynb @@ -709,9 +709,10 @@ "\n", "## References\n", "\n", - "- [G-EVAL: NLG Evaluation Using GPT-4 with Better Human Alignment](https://arxiv.org/pdf/2303.16634.pdf) - Liu Y, Iter D, Xu Y, Wang S, Xu R, Zhu C.\n", - "- [BERTScore: Evaluating Text Generation with BERT](https://arxiv.org/abs/1904.09675) - Zhang T, Kishore V, Wu F, Weinberger KQ, Artzi Y. Published online February 24, 2020.\n", - "- [ROUGE: A Package for Automatic Evaluation of Summaries](https://aclanthology.org/W04-1013/) - Lin CY. Published July 1, 2004.\n" + "- [G-EVAL: NLG Evaluation Using GPT-4 with Better Human Alignment](https://arxiv.org/pdf/2303.16634.pdf) - Liu Y, Iter D, Xu Y, Wang S, Xu R, Zhu C. Published May, 2023.\n", + "- [BERTScore: Evaluating Text Generation with BERT](https://arxiv.org/abs/1904.09675) - Zhang T, Kishore V, Wu F, Weinberger KQ, Artzi Y. Published online February, 2020.\n", + "- [ROUGE: A Package for Automatic Evaluation of Summaries](https://aclanthology.org/W04-1013/) - Lin CY. Published July, 2004.\n", + "- [SummEval: Re-evaluating Summarization Evaluation](https://aclanthology.org/2021.tacl-1.24) - Fabbri et al. Published April, 2024.\n" ] } ],