paper-with-me

홈 › Papers

Spell Once, Summon Anywhere: A Two-Level Open-Vocabulary Language Model

2018-04-23 · Sabrina J. Mielke, Jason Eisner

We show how the spellings of known words can help us deal with unknown words in open-vocabulary NLP tasks. The method we propose can be used to extend any closed-vocabulary generative model, but in this paper we specifically consider the case of neural language modeling. Our Bayesian generative story combines a standard RNN language model (generating the word tokens in each sentence) with an RNN-based spelling model (generating the letters in each word type). These two RNNs respectively capture sentence structure and word structure, and are kept separate as in linguistics. By invoking the second RNN to generate spellings for novel words in context, we obtain an open-vocabulary language model. For known words, embeddings are naturally inferred by combining evidence from type spelling and token context. Comparing to baselines (including a novel strong baseline), we beat previous work and establish state-of-the-art results on multiple datasets.

📄 PDF Abstract BibTeX arXiv:1804.08205

Code (1)

sjmielke/spell-once 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingSentenceVocal Bursts Valence Prediction

Similar Papers 제목 키워드 기반

AlayaWorld: Long-Horizon and Playable Video World Generation

2026-07-07 · AlayaWorld Team, Kaipeng Zhang, Chuanhao Li, Yifan Zhan 외 arxiv

Game worlds have traditionally been built through labor-intensive production pipelines, making them costly to develop, difficult to customization, and expensive to modify after deployment. Recent advances in video world …

Gaze Target Estimation Anywhere with Concepts

2026-08-11 · Xu Cao, Houze Yang, Vipin Gunda, Zhongyi Zhou 외 hf

Estimating human gaze targets from images in-the-wild is an important and formidable task. Existing approaches primarily employ brittle, multi-stage pipelines that require explicit inputs, like head bounding boxes and hu…

Gaze Target EstimationGaze Estimation

Coherent Wave Dynamics and Language Generation of a Generative Pre-trained Transformer

2023-05-08 · Tao Hong

Large Language Models (LLMs), such as the Generative Pretrained Transformer (GPT), have achieved tremendous success in various language tasks, but their emergent abilities have also raised many questions, concerns, and c…

Text Generation

TiSpell: A Semi-Masked Methodology for Tibetan Spelling Correction covering Multi-Level Error with Data Augmentation

2025-05-12 · Yutong Liu, Feng Xiao, Ziyue Zhang, Yongbin Yu 외

Multi-level Tibetan spelling correction addresses errors at both the character and syllable levels within a unified model. Existing methods focus mainly on single-level correction and lack effective integration of both l…

Data AugmentationSpelling Correction

From Objects to Anywhere: A Holistic Benchmark for Multi-level Visual Grounding in 3D Scenes

2025-06-05 · Tianxu Wang, Zhuofan Zhang, Ziyu Zhu, Yue Fan 외

3D visual grounding has made notable progress in localizing objects within complex 3D scenes. However, grounding referring expressions beyond objects in 3D scenes remains unexplored. In this paper, we introduce Anywhere3…

3D visual groundingObjectReferring ExpressionSpatial Reasoning+1