ZygAI commited on
Commit
4f37189
·
verified ·
1 Parent(s): 99c13f5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +65 -55
README.md CHANGED
@@ -13,56 +13,60 @@ size_categories:
13
  - 1K<n<10K
14
  task_categories:
15
  - text-generation
16
- pretty_name: ZygAI Holiday in Lithuanian Village 2004
17
  ---
18
 
19
-
20
  # 🏡 ZygAI – Holiday in Lithuanian Village 2004
21
- **A structured dataset of rural tourism listings in Lithuania (2004 edition)**
22
- Dataset by **ZygAI Research**
23
 
24
  ---
25
 
26
  ## 📌 Overview
27
 
28
- This dataset contains a carefully digitized and structured collection of rural tourism listings from Lithuania, originally published in *“Atostogos Lietuvos kaime 2004”*.
 
29
 
30
- It includes **real farmsteads, homesteads, regional tourism objects, amenities, pricing information, and bilingual descriptions (Lithuanian + English)**.
31
- All data has been standardized into a consistent machine-learning-friendly schema.
32
 
33
- Ideal for:
34
  - Multilingual NLP
 
35
  - Tourism information extraction
36
- - Text classification
37
- - Retrieval-augmented generation
38
- - Regional analysis / structured data modeling
39
- - Historical tourism dataset research
40
 
41
  ---
42
 
43
- ## 🗂 Dataset Structure
 
 
44
 
45
- Each entry follows a unified schema:
 
 
 
 
 
 
 
 
 
 
 
 
46
 
47
- | Field | Type | Description |
48
- |---------------|-------------|-------------|
49
- | `year` | int | Always 2004 (edition year) |
50
- | `region` | string | Municipality or district name (Lithuanian) |
51
- | `region_en` | string | Municipality or district name (English) |
52
- | `title` | string | Farmstead owner or homestead name (Lithuanian) |
53
- | `title_en` | string | English version of the title |
54
- | `text_lt` | string | Full Lithuanian description |
55
- | `text_en` | string | Full English description |
56
- | `price_lt` | string | Original Lithuanian pricing text |
57
- | `price_en` | string | Translated English pricing text |
58
- | `icons` | list[string] | Features or amenities encoded as symbolic tags |
59
- | `source` | string | Always: “Atostogos Lietuvos kaime 2004” |
60
 
61
  ---
62
 
63
- ## 📍 Regions Included
64
 
65
- The dataset contains listings from **16 Lithuanian municipalities**, including:
66
 
67
  - Akmenė District
68
  - Alytus District
@@ -75,38 +79,44 @@ The dataset contains listings from **16 Lithuanian municipalities**, including:
75
  - Kaišiadorys Municipality
76
  - Kaunas Municipality
77
  - Kėdainiai Municipality
78
- - Kelmė Municipality
79
- - Klaipėda Municipality
80
- - Kretinga Municipality
81
- - Kupiškis Municipality
82
  - Lazdijai Municipality
83
- …and more coming soon.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
84
 
85
  ---
86
 
87
  ## 📊 Dataset Statistics
88
 
89
- - **130 entries**
90
- - **16 unique regions**
91
- - **All entries available in Lithuanian & English**
92
- - **Consistent JSON schema**
93
- - **Optimized for Data Studio & DuckDB queries**
 
 
 
94
 
95
  ---
96
 
