Papers with IMEs
HuoziIME: An On-Device LLM-Enhanced Input Method for Deep Personalization (2026.acl-demo)
Copied to clipboard
| Challenge: | Mobile input method editors (IMEs) are the primary interface for text input, yet they are constrained to manual typing and struggle to produce personalized text. |
| Approach: | They propose a personalized on-device IME powered by large language models . they endow HUOZIIME with initial human-like prediction ability . |
| Outcome: | The proposed IME has initial human-like prediction ability and is optimized for on-device deployment. |
Generative Input: Towards Next-Generation Input Methods Paradigm (2024.findings-acl)
Copied to clipboard
| Challenge: | generative models have been used for various NLP tasks but their application in the field of input methods remains under-explored. |
| Approach: | They propose a novel Generative Input paradigm that uses prompts to handle all input scenarios and other intelligent auxiliary input functions, optimizing the model with user feedback. |
| Outcome: | The proposed paradigm achieves state-of-the-art in the Full-mode Key-sequence to Characters task and surpasses GPT-4 in the other input methods. |
Chinese Pinyin Aided IME, Input What You Have Not Keystroked Yet (D18-1)
Copied to clipboard
| Challenge: | Chinese pinyin input method engine (IME) converts pinyine into character based on its core component, pinyan-to-character conversion (P2C). |
| Approach: | They propose a sequence-to-sequence model with gated-attention mechanism for Chinese IMEs. |
| Outcome: | The proposed model improves on existing models in benchmark datasets showing great user experience improvement compared to traditional models. |
READIN: A Chinese Multi-Task Benchmark with Realistic and Diverse Input Noises (2023.acl-long)
Copied to clipboard
| Challenge: | Existing benchmarks for Chinese inputs often lack a realistic representation of real-world noises. |
| Approach: | They construct a Chinese multi-task benchmark with REalistic and Diverse input noises . they use pinyin input and speech input to recruit speakers from diverse dialects based on their inputs - a feature that is important for Chinese NLP benchmarks if it is implemented in real-world applications. |
| Outcome: | The proposed benchmarks are based on four different tasks and are designed to maximize diversity. |
Alignment-Based Decoding Policy for Low-Latency and Anticipation-Free Neural Japanese Input Method Editors (2024.findings-acl)
Copied to clipboard
| Challenge: | Japanese input method editors (IMEs) allow users to input Japanese text using a limited set of characters such as the kana syllabary. |
| Approach: | They propose a simple decoding policy to enable simultaneous kana-kanji conversion in Japanese IMEs inspired by simultaneous machine translation. |
| Outcome: | The proposed approach achieves a better quality-latency trade-off than baselines while being more practical due to its ability to directly handle streaming input. |