Dataset Viewer
Auto-converted to Parquet Duplicate
title
stringlengths
11
165
text
stringlengths
401
67.5k
source
stringclasses
11 values
url
stringlengths
28
355
date
stringclasses
1 value
language
stringclasses
2 values
category
stringclasses
21 values
folder
stringclasses
6 values
Labour Audit in Nepal 2026: Section 100 Compliance
The labour audit is the annual compliance health-check that Section 100 of the Labour Act 2074 requires every enterprise to conduct on itself — reviewing whether the Act, the Rules, and the surrounding labour statutes are actually being followed in practice. The result is a written report filed with the Labour and Empl...
lawalpine.com
https://lawalpine.com/blog/labour-audit-in-nepal
en
labor law
Legal Blogs
Victim Protection in Nepal 2026: Compensation Guide
The Victim Protection Act 2075 (2018) is Nepal's first comprehensive statute dedicated to protecting victims and witnesses across the criminal-justice system. Before this Act, victim protection was a patchwork of provisions scattered across the National Penal Code 2074, the National Criminal Procedure Code 2074, the Do...
lawalpine.com
https://lawalpine.com/blog/victim-protection-act-2075-nepal
en
legal blogs
Legal Blogs
Surrogacy Laws in Nepal 2082/83 (2026) | Legal Status
Surrogacy in Nepal sits in an unusual legal place: commercial surrogacy is banned, and the whole area is unregulated . There is no Surrogacy Act and no assisted-reproduction statute. The position rests on a 2015 Supreme Court order, a 2015 Cabinet decision, and a 2016 court directive — not on legislation. For a few mon...
lawalpine.com
https://lawalpine.com/blog/surrogacy-laws-in-nepal
en
legal blogs
Legal Blogs
Copyright Law in Nepal 2026 — Act 2059 Full Guide
Copyright in Nepal is governed by the Copyright Act 2059 (2002) and the Copyright Rules 2061 (2004) , administered by the Nepal Copyright Registrar's Office at Narayanhiti, Kathmandu. Protection is automatic on creation — registration is voluntary but useful as evidence of ownership and date. The general term is the au...
lawalpine.com
https://lawalpine.com/blog/copyright-law-in-nepal
en
legal blogs
Legal Blogs
Privacy Laws in Nepal 2026: Privacy Act 2075 Guide
Privacy in Nepal is a constitutional right that finally became operational in 2018. Article 28 of the Constitution of Nepal 2072 (2015) declared the right to privacy of body, home, property, correspondence, and reputation inviolable. Three years later, the Individual Privacy Act 2075 (2018) translated that constitution...
lawalpine.com
https://lawalpine.com/blog/privacy-laws-in-nepal
en
human rights
Government Guides
Torture Law in Nepal 2026: Constitution + Penal Code
Torture by State officials is constitutionally prohibited in Nepal, criminally punishable under the National Penal Code 2074, and civilly compensable under the Compensation Relating to Torture Act 2053 (1996). The three-layer framework — constitutional, criminal, civil — reflects Nepal's commitment as a State Party to ...
lawalpine.com
https://lawalpine.com/blog/torture-law-in-nepal
en
legal blogs
Legal Blogs
Inter-Country Adoption in Nepal 2082/83 (2026)
Inter-country adoption in Nepal is the legal process by which a foreign national, or a non-resident Nepali who has taken foreign citizenship, adopts a Nepali child and raises them abroad. It is governed by Chapter 9 of the Muluki Civil Code 2074 (2017), Sec. 188–204, and sits on top of the domestic adoption rules in Ch...
lawalpine.com
https://lawalpine.com/blog/inter-country-adoption-in-nepal
ne-en
legal blogs
Legal Blogs
Filing a Case from Abroad in Nepal 2026 — NRN Guide
An NRN or person abroad can file a case in Nepal through a Nepali lawyer appointed under an Adhikrit Waresnama (Power of Attorney) authenticated at a Nepali Embassy or Consulate-General under Section 153 of the Muluki Dewani Karyabidhi Sanhita 2074 (Civil Procedure Code) . Embassy-authenticated POA is directly usable i...
lawalpine.com
https://lawalpine.com/blog/filing-a-case-from-abroad-in-nepal
en
legal blogs
Legal Blogs
Juvenile Case Proceedings in Nepal 2026 — Children Act
Juvenile justice in Nepal is governed by the Act Relating to Children 2075 (2018) , the Juvenile Justice Execution Procedure Rules 2076 (2019) , Constitution Article 39 (rights of the child), and Section 45 of the Penal Code 2074 on criminal capacity. Under Section 45: under 10 — no criminal liability ; 10-14 — limited...
lawalpine.com
https://lawalpine.com/blog/juvenile-case-proceedings-in-nepal
en
legal blogs
Legal Blogs
Manpower Company Registration Nepal 2026: Licence & Capital
Foreign employment is one of Nepal's largest economic sectors, with remittance from migrant workers accounting for a major share of GDP. The agencies that recruit, train, document and place Nepali workers in destination countries operate under the strictest regulatory regime in Nepali commercial law — the Foreign Emplo...
lawalpine.com
https://lawalpine.com/blog/manpower-company-registration-nepal
en
company registration
Administrative Procedures
End of preview. Expand in Data Studio

