nielsr HF Staff commited on
Commit
6e83f80
·
verified ·
1 Parent(s): 8807f90

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

Browse files

This PR significantly improves the dataset card for `mshamrai/language-metric-data` by:
- Adding a link to the associated paper ([https://huggingface.co/papers/2508.11676](https://huggingface.co/papers/2508.11676)).
- Adding a link to the GitHub repository ([https://github.com/mshamrai/deep-language-geometry](https://github.com/mshamrai/deep-language-geometry)).
- Adding a link to the Hugging Face Space for analysis ([https://huggingface.co/spaces/mshamrai/language-metric-analysis](https://huggingface.co/spaces/mshamrai/language-metric-analysis)).
- Specifying the `feature-extraction` task category and relevant tags (`multilingual`, `llm`, `linguistics`, `embeddings`).
- Updating the license from Apache 2.0 to MIT, as stated in the project's GitHub repository.
- Providing a clear description of the dataset's content and purpose, derived from the paper's abstract and GitHub README.

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.