Skip to content

Commit

Permalink
Update abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
kpu committed Mar 13, 2014
1 parent 6b2d164 commit ceee417
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions paper/acl2014.tex
Expand Up @@ -44,8 +44,7 @@
\maketitle
\begin{abstract}
We contribute a faster decoding algorithm for phrase-based machine translation. Translation hypotheses keep track of state, such as context for the language model and coverage of words in the source sentence. Most features depend upon only part of the state, but traditional algorithms, including cube pruning, handle state atomically. For example, cube pruning will repeatedly query the language model with hypotheses that differ only in source coverage, despite the fact that source coverage is irrelevant to the language model.
Our algorithm avoids this behavior by placing hypotheses into equivalence classes, masking the parts of state that matter least to the score.
Since our algorithm and cube pruning are both approximate, the improvement can be used to increase speed or accuracy.
Our algorithm avoids this behavior by placing hypotheses into equivalence classes, masking the parts of state that matter least to the score. Moreover, we exploit shared words in hypotheses to iteratively refine language model scores rather than treating language model state is atomic. Since our algorithm and cube pruning are both approximate, improvement can be used to increase speed or accuracy.
When tuned to attain the same accuracy, our algorithm is 4.0--7.7 times as fast as the Moses decoder with cube pruning.
\end{abstract}

Expand Down

0 comments on commit ceee417

Please sign in to comment.