File size: 532 Bytes
11936bf
 
 
 
 
 
1
2
3
4
5
6
# ⚠️ Update
We have updated the original dataset (`v1`) with the following improvements:
- **Data Coverage**: Extended to news articles published up to **2nd December 2024** (previously May 10, 2024).
- **Data Cleaning**: HTML tags that were previously undetected have now been removed.
- **Sentence Splitting**: Improved sentence tokenizer performance to fix previously incorrect splits.
- **Placeholder Tags**: Replaced phone numbers, email addresses, and URLs with `[phone]`, `[email]`, and `[url]` tags using regex patterns.