Datasets:
License:
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,115 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
- nl
|
5 |
+
pretty_name: LifeFlow Mood & Goal Tracker Dataset
|
6 |
+
tags:
|
7 |
+
- self-tracking
|
8 |
+
- mental-health
|
9 |
+
- productivity
|
10 |
+
- personal-development
|
11 |
+
license: mit
|
12 |
+
task_categories:
|
13 |
+
- classification
|
14 |
+
- goal-tracking
|
15 |
+
- emotion-detection
|
16 |
+
---
|
17 |
+
|
18 |
+
# Dataset Card for LifeFlow Mood & Goal Tracker Dataset
|
19 |
+
|
20 |
+
This dataset card documents the LifeFlow UI dataset extracted from a goal-tracking and self-reflection application. It includes user inputs such as mood selection, journaling notes, and goal progress updates.
|
21 |
+
|
22 |
+
## Dataset Details
|
23 |
+
|
24 |
+
### Dataset Description
|
25 |
+
|
26 |
+
The dataset captures multiple dimensions of personal productivity and emotional status. It includes:
|
27 |
+
- Daily emotion selections from a predefined set (π‘, π’, π, π, π)
|
28 |
+
- Timeframe selection (Daily, Weekly, Monthly, etc.)
|
29 |
+
- Journal notes for each day
|
30 |
+
- Goal progress percentage
|
31 |
+
|
32 |
+
- **Curated by:** Amr Naguib
|
33 |
+
- **Language(s) (NLP):** English, Dutch
|
34 |
+
- **License:** MIT
|
35 |
+
|
36 |
+
### Dataset Sources
|
37 |
+
|
38 |
+
- **Repository:** [Not published yet]
|
39 |
+
- **Demo:** [UI screenshot available]
|
40 |
+
|
41 |
+
## Uses
|
42 |
+
|
43 |
+
### Direct Use
|
44 |
+
|
45 |
+
- Monitoring personal goal progress
|
46 |
+
- Analyzing emotional trends
|
47 |
+
- Training models for mood classification
|
48 |
+
|
49 |
+
### Out-of-Scope Use
|
50 |
+
|
51 |
+
- Medical diagnosis
|
52 |
+
- Behavioral prediction at individual level
|
53 |
+
|
54 |
+
## Dataset Structure
|
55 |
+
|
56 |
+
Each record includes:
|
57 |
+
- `timeframe` (string)
|
58 |
+
- `mood` (categorical)
|
59 |
+
- `note` (string)
|
60 |
+
- `goal_progress` (int, 0β100)
|
61 |
+
|
62 |
+
## Dataset Creation
|
63 |
+
|
64 |
+
### Curation Rationale
|
65 |
+
|
66 |
+
To facilitate structured tracking of mood and productivity and provide a base for building recommender or reflection systems.
|
67 |
+
|
68 |
+
### Source Data
|
69 |
+
|
70 |
+
#### Data Collection and Processing
|
71 |
+
|
72 |
+
Data is manually logged through UI input or button selection, stored in structured JSON.
|
73 |
+
|
74 |
+
#### Who are the source data producers?
|
75 |
+
|
76 |
+
Users of the LifeFlow system (single-user mock data at this stage).
|
77 |
+
|
78 |
+
### Annotations
|
79 |
+
|
80 |
+
#### Annotation process
|
81 |
+
|
82 |
+
Mood selection is self-annotated by users.
|
83 |
+
|
84 |
+
#### Who are the annotators?
|
85 |
+
|
86 |
+
Dataset creators or mock testers.
|
87 |
+
|
88 |
+
#### Personal and Sensitive Information
|
89 |
+
|
90 |
+
Dataset does not contain identifiable personal data.
|
91 |
+
|
92 |
+
## Bias, Risks, and Limitations
|
93 |
+
|
94 |
+
The dataset represents synthetic or limited-user input and is not generalizable to broader populations without additional data.
|
95 |
+
|
96 |
+
### Recommendations
|
97 |
+
|
98 |
+
Use for prototyping or educational purposes only.
|
99 |
+
|
100 |
+
## Citation
|
101 |
+
|
102 |
+
**BibTeX:**
|
103 |
+
|
104 |
+
```
|
105 |
+
@misc{lifeflow2025,
|
106 |
+
title={LifeFlow Mood & Goal Tracker Dataset},
|
107 |
+
author={Amr Naguib},
|
108 |
+
year={2025},
|
109 |
+
note={https://huggingface.co/datasets/amr701/lifeflow}
|
110 |
+
}
|
111 |
+
```
|
112 |
+
|
113 |
+
## Dataset Card Contact
|
114 |
+
|
115 |
+
Contact: Amr Naguib β [email protected]
|