Proceedings of the 12th Conference of the European Chapter of the Association for Computational Linguistics on - EACL '09 2009
DOI: 10.3115/1609067.1609126
|View full text |Cite
|
Sign up to set email alerts
|

Translation as weighted deduction

Abstract: We present a unified view of many translation algorithms that synthesizes work on deductive parsing, semiring parsing, and efficient approximate search algorithms. This gives rise to clean analyses and compact descriptions that can serve as the basis for modular implementations. We illustrate this with several examples, showing how to build search spaces for several disparate phrase-based search strategies, integrate non-local features, and devise novel models. Although the framework is drawn from parsing and … Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

0
22
0

Year Published

2009
2009
2016
2016

Publication Types

Select...
4
2
2

Relationship

0
8

Authors

Journals

citations
Cited by 22 publications
(22 citation statements)
references
References 26 publications
0
22
0
Order By: Relevance
“…We will summarize how the PRODUCT transformation was applied to a simple form of phrase-to-phrase translation (Koehn et al 2003) by Lopez (2009). Lopez (2009) suggested a deductive view of algorithms for machine translation, similar to the view of parsing given by Shieber et al (1995).…”
Section: Translation Algorithmsmentioning
confidence: 99%
See 2 more Smart Citations
“…We will summarize how the PRODUCT transformation was applied to a simple form of phrase-to-phrase translation (Koehn et al 2003) by Lopez (2009). Lopez (2009) suggested a deductive view of algorithms for machine translation, similar to the view of parsing given by Shieber et al (1995).…”
Section: Translation Algorithmsmentioning
confidence: 99%
“…Lopez (2009) discusses more powerful translation algorithms that permit, for example, reordering of phrases.…”
Section: Translation Algorithmsmentioning
confidence: 99%
See 1 more Smart Citation
“…It is denoted by [C, r, γ] (also known as carry), where: C is a coverage vector, necessary to impose the non-overlapping constraint; r is the rightmost position most recently covered, necessary for the computation of δ; and γ is the last n − 1 words 1 Preventing phrases from overlapping requires an exponential number of constraints (the powerset of x) rendering the problem NP-complete (Knight, 1999). 2 Weighted logics have been extensively used to describe weighted sets (Lopez, 2009), operations over weighted sets (Chiang, 2007;Dyer and Resnik, 2010), and a variety of dynamic programming algorithms (Cohen et al, 2008). , that is, an instantiated biphrase which covers the span x i i and yields y j j with weight φ r .…”
Section: Phrase-based Smtmentioning
confidence: 99%
“…For example, we may want to run the Viterbi algorithm to find the most probable derivation tree in the hypergraph, or the k most probable trees. Semiring-weighted logic programming is a general framework to specify these algorithms (Pereira and Warren, 1983;Shieber et al, 1994;Goodman, 1999;Eisner et al, 2005;Lopez, 2009). Goodman (1999) describes many useful semirings (e.g., Viterbi, inside, and Viterbin-best).…”
Section: Introductionmentioning
confidence: 99%