Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- infinite-dataset-hub
|
5 |
+
- synthetic
|
6 |
+
---
|
7 |
+
|
8 |
+
# PhraseFutureTrends
|
9 |
+
|
10 |
+
tags: Predictive Analysis, Sentiment Analysis, Time Series Forecasting
|
11 |
+
|
12 |
+
_Note: This is an AI-generated dataset so its content may be inaccurate or false_
|
13 |
+
|
14 |
+
**Dataset Description:**
|
15 |
+
|
16 |
+
The 'PhraseFutureTrends' dataset is a curated collection of projected popular quotes and phrases that are expected to resonate with society in 2025. This dataset is tailored for researchers and analysts in the field of predictive and sentiment analysis, aiming to identify trends and forecast potential public sentiment regarding various topics. Each entry is tagged with labels that categorize the content by the theme it is most likely associated with, such as technology, sustainability, or innovation. The dataset also incorporates elements of time series forecasting by including publication dates, allowing for an analysis of how phrases trend over time.
|
17 |
+
|
18 |
+
**CSV Content Preview:**
|
19 |
+
|
20 |
+
```
|
21 |
+
quote_id, quote, labels, publication_date
|
22 |
+
001, "In the quest for knowledge, every question we ask propels us forward.", ["education", "innovation", "curiosity"], "2025-01-15"
|
23 |
+
002, "Sustainability is not just a choice; it's the path we must tread.", ["environment", "sustainability", "responsibility"], "2025-01-20"
|
24 |
+
003, "Tech empowers humanity to transcend boundaries.", ["technology", "empowerment", "progress"], "2025-02-10"
|
25 |
+
004, "Collaboration over competition: The new world's mantra.", ["cooperation", "economy", "social_movement"], "2025-03-05"
|
26 |
+
005, "Data is the new currency of the 21st century.", ["technology", "economy", "data_privacy"], "2025-03-22"
|
27 |
+
```
|
28 |
+
|
29 |
+
**Source of the data:**
|
30 |
+
|
31 |
+
The dataset was generated using the [Infinite Dataset Hub](https://huggingface.co/spaces/infinite-dataset-hub/infinite-dataset-hub) and microsoft/Phi-3-mini-4k-instruct using the query 'popular trending quotes and phrases for 2025':
|
32 |
+
|
33 |
+
- **Dataset Generation Page**: https://huggingface.co/spaces/infinite-dataset-hub/infinite-dataset-hub?q=popular+trending+quotes+and+phrases+for+2025&dataset=PhraseFutureTrends&tags=Predictive+Analysis,+Sentiment+Analysis,+Time+Series+Forecasting
|
34 |
+
- **Model**: https://huggingface.co/microsoft/Phi-3-mini-4k-instruct
|
35 |
+
- **More Datasets**: https://huggingface.co/datasets?other=infinite-dataset-hub
|