| --- |
| license: cc-by-4.0 |
| language: |
| - tr |
| tags: |
| - Turkish |
| - legal |
| - law |
| - tapu |
| - kadastro |
| - TKGM |
| - real-estate-law |
| - turkish-law |
| task_categories: |
| - text-generation |
| - question-answering |
| pretty_name: Tapu Yardımcım Asistan Dataset |
| size_categories: |
| - n<1K |
| gated: auto |
| extra_gated_heading: "Access Request" |
| extra_gated_description: "This dataset is published under CC BY 4.0. Access is automatically approved." |
| extra_gated_button_content: "I agree, request access" |
| extra_gated_prompt: "By using this dataset you accept the CC BY 4.0 license. Please cite kilicai/TURNA when publishing." |
| extra_gated_fields: |
| Institution: text |
| Purpose: |
| type: select |
| options: |
| - Academic Research |
| - LLM Fine-tuning |
| - Exam Preparation |
| - RAG Knowledge Base |
| - label: Other |
| value: other |
| License agreement: checkbox |
| --- |
| |
| # Tapu Yardımcım Asistan Dataset |
|
|
| ## 📋 Dataset Açıklaması |
|
|
| Tapu ve kadastro işlemleri asistanı için temel SFT eğitim veri seti. |
|
|
| ## 📖 Kaynak Mevzuat |
|
|
| **TKGM Mevzuati** |
|
|
| Kaynak mevzuat Türkiye Cumhuriyeti'nin kamuya açık resmî metnidir. |
|
|
| ## ⚖️ Lisans |
|
|
| **CC BY 4.0** — Creative Commons Attribution 4.0 International |
|
|
| Kaynak mevzuat kamuya açık resmî metin olup bu veri seti ve üretilen katkılar aynı lisans altında paylaşılabilir. |
|
|
| > Kaynak belirtilmek kaydıyla serbestçe kullanılabilir, dağıtılabilir ve türev çalışmalar üretilebilir. |
|
|
| ## 🔒 Erişim |
|
|
| Bu veri seti **gated** (erişim talepli) olarak yayınlanmıştır. Erişim **otomatik onaylıdır** — formu doldurup gönderdikten sonra anında erişim sağlanır. |
|
|
| ## 📊 Dataset İstatistikleri |
|
|
| | Özellik | Değer | |
| |---------|-------| |
| | Satır Sayısı | 3 | |
| | Dil | Türkçe (tr) | |
| | Format | JSONL / Parquet | |
| | Alan | Tapu ve Kadastro Hukuku | |
| | Görev Türü | Supervised Fine-Tuning (SFT) | |
|
|
| ## 🏗️ Dataset Formatı |
|
|
| ```json |
| { |
| "conversations": [ |
| {"role": "system", "content": "Sen TKGM mevzuatı konusunda uzman bir hukuki asistansın..."}, |
| {"role": "user", "content": "..."}, |
| {"role": "assistant", "content": "..."} |
| ], |
| "source": "TKGM Mevzuati", |
| "language": "tr", |
| "domain": "tapu-kadastro-hukuk", |
| "task_type": "instruction-following" |
| } |
| ``` |
|
|
| ## 🚀 Kullanım |
|
|
| ```python |
| from datasets import load_dataset |
| |
| dataset = load_dataset("kilicai/yardimcim", token="hf_...") |
| print(dataset) |
| ``` |
|
|
| ## 🎯 Kullanım Amacı |
|
|
| - **Fine-tuning**: Türkçe hukuk alanında LLM fine-tuning |
| - **Sınav hazırlığı**: TKGM/GYS sınav hazırlık asistanları |
| - **Araştırma**: Türk hukuku NLP araştırmaları |
| - **RAG sistemleri**: Tapu ve kadastro bilgi tabanı |
|
|
| ## 👤 Oluşturan |
|
|
| **kilicai** — [Hugging Face](https://huggingface.co/kilicai) |
|
|
| TURNA Projesi kapsamında üretilmiştir. |
|
|
| ## 📚 Kaynaklar |
|
|
| - [TKGM](https://www.tkgm.gov.tr) |
| - [Mevzuat Bilgi Sistemi](https://www.mevzuat.gov.tr) |
|
|