97
- ## ✅ Example Entry
98
-
99
- ```json
100
- {
101
- "year": 2004,
102
- "region": "Alytaus rajonas",
103
- "region_en": "Alytus District",
104
- "title": "Adele Kvedarevičienė",
105
- "title_en": "Adele Kvedarevičienė",
106
- "text_lt": "Sodyba prie upelio, įtekančio į Nemuną...",
107
- "text_en": "A farmstead is situated near the stream flowing into the Nemunas...",
108
- "price_lt": "Numerio kaina 40–50 Lt",
109
- "price_en": "Room price 40–50 Lt",
110
- "icons": ["room", "double", "sun", "XII", "WC"],
111
- "source": "Atostogos Lietuvos kaime 2004"
112
- }
 
13
  - 1K<n<10K
14
  task_categories:
15
  - text-generation
16
+ pretty_name: ZygAI Holiday in Lithuanian Village 2004
17
  ---
18
 
 
19
  # 🏡 ZygAI – Holiday in Lithuanian Village 2004
20
+ **A complete digitized archive of Lithuanian rural tourism listings (2004 edition)**
21
+ Created by **ZygAI Research**
22
 
23
  ---
24
 
25
  ## 📌 Overview
26
 
27
+ This dataset is the **first fully structured digital reconstruction** of the tourism guide
28
+ **“Atostogos Lietuvos kaime 2004”** — a nationwide catalog of Lithuanian farmsteads, homesteads, and rural tourism accommodations from the year 2004.
29
 
30
+ Every entry has been **manually transcribed, cleaned, standardized, bilingualized (LT+EN), and converted into machine-learning-friendly JSON format**.
 
31
 
32
+ Suitable for
33
  - Multilingual NLP
34
+ - LLM training & fine-tuning
35
  - Tourism information extraction
36
+ - Structured text modeling
37
+ - RAG systems
38
+ - Historical Lithuanian dataset preservation
39
+ - Academic research in regional or cultural heritage
40
 
41
  ---
42
 
43
+ ## 🗂 Dataset Schema
44
+
45
+ All 284 entries follow the same unified format:
46
 
47
+ | Field | Type | Description |
48
+ |--------------|---------------|-------------|
49
+ | `year` | int | Always **2004** — source edition year |
50
+ | `region` | string | Lithuanian district/municipality |
51
+ | `region_en` | string | English version |
52
+ | `title` | string | Owner or homestead name (Lithuanian) |
53
+ | `title_en` | string | English version |
54
+ | `text_lt` | string | Original Lithuanian description |
55
+ | `text_en` | string | English description |
56
+ | `price_lt` | string | Lithuanian pricing text |
57
+ | `price_en` | string | English pricing text |
58
+ | `icons` | list[string] | Amenities, services, features converted into tags |
59
+ | `source` | string | Fixed: **"Atostogos Lietuvos kaime 2004"** |
60
 
61
+ **No deprecated fields**
62
+ ✅ **No numerical icons**
63
+ **Fully schema-consistent across all files**
 
 
 
 
 
 
 
 
 
 
64
 
65
  ---
66
 
67
+ ## 🌍 Regions Included
68
 
69
+ The full dataset includes listings from **42 districts and municipalities**, such as:
70
 
71
  - Akmenė District
72
  - Alytus District
 
79
  - Kaišiadorys Municipality
80
  - Kaunas Municipality
81
  - Kėdainiai Municipality
82
+ - Kelmė District
83
+ - Klaipėda District
84
+ - Kretinga District
85
+ - Kupiškis District
86
  - Lazdijai Municipality
87
+ - Molėtai District
88
+ - Panevėžys District
89
+ - Plungė District
90
+ - Radviliškis District
91
+ - Rokiškis District
92
+ - Šiauliai District
93
+ - Šilalė District
94
+ - Šilutė District
95
+ - Širvintos District
96
+ - Švenčionys District
97
+ - Telšiai District
98
+ - Trakai District & Trakai City
99
+ - Ukmergė District
100
+ - Utena District
101
+ - Varėna District
102
+ - Vilkaviškis District
103
+ - Vilnius District & Vilnius City
104
+ - Zarasai District
105
+ - Šventoji City
106
+ - **Specialized farmsteads (equestrian / themed)**
107
 
108
  ---
109
 
110
  ## 📊 Dataset Statistics
111
 
112
+ | Metric | Value |
113
+ |--------|--------|
114
+ | **Total entries** | **284** |
115
+ | **Regions covered** | 42 |
116
+ | **Languages** | LT + EN |
117
+ | **Schema consistency** | 100% |
118
+ | **Parquet auto-conversion** | ✅ Successful |
119
+ | **Source year** | 2004 |
120
 
121
  ---
122