ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
4.7k
Citations
568
Influential Citations
Computational Linguistics
Venue
2003
Year
We present and compare various methods for computing word alignments using statistical or heuristic models. We consider the five alignment models presented in Brown, Della Pietra, Della Pietra, and Mercer (1993), the hidden Markov alignment model, smoothing techniques, and refinements. These statistical models are compared with two heuristic models based on the Dice coefficient. We present different methods for combining word alignments to perform a symmetrization of directed statistical alignment models. As evaluation criterion, we use the quality of the resulting Viterbi alignment compared to a manually produced reference alignment. We evaluate the models on the German-English Verbmobil task and the French-English Hansards task. We perform a detailed analysis of various design decisions of our statistical alignment system and evaluate these on training corpora of various sizes. An important result is that refined alignment models with a first-order dependence and a fertility model yield significantly better results than simple heuristic models. In the Appendix, we present an efficient training algorithm for the alignment models presented.
This paper is a foundational reference in statistical machine translation, providing a rigorous empirical comparison of word alignment models that were central to early SMT systems. By systematically evaluating both statistical (IBM Models 1-5, HMM) and heuristic (Dice coefficient) approaches on two language pairs, the authors established clear performance benchmarks. The finding that refined models with first-order dependence and fertility significantly outperform simple heuristics guided practitioners toward more sophisticated alignment techniques.
The paper's emphasis on symmetrization—combining directional alignments into a single undirected alignment—addressed a critical practical need in SMT pipelines. This work remains highly cited (over 4600 citations) because it codified best practices for alignment evaluation and training, influencing later developments in neural machine translation and cross-lingual NLP.
This paper set the standard for word alignment evaluation in statistical machine translation, influencing subsequent research on alignment symmetrization, training algorithms, and model comparison. Its methodology—using manual reference alignments and precision/recall metrics—became a template for later work in cross-lingual NLP. The findings directly informed the design of alignment components in open-source SMT toolkits like GIZA++ and Moses. Even in the era of neural machine translation, the principles of alignment quality and symmetrization remain relevant for attention-based models and multilingual systems.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba