conardli/easy-dataset

A powerful tool for creating datasets for LLM fine-tuning 、RAG and Eval

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 54 minutes ago
Added to GitGenius on September 4th, 2026
Created on March 4th, 2025
Open Issues & Pull Requests: 128 (+0)
GitHub issues: Enabled
Number of forks: 1,532
Total Stargazers: 14,888 (+1)
Total Subscribers: 67 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 11.9 hours
Mean response time: 12.2 days
90th percentile: 21.2 days
Tracked items: 509

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 90% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 10% of issues opened in the past year have been closed. Three people close 86% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 115
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 319 days
Stale 30+ days: 112
Stale 90+ days: 108

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (183)
  • enhancement (143)
  • question (104)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Easy Dataset is a tool for creating fine-tuning datasets for large language models that converts domain-specific documents into structured data for model training, retrieval-augmented generation, and evaluation.

The tool addresses the challenge of preparing high-quality training data by automating document processing and dataset generation. It ingests documents in multiple formats including PDF, Markdown, DOCX, TXT, and EPUB, then applies intelligent text segmentation using various algorithms such as Markdown structure recognition, recursive separators, and code-aware chunking. The system can automatically generate questions from text segments using templates and batch processing, build domain label trees based on document structure, and generate answers with Chain of Thought reasoning through LLM APIs. Built-in data cleaning removes noise to improve dataset quality.

The tool supports multiple dataset output formats including single-turn question-answer pairs, multi-turn dialogue datasets with customizable roles and scenarios, and image-based QA data. It also includes a data distillation mode that generates label trees and questions directly from domain topics without requiring document uploads. For teams evaluating adoption, Easy Dataset suits projects where domain-specific fine-tuning data needs to be generated at scale from existing documentation. It is particularly valuable when you have large collections of unstructured documents and need to convert them into training data quickly, or when you need to create evaluation datasets and run multi-dimensional assessment tasks on fine-tuned models.

The project shows active development with regular feature additions including a recently launched evaluation system that enables automated multi-dimensional evaluation tasks and human blind testing capabilities for assessing model performance across vertical domains and RAG recall rates. The codebase is maintained in JavaScript and backed by comprehensive documentation with tutorials demonstrating core workflows.