Improve dataset card: Add paper, code, Gradio space links, and update metadata

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +26 -3
README.md CHANGED
@@ -1,3 +1,26 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - feature-extraction
5
+ tags:
6
+ - multilingual
7
+ - llm
8
+ - linguistics
9
+ - embeddings
10
+ ---
11
+
12
+ 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).
13
+
14
+ 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.
15
+
16
+ **Paper:** [Deep Language Geometry: Constructing a Metric Space from LLM Weights](https://huggingface.co/papers/2508.11676)
17
+ **Code:** [https://github.com/mshamrai/deep-language-geometry](https://github.com/mshamrai/deep-language-geometry)
18
+ **Gradio Analysis Tool (Hugging Face Space):** [https://huggingface.co/spaces/mshamrai/language-metric-analysis](https://huggingface.co/spaces/mshamrai/language-metric-analysis)
19
+
20
+ ### Dataset Contents
21
+ The dataset includes:
22
+ - Calculated binary vectors
23
+ - Euclidean vectors
24
+ - Distances between languages
25
+
26
+ These components can be used to analyze and visualize inter-language connections and linguistic families.