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 |
+
# LongitudinalCaring
|
9 |
+
|
10 |
+
tags: longitudinal, kindness, public health
|
11 |
+
|
12 |
+
_Note: This is an AI-generated dataset so its content may be inaccurate or false_
|
13 |
+
|
14 |
+
**Dataset Description:**
|
15 |
+
|
16 |
+
The 'LongitudinalCaring' dataset is designed to explore the relationship between kindness and public health outcomes over time. The dataset tracks individuals' exposure to kindness-related behaviors and activities and how these may correlate with various health metrics. The longitudinal nature of the data allows for the analysis of time-varying confounding effects, where past exposure to kindness could influence both the exposure and health outcomes being studied. The dataset includes various potential confounding variables such as socioeconomic status, age, gender, and prior health conditions to control for their effects in the analysis.
|
17 |
+
|
18 |
+
**CSV Content Preview:**
|
19 |
+
|
20 |
+
```csv
|
21 |
+
participant_id,time_period,kindness_exposure_score,health_outcome_score,socioeconomic_status,age,gender,prior_health_conditions,label
|
22 |
+
001,2015,7.5,85,Middle,35,Male,None,Positive_Care_Received
|
23 |
+
002,2015,6.0,78,Low,29,Female,Chronic_Illness,Mixed_Care
|
24 |
+
003,2016,8.2,90,High,40,Male,None,Positive_Care_Received
|
25 |
+
004,2016,5.4,82,Middle,32,Female,None,Neutral_Care
|
26 |
+
005,2017,9.1,92,High,41,Male,Diabetes,Positive_Care_Received
|
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 'time-varying, kindness, past exposure, longitudinal, confounding':
|
32 |
+
|
33 |
+
- **Dataset Generation Page**: https://huggingface.co/spaces/infinite-dataset-hub/infinite-dataset-hub?q=time-varying,+kindness,+past+exposure,+longitudinal,+confounding&dataset=LongitudinalCaring&tags=longitudinal,+kindness,+public+health
|
34 |
+
- **Model**: https://huggingface.co/microsoft/Phi-3-mini-4k-instruct
|
35 |
+
- **More Datasets**: https://huggingface.co/datasets?other=infinite-dataset-hub
|