CoolFace
Datasetpublic

ibokajordan/turkish_metaverse_eco_dialogues

🧾 Dataset Card for turkish_metaverse_eco_dialogues Dataset Summary The turkish_metaverse_eco_dialogues dataset is a Turkish-language corpus developed for Retrieval-Augmented Generation (RAG) and instruction fine-tuning tasks. It contains natural, context-rich dialogues centered around three thematic areas β€” daily life, metaverse, and eco-friendly communication β€” designed to train and evaluate large language models (LLMs) for knowledge-grounded, context-aware, and… See the full description on the dataset page: https://huggingface.co/datasets/ibokajordan/turkish_metaverse_eco_dialogues.

sourceHugging Faceupdated 11mo agoView on Hugging Face
0likes8downloads
Dataset Card

🧾 Dataset Card for turkishmetaverseeco_dialogues

Dataset Summary

The turkish_metaverse_eco_dialogues dataset is a Turkish-language corpus developed for Retrieval-Augmented Generation (RAG) and instruction fine-tuning tasks. It contains natural, context-rich dialogues centered around three thematic areas β€” daily life, metaverse, and eco-friendly communication β€” designed to train and evaluate large language models (LLMs) for knowledge-grounded, context-aware, and goal-oriented text generation.

Supported Tasks and Benchmarks

  • β€”Text Generation – producing fluent, coherent, and contextually relevant Turkish responses.
  • β€”Question Answering (QA) – retrieving and reasoning over contextual information.
  • β€”Instruction Fine-Tuning – adapting pre-trained LLMs to Turkish domain-specific dialogue styles.
  • β€”RAG Evaluation – serving as a benchmark for context retrieval and generation quality in low-resource languages.

Languages

  • β€”Primary language: Turkish (tr)
  • β€”Script: Latin
  • β€”Register: Conversational (informal, natural, and colloquial Turkish)

Dataset Structure

Each entry in the dataset consists of a question, context, and answer field. The data is provided in both .jsonl and .csv formats to support diverse training pipelines.

FieldTypeDescription
questionstringUser query or natural language prompt
contextstringKnowledge or situational information related to the query
answerstringModel-expected or human-generated response

Example:

json
{
  "question": "What is metaverse?",
  "context": "The metaverse is like a virtual world within the internet.",
  "answer": "It is a type of online universe."
}

Data Splits

SplitNumber of ExamplesPurpose
Train1258Fine-tuning and evaluation

Domains and Semantic Coverage

CategoryFocus AreaExample Topics
Daily-dialogue scenariosEveryday communicationgreetings, opinions, problem-solving
Metaverse dialoguesVirtual world conceptsavatars, digital identity, VR collaboration
Eco-friendly dialoguesSustainability & awarenessrecycling, climate change, responsible living

Licensing Information

  • β€”License: Creative Commons Attribution 4.0 International (CC-BY-4.0) You are free to share and adapt the dataset, provided attribution is given to the author.

Citation

If you use this dataset, please cite:

Ozkal, i. (2025). turkish_metaverse_eco_dialogues [Dataset]. Hugging Face. https://huggingface.co/datasets/ibokajordan/turkishmetaverseeco_dialogues

APA Format: Ozkal, Δ°. (2025). turkish_metaverse_eco_dialogues: Turkish Dialogues for Retrieval-Augmented Generation and Fine-Tuning [Dataset]. Hugging Face. https://huggingface.co/datasets/ibokajordan/turkishmetaverseeco_dialogues

Ethical Considerations

  • β€”The dataset does not contain personal or sensitive information.
  • β€”All dialogues were manually curated or generated for educational and research use.
  • β€”Toxic, biased, or discriminatory language has been filtered.
  • β€”Distributed responsibly to support transparency and inclusivity in AI research.

Dataset Curators

Developed by Ozkal (2025) for academic research on Turkish-language human–AI communication and contextual LLM alignment.