File size: 1,376 Bytes
bb84ea5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a657ef4
bb84ea5
a657ef4
bb84ea5
 
 
a657ef4
bb84ea5
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
license: mit
task_categories:
- feature-extraction
tags:
- multilingual
- llm
- linguistics
- embeddings
---

This dataset contains the computed language latent vectors (binary vectors, Euclidean vectors, and distances) as presented in the paper [Deep Language Geometry: Constructing a Metric Space from LLM Weights](https://huggingface.co/papers/2508.11676).

The paper introduces a novel framework that utilizes the internal weight activations of Large Language Models (LLMs) to construct a metric space of languages. This dataset makes the automatically derived high-dimensional vector representations for 106 languages publicly available, capturing intrinsic language characteristics that reflect linguistic phenomena.

**Paper:** [Deep Language Geometry: Constructing a Metric Space from LLM Weights](https://huggingface.co/papers/2508.11676)

**Code:** [https://github.com/mshamrai/deep-language-geometry](https://github.com/mshamrai/deep-language-geometry)

**Gradio Analysis Tool (Hugging Face Space):** [https://huggingface.co/spaces/mshamrai/language-metric-analysis](https://huggingface.co/spaces/mshamrai/language-metric-analysis)

### Dataset Contents

The dataset includes:
- Calculated binary vectors
- Euclidean vectors
- Distances between languages

These components can be used to analyze and visualize inter-language connections and linguistic families.