Shohei Higashiyama, Masao Utiyama, Eiichiro Sumita, Masao Ideuchi, Yoshiaki Oida, Yohei Sakamoto, Isaac Okada
| Challenge: | Word segmentation models are used to minimize the effort in feature engineering. |
| Approach: | They propose a character-based model that learns the importance of multiple candidate words for a corresponding character on the basis of an attention mechanism and makes use of it for segmentation decisions. |
| Outcome: | The proposed model outperforms the state-of-the-art models on Japanese and Chinese benchmark datasets. |
Similar Papers
Enhancing Pre-trained Chinese Character Representation with Word-aligned Attention (2020.acl-main)
Copied to clipboard
| Challenge: | Pre-trained Chinese language models take character as the basic unit and learn representation according to character’s external contexts, ignoring the semantics expressed in the word, which is the smallest meaningful utterance in Chinese. |
| Approach: | They propose to pool character-level attention to the word level and propose to alleviate the potential issue of segmentation error propagation by multi-source information fusion. |
| Outcome: | The proposed approach improves on five Chinese NLP benchmark tasks against BERT, ERNIE and BERT-wwm. |
Is Word Segmentation Necessary for Deep Learning of Chinese Representations? (P19-1)
Copied to clipboard
| Challenge: | Using word-based models, we compare word-oriented models with char-based ones . word-driven models are more vulnerable to data sparsity and the presence of out-of-vocabulary words . |
| Approach: | They benchmark word-based models with char-based model which does not involve word segmentation in four NLP benchmark tasks. |
| Outcome: | The proposed model outperforms char-based models in four NLP benchmark tasks. |
Utilizing Character and Word Embeddings for Text Normalization with Sequence-to-Sequence Models (D18-1)
Copied to clipboard
| Challenge: | Recent advances in text normalization have limited applications in other languages . a novel approach to text normalizing uses character embeddings and word embedds . |
| Approach: | They propose a sequence-to-sequence model with character-based attention that uses pre-trained word embeddings to model subword information. |
| Outcome: | The proposed model achieves state-of-the-art F1 score on Arabic spelling correction task despite being small and unsuited for the task. |
Understanding Pure Character-Based Neural Machine Translation: The Case of Translating Finnish into English (2020.coling-main)
Copied to clipboard
| Challenge: | Recent work shows that deeper character-based neural machine translation models outperform subword-based models. |
| Approach: | They propose to investigate the ability of character-based models to learn word senses and morphological inflections and the attention mechanism in Finnish into English translation. |
| Outcome: | The character-based models outperform subword-based model in Finnish to English translation. |
CAN-NER: Convolutional Attention Network for Chinese Named Entity Recognition (N19-1)
Copied to clipboard
| Challenge: | Named entity recognition (NER) in Chinese is essential but difficult because of the lack of natural delimiters. |
| Approach: | They propose to use a Chinese Named Entity Recognition (NER) model that uses a character-based convolutional neural network and a gated recurrent unit to capture the information from adjacent characters and sentence contexts. |
| Outcome: | The proposed model outperforms existing models on Weibo, MSRA and Chinese Resume datasets. |
State-of-the-art Chinese Word Segmentation with Bi-LSTMs (D18-1)
Copied to clipboard
| Challenge: | A wide variety of neural-network architectures have been proposed for the task of Chinese word segmentation. |
| Approach: | They propose a bidirectional LSTM model with standard deep learning techniques and best practices for the task of Chinese word segmentation. |
| Outcome: | The proposed model outperforms models based on standard deep learning techniques and best practices on Chinese word segmentation datasets. |
Modeling with Recurrent Neural Networks for Open Vocabulary Slots (C18-1)
Copied to clipboard
| Challenge: | Existing approaches to filling slots that take on values from a virtually unlimited set have been lacking in the natural language area. |
| Approach: | They propose a new attention-based recurrent neural network (RNN) model that captures the concept: Understanding the role of a word may vary according to how long a reader focuses on a particular part of . sentence. |
| Outcome: | The proposed model outperforms existing models with respect to discovering ‘open-vocabulary’ slots without any external information, such as a named entity database or knowledge base. |
Combining Character and Word Information in Neural Machine Translation Using a Multi-Level Attention (N18-1)
Copied to clipboard
| Challenge: | Neural machine translation models learn to map from source language sentences to target language sentences via continuous-space intermediate representations. |
| Approach: | They propose an encoder with character attention which augments the (sub)word-level representation with character-level information and a decoder with multiple attentions that enable the representations from different levels of granularity to control the translation cooperatively. |
| Outcome: | The proposed model outperforms the standard word-based model, subword-based models, and strong character-based ones on translation tasks. |
Learning to Discover, Ground and Use Words with Segmental Neural Language Models (P19-1)
Copied to clipboard
| Challenge: | Existing models of word learning do not account for the long-range dependencies manifest in language and that are easily captured by recurrent neural networks. |
| Approach: | They propose a segmental neural language model that unifies word discovery, learning how words fit together to form sentences, and by conditioning the model on visual context, how words’ meanings ground in representations of nonlinguistic modalities. |
| Outcome: | The proposed model learns predictive distributions better than character LSTM models, discovers words competitively with nonparametric Bayesian word segmentation models, and improves on both. |
An Encoding Strategy Based Word-Character LSTM for Chinese NER (N19-1)
Copied to clipboard
| Challenge: | Existing word-based model can not be trained in batches due to its DAG structure. |
| Approach: | They propose a lattice model that integrates word information into the start or end characters of a word and integrates it into a fixed-sized representation for efficient batch training. |
| Outcome: | The proposed model outperforms other state-of-the-art models on benchmark datasets and shows that it can be trained in batches without a shortcut path. |