ACL 2007 SECOND WORKSHOP
ON STATISTICAL MACHINE TRANSLATION

Shared Task: Baseline System

June 23, in conjunction with ACL 2007 in Prague, Czech Republic

[HOME] [SHARED TASK] | RESULTS] | [BASELINE SYSTEM] | [PROCEEDINGS] | [PROGRAM]

Using the open source Moses it is possible to build a baseline system that is on par with the best submission from last year's workshop. What follows below are step-for-step instructions. This may look like a long list at first glance, but it should make the process of building machine translation system and all its components, and its tuning, testing, and evaluation transparent.

Install Moses Support Libraries

Install Moses

Install Moses Scripts

Install Additional Scripts

Prepare Data

Build Language Model

Train Model

Tuning (i.e., Optimize System Component Weights, a.k.a. Minimum Error Rate Training)

Run System on Development Test Set

Evaluation