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 |
+
# MLResearchCategorization
|
9 |
+
|
10 |
+
tags: titles, classification, subgenre
|
11 |
+
|
12 |
+
_Note: This is an AI-generated dataset so its content may be inaccurate or false_
|
13 |
+
|
14 |
+
**Dataset Description:**
|
15 |
+
|
16 |
+
The 'MLResearchCategorization' dataset contains a curated collection of research paper titles within the field of machine learning. Each title is associated with a specific subgenre label indicating the research's focus area, such as 'Neural Networks', 'Natural Language Processing', 'Reinforcement Learning', 'Computer Vision', or 'Unsupervised Learning'. The dataset serves as a reference for machine learning practitioners and researchers aiming to classify and study machine learning papers according to their subgenres.
|
17 |
+
|
18 |
+
**CSV Content Preview:**
|
19 |
+
|
20 |
+
```
|
21 |
+
title,label
|
22 |
+
"Exploring Deep Learning Architectures for Image Recognition",Computer Vision
|
23 |
+
"Advancements in Neural Network Models for Speech Recognition",Neural Networks
|
24 |
+
"Efficient Reinforcement Learning Agents for Decision Making",Reinforcement Learning
|
25 |
+
"Unsupervised Feature Learning for Cluster Analysis",Unsupervised Learning
|
26 |
+
"Natural Language Processing Techniques for Sentiment Analysis",Natural Language Processing
|
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 '':
|
32 |
+
|
33 |
+
- **Dataset Generation Page**: https://huggingface.co/spaces/infinite-dataset-hub/infinite-dataset-hub?q=&dataset=MLResearchCategorization&tags=titles,+classification,+subgenre
|
34 |
+
- **Model**: https://huggingface.co/microsoft/Phi-3-mini-4k-instruct
|
35 |
+
- **More Datasets**: https://huggingface.co/datasets?other=infinite-dataset-hub
|