Gil Chang Kim
Korea Advanced Institute of Science and Technology · 情報科学
研究室紹介
Professor Gil Chang Kim's research lab specializes in natural language processing and computational linguistics, with a focus on statistical and fuzzy modeling for speech and language understanding. The lab develops advanced machine translation systems, particularly for Korean-English dialogue translation, by integrating speech act analysis, syntactic patterns, and hierarchical discourse structures. It also pioneers robust parsing techniques for handling ungrammatical or ambiguous sentences using syntactic recovery algorithms and fuzzy logic to improve performance under limited training data. Additionally, the lab contributes to part-of-speech tagging and word sense disambiguation using hybrid models that combine probabilistic and fuzzy inference for more accurate language processing in low-resource settings.
Research Overview
Research Output Trend
Figures are computed from collected data and may differ slightly.
Selected Papers
15In some cases, to make a proper trans- lation of an utterance in a dialogue, the system needs various information about context. In this paper, we propose a sta- tistical dialogue analysis model based on speech acts for Korean-English dialogue machine translation. The model uses syn- tactic patterns and N-grams reflecting the hierarchical discourse structures of dia- logues. The syntactic pattern includes the syntactic features that are related with the language dependent expressions of speech a
Recently, most part-of-speech tagging approaches, such as rule-based, probabilistic and neural network approaches, have shown very promising results. In this paper, we are particularly interested in probabilistic approaches, which usually require lots of training data to get reliable probabilities. We alleviate such a restriction of probabilistic approaches by introducing a fuzzy network model to provide a method for estimating more reliable parameters of a model under a small amount of training
Part-of-speech (POS) tagging is a process of assigning a POS to each word in a sentence. Because many words are often ambiguous in their POSs, POS tagging must be able to select the most proper POS sequence for a given sentence. Recently, probabilistic approaches have shown very promising results to solve such ambiguity problems. Probabilistic approaches, however, usually require lots of training data to get reliable probabilities. To alleviate such restriction, we use fuzzy membership functions
An extragrammatical sentence is what a normal parser fails to analyze. It is important to recover it using only syntactic information although results of recovery are better if semantic factors are considered. A general algorithm for least-errors recognition, which is based only on syntactic information, was proposed by G. Lyon to deal with the extragrammaticality. We extended this algorithm to recover extragrammatical sentence into grammatical one in running text. Our robust parser with recover
In this paper, we introduce a method to represent phrase structure grammars for building a large annotated corpus of Korean syntactic trees. Korean is different from English in word order and word compositions. As a result of our study, it turned out that the differences are significant enough to induce meaningful changes in the tree annotation scheme for Korean with respect to the schemes for English. A tree annotation scheme defines the grammar formalism to be assumed, categories to be used, a
A word has many senses, and each sense can be mapped into many target words. Therefore, to select the appropriate translation with a correct sense, the sense of a source word should be disambiguated before selecting a target word. Based on this observation, we propose a hybrid method for translation selection that combines disambiguation of a source word sense and selection of a target word. Knowledge for translation selection is extracted from a bilingual dictionary and target language corpora.
In this paper, we propose a right-to-left dependency grammar parsing method for languages in which a governor appears after its modifier like Korean and Japanese. Unlike conventional left-to-right parsers, this parsing method can take advantage of the governor post-positioning property of such languages to reduce the size of search space by using the idea of a headable path. A headable path is a path which contains all candidate words which can be the governor of an input word during parsing. Th
In this paper, we propose a lexical selection method with three steps: sense disambiguation of source words, sense-to-word mapping, and selection of the most appropriate target language lexical item. The knowledge for each step is extracted from a machine readable dictionary and a target language monolingual corpus. By splitting the process of lexical selection into three steps and extracting the essential knowledge for each step from existing resources, our system can select appropriates word f
Translation selection is a process to select, from a set of target language words corresponding to a source language word, the most appropriate one that conveys the correct sense of a source word and makes the target language sentence more natural. In this paper, we propose a hybrid method for translation selection that exploits a bilingual dictionary and a target language corpus. Based on the ‘word-to-sense and sense-to-word ’ relationship between a source word and its translations, our method