Nepal Legal & Government Education Corpus

Dataset Summary

This dataset is a collection of 868 explanatory legal and government-procedure articles scraped from 11 trusted Nepalese sources — legal blogs, law firm publications, government portals, and legal aid / human-rights organizations. It was built as part of NyayaLM, a bilingual (Nepali-English) legal foundation language model for Nepal, where it serves as one of the general-education corpora used to ground the model in citizen-facing legal explanation, government procedure, and administrative guidance — as distinct from primary statutory text (acts, codes, judgments), which is collected separately as NepalLegalCorpus.

This dataset specifically supports the project's Objective 1 (bilingual corpus construction) and downstream Objective 4/5 (instruction-tuning data for legal assistance and conversational capability), by providing the plain-language explanatory material a citizen or law student would actually read, rather than raw statutory language.

Supported Tasks

  • Text generation / language modeling — pretraining or continued pretraining on Nepali-English legal-adjacent text.
  • Instruction tuning — source material for building question-answer or explanation-style instruction pairs (e.g. "How do I register a company in Nepal?").
  • Summarization — article-length legal/government explainer text is suitable for summarization fine-tuning.
  • Retrieval-Augmented Generation (RAG) — usable as a grounding corpus for citation-aware legal QA.

Languages

The corpus is bilingual: English (en), Nepali (ne), and code-mixed Nepali-English (ne-en), reflecting how legal and administrative content is actually published in Nepal.

Language Articles % of Corpus
en 815 93.9%
ne-en 53 6.1%

Dataset Structure

Data Instances

Each row is one cleaned article:

{
  "title": "How to Register a Private Company in Nepal",
  "text": "Full cleaned article body...",
  "source": "lawalpine.com",
  "url": "https://lawalpine.com/blog/company-registration-nepal",
  "date": "2024-03-11",
  "language": "en",
  "category": "company registration",
  "folder": "Administrative Procedures"
}

Data Fields

Field Type Description
title string Article title (extracted or inferred from URL)
text string Cleaned article body — navigation, ads, sidebars, comments, and share buttons removed
source string Source domain the article was scraped from
url string Original article URL, for attribution and verification
date string Publish date if the source page exposed one, else empty
language string en, ne, or ne-en (code-mixed), auto-detected
category string Fine-grained legal/administrative topic
folder string Top-level corpus grouping used during collection

Data Splits

