Boredoom17 commited on
Commit
1704e79
·
verified ·
1 Parent(s): 6ecab29

Update DATA_PROCESSING.md

Browse files
Files changed (1) hide show
  1. DATA_PROCESSING.md +0 -15
DATA_PROCESSING.md CHANGED
@@ -157,21 +157,6 @@ All parquet files use this schema:
157
  | date_collected | string | ISO 8601 processing date |
158
  | license | string | Source license (MIT, CC BY 4.0, CC BY-SA 4.0, source-dependent) |
159
 
160
- ## Known Limitations
161
-
162
- 1. **YouTube content:** No content filtering; raw comments may contain offensive language
163
- 2. **News licensing:** Publisher permissions uncertain; use cautiously in commercial settings
164
- 3. **Script detection:** Simple regex-based; mixed-language text occasionally misclassified
165
- 4. **Deduplication:** No semantic deduplication; similar paraphrases retained
166
- 5. **Temporal bias:** Majority of data from 2020–2026; pre-2020 IRIIS content underrepresented
167
-
168
- ## Future Improvements
169
-
170
- - [ ] Semantic deduplication using embeddings
171
- - [ ] Fine-grained toxicity filtering for colloquial subset
172
- - [ ] Add date ranges per source for temporal filtering
173
- - [ ] Multilingual metadata (code-mixed Hindi, English)
174
- - [ ] Validation splits for supervised task benchmarking
175
 
176
  ---
177
 
 
157
  | date_collected | string | ISO 8601 processing date |
158
  | license | string | Source license (MIT, CC BY 4.0, CC BY-SA 4.0, source-dependent) |
159
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
160
 
161
  ---
162