RougeSpec

Spec for rouge score metric - calculates the recall of n-grams in prediction as compared to reference - returns a score ranging between 0 and 1.

Fields
rougeType string

Optional. Supported rouge types are rougen[1-9], rougeL, and rougeLsum.

useStemmer boolean

Optional. Whether to use stemmer to compute rouge score.

splitSummaries boolean

Optional. Whether to split summaries while using rougeLsum.

JSON representation
 { 
 "rougeType" 
 : 
 string 
 , 
 "useStemmer" 
 : 
 boolean 
 , 
 "splitSummaries" 
 : 
 boolean 
 } 
Create a Mobile Website
View Site in Mobile | Classic
Share by: