Improving Tree-to-Tree Translation with Packed Forests.

Yang Liu,Yajuan Lü,Qun Liu
DOI: https://doi.org/10.3115/1690219.1690225
2009-01-01
Abstract:Current tree-to-tree models suffer from parsing errors as they usually use only 1-best parses for rule extraction and decoding. We instead propose a forest-based tree-to-tree model that uses packed forests. The model is based on a probabilistic synchronous tree substitution grammar (STSG), which can be learned from aligned forest pairs automatically. The decoder finds ways of decomposing trees in the source forest into elementary trees using the source projection of STSG while building target forest in parallel. Comparable to the state-of-the-art phrase-based system Moses, using packed forests in tree-to-tree translation results in a significant absolute improvement of 3.6 BLEU points over using 1-best trees.
What problem does this paper attempt to address?