[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
courses:rg:overcoming_vocabulary_sparsity_in_mt_using_lattices [2010/11/29 23:46]
ivanova
courses:rg:overcoming_vocabulary_sparsity_in_mt_using_lattices [2010/11/29 23:49]
ivanova
Line 16: Line 16:
 The article is about overcoming the problem of vocabulary sparsity in SMT. The sparsity occurs because many words can have inflection or can take different affixes while in the vocabulary we might not find all those forms. The article is about overcoming the problem of vocabulary sparsity in SMT. The sparsity occurs because many words can have inflection or can take different affixes while in the vocabulary we might not find all those forms.
 The authors of the article introduce three problems and their methods to overcome this challenges: The authors of the article introduce three problems and their methods to overcome this challenges:
 +
 1. common stems are fragmented into many different forms in training data; 1. common stems are fragmented into many different forms in training data;
 2. rare and unknown words are frequent in test data; 2. rare and unknown words are frequent in test data;
Line 47: Line 48:
 To translate rare and unknown words that are not in the dictionary the authors use 193 hand-written linguistic rules about how to cut-off affixes and get rid of inflection. The word that we get after cutting off the affix, might be in the dictionary, if not, algorithm will try to apply more rules to get a word that is in the dictionary. To translate rare and unknown words that are not in the dictionary the authors use 193 hand-written linguistic rules about how to cut-off affixes and get rid of inflection. The word that we get after cutting off the affix, might be in the dictionary, if not, algorithm will try to apply more rules to get a word that is in the dictionary.
  
-There is no information in the article about how the rule is selected in case there are suitable rules for one affix. Probably they have uniform distribution of rules and they leave to a language model to choose one.+There is no information in the article about how the rule is selected in case there are several suitable rules for one affix. Probably they have uniform distribution of rules and they leave to a language model to choose one.
  
  
 ===== Challenge 3 ===== ===== Challenge 3 =====
  
-The third challenge is to correct spelling mistakes. If the word has one spelling mistakes, they try to correct. But they don't remove the original word, they just add the found options. If the word has more than one spelling mistakes, they do not deal with it. +The third challenge is to correct spelling mistakes. If the word has one spelling mistake, they try to correct it. But they don't remove the original word, they just add the found options. If the word has more than one spelling mistake, they do not deal with it. 
  
 It is not clear from the article how exactly they correct the mistakes, for example It is not clear from the article how exactly they correct the mistakes, for example

[ Back to the navigation ] [ Back to the content ]