Papers by Lingfeng Xiong
Session-level Language Modeling for Conversational Speech (D18-1)
Copied to clipboard
| Challenge: | Xiong et al., 2017) generalizes language models for conversational speech recognition . recurrent neural networks (RNNs) read a list of words sequentially and predict the next word at each position. |
| Approach: | They propose to generalize language models for conversational speech recognition to capture conversation-level phenomena such as adjacency pairs, lexical entrainment, and topical coherence. |
| Outcome: | The proposed model reduces perplexity and improves word error rate over standard models in the conversational telephone speech domain. |
Xinference: Making Large Model Serving Easy (2024.emnlp-demo)
Copied to clipboard
| Challenge: | Open-source large models are rapidly catching up with the closed-source models . however, many current inference tools are not as simple and convenient to use. |
| Approach: | They develop an open-source library to simplify the deployment and management of large models. |
| Outcome: | The proposed library outperforms open-source models and offers high throughput and low latency. |