Dataset Viewer

The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.

YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/datasets-cards)

πŸ€– simsimi-ai-agent-data

A curated dataset of ~20K Korean youth counseling dialogues designed for building empathetic AI agents. The data originates from AI Hub's public dataset and has been refined and structured for use in Retrieval-Augmented Generation (RAG) pipelines and dialogue modeling tasks.

πŸ“‚ Dataset Details

Each record includes:

Field Description
id Unique identifier
user Utterance from the adolescent
agent Counselor or chatbot response
embedding (Optional) KoSBERT vector for similarity search
topic (Optional) Manually assigned topic tag

πŸ’‘ Key Features

  • Preprocessed and cleaned for safe, domain-specific use
  • Embeddings generated using KoSBERT for efficient vector search
  • Ideal for RAG-based chatbots, counseling agents, and prompt-tuning

πŸ”§ Usage Example

from datasets import load_dataset

dataset = load_dataset("youdie006/simsimi-ai-agent-data")
print(dataset["train"][0])
Downloads last month
14

Space using youdie006/simsimi-ai-agent-data 1