paper-with-me

Papers

Text segmentation with character-level text embeddings

2013-09-18 · Grzegorz Chrupała

Learning word representations has recently seen much success in computational linguistics. However, assuming sequences of word tokens as input to linguistic analysis is often unjustified. For many languages word segmentation is a non-trivial task and naturally occurring text is sometimes a mixture of natural language strings and other character data. We propose to learn text representations directly from raw character sequences by training a Simple recurrent Network to predict the next character in text. The network uses its hidden layer to evolve abstract representations of the character sequences it sees. To demonstrate the usefulness of the learned text embeddings, we use them as features in a supervised character level text segmentation and labeling task: recognizing spans of text containing programming language code. By using the embeddings as features we are able to substantially improve over a baseline which uses only surface character n-grams.

📄 PDF Abstract BibTeX arXiv:1309.4628

Code (0)

등록된 구현이 없습니다.

Tasks

SegmentationText Segmentation

Similar Papers 제목 키워드 기반

Understanding Fine-tuning CLIP for Open-vocabulary Semantic Segmentation in Hyperbolic Space

2025-01-01 · CVPR 2025 1 · Zelin Peng, Zhengqin Xu, Zhilin Zeng, Changsong Wen 외

CLIP, a foundational vision-language model, has emerged as a powerful tool for open-vocabulary semantic segmentation. While freezing the text encoder preserves its powerful embeddings, recent studies show that fine-t…

Open Vocabulary Semantic SegmentationOpen-Vocabulary Semantic SegmentationSegmentationSemantic Segmentation

Word-Context Character Embeddings for Chinese Word Segmentation

2017-09-01 · EMNLP 2017 9 · Hao Zhou, Zhenting Yu, Yue Zhang, Shu-Jian Huang 외

Neural parsers have benefited from automatically labeled data via dependency-context word embeddings. We investigate training character embeddings on a word-based context in a similar way, showing that the simple method …

Chinese Word SegmentationDomain AdaptationSegmentationWord Embeddings

Pre-trained Contextualized Character Embeddings Lead to Major Improvements in Time Normalization: a Detailed Analysis

2019-06-01 · SEMEVAL 2019 6 · Dongfang Xu, Egoitz Laparra, Steven Bethard

Recent studies have shown that pre-trained contextual word embeddings, which assign the same word different vectors in different contexts, improve performance in many tasks. But while contextual embeddings can also be tr…

Word Embeddings

TASeg: Text-aware RGB-T Semantic Segmentation based on Fine-tuning Vision Foundation Models

2025-06-27 · Meng Yu, Te Cui, Qitong Chu, Wenjie Song 외

Reliable semantic segmentation of open environments is essential for intelligent systems, yet significant problems remain: 1) Existing RGB-T semantic segmentation models mainly rely on low-level visual features and lack …

DecoderSegmentationSemantic Segmentation

Char-SAM: Turning Segment Anything Model into Scene Text Segmentation Annotator with Character-level Visual Prompts

2024-12-27 · Enze Xie, Jiaho Lyu, Daiqing Wu, Huawen Shen 외

The recent emergence of the Segment Anything Model (SAM) enables various domain-specific segmentation tasks to be tackled cost-effectively by using bounding boxes as prompts. However, in scene text segmentation, SAM can …

SegmentationText DetectionText Segmentation