WO2012008684A2 - 계층적 구문 기반의 통계적 기계 번역에서의 번역규칙 필터링과 목적단어 생성을 위한 방법 및 장치 - Google Patents
계층적 구문 기반의 통계적 기계 번역에서의 번역규칙 필터링과 목적단어 생성을 위한 방법 및 장치 Download PDFInfo
- Publication number
- WO2012008684A2 WO2012008684A2 PCT/KR2011/003977 KR2011003977W WO2012008684A2 WO 2012008684 A2 WO2012008684 A2 WO 2012008684A2 KR 2011003977 W KR2011003977 W KR 2011003977W WO 2012008684 A2 WO2012008684 A2 WO 2012008684A2
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- word
- translation
- language
- words
- qualified
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/40—Processing or translation of natural language
- G06F40/42—Data-driven translation
- G06F40/44—Statistical methods, e.g. probability models
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/40—Processing or translation of natural language
- G06F40/42—Data-driven translation
- G06F40/45—Example-based machine translation; Alignment
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/40—Processing or translation of natural language
- G06F40/51—Translation evaluation
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/40—Processing or translation of natural language
- G06F40/55—Rule-based translation
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/40—Processing or translation of natural language
- G06F40/55—Rule-based translation
- G06F40/56—Natural language generation
Definitions
- the present invention relates to the field of statistical machine translation.
- the hierarchical structure is generated by filtering a translation rule using a loose qualified dependency structure and generating a target word by referring to a head word of a source word.
- the present invention relates to a method and apparatus for filtering translation rules and generating target words in hierarchical phrase-based statistical machine translation, which can improve translation performance while reducing the number of translation rules compared to a syntax-based original translation rule table.
- Hierarchical Phrase-Based (HPB) model is used as an example.
- the hierarchical method finds a phrase containing several phrases and replaces the sub-phrase with a non-terminal symbol.
- the non-terminal code is a word that cannot appear in a sentence in grammar, and means a word in normal grammar.
- the hierarchical method is more powerful than the conventional syntax-based method because of its high generation capability and long distance reordering.
- the training corpus increases, the number of translation rules increases dramatically, resulting in a slow decoding speed and an increase in memory capacity. Therefore, it is not suitable for actual large translation work.
- Translation rules are essential in statistical machine translation systems. In general, the better the number of good rules, the better the translation performance. However, as described above, as the training corpus increases, the number of rules increases rapidly, resulting in a slow decoding speed and an increase in memory capacity.
- a second word is introduced to generate a target word without considering linguistic information. Moreover, since the second word can come from any part of the sentence, a huge number of parameters may be needed.
- Another way is to build a maximum entropy model.
- the maximum entropy model combines rich context information to select translation rules when decoding. However, as the corpus increased in size, the maximum entropy model also increased.
- the present invention was devised to solve the above problems, and an object of the present invention is to improve translation performance while reducing the hierarchical translation rule table depending on the dependency information of the bilingual languages.
- Another object of the present invention is to further improve translation performance without increasing the system complexity of using additional language models.
- the translation rule filtering method is characterized by reducing the hierarchical syntax-based translation rule of the source language side and the target language side using a loose qualified dependency structure.
- a method of generating a translation rule includes arranging words constituting sentences of a source language and a target language, organizing the sorted words into a matrix, and common head words in the matrix. Generating a phrase by tying words that depend on the generated word; and generating a translation rule using the generated phrase.
- the object word generation method is characterized by being triggered by the contextual head words of the source word as well as the corresponding source word.
- the hierarchical syntax-based statistical machine translation method generates a hierarchical syntax-based translation rule using a loosely qualified dependency structure on the source language side and the target language side, and generates the generated translation rule.
- the source language text is translated into the target language text by applying a trigger method by the head word of the source word.
- a translation rule generating apparatus includes a word sorter for word aligning a language pair corpus composed of a primitive language and a target language sentence, and parsing the language pair corpus to generate a dependency tree according to a loose qualified dependency structure. And a translation rule extractor for generating a translation rule by using the word analyzer and the word-aligned language pair corpus and the dependency tree.
- the decoder converts the source language text into the target language text using a translation rule generated by a loose qualified dependency structure from a language pair corpus and a language model generated from a single corpus. .
- the present invention applies a loosely-formed dependency structure (RWF dependency structure) to both the source language and the target language, thereby eliminating translation rules that do not satisfy this dependency structure. While removing the unnecessary translation rules of 40%, the translation performance is improved compared to the conventional HPB translation system.
- RWF dependency structure loosely-formed dependency structure
- the present invention has the effect of further improving the translation performance by applying a head language trigger, a new language characteristic, along with a loose qualified dependency structure.
- the language feature according to the present invention is effective in the Chinese-English translation work, and particularly works in large corpus.
- FIG. 2 is a diagram showing a relationship between a primitive word and a target word.
- FIG. 3 illustrates a statistical machine translation apparatus according to the present invention.
- the present invention eliminates translation rules that do not satisfy the dependency structure by using a Relaxed-Well-Formed Dependency Structure (RWF dependency structure) scheme.
- RWF dependency structure Relaxed-Well-Formed Dependency Structure
- the present invention also introduces new language features to improve translation performance.
- the conventional syntax-based SMT model has a lexical translation probability p (e
- the generation of the target word e is not only concerned with the primitive word f but can sometimes be triggered by other contextual words on the source language side. It is assumed here that the dependency edge of the word f (f-> f ') generates the target word e. This is called a head word trigger.
- the present invention employing the dependent edge condition is completely different from the conventional method of analyzing the context information.
- FIG. 1 shows an example of a dependency tree.
- the word 'found' is the root of the tree.
- the qualified dependency structure can be a single-rooted dependency tree or a set of sibling trees.
- the translation performance is degraded because many translation rules are discarded due to the constraint that the target language must be qualified.
- the present invention extends the qualified dependency structure to propose a so-called relaxed well-formed dependency structure to filter the hierarchical translation rule table.
- d_1d_2 ... d_n represents the position of the parent word (parent word) for each word of the S sentence.
- the dependency structure w_i ... w_j is a loose qualified dependency structure.
- the loose qualified dependency structure may consist of a set of words that are not head words, and the plurality of words may depend on a common head word.
- the head word corresponds to the parent word of each word.
- Table 1 shows the size of the translation rule table when various constraints are applied on the FBIS.
- the FBIS corpus contains 239K sentence pairs with 6.9M Chinese words and 8.9M English words.
- HPB represents a basic hierarchical syntax-based model
- RWF represents a model with loosely qualified dependency structure
- WF represents a model with qualified dependency structure.
- RWF filtered about 35% of the original translation rules table, and WF removed 74% of the original translation rules table. RWF extracted an additional 39% compared to WF.
- the additional translation rule is linguistically correct.
- the characteristics of triggers by head words applied to a log-linear model are based on a trigger-based approach.
- the source word f is aligned with the target word e.
- the lexical translation probability is p (e
- the generation of the target word e is not only triggered by the ordered source word f but also associated with the head word f 'of f.
- the lexical translation probability is p (e
- FIG. 2 shows a relationship between a primitive word and a target word.
- the solid arrow indicates the dependency from the child f to the parent f '.
- the target word e is triggered by the source word f and its head word f '.
- the lexical translation probability is p (e
- the probability of translation can be calculated by the Maximum Likelihood (MLE).
- MLE Maximum Likelihood
- Table 2 shows the results of the GQ corpus.
- GQ was manually selected from the LDC corpus.
- GQ includes 1.5M sentence pairs with 41M Chinese words and 48M English words.
- the FBIS is a subset of GQ.
- Tri is the characteristic head word trigger on both sides. * Or ** is better than the default.
- a 152M translation rule is generated from the GQ corpus according to the basic extraction scheme. If both sides are constrained using the RWF structure, the number of translation rules is 87M, which is 43% of the total translation rules.
- the new characteristics from Table 2 operate on two different tests (Test04, Test05).
- the gain on Test04 is + 2.21% BLEU and the gain on Test05 is + 1.33%.
- Translation quality is assessed using a case-insensitive BLEU metric. In case of using only RWF structure, it shows the same basic performance on Test05 and + 0.99% gain on Test04.
- Figure 3 shows the internal configuration of the statistical machine translation apparatus according to the present invention.
- the statistical machine translation apparatus is largely composed of a training part and a decoding part.
- the word alignment of the source language and the target language forming the bilingual corpus is word aligned, and each of them is parsed into a dependency tree. tree)
- the dependency tree for the source language and the target language is created using the loose qualified dependency structure of the present invention.
- the word-aligned language pair corpus and each dependency tree are entered into a rule extractor, which generates a set of translation rules.
- the translation rule table generated by the translation rule extractor according to the present invention is smaller in size than the translation rule table of the basic HPB system.
- the monolingual corpus corresponds to the target language, and after the language model is trained, an N-gram language model is generated through N-gram analysis.
- N-gram refers to N adjacent syllables.
- '' 2-gram is miscellaneous, bachelor's and dictionary.
- the decoder uses the translation rule table generated by the loose qualified dependency structure according to the present invention and applies the head language trigger to generate the target language text. Therefore, the decoder according to the present invention can improve the translation performance.
- the present invention can be applied to various playback apparatuses by implementing the method for filtering the translation rule and generating the target word in a computer-readable recording medium.
- Various playback devices may be PCs, laptops, portable terminals, and the like.
- the recording medium may be a hard disk, a flash memory, a RAM, a ROM, or the like as an internal type of each playback device, or an optical disc such as a CD-R or a CD-RW, a compact flash card, a smart media, a memory stick, or a multimedia card as an external type. have.
- the present invention reduces the size of the original translation rule table by applying a loose qualified dependency structure scheme on both the source language side and the target language side, while improving the translation performance compared to the conventional HPB translation system.
- Applying the headword trigger which is a language feature, can further improve the translation performance and thus can be widely used in the field of hierarchical syntax-based statistical machine translation.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- Health & Medical Sciences (AREA)
- Artificial Intelligence (AREA)
- Audiology, Speech & Language Pathology (AREA)
- Computational Linguistics (AREA)
- General Health & Medical Sciences (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Probability & Statistics with Applications (AREA)
- Machine Translation (AREA)
Abstract
본 발명은 통계적 기계 번역 분야에 관한 것으로, 상세하게는 계층적 구문 기반의 통계적 기계 번역에서 느슨한 적격 의존 구조를 이용하여 번역규칙을 필터링하고 원시단어의 헤드 단어를 참조하여 목적단어를 생성함으로써 계층적 구문 기반의 원 번역규칙 테이블과 비교하여 번역규칙의 개수를 줄이면서도 번역 성능을 개선시킬 수 있는 계층적 구문 기반의 통계적 기계 번역에서의 번역규칙 필터링과 목적단어 생성을 위한 방법 및 장치에 관한 것이다.
Description
본 발명은 통계적 기계 번역 분야에 관한 것으로, 상세하게는 계층적 구문 기반의 통계적 기계 번역에서 느슨한 적격 의존 구조를 이용하여 번역규칙을 필터링하고 원시단어의 헤드 단어를 참조하여 목적단어를 생성함으로써 계층적 구문 기반의 원 번역규칙 테이블과 비교하여 번역규칙의 개수를 줄이면서도 번역 성능을 개선시킬 수 있는 계층적 구문 기반의 통계적 기계 번역에서의 번역규칙 필터링과 목적단어 생성을 위한 방법 및 장치에 관한 것이다.
지난 수십 년간 기계 번역 기술 분야에서 데이터 구동 방식이 매우 성공적으로 사용되어 왔다. 연산 능력을 높이고 대용량의 말뭉치(corpus)를 사용할 수 있도록 통계적 기계 번역(Statistical Machine Translation: SMT) 분야에서 많은 연구가 진행되었다. 최근의 방법은 번역모델(translation model)에 대해서 계층적 구조(hierarchical structure)를 사용하고 있다.
계층적 구문 기반(Hierarchical Phrase-Based: HPB) 모델을 예로 들어 설명한다. 계층적 방식은 여러 구문을 포함하는 구문을 찾아 서브구문(Sub-phrase)을 비 단말 부호(non-terminal symbol)로 대체한다. 여기서 비 단말 부호란 문법상 문장에 나올 수 없는 단어로서 정상적인 문법에서의 단어를 의미한다. 계층적 방식은 생성 능력이 좋고 원거리 어순 재배열(long distance reordering)이 가능하기 때문에 종래 구문기반 방식보다 강력하다. 그러나 학습용 말뭉치(training corpus)가 커지면 번역규칙(translation rule)의 개수가 급격하게 증가하여 디코딩 속도가 느려지고 메모리 용량이 증가한다. 따라서 실제 대규모 번역 작업에는 적합하지 않다.
과거부터 계층적 번역규칙 테이블(hierarchical translation rule table)을 감소시키기 위해 상당히 많은 기술이 제안되어 왔다. 일부 개발자는 원시언어 측(source side) 핵심 어구(key phrase)를 사용하여 언어학적 정보의 활용 없이 번역규칙 테이블을 필터링 했다. 어떤 개발자는 패턴 및 비 단말의 개수에 근거하여 구문 등급(syntactic class)에 번역규칙을 추가하고 여러 필터링 방식을 응용하여 번역규칙 테이블의 품질을 개선하였다.
의존 정보를 이용하는 기술은 목적언어 측(target side)의 번역규칙이 적격 의존 구조(well-formed dependency structure)이어야 한다는 제약에 따라 번역규칙 테이블의 많은 번역규칙을 제거했지만, 이러한 필터링 방식은 번역 성능을 저하시켰다. 이를 위해 종래 의존 정보를 이용하는 기술은 의존 언어 모델을 새로이 추가함으로써 성능을 향상시켰다.
통계적 기계 번역 시스템에서 번역규칙은 필수적이다. 일반적으로 양호한 규칙(good rule)의 개수가 늘어날수록 번역 성능은 좋아진다. 그러나 상술한 바와 같이 학습용 말뭉치(training corpus)가 커지면 규칙의 개수가 급격하게 증가하여 디코딩 속도가 느려지고 메모리 용량이 증가한다.
SMT 분야에서 모든 번역규칙은 말뭉치로부터 자동적으로 학습된다. 그러나 모든 번역규칙이 양호한 것은 아니다. 상술한 것처럼 HPB 모델에서는, 다른 어구를 포함하는 어구를 찾아 부어구를 비 단말 신호로 대체함으로써 계층적 번역규칙을 얻는다. 이러한 번역규칙 생성 방식은 매우 단순하여 많은 번역규칙이 언어학적으로 맞지 않기 때문에 모든 번역규칙이 양호한 것은 아니다.
또한, 종래에는 제2의 단어를 도입하여 언어학적 정보(linguistic information)의 고려 없이 목적단어(target word)를 생성하였다. 더욱이 제2의 단어는 문장의 어느 부분에서 나올 수 있기 때문에 엄청난 수의 파라미터가 필요할 수 있다. 다른 방법은 최대 엔트로피 모델(maximum entropy model)을 구축하는 것이다. 최대 엔트로피 모델은 디코딩 시 번역 규칙을 선택하기 위한 풍부한 문맥정보(context information)를 결합하고 있다. 그러나 말뭉치의 크기가 커질수록 최대 엔트로피 모델도 증가하는 문제점이 있었다.
본 발명은 상기의 문제점을 해결하기 위해 창안된 것으로서, 본 발명의 목적은 언어의 의존관계 정보(dependency information of the bilingual languages)에 의존하는 계층적 번역규칙 테이블을 감소시키면서도 번역 성능을 향상시키는 것이다.
본 발명의 다른 목적은 추가적인 언어 모델을 사용함에 따른 시스템 복잡도를 증가시키지 않으면서 번역 성능을 더욱 향상시키는 것이다.
이를 위하여, 본 발명의 제1 측면에 따르면, 번역규칙 필터링 방법은 느슨한 적격 의존 구조를 이용하여 원시언어 측과 목적언어 측의 계층적 구문 기반 번역규칙을 감소시키는 것을 특징으로 한다.
본 발명의 제2 측면에 따르면, 번역규칙 생성 방법은 원시언어 및 목적언어의 문장을 구성하는 단어를 정렬하는 단계와, 상기 정렬된 단어를 매트릭스로 구성하는 단계와, 상기 매트릭스에서 공통의 헤드 단어에 의존되는 단어를 묶어 어구를 생성하는 단계와, 상기 생성된 어구를 이용하여 번역규칙을 생성하는 단계를 포함하는 것을 특징으로 한다.
본 발명의 제3 측면에 따르면, 목적단어 생성 방법은 대응하는 원시단어뿐만 아니라 원시단어의 문맥적 헤드 단어에 의해 트리거 되는 것을 특징으로 한다.
본 발명의 제4 측면에 따르면, 계층적 구문기반의 통계적 기계 번역 방법은 원시언어 측과 목적언어 측에 느슨한 적격 의존 구조를 이용하여 계층적 구문기반 번역규칙을 생성하고, 상기 생성된 번역규칙을 이용하고 원시단어의 헤드 단어에 의한 트리거 방식을 적용하여 원시언어 텍스트를 목적언어 텍스트로 번역하는 것을 특징으로 한다.
본 발명의 제5 측면에 따르면, 번역규칙 생성장치는 원시언어 및 목적언어 문장으로 구성된 언어 쌍 말뭉치를 단어 정렬하는 단어 정렬기와, 상기 언어 쌍 말뭉치를 파싱 하여 느슨한 적격 의존 구조에 따라 의존 트리를 생성하는 단어 분석기와, 상기 단어 정렬된 언어 쌍 말뭉치와 의존 트리를 이용하여 번역규칙을 생성하는 번역규칙 추출기를 포함하는 것을 특징으로 한다.
본 발명의 제6 측면에 따르면, 디코더는 언어 쌍 말뭉치로부터 느슨한 적격 의존 구조에 의해 생성된 번역규칙과 단일 말뭉치로부터 생성된 언어모델을 이용하여 원시언어 텍스트를 목적언어 텍스트로 변환하는 것을 특징으로 한다.
본 발명은 원시언어 측 및 목적언어 측에 모두 느슨한 적격 의존 구조 Relaxed-Well-Formed dependency structure: RWF dependency structure) 방식을 적용하여 이러한 의존 구조를 만족시키지 못하는 번역규칙은 제거함으로써 원 번역규칙 테이블로부터 약 40%의 불필요한 번역규칙을 제거하면서도 번역성능은 종래 HPB 번역 시스템에 비하여 좋아지는 효과가 있다.
또한 본 발명은 느슨한 적격 의존 구조 방식과 함께 새로운 언어 특성인 헤드 단어 트리거를 적용하여 번역 성능을 더욱 향상시킬 수 있는 효과가 있다. 특히 본 발명에 의한 언어 특성은 중국어-영어 번역 작업에 효과가 있으며 특히 대규모 말뭉치에서 효과적으로 작용한다.
도 1은 의존 트리의 예를 나타낸 도면.
도 2는 원시단어와 목적단어 간의 관계를 나타낸 도면.
도 3은 본 발명에 따른 통계적 기계 번역 장치를 나타낸 도면.
이하, 첨부된 도면을 참조하여 본 발명에 따른 실시 예를 상세하게 설명한다. 본 발명의 구성 및 그에 따른 작용 효과는 이하의 상세한 설명을 통해 명확하게 이해될 것이다.
본 발명의 상세한 설명에 앞서, 공지된 구성에 대해서는 본 발명의 요지를 흐릴 수 있다고 판단되는 경우 구체적인 설명은 생략하기로 함에 유의한다.
본 발명은 원시언어 측 및 목적언어 측이 느슨한 적격 의존 구조 Relaxed-Well-Formed dependency structure: RWF dependency structure) 방식을 사용하여 이러한 의존 구조를 만족시키지 못하는 번역규칙은 제거한다. 이러한 방법을 사용하면 원 번역규칙 테이블로부터 약 40%의 불필요한 번역규칙을 제거하면서도 번역성능은 종래 HPB 번역 시스템보다 더 좋게 된다.
종래의 적격 의존 구조는 목적언어 측에서만 적용된 반면 본 발명에 의한 느슨한 적격 의존 구조는 원시언어 측과 목적언어 측 양쪽에 모두 적용된다는 점이 다르다.
이러한 느슨한 적격 의존 구조에 근거하여, 본 발명은 또한 새로운 언어 특성을 도입하여 번역 성능을 향상시킨다. 종래의 구문 기반 SMT 모델에는 IBM 모델 1에 기반한 어휘적 번역확률(lexical translation probability) p(e|f)이 있다. 즉, 목적단어 e는 원시단어 f에 의해 트리거(trigger)된다.
그러나 직감적으로 목적단어 e의 생성은 원시단어 f에만 관여되는 것이 아니라 때로는 원시언어 측의 다른 문맥 단어에 의해 트리거 될 수 있다. 여기서 단어 f의 의존 에지(dependency edge)(f -> f')가 목적단어 e를 생성한다고 가정한다. 이를 헤드 단어 트리거(head word trigger)라고 부른다.
따라서 하나의 언어에서 2개의 단어는 다른 단어에 의해 한 단어의 의미를 트리거 시킨다. 이것은 목적단어에 대한 보다 복잡하고 좋은 선택을 제공한다. 이러한 의존관계 특성은 중국어-영어 번역 작업에서 효과가 있으며 특히 대규모 말뭉치에서 효과적으로 작용한다.
이와 같이 의존 에지를 조건으로 채용하는 본 발명은 문맥 정보를 분석하는 종래의 방식과 전혀 다르다.
도 1은 의존 트리의 예를 나타낸 것이다. 도 1에서 단어 'found'가 트리의 루트(root)가 된다.
일부 기계 번역 개발자는 적격 의존 구조(well-formed dependency structure)를 제안하여 계층적 번역규칙 테이블(hierarchical translation rule table)을 필터링 한다. 적격 의존 구조는 하나의 루트를 가진 의존 트리(single-rooted dependency tree)이거나 형제관계의 트리 세트(a set of sibling trees)가 될 수 있다. 목적언어 측은 적격 의존 구조이어야 한다는 제약에 따라 많은 번역규칙들이 버려지기 때문에 번역 성능이 떨어지게 된다.
본 발명에서는 적격 의존 구조를 확장하여 이른바 느슨한 적격 의존 구조(relaxed well-formed dependency structure)를 제안하여 계층적 번역규칙 테이블을 필터링 한다.
문장 S=w_1w_2 ... w_n이 있다고 가정한다. 이때 d_1d_2 ... d_n는 S 문장의 각 단어에 대한 부모 단어(parent word) 위치를 나타낸다. 예를 들어, d_3=4라는 것은 w_3이 w_4에 의존한다는 것을 의미한다. 만약 w_i가 루트라면 d_i=-1라고 정의한다.
형식적으로 의존 구조 w_i ... w_j는 느슨한 적격 의존 구조이다. 여기서 이고, 모든 단어 w_i ... w_j는 직접 또는 간접적으로 w_h 또는 -1에 의존된다. 여기서 h=-1이다. 만약 아래의 조건을 만족시킨다면, 느슨한 적격 의존 구조는 그 정의로부터 적격 의존 구조를 포함할 수 있다.
느슨한 적격 의존 구조는 헤드 단어(head word)가 아닌 복수의 단어로 이루어진 집합으로 구성될 수 있으며, 복수의 단어는 공통의 헤드 단어에 의존될 수 있다. 헤드 단어는 각 단어의 부모 단어에 해당한다.
느슨한 적격 의존 구조에서는 서브 루트의 모든 자식 단어(children word)가 완전할 필요는 없다. 도 1의 의존 트리를 참조하여, 적격 구조를 제외하면 "girl found a beautiful house"를추출할 수 있다. 따라서 수식어 "the lovely"가 "the cute"로 바뀌면, 이 규칙이 작동된다.
[표 1]
표 1은 FBIS 상에 여러 제약이 적용된 경우 번역규칙 테이블의 사이즈를 나타낸다. FBIS 말뭉치는 6.9M의 중국어 단어와 8.9M 영어 단어를 가진 239K 문장 쌍을 포함한다.
표 1에서 HPB는 기본적인 계층적 구문 기반 모델을 나타내고, RWF는 느슨한 적격 의존 구조가 적용된 모델을 나타내고 WF는 적격 의존 구조가 적용된 모델을 나타낸다. 표 1에 표시된 것처럼, 번역규칙 테이블의 사이즈가 HPB, RWF, WF 순으로 작아짐을 알 수 있다.
RWF는 원 번역규칙 테이블의 약 35%를 필터링 하였고, WF는 원 번역규칙 테이블의 74%를 제거했다. RWF는 WF에 비하여 추가적으로 39%를 추출했다. 추가된 번역규칙은 언어학적으로 맞는 것이다.
로그 선형 모델(log-linear model)에 적용되는 헤드 단어에 의한 트리거의 특성은 트리거 기반 방식(trigger-based approach)에 근거한다.
종래의 구문 기반 SMT 시스템에서 원시단어 f는 목적단어 e와 정렬되는데, IBM 모델 1에 따르면 어휘적 번역확률(lexical translation probability)은 p(e|f)이다. 그러나 의존 관계 측면에서 목적단어 e의 생성은 정렬된 원시단어 f에 의해 트리거 될 뿐만 아니라 f의 헤드단어 f'와 연관된다. 따라서 어휘적 번역확률은 p(e|f -> f')가 되며, 목적단어에 대한 더욱 섬세한 어휘적 선택이 가능하다.
도 2는 원시단어와 목적단어의 관계를 나타낸 것이다. 도 2에서 실선의 화살표는 자식(f)에서 부모(f')로 의존관계를 나타낸다. 목적단어 e는 원시단어 f와 그의 헤드 단어 f'에 의해 트리거 된다. 즉 어휘적 번역확률은 p(e|f -> f')이다.
특별히 번역확률은 최대 가능성 방식(Maximum Likelihood: MLE)에 의해 계산될 수 있다.
[표 2]
표 2는 GQ 말뭉치의 결과를 나타낸다. GQ는 LDC 말뭉치로부터 수동 선택된 것이다. GQ는 41M 중국어 단어와 48M 영어 단어를 가진 1.5M 문장 쌍을 포함한다. 상기 FBIS는 GQ의 부분집합이다.
여기서 Tri는 양측에서의 특성 헤드 단어 트리거를 의미한다. * 또는 **는 기본보다 좋다는 것이다.
표 2에서, 기본적인 추출 방식에 따라 GQ 말뭉치로부터 152M 번역규칙을 생성한다. 만약 RWF 구조를 사용하여 양측을 제약하면, 번역규칙의 개수가 87M가 되며 이는 전체 번역규칙의 43%가 제거된 것이다.
표 2로부터 새로운 특성이 2개의 다른 테스트(Test04, Test05) 상에 동작한다. Test04 상에서 이득은 +2.21% BLEU이고, Test05 상에서 이득은 +1.33% 이다. 번역품질은 격 불감(case-insensitive) BLEU metric을 이용하여 평가한다. RWF 구조만을 이용한 경우Test05 상에서 기본과 동일한 성능을 나타내고 Test04에서는 +0.99% 이득을 나타낸다.
도 3은 본 발명에 따른 통계적 기계 번역 장치의 내부 구성을 나타낸 것이다. 통계적 기계 번역 장치는 크게 학습(training) 부분과 디코딩(decoding) 부분으로 구성된다.
학습 부분의 동작을 간단히 설명하면, 먼저 언어 쌍 말뭉치(bilingual corpus)를 이루고 있는 원시언어(source)와 목적언어(target)를 단어 정렬(word alignment)하고 각각을 분석(parsing)하여 의존 트리(dependency tree)를 생성한다. 원시언어와 목적언어에 대한 의존 트리는 본 발명에 의한 느슨한 적격 의존 구조를 이용하여 생성된다. 단어 정렬된 언어 쌍 말뭉치와 각각의 의존 트리는 번역규칙 추출기(rule extractor)로 입력되고 번역규칙 추출기는 번역규칙 세트를 생성한다. 본 발명에 의한 번역규칙 추출기에 의해 생성된 번역규칙 테이블은 기본적인 HPB 시스템의 번역규칙 테이블보다 사이즈가 작다.
단일 말뭉치(monolingual corpus)는 목적언어에 해당하는 것으로 언어 모델 학습을 거친 후 N-gram 분석 방식을 통해 N-gram 언어모델이 생성된다. 여기서 N-gram은 인접한 N개의 음절을 말한다. 예를 들어, '잡학사전'에서 2-gram은 잡학, 학사, 사전이다.
디코딩 부분의 동작을 간단히 살펴보면, 원시언어 텍스트는 전 처리된 후 디코더로 입력되고 디코더는 번역규칙 세트와 N-gram 언어모델을 이용하여 목적언어 텍스트를 생성하게 된다. 디코더는 본 발명에 의한 느슨한 적격 의존 구조에 의해 생성된 번역규칙 테이블을 이용하고 헤드 언어 트리거를 적용하여 목적언어 텍스트를 생성한다. 따라서 본 발명에 의한 디코더는 번역성능을 향상시킬 수 있다.
한편, 본 발명은 상기 번역규칙 필터링과 목적단어 생성을 위한 방법을 소프트웨어적인 프로그램으로 구현하여 컴퓨터로 읽을 수 있는 소정 기록매체에 기록해 둠으로써 다양한 재생장치에 적용할 수 있다. 다양한 재생장치는 PC, 노트북, 휴대용 단말 등일 수 있다.
예컨대, 기록매체는 각 재생장치의 내장형으로 하드디스크, 플래시 메모리, RAM, ROM 등이거나, 외장형으로 CD-R, CD-RW와 같은 광디스크, 콤팩트 플래시 카드, 스마트 미디어, 메모리 스틱, 멀티미디어 카드일 수 있다.
본 발명의 명세서에 개시된 실시 예들은 본 발명을 한정하는 것이 아니다. 본 발명의 범위는 아래의 특허청구범위에 의해 해석되어야 하며, 그와 균등한 범위 내에 있는 모든 기술도 본 발명의 범위에 포함되는 것으로 해석해야 할 것이다.
본 발명은 원시언어 측 및 목적언어 측에 모두 느슨한 적격 의존 구조 방식을 적용함으로써 원 번역규칙 테이블의 사이즈를 줄이면서도 번역성능은 종래 HPB 번역 시스템에 비해 좋아지며 또한 이러한 느슨한 적격 의존 구조 방식과 함께 새로운 언어 특성인 헤드 단어 트리거를 적용하게 되면 번역 성능을 더욱 향상시킬 수 있기 때문에 계층적 구문 기반의 통계적 기계 번역 분야에서 널리 사용될 수 있다.
Claims (15)
- 느슨한 적격 의존 구조를 이용하여 원시언어 측과 목적언어 측의 계층적 구문 기반 번역규칙을 감소시키는 것을 특징으로 하는 번역규칙 필터링 방법.
- 제1항에 있어서,상기 느슨한 적격 의존 구조는 헤드 단어가 아닌 복수의 단어로 이루어진 집합을 포함하는 것을 특징으로 번역규칙 필터링 방법.
- 제3항에 있어서,상기 집합을 이루는 복수의 단어는 공통의 헤드 단어에 의존되는 것을 특징으로 하는 번역규칙 필터링 방법.
- 원시언어 및 목적언어의 문장을 구성하는 단어를 정렬하는 단계와,상기 정렬된 단어를 매트릭스로 구성하는 단계와,상기 매트릭스에서 공통의 헤드 단어에 의존되는 단어를 묶어 어구를 생성하는 단계와,상기 생성된 어구를 이용하여 번역규칙을 생성하는 단계를 포함하는 것을 특징으로 하는 번역규칙 생성 방법.
- 제5항에 있어서,상기 생성된 어구를 구성하는 단어는 헤드 단어가 아닌 것을 특징으로 하는 번역규칙 생성 방법.
- 목적단어의 통계적 생성은 대응하는 원시단어뿐만 아니라 원시단어의 문맥적 헤드 단어에 의해 트리거 되는 것을 특징으로 하는 목적단어 생성 방법.
- 제7항에 있어서,상기 원시단어의 문맥적 헤드 단어에 의해 트리거 되어 의존 에지의 조건 하에서 목적단어를 생성하는 것을 특징으로 하는 목적단어 생성 방법.
- 제7항에 있어서,상기 헤드 단어에 의한 트리거는 로그 선형 모델에 통합되는 것을 특징으로 하는 목적단어 생성 방법.
- 원시언어 측과 목적언어 측에 느슨한 적격 의존 구조를 이용하여 계층적 구문 기반 번역규칙을 생성하고,상기 생성된 번역규칙을 이용하고 원시단어의 헤드 단어에 의한 트리거 방식을 적용하여 원시언어 텍스트를 목적언어 텍스트로 번역하는 것을 특징으로 하는 계층적 구문 기반의 통계적 기계 번역 방법.
- 제10항에 있어서,상기 느슨한 적격 의존 구조는 헤드 단어가 아닌 복수의 단어로 이루어진 집합으로 포함하며, 상기 복수의 단어는 공통의 헤드 단어에 의존되는 것을 특징으로 하는 계층적 구문 기반의 통계적 기계 번역 방법.
- 원시언어 및 목적언어 문장으로 구성된 언어 쌍 말뭉치를 단어 정렬하는 단어 정렬기와,상기 언어 쌍 말뭉치를 파싱 하여 느슨한 적격 의존 구조에 따라 의존 트리를 생성하는 단어 분석기와,상기 단어 정렬된 언어 쌍 말뭉치와 의존 트리를 이용하여 번역규칙을 생성하는 번역규칙 추출기를 포함하는 것을 특징으로 하는 번역규칙 생성장치.
- 언어 쌍 말뭉치로부터 느슨한 적격 의존 구조에 의해 생성된 번역규칙과 단일 말뭉치로부터 생성된 언어모델을 이용하여 원시언어 텍스트를 목적언어 텍스트로 변환하는 것을 특징으로 하는 디코더.
- 제14항에 있어서,상기 목적언어 텍스트를 구성하는 목적단어는 상기 원시언어를 구성하는 원시단어 및 그 원시단어의 헤드단어에 트리거 되어 생성되는 것을 특징으로 하는 디코더.
- 제1항 내지 제11항 중 어느 한 항에 의한 과정을 실행시키기 위한 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록매체.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US13/809,835 US20130117010A1 (en) | 2010-07-13 | 2011-05-31 | Method and device for filtering a translation rule and generating a target word in hierarchical-phase-based statistical machine translation |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| KR1020100067635A KR101794274B1 (ko) | 2010-07-13 | 2010-07-13 | 계층적 구문 기반의 통계적 기계 번역에서의 번역규칙 필터링과 목적단어 생성을 위한 방법 및 장치 |
| KR10-2010-0067635 | 2010-07-13 |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| WO2012008684A2 true WO2012008684A2 (ko) | 2012-01-19 |
| WO2012008684A3 WO2012008684A3 (ko) | 2012-04-19 |
Family
ID=45469878
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/KR2011/003977 Ceased WO2012008684A2 (ko) | 2010-07-13 | 2011-05-31 | 계층적 구문 기반의 통계적 기계 번역에서의 번역규칙 필터링과 목적단어 생성을 위한 방법 및 장치 |
Country Status (3)
| Country | Link |
|---|---|
| US (1) | US20130117010A1 (ko) |
| KR (1) | KR101794274B1 (ko) |
| WO (1) | WO2012008684A2 (ko) |
Families Citing this family (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| KR101356417B1 (ko) * | 2010-11-05 | 2014-01-28 | 고려대학교 산학협력단 | 병렬 말뭉치를 이용한 동사구 번역 패턴 구축 장치 및 그 방법 |
| US9652453B2 (en) * | 2014-04-14 | 2017-05-16 | Xerox Corporation | Estimation of parameters for machine translation without in-domain parallel data |
| CN106383818A (zh) * | 2015-07-30 | 2017-02-08 | 阿里巴巴集团控股有限公司 | 一种机器翻译方法及装置 |
| US20170308526A1 (en) * | 2016-04-21 | 2017-10-26 | National Institute Of Information And Communications Technology | Compcuter Implemented machine translation apparatus and machine translation method |
| CN107656921B (zh) * | 2017-10-10 | 2021-01-08 | 上海数眼科技发展有限公司 | 一种基于深度学习的短文本依存分析方法 |
| US11341340B2 (en) * | 2019-10-01 | 2022-05-24 | Google Llc | Neural machine translation adaptation |
Family Cites Families (9)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2855409B2 (ja) * | 1994-11-17 | 1999-02-10 | 日本アイ・ビー・エム株式会社 | 自然言語処理方法及びシステム |
| US6195631B1 (en) * | 1998-04-15 | 2001-02-27 | At&T Corporation | Method and apparatus for automatic construction of hierarchical transduction models for language translation |
| JP2004362249A (ja) * | 2003-06-04 | 2004-12-24 | Advanced Telecommunication Research Institute International | 翻訳知識最適化装置、翻訳知識最適化のためのコンピュータプログラム、コンピュータ及び記憶媒体 |
| US7698124B2 (en) * | 2004-11-04 | 2010-04-13 | Microsoft Corporaiton | Machine translation system incorporating syntactic dependency treelets into a statistical framework |
| US8433556B2 (en) * | 2006-11-02 | 2013-04-30 | University Of Southern California | Semi-supervised training for statistical word alignment |
| GB2444084A (en) * | 2006-11-23 | 2008-05-28 | Sharp Kk | Selecting examples in an example based machine translation system |
| US8452585B2 (en) * | 2007-06-21 | 2013-05-28 | Microsoft Corporation | Discriminative syntactic word order model for machine translation |
| US8249856B2 (en) * | 2008-03-20 | 2012-08-21 | Raytheon Bbn Technologies Corp. | Machine translation |
| JP5150344B2 (ja) * | 2008-04-14 | 2013-02-20 | 株式会社東芝 | 機械翻訳装置および機械翻訳プログラム |
-
2010
- 2010-07-13 KR KR1020100067635A patent/KR101794274B1/ko active Active
-
2011
- 2011-05-31 WO PCT/KR2011/003977 patent/WO2012008684A2/ko not_active Ceased
- 2011-05-31 US US13/809,835 patent/US20130117010A1/en not_active Abandoned
Also Published As
| Publication number | Publication date |
|---|---|
| WO2012008684A3 (ko) | 2012-04-19 |
| US20130117010A1 (en) | 2013-05-09 |
| KR101794274B1 (ko) | 2017-11-06 |
| KR20120006906A (ko) | 2012-01-19 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US7707026B2 (en) | Multilingual translation memory, translation method, and translation program | |
| KR100542755B1 (ko) | 규칙 기반 방식과 번역 패턴 방식을 혼합한 하이브리드자동 번역 장치 및 방법과 그 프로그램을 기록한 컴퓨터로읽을 수 있는 기록매체 | |
| CN1954315B (zh) | 用于将汉语拼音翻译成汉字的系统和方法 | |
| CN100437557C (zh) | 基于语言知识库的机器翻译方法与装置 | |
| WO2012026667A2 (ko) | 토큰 분리 및 번역 과정을 통합한 통합 디코딩 장치 및 그 방법 | |
| WO2012060540A1 (ko) | 구문 구조 변환 모델과 어휘 변환 모델을 결합한 기계 번역 장치 및 기계 번역 방법 | |
| WO2012008684A2 (ko) | 계층적 구문 기반의 통계적 기계 번역에서의 번역규칙 필터링과 목적단어 생성을 위한 방법 및 장치 | |
| WO2012026668A2 (ko) | 의존관계 포레스트를 이용한 통계적 기계 번역 방법 | |
| EP3276507B1 (en) | Encoding device, encoding method and search method | |
| Uchida | ATLAS II: a machine translation system using conceptual structures as an interlingua | |
| Prószéky | MetaMorpho: A pattern-based machine translation system | |
| Grishman et al. | Combining rationalist and empiricist approaches to machine translation | |
| KR20120057742A (ko) | 통계적 기계 번역에서 문자 정렬을 이용한 단어 정렬 방법 및 이를 이용한 장치 | |
| Lamb | The nature of the machine translation problem | |
| WO1997048058A1 (en) | Automated translation of annotated text | |
| WO1997048058A9 (en) | Automated translation of annotated text | |
| JP2632806B2 (ja) | 言語解析装置 | |
| Khenglawt | Machine translation and its approaches | |
| Ding et al. | Empircal dependency-based head finalization for statistical Chinese-, English-, and French-to-Myanmar (Burmese) machine translation | |
| JP2626722B2 (ja) | 日本語生成装置 | |
| CN1556480A (zh) | 电子词典语义分析方法 | |
| JP2521435B2 (ja) | 日本語生成装置 | |
| Choi et al. | English-to-Korean Web Translator:“FromTo/Web-EK” | |
| JPS63221475A (ja) | 構文解析方法 | |
| Ahmed et al. | Roman Urdu to Urdu Machine Transliteration by Using T5 Transformer |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 11806969 Country of ref document: EP Kind code of ref document: A2 |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 13809835 Country of ref document: US |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 11806969 Country of ref document: EP Kind code of ref document: A2 |



