CLMay 31, 2023

Pre-Trained Language-Meaning Models for Multilingual Parsing and Generation

arXiv:2306.00124v1228 citations
Originality Incremental advance
AI Analysis

This addresses the need for improved computational semantics in NLP, particularly for multilingual applications, though it appears incremental by extending existing pre-training methods to include meaning representations.

The paper tackled the problem of pre-trained language models not fully benefiting computational semantics tasks by introducing multilingual pre-trained language-meaning models based on Discourse Representation Structures (DRSs), achieving the best performance on multilingual DRS parsing and DRS-to-text generation tasks.

Pre-trained language models (PLMs) have achieved great success in NLP and have recently been used for tasks in computational semantics. However, these tasks do not fully benefit from PLMs since meaning representations are not explicitly included in the pre-training stage. We introduce multilingual pre-trained language-meaning models based on Discourse Representation Structures (DRSs), including meaning representations besides natural language texts in the same model, and design a new strategy to reduce the gap between the pre-training and fine-tuning objectives. Since DRSs are language neutral, cross-lingual transfer learning is adopted to further improve the performance of non-English tasks. Automatic evaluation results show that our approach achieves the best performance on both the multilingual DRS parsing and DRS-to-text generation tasks. Correlation analysis between automatic metrics and human judgements on the generation task further validates the effectiveness of our model. Human inspection reveals that out-of-vocabulary tokens are the main cause of erroneous results.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes