Relations (1)
related 0.10 — supporting 1 fact
Knowledge graphs and BLEU are related because [1] describes BLEU as a metric used to evaluate text quality in large language models integrated with knowledge graphs by comparing generated text to human-written references.
Facts (1)
Sources
A survey on augmenting knowledge graphs (KGs) with large ... link.springer.com 1 fact
formulaBLEU (Bilingual Evaluation Understudy) is a metric used to evaluate text quality in large language models integrated with knowledge graphs by comparing generated text to human-written reference texts, calculated as BLEU = BP * exp(sum(w_n * log(p_n))), where BP is the brevity penalty, w_n are weights, and p_n are precision scores for n-grams.