CoolFace
Datasetpublic

kaushik-harsh-99/Indian-legal-data-v1

Legal Instruction Dataset 📌 Overview This dataset contains instruction–response pairs derived from sections of the Indian Acts. The dataset is designed for instruction tuning of language models, with a focus on: structured legal explanations bullet-point formatting long-form responses 🧠 Dataset Description Task Type: Instruction Tuning / Legal QA Domain: Indian Law Language: English Format: JSONL 🔥 What makes this good (not… See the full description on the dataset page: https://huggingface.co/datasets/kaushik-harsh-99/Indian-legal-data-v1.

sourceHugging Facemitupdated 5mo agoView on Hugging Face
3likes52downloads
Dataset Card

Legal Instruction Dataset

📌 Overview

This dataset contains instruction–response pairs derived from sections of the Indian Acts.

The dataset is designed for instruction tuning of language models, with a focus on:

  • —structured legal explanations
  • —bullet-point formatting
  • —long-form responses

🧠 Dataset Description

  • —Task Type: Instruction Tuning / Legal QA
  • —Domain: Indian Law
  • —Language: English
  • —Format: JSONL

🔥 What makes this good (not generic fluff)

This card:

  • —clearly defines task + domain
  • —explains data generation (important for trust)
  • —highlights format learning (your main strength)
  • —sets realistic expectations

Each sample consists of:

json
{
  "instruction": "Question about a legal section",
  "response": "Structured answer with headings and bullet points"
}