paper-with-me

홈 › Papers

Harmonic Token Projection (HTP): A Vocabulary-Free, Training-Free, Deterministic, and Reversible Embedding Methodology

2025-11-10 · Tcharlies Schmitz arxiv

This paper introduces the Harmonic Token Projection (HTP), a reversible and deterministic framework for generating text embeddings without training, vocabularies, or stochastic parameters. Unlike neural embeddings that rely on statistical co-occurrence or optimization, HTP encodes each token analytically as a harmonic trajectory derived from its Unicode integer representation, establishing a bijective and interpretable mapping between discrete symbols and continuous vector space. The harmonic formulation provides phase-coherent projections that preserve both structure and reversibility, enabling semantic similarity estimation from purely geometric alignment. Experimental evaluation on the Semantic Textual Similarity Benchmark (STS-B) and its multilingual extension shows that HTP achieves a Spearman correlation of \r{ho} = 0.68 in English, maintaining stable performance across ten languages with negligible computational cost and sub-millisecond latency per sentence pair. This demonstrates that meaningful semantic relations can emerge from deterministic geometry, offering a transparent and efficient alternative to data-driven embeddings. Keywords: Harmonic Token Projection, reversible embedding, deterministic encoding, semantic similarity, multilingual representation.

📄 PDF Abstract BibTeX arXiv:2511.20665

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic Textual SimilaritySemantic Similarity

Similar Papers 제목 키워드 기반

Rethinking Weight Tying: Pseudo-Inverse Tying for LM Stable Training and Updates

2026-02-04 · Jian Gu, Aldeida Aleti, Chunyang Chen, Hongyu Zhang arxiv

Weight tying is widely used in compact language models to reduce parameters by sharing the token table between the input embedding and the output projection. However, parameter sharing alone does not guarantee a stable t…

NanoSpec: Accelerating Speculative Decoding using Minimalist In-Context Vocabularies

2026-04-08 · Zhiyang Chen, Daliang Xu, Yinyuan Zhang, Chenghua Wang 외 arxiv

The massive vocabulary sizes of large language models, often exceeding 100k tokens, impose a computational bottleneck on the final linear projection layer during speculative decoding. Existing vocabulary pruning solution…

Fast Vocabulary Projection Method via Clustering for Multilingual Machine Translation on GPU

2022-08-14 · AMTA 2022 9 · Hossam Amer, Young Jin Kim, Mohamed Afify, Hitokazu Matsushita 외

Multilingual Neural Machine Translation has been showing great success using transformer models. Deploying these models is challenging because they usually require large vocabulary (vocab) sizes for various languages. Th…

ClusteringDecoderGPUMachine Translation+1

From Projection to Prediction: Beyond Logits for Scalable Language Models

2025-11-18 · Jianbing Dong, Jianbin Chang arxiv

Training Large Language Models (LLMs) typically involves a two-stage pipeline at the output layer: hidden states are projected into vocabulary logits via a linear transformation (lm_head), followed by cross-entropy loss …

FreeOcc: Training-Free Embodied Open-Vocabulary Occupancy Prediction

2026-04-30 · Zeyu Jiang, Changqing Zhou, Xingxing Zuo, Changhao Chen arxiv

Existing learning-based occupancy prediction methods rely on large-scale 3D annotations and generalize poorly across environments. We present FreeOcc, a training-free framework for open-vocabulary occupancy prediction fr…