我正在使用ROUGE评估摘要。我遵循http://kavita-ganesan.com/content/rouge-2.0-documentation中给出的所有步骤。我得到了ROUGE 3的结果,但我在ROUGE-L和ROUGE-SU-4上遇到了问题。
发布于 2016-11-02 22:26:05
我也有同样的问题。我已经在网站上查过了:http://www.rxnlp.com/rouge-2-0/似乎2.0版只支持以下功能:
功能ROUGE 2.0目前支持以下功能:
- Evaluation of ROUGE-N (unigram, bigrams, trigrams, etc)
- Stemming for different languages
- Stopword removal with customizable stop words
- Evalutation of unicode texts (e.g. Persian)
- Synonyms capture for better agreement between system and reference summaries [English only and requires WordNet installation]
- Evaluation of specific parts of speech (e.g. NN) [Uses Stanford POS Tagger]发布于 2018-03-09 13:41:49
现在支持ROUGE S、L、SU。可以在GitHub repo中找到最新的文档。
https://stackoverflow.com/questions/39143036
复制相似问题