This release ships as a single train split (868 rows). No evaluation split is defined here — evaluation is handled separately via NepalLegalBench (the project's dedicated benchmark), keeping training and evaluation data sources cleanly separated.

Category Distribution

21 categories, grouped into 6 top-level folders.

Category Articles % of Corpus
legal blogs 590 68.0%
company registration 48 5.5%
court procedures 34 3.9%
tax 31 3.6%
divorce 30 3.5%
immigration 25 2.9%
citizenship 18 2.1%
labor law 17 2.0%
marriage registration 14 1.6%
pan/vat 13 1.5%
land registration 12 1.4%
constitutional law 7 0.8%
banking regulations 7 0.8%
human rights 6 0.7%
inheritance 4 0.5%
legal education 3 0.3%
civil law 3 0.3%
government services 3 0.3%
consumer rights 1 0.1%
passport 1 0.1%
local government procedures 1 0.1%

Source Distribution

Top sources by article count (full list of 11 sources included in the dataset metadata):

Source Domain Articles % of Corpus
attorneynepal.com 484 55.8%
lawalpine.com 174 20.0%
lawbhandari.com 97 11.2%
lawfirmnepal.com.np 53 6.1%
fwld.org 32 3.7%
neupanelegal.com 16 1.8%
nepallaws.com 5 0.6%
companydartanepal.com 4 0.5%
barristernepal.com 1 0.1%
nitipartners.com 1 0.1%
lawaxion.com 1 0.1%

Corpus Statistics

  • Total articles: 868
  • Unique source domains: 11
  • Categories: 21
  • Average article length: ~1588 words
  • Date coverage: not consistently available across sources

Dataset Creation

Source Data

Articles were identified by crawling a manually vetted list of trusted domains — government portals, law firm publications, and legal-aid / human-rights NGOs — rather than through generic web search, in order to bias the corpus toward reliable, non-forum, non-AI-generated content, per the project's source-quality requirements.

Collection Methodology

  1. Domain vetting — each source domain was manually reviewed before inclusion (government sites, licensed law firms, legal education platforms, and NGOs; forums, social media, and low-quality blogs were explicitly excluded).
  2. Crawling — an automated crawler traversed each trusted domain's internal links (breadth-first, robots.txt-respecting) to discover article URLs, rather than relying on a hand-curated link list.
  3. Extraction & cleaning — each article's HTML was parsed with trafilatura to strip navigation, advertisements, sidebars, comments, and share widgets, keeping only the substantive article body.
  4. Deduplication — article text was hashed and near-identical content (e.g. the same explainer republished across multiple sites) was filtered, keeping a single canonical copy.
  5. Language detection — each article was tagged en, ne, or ne-en using script detection (Devanagari presence) combined with automated language identification.
  6. Categorization — articles were auto-classified into legal/government topics via keyword matching on URL slug and title, then organized into the folder structure shown above.

Annotations

No manual annotation was performed. Category and language labels are automatically assigned (see Collection Methodology) and have not been human-verified at scale; spot-checking is recommended before high-stakes use.

Personal and Sensitive Information

This corpus consists of published, publicly accessible educational and procedural content. It is not expected to contain personal data about private individuals, but no automated PII scrubbing has been applied since the collection scope (legal-education articles) does not typically involve personal case details. Users working with this data for anything beyond research should independently verify this assumption.

Considerations for Using the Data

Social Impact and Intended Use

This dataset is intended to help ground an AI system in accurate, accessible legal and government-procedure explanation for Nepal, a low-resource language and jurisdiction that is otherwise underserved by existing NLP resources. It is not a substitute for professional legal advice, and content generated from models trained on it should not be treated as authoritative legal counsel.

Known Limitations and Biases

  • Source skew: article counts are not evenly distributed across domains (see Source Distribution above); downstream users may wish to rebalance or weight sampling accordingly.
  • No legal-accuracy verification: articles reflect the publishing source's interpretation of the law at the time of writing and may be outdated relative to current statutes; this dataset should be paired with primary statutory sources (e.g. NepalLegalCorpus) for anything requiring legal accuracy or citation correctness.
  • Automated categorization/language labels are heuristic, not human-verified, and may contain misclassifications.
  • Commercial law-firm content may include promotional framing alongside genuine legal explanation.

Licensing Information

Individual articles remain the copyright of their original publishing source; this dataset provides url and source fields for full attribution. This dataset is released for non-commercial research use in connection with the NyayaLM project. Redistribution of the full article text for commercial purposes is not authorized without checking the original source's terms of use. If you are a rights holder and want your content removed, please open an issue on this repository.

Citation Information

If you use this dataset, please cite the NyayaLM project:

@misc{nyayalm2026corpus,
  title        = {Nepal Legal \& Government Education Corpus},
  author       = {NyayaLM Project Contributors},
  year         = {2026},
  howpublished = {\url{https://huggingface.co/datasets/gahann/Nepali_law_articles_corpus}},
  note         = {Data collection component of the NyayaLM bilingual legal foundation model project}
}

Dataset Curators

Collected as part of the NyayaLM project (bilingual Nepali-English legal foundation language model for Nepal), data collection component.

Acknowledgements

Thanks to the original publishing sources — government agencies, law firms, legal education platforms, and legal-aid NGOs — whose public educational content made this corpus possible.

Downloads last month
33