| Literature DB >> 25152899 |
Abstract
Natural language understanding is to specify a computational model that maps sentences to their semantic mean representation. In this paper, we propose a novel framework to train the statistical models without using expensive fully annotated data. In particular, the input of our framework is a set of sentences labeled with abstract semantic annotations. These annotations encode the underlying embedded semantic structural relations without explicit word/semantic tag alignment. The proposed framework can automatically induce derivation rules that map sentences to their semantic meaning representations. The learning framework is applied on two statistical models, the conditional random fields (CRFs) and the hidden Markov support vector machines (HM-SVMs). Our experimental results on the DARPA communicator data show that both CRFs and HM-SVMs outperform the baseline approach, previously proposed hidden vector state (HVS) model which is also trained on abstract semantic annotations. In addition, the proposed framework shows superior performance than two other baseline approaches, a hybrid framework combining HVS and HM-SVMs and discriminative training of HVS, with a relative error reduction rate of about 25% and 15% being achieved in F-measure.Entities:
Mesh:
Year: 2014 PMID: 25152899 PMCID: PMC4127215 DOI: 10.1155/2014/121650
Source DB: PubMed Journal: ScientificWorldJournal ISSN: 1537-744X
Figure 1The proposed learning framework of training statistical models from abstract semantic annotations.
Abstract semantic annotation and its flattened semantic tag sequence.
| Sentence | I want to return to Dallas on Thursday. |
|---|---|
| Annotation |
|
| (a) Flattened semantic tag list: | |
|
| |
| (b) Expanded semantic tag list: | |
|
| |
|
| |
| I wanna travel from Denver to San Diego on March sixth. | |
| Frame | AIR |
| Slots | FROMLOC |
| TOLOC | |
| MONTH = March | |
| DAY = sixth | |
Figure 2Time consumed in each iteration by CRFs and HM-SVMs.
Figure 3Performance for CRFs and HM-SVMs at each iteration.
Figure 4Comparison of performance on models learned with feature sets chosen based on different window sizes.
Figure 5Comparisons of performance with or without the filtering stage.
Performance comparison between the proposed framework and three other approaches (HF denotes the hybrid framework and DT denotes discriminative training the HVS model.
| Measurement | HVS | HF | DT | Proposed framework | |
|---|---|---|---|---|---|
| CRFs | HM-SVMs | ||||
| Recall (%) | 87.81 | 90.99 | 91.49 | 92.08 | 92.04 |
| Precision (%) | 88.13 | 90.25 | 91.87 | 93.83 | 94.36 |
|
| 87.97 | 90.62 | 91.68 | 92.95 | 93.18 |