paper-with-me

홈 › Papers

Using Large Language Model for End-to-End Chinese ASR and NER

2024-01-21 · Yuang Li, Jiawei Yu, Min Zhang, Mengxin Ren, Yanqing Zhao, Xiaofeng Zhao, Shimin Tao, Jinsong Su, Hao Yang

Mapping speech tokens to the same feature space as text tokens has become the paradigm for the integration of speech modality into decoder-only large language models (LLMs). An alternative approach is to use an encoder-decoder architecture that incorporates speech features through cross-attention. This approach, however, has received less attention in the literature. In this work, we connect the Whisper encoder with ChatGLM3 and provide in-depth comparisons of these two approaches using Chinese automatic speech recognition (ASR) and name entity recognition (NER) tasks. We evaluate them not only by conventional metrics like the F1 score but also by a novel fine-grained taxonomy of ASR-NER errors. Our experiments reveal that encoder-decoder architecture outperforms decoder-only architecture with a short context, while decoder-only architecture benefits from a long context as it fully exploits all layers of the LLM. By using LLM, we significantly reduced the entity omission errors and improved the entity ASR accuracy compared to the Conformer baseline. Additionally, we obtained a state-of-the-art (SOTA) F1 score of 0.805 on the AISHELL-NER test set by using chain-of-thought (CoT) NER which first infers long-form ASR transcriptions and then predicts NER labels.

📄 PDF Abstract BibTeX arXiv:2401.11382

Code (0)

등록된 구현이 없습니다.

Tasks

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)DecoderLanguage ModelingLanguage ModellingLarge Language ModelNERspeech-recognitionSpeech Recognition

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

WenyanGPT: A Large Language Model for Classical Chinese Tasks

2025-04-29 · Xinyu Yao, Mengdi Wang, Bo Chen, Xiaobing Zhao

Classical Chinese, as the core carrier of Chinese culture, plays a crucial role in the inheritance and study of ancient literature. However, existing natural language processing models primarily optimize for Modern Chine…

Language ModelingLanguage ModellingLarge Language Model

AnchiBERT: A Pre-Trained Model for Ancient ChineseLanguage Understanding and Generation

2020-09-24 · Huishuang Tian, Kexin Yang, Dayiheng Liu, Jiancheng Lv

Ancient Chinese is the essence of Chinese culture. There are several natural language processing tasks of ancient Chinese domain, such as ancient-modern Chinese translation, poem generation, and couplet generation. Previ…

Cultural Vocal Bursts Intensity PredictionLanguage ModelingLanguage ModellingTranslation

Chinese SimpleQA: A Chinese Factuality Evaluation for Large Language Models

2024-11-11 · Yancheng He, Shilong Li, Jiaheng Liu, Yingshui Tan 외

New LLM evaluation benchmarks are important to align with the rapid development of Large Language Models (LLMs). In this work, we present Chinese SimpleQA, the first comprehensive Chinese benchmark to evaluate the factua…

CFunModel: A "Funny" Language Model Capable of Chinese Humor Generation and Processing

2025-03-26 · Zhenghan Yu, Xinyu Hu, Xiaojun Wan

Humor plays a significant role in daily language communication. With the rapid development of large language models (LLMs), natural language processing has made significant strides in understanding and generating various…

Language ModelingLanguage ModellingLarge Language Model

Chinese Tiny LLM: Pretraining a Chinese-Centric Large Language Model

2024-04-05 · Xinrun Du, Zhouliang Yu, Songyang Gao, Ding Pan 외

In this study, we introduce CT-LLM, a 2B large language model (LLM) that illustrates a pivotal shift towards prioritizing the Chinese language in developing LLMs. Uniquely initiated from scratch, CT-LLM diverges from the…

Language ModelingLanguage ModellingLarge Language Model