Add ATTRIBUTION.md documentation
Browse files- ATTRIBUTION.md +80 -0
ATTRIBUTION.md
ADDED
|
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Attribution & Data Sources
|
| 2 |
+
|
| 3 |
+
This corpus synthesizes Nepali text from multiple public and research sources. Proper attribution is critical for ethical research.
|
| 4 |
+
|
| 5 |
+
## Primary Sources
|
| 6 |
+
|
| 7 |
+
### 1. IRIISNEPAL
|
| 8 |
+
- **Full Name:** IIIiSNepal - Itihasa, Kalakaram, Sthanadarshan, Shikshhya, Nepali Text Dataset
|
| 9 |
+
- **Repository:** https://github.com/bnltm/IIIiSNepal
|
| 10 |
+
- **Description:** A large-scale curated dataset of Nepali articles covering historical, cultural, educational, and geographical topics.
|
| 11 |
+
- **License:** MIT
|
| 12 |
+
- **Citation:**
|
| 13 |
+
```
|
| 14 |
+
Yadav, Kanchan, et al. "IIIiSNepal: Large-Scale Annotated Nepali Text Dataset."
|
| 15 |
+
Proceedings of the 2nd Workshop on NLP for Under-resourced Languages, 2020.
|
| 16 |
+
```
|
| 17 |
+
- **Rows in Corpus:** 6,087,439
|
| 18 |
+
- **Applies to:** `nepali-formal-corpus`, `nepali-text-corpus`
|
| 19 |
+
|
| 20 |
+
### 2. Nepali Wikipedia
|
| 21 |
+
- **Source:** Nepali Wikipedia Dump (latest as of corpus creation)
|
| 22 |
+
- **URL:** https://dumps.wikimedia.org/newiki/
|
| 23 |
+
- **Description:** Extracted sentences from Nepali Wikipedia articles across all topics and domains.
|
| 24 |
+
- **License:** CC BY-SA 4.0
|
| 25 |
+
- **Rows in Corpus:** 291,767
|
| 26 |
+
- **Applies to:** `nepali-formal-corpus`, `nepali-text-corpus`
|
| 27 |
+
|
| 28 |
+
### 3. Nepali News Source Crawls
|
| 29 |
+
- **Outlets Covered:**
|
| 30 |
+
- Kantipur News (https://www.kantipuronline.com/)
|
| 31 |
+
- Setopati (https://www.setopati.com/)
|
| 32 |
+
- Nepal Khabar (https://www.nepalkhabar.com/)
|
| 33 |
+
- Nagarik (https://www.nagariknews.com/)
|
| 34 |
+
- Himalayan Times (archived articles)
|
| 35 |
+
- Other regional outlets
|
| 36 |
+
- **Description:** Dynamically crawled from public-facing news websites.
|
| 37 |
+
- **License:** Source-dependent (per publisher terms of service)
|
| 38 |
+
- **Rows in Corpus:** 87,250
|
| 39 |
+
- **Applies to:** `nepali-formal-corpus`, `nepali-text-corpus`
|
| 40 |
+
|
| 41 |
+
### 4. YouTube Comments (Public)
|
| 42 |
+
- **Source:** YouTube Data API v3 (public comment threads)
|
| 43 |
+
- **Description:** Colloquial, conversational Nepali as used in social discussions, reviews, and community comments.
|
| 44 |
+
- **License:** CC BY 4.0 (standard YouTube comment license)
|
| 45 |
+
- **Rows in Corpus:** 431,648
|
| 46 |
+
- **Applies to:** `nepali-colloquial-corpus`, `roman-nepali-corpus`, `nepali-text-corpus`
|
| 47 |
+
|
| 48 |
+
## Contributor Acknowledgments
|
| 49 |
+
|
| 50 |
+
- **IRIISNEPAL Curators:** Kanchan Yadav, Sharad Khatiwada, and the broader NLP community contributors
|
| 51 |
+
- **Wikipedia Contributors:** Nepali Wikipedia editor community
|
| 52 |
+
- **News Publishers:** Journalists and editorial teams at Nepali news outlets
|
| 53 |
+
- **YouTube Commenters:** Anonymous community members sharing public discourse
|
| 54 |
+
|
| 55 |
+
## Data Cleaning & Processing
|
| 56 |
+
|
| 57 |
+
All source data underwent standardization and validation:
|
| 58 |
+
- Text normalization (whitespace, special characters)
|
| 59 |
+
- Duplicate removal at the corpus level
|
| 60 |
+
- Malformed record filtering
|
| 61 |
+
- Length-based quality thresholds (minimum 5 words for formal text)
|
| 62 |
+
- Script detection and classification (Devanagari, Latin, mixed)
|
| 63 |
+
|
| 64 |
+
See [DATA_PROCESSING.md](DATA_PROCESSING.md) for technical details.
|
| 65 |
+
|
| 66 |
+
## Responsible Use
|
| 67 |
+
|
| 68 |
+
- **Academic Research:** Encouraged under fair-use principles
|
| 69 |
+
- **Commercial Products:** Requires license-aware filtering and potential publisher permissions
|
| 70 |
+
- **Media Attribution:** When publishing results, recommend citing source origins
|
| 71 |
+
- **Ethical Concerns:** This corpus includes conversational YouTube content with occasional vulgar or offensive language; filter rows before public-facing applications
|
| 72 |
+
|
| 73 |
+
## Questions or Corrections?
|
| 74 |
+
|
| 75 |
+
For attribution corrections or to report improper use, contact the dataset maintainers through the Hugging Face dataset page.
|
| 76 |
+
|
| 77 |
+
---
|
| 78 |
+
|
| 79 |
+
**Compiled:** April 2, 2026
|
| 80 |
+
**Corpus Version:** 1.0
|