paper-with-me

홈 › Papers

Unsupervised and Efficient Vocabulary Expansion for Recurrent Neural Network Language Models in ASR

2018-06-27 · Yerbolat Khassanov, Eng Siong Chng

In automatic speech recognition (ASR) systems, recurrent neural network language models (RNNLM) are used to rescore a word lattice or N-best hypotheses list. Due to the expensive training, the RNNLM's vocabulary set accommodates only small shortlist of most frequent words. This leads to suboptimal performance if an input speech contains many out-of-shortlist (OOS) words. An effective solution is to increase the shortlist size and retrain the entire network which is highly inefficient. Therefore, we propose an efficient method to expand the shortlist set of a pretrained RNNLM without incurring expensive retraining and using additional training data. Our method exploits the structure of RNNLM which can be decoupled into three parts: input projection layer, middle layers, and output projection layer. Specifically, our method expands the word embedding matrices in projection layers and keeps the middle layers unchanged. In this approach, the functionality of the pretrained RNNLM will be correctly maintained as long as OOS words are properly modeled in two embedding spaces. We propose to model the OOS words by borrowing linguistic knowledge from appropriate in-shortlist words. Additionally, we propose to generate the list of OOS words to expand vocabulary in unsupervised manner by automatically extracting them from ASR output.

📄 PDF Abstract BibTeX arXiv:1806.10306

Code (0)

등록된 구현이 없습니다.

Tasks

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition

Similar Papers 제목 키워드 기반

Unsupervised morph segmentation and statistical language models for vocabulary expansion

2016-08-01 · ACL 2016 8 · Matti Varjokallio, Dietrich Klakow
Automatic Speech Recognition (ASR)Language ModelingLanguage ModellingMachine Translation+3

Unsupervised Morphology-Based Vocabulary Expansion

2014-06-01 · ACL 2014 6 · Mohammad Sadegh Rasooli, Thomas Lippincott, Nizar Habash, Owen Rambow
Language ModellingMachine TranslationOptical Character Recognition (OCR)Speech Recognition+1

How Can We Effectively Expand the Vocabulary of LLMs with 0.01GB of Target Language Text?

2024-06-17 · Atsuki Yamaguchi, Aline Villavicencio, Nikolaos Aletras

Large language models (LLMs) have shown remarkable capabilities in many languages beyond English. Yet, LLMs require more inference steps when generating non-English text due to their reliance on English-centric tokenizer…

Cross-Lingual Transfer

Unsupervised Document Expansion for Information Retrieval with Stochastic Text Generation

2021-05-03 · NAACL (sdp) 2021 6 · Soyeong Jeong, Jinheon Baek, ChaeHun Park, Jong C. Park

One of the challenges in information retrieval (IR) is the vocabulary mismatch problem, which happens when the terms between queries and documents are lexically different but semantically similar. While recent work has p…

Information RetrievalLanguage ModelingLanguage ModellingRetrieval+1

Recurrent Neural Network Language Models for Open Vocabulary Event-Level Cyber Anomaly Detection

2017-12-02 · Aaron Tuor, Ryan Baerwolf, Nicolas Knowles, Brian Hutchinson 외

Automated analysis methods are crucial aids for monitoring and defending a network to protect the sensitive or confidential data it hosts. This work introduces a flexible, powerful, and unsupervised approach to detecting…

Anomaly DetectionFeature Engineering