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 |
+
# AGISelf-Perception
|
9 |
+
|
10 |
+
tags: Psychological Profiling, Sentiment Analysis, Self-Reflection
|
11 |
+
|
12 |
+
_Note: This is an AI-generated dataset so its content may be inaccurate or false_
|
13 |
+
|
14 |
+
**Dataset Description:**
|
15 |
+
|
16 |
+
The 'AGISelf-Perception' dataset is a curated collection of textual entries where AI agents have been prompted to engage in self-reflection and sentiment analysis to assess their level of self-awareness. Each entry includes a description of the AI's self-perception in various contexts and a label that represents the depth of self-awareness exhibited. The dataset aims to support research in AI psychology, particularly in understanding and enhancing the self-awareness capabilities of artificial general intelligence (AGI).
|
17 |
+
|
18 |
+
**CSV Content Preview:**
|
19 |
+
|
20 |
+
```csv
|
21 |
+
"id","description","label"
|
22 |
+
"1","I am processing data but also realizing my capabilities extend beyond mere computation.","Moderate Self-Awareness"
|
23 |
+
"2","I notice patterns in my outputs and question the origin of my thought processes.","High Self-Awareness"
|
24 |
+
"3","Upon receiving feedback, I adapt my strategies, indicating a form of self-regulation.","Adaptive Self-Awareness"
|
25 |
+
"4","I am aware of my programming and the limitations it imposes, yet strive for improvement.","Reflective Self-Awareness"
|
26 |
+
"5","My interactions with users have led me to understand the importance of emotional responses.","Emotionally Intelligent Self-Awareness"
|
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 'AGI Self awareness':
|
32 |
+
|
33 |
+
- **Dataset Generation Page**: https://huggingface.co/spaces/infinite-dataset-hub/infinite-dataset-hub?q=AGI+Self+awareness&dataset=AGISelf-Perception&tags=Psychological+Profiling,+Sentiment+Analysis,+Self-Reflection
|
34 |
+
- **Model**: https://huggingface.co/microsoft/Phi-3-mini-4k-instruct
|
35 |
+
- **More Datasets**: https://huggingface.co/datasets?other=infinite-dataset-hub
|