puttatidam commited on
Commit
4263772
·
verified ·
1 Parent(s): 09cb6e0

Deduplicated bitext_mining split(s) from kornwtp/alt-fil-khm-bitextmining (2026-08-28)

Browse files
Files changed (1) hide show
  1. README.md +21 -19
README.md CHANGED
@@ -1,21 +1,23 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: source
5
- dtype: large_string
6
- - name: target
7
- dtype: large_string
8
- - name: source_row_index
9
- dtype: int64
10
- splits:
11
- - name: train
12
- num_bytes: 12169001
13
- num_examples: 20061
14
- download_size: 5238008
15
- dataset_size: 12169001
16
- configs:
17
- - config_name: default
18
- data_files:
19
- - split: train
20
- path: data/train-*
21
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ tags:
3
+ - sea-bed
4
+ - deduplicated
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  ---
6
+
7
+ # alt-fil-khm-bitextmining
8
+
9
+ Deduplicated copy of [`kornwtp/alt-fil-khm-bitextmining`](https://huggingface.co/datasets/kornwtp/alt-fil-khm-bitextmining),
10
+ part of the SEA-BED data-quality work.
11
+
12
+ - **Source dataset:** `kornwtp/alt-fil-khm-bitextmining`
13
+ - **Deduplicated on:** 2026-08-28
14
+ - **Task type:** bitext_mining
15
+ - **Splits:** train
16
+
17
+ ## What changed
18
+
19
+ Duplicate (source, target) pairs collapsed to one row, and per-side duplicate sources/targets collapsed so the split has a retrieval ceiling of 1.0 on both sides. Every removed row was an exact duplicate after normalization; no row was removed for being low quality.
20
+
21
+ Row counts and the exact policy used are recorded in `bitext_mining_dedup_summary.csv` in the
22
+ analysis repo. This dataset is *not* identical to the published SEA-BED data --
23
+ scores computed on it are not directly comparable to published SEA-BED numbers.