Datasets:
Add dataset card with index as default config
Browse files
README.md
ADDED
|
@@ -0,0 +1,99 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
dataset_info:
|
| 3 |
+
- config_name: index
|
| 4 |
+
data_files: index.parquet
|
| 5 |
+
default: true
|
| 6 |
+
- config_name: embeddings_eng
|
| 7 |
+
data_files: embeddings_eng.parquet
|
| 8 |
+
- config_name: embeddings_fra
|
| 9 |
+
data_files: embeddings_fra.parquet
|
| 10 |
+
- config_name: embeddings_ita
|
| 11 |
+
data_files: embeddings_ita.parquet
|
| 12 |
+
- config_name: embeddings_pol
|
| 13 |
+
data_files: embeddings_pol.parquet
|
| 14 |
+
- config_name: embeddings_spa
|
| 15 |
+
data_files: embeddings_spa.parquet
|
| 16 |
+
- config_name: intervention_by_chapter
|
| 17 |
+
data_files: intervention_by_chapter.parquet
|
| 18 |
+
- config_name: intervention_summary
|
| 19 |
+
data_files: intervention_summary.parquet
|
| 20 |
+
configs:
|
| 21 |
+
- config_name: index
|
| 22 |
+
data_files: index.parquet
|
| 23 |
+
default: true
|
| 24 |
+
- config_name: embeddings_eng
|
| 25 |
+
data_files: embeddings_eng.parquet
|
| 26 |
+
- config_name: embeddings_fra
|
| 27 |
+
data_files: embeddings_fra.parquet
|
| 28 |
+
- config_name: embeddings_ita
|
| 29 |
+
data_files: embeddings_ita.parquet
|
| 30 |
+
- config_name: embeddings_pol
|
| 31 |
+
data_files: embeddings_pol.parquet
|
| 32 |
+
- config_name: embeddings_spa
|
| 33 |
+
data_files: embeddings_spa.parquet
|
| 34 |
+
- config_name: intervention_by_chapter
|
| 35 |
+
data_files: intervention_by_chapter.parquet
|
| 36 |
+
- config_name: intervention_summary
|
| 37 |
+
data_files: intervention_summary.parquet
|
| 38 |
+
license: cc-by-4.0
|
| 39 |
+
task_categories:
|
| 40 |
+
- text-classification
|
| 41 |
+
- feature-extraction
|
| 42 |
+
language:
|
| 43 |
+
- en
|
| 44 |
+
- fr
|
| 45 |
+
- it
|
| 46 |
+
- pl
|
| 47 |
+
- es
|
| 48 |
+
- grc
|
| 49 |
+
tags:
|
| 50 |
+
- bible
|
| 51 |
+
- translation-studies
|
| 52 |
+
- embeddings
|
| 53 |
+
- interlinear
|
| 54 |
+
pretty_name: "SIGHUM Interlinear Vector Baselines"
|
| 55 |
+
size_categories:
|
| 56 |
+
- 10K<n<100K
|
| 57 |
+
---
|
| 58 |
+
|
| 59 |
+
# SIGHUM Interlinear Vector Baselines
|
| 60 |
+
|
| 61 |
+
Companion dataset for the paper *Degree Zero of Translation: Using Interlinear Baselines to Quantify Translator Intervention* (SIGHUM 2026).
|
| 62 |
+
|
| 63 |
+
## Contents
|
| 64 |
+
|
| 65 |
+
| Config | Description |
|
| 66 |
+
|---|---|
|
| 67 |
+
| **index** (default) | Translation metadata: 79 translations across 5 languages with strategy labels |
|
| 68 |
+
| embeddings_{lang} | Chapter-level Qwen3-Embedding-8B vectors (4096-dim) per translation × chapter |
|
| 69 |
+
| intervention_by_chapter | L2 distance to interlinear baseline per translation × chapter |
|
| 70 |
+
| intervention_summary | Per-translation summary statistics (mean, std, median distance) |
|
| 71 |
+
|
| 72 |
+
## Quick Start
|
| 73 |
+
|
| 74 |
+
```python
|
| 75 |
+
from datasets import load_dataset
|
| 76 |
+
|
| 77 |
+
# Browse translations
|
| 78 |
+
index = load_dataset("mrapacz/sighum-interlinear-vector-baselines", "index", split="train")
|
| 79 |
+
print(index.to_pandas())
|
| 80 |
+
|
| 81 |
+
# Load English chapter-level embeddings
|
| 82 |
+
eng = load_dataset("mrapacz/sighum-interlinear-vector-baselines", "embeddings_eng", split="train")
|
| 83 |
+
|
| 84 |
+
# Load intervention distances
|
| 85 |
+
intervention = load_dataset("mrapacz/sighum-interlinear-vector-baselines", "intervention_by_chapter", split="train")
|
| 86 |
+
```
|
| 87 |
+
|
| 88 |
+
## Languages
|
| 89 |
+
|
| 90 |
+
English (17), French (15), Italian (13), Polish (17), Spanish (17) — 74 prose translations + 5 interlinear baselines.
|
| 91 |
+
|
| 92 |
+
## Model
|
| 93 |
+
|
| 94 |
+
All embeddings computed with [Qwen/Qwen3-Embedding-8B](https://huggingface.co/Qwen/Qwen3-Embedding-8B).
|
| 95 |
+
|
| 96 |
+
## Links
|
| 97 |
+
|
| 98 |
+
- **Code & Poster**: [github.com/mrapacz/sighum-interlinear-vector-baselines](https://github.com/mrapacz/sighum-interlinear-vector-baselines)
|
| 99 |
+
- **Targum Corpus**: [huggingface.co/datasets/mrapacz/targum-corpus](https://huggingface.co/datasets/mrapacz/targum-corpus)
|