From 973ff5bcec22797fa4f9b8403420e729ae84c503 Mon Sep 17 00:00:00 2001 From: Yrugit <167591845+Yrugit@users.noreply.github.com> Date: Thu, 7 Nov 2024 14:50:51 +0800 Subject: [PATCH] Update chapter2.tex --- src/Chapter2/chapter2.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Chapter2/chapter2.tex b/src/Chapter2/chapter2.tex index 866d5cb..e120a47 100644 --- a/src/Chapter2/chapter2.tex +++ b/src/Chapter2/chapter2.tex @@ -900,7 +900,7 @@ \subsection{搜索问题的建模} \parinterval 通常,$\textrm{score}(\cdot)$也被称作{\small\bfnew{模型得分}}\index{模型得分}(Model Score\index{Model Score})。如图\ref{fig:2-14}所示,可知红线所示单词序列“\ I\ agree\ ”的模型得分为: \begin{eqnarray} &&\textrm{score(\ I\ agree\ )} \nonumber \\ -& = & \log \funp{P}(\textrm{}) + \log \funp{P}(\textrm{I} | \textrm{}) + \log \funp{P}(\textrm{agree} | \textrm{\ I}) + \log \funp{P}(\textrm{}| \textrm{\ I\ agree}) \nonumber \\ +& = & \log \funp{P}(\textrm{}) + \log \funp{P}(\textrm{I} | \textrm{}) + \log \funp{P}(\textrm{agree} | \textrm{\ I}) + \log \funp{P}(\textrm{}| \textrm{\ I\ agree}) \nonumber \\ & = & 0-0.5-0.2-0.8 \nonumber \\ & = & -1.5 \label{eq:2-44}