Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -75,6 +75,15 @@ tags:
|
|
| 75 |
|
| 76 |
The dataset has a **1:2 ratio of aligned to unaligned document pairs**, making it ideal for benchmarking cross-lingual document alignment techniques.
|
| 77 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 78 |
### Data Sources
|
| 79 |
|
| 80 |
1. **News Bulletins:** Data was custom-scraped from the [Indian Press Information Bureau (PIB)](https://pib.gov.in) website. Documents were aligned by matching bulletin IDs, which interlink bulletins across languages.
|
|
@@ -105,15 +114,6 @@ The dataset has a **1:2 ratio of aligned to unaligned document pairs**, making i
|
|
| 105 |
| Telugu (`tel`) | 110,077 | 55,038 | 165,115 |
|
| 106 |
| Urdu (`urd`) | 220,425 | 110,212 | 330,637 |
|
| 107 |
|
| 108 |
-
### Data Fields
|
| 109 |
-
|
| 110 |
-
Each data sample includes:
|
| 111 |
-
|
| 112 |
-
- **`n_id`:** Unique identifier for aligned document pairs.
|
| 113 |
-
- **`doc_id`:** Unique identifier for individual documents.
|
| 114 |
-
- **`lang`:** Language of the document (ISO-3 code).
|
| 115 |
-
- **`text`:** The textual content of the document.
|
| 116 |
-
|
| 117 |
---
|
| 118 |
|
| 119 |
# Usage
|
|
|
|
| 75 |
|
| 76 |
The dataset has a **1:2 ratio of aligned to unaligned document pairs**, making it ideal for benchmarking cross-lingual document alignment techniques.
|
| 77 |
|
| 78 |
+
### Data Fields
|
| 79 |
+
|
| 80 |
+
Each data sample includes:
|
| 81 |
+
|
| 82 |
+
- **`n_id`:** Unique identifier for aligned document pairs.
|
| 83 |
+
- **`doc_id`:** Unique identifier for individual documents.
|
| 84 |
+
- **`lang`:** Language of the document (ISO-3 code).
|
| 85 |
+
- **`text`:** The textual content of the document.
|
| 86 |
+
|
| 87 |
### Data Sources
|
| 88 |
|
| 89 |
1. **News Bulletins:** Data was custom-scraped from the [Indian Press Information Bureau (PIB)](https://pib.gov.in) website. Documents were aligned by matching bulletin IDs, which interlink bulletins across languages.
|
|
|
|
| 114 |
| Telugu (`tel`) | 110,077 | 55,038 | 165,115 |
|
| 115 |
| Urdu (`urd`) | 220,425 | 110,212 | 330,637 |
|
| 116 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 117 |
---
|
| 118 |
|
| 119 |
# Usage
|