Upload 2 files
Browse files# CosFunc-HO: A Hierarchical Cosmetic Ingredient Function Dataset
## Overview
CosFunc-HO is a cleaned and structured cosmetic ingredient function dataset developed from COSDNA data for research in Large Language Models (LLMs), ontology learning, multi-label classification, and cosmetic chemistry analysis.
The dataset contains more than 9,000 labeled cosmetic ingredient records and includes hierarchical functional annotations organized into multiple levels of abstraction.
This dataset was created as part of a research study on evaluating Large Language Models for cosmetic ingredient function prediction using hierarchical ontologies.
---
## Dataset Contents
### Main Files
* `cosfunc_final_dataset_v4_1.csv`
* `cosfunc_final_ontology_v4_1.csv`
---
## Features
The dataset includes:
* Ingredient names
* Parent functional labels
* High-level functional domains
* Ontology mappings
---
## Applications
This dataset can be used for:
* Multi-label classification
* LLM evaluation
* Ontology learning
* Hierarchical classification
* Cosmetic ingredient analysis
* Domain-specific NLP research
---
## Domains Included
* Conditioning Agents
* Surfactants and Cleansing Agents
* Protective and Preservation Agents
* Formulation and Texture Modifiers
* Sensory and Aesthetic Agents
* Solvents and Carriers
* Mechanical and Physical Agents
* Hair Treatment and Styling
---
## Research Context
This dataset supports research on:
* Large Language Model evaluation
* Hallucination analysis
* Hierarchical ontology design
* Structured prediction tasks
* Semantic label alignment
---
## License
Apache License 2.0
|
The diff for this file is too large to render.
See raw diff
|
|
|
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
parent_label,domain_label
|
| 2 |
+
Skin Conditioning,Conditioning Agents
|
| 3 |
+
Solvent,Solvents & Carriers
|
| 4 |
+
Hair Conditioning,Conditioning Agents
|
| 5 |
+
Antioxidant,Protective & Preservation Agents
|
| 6 |
+
Hair Coloring,Hair Treatment & Styling
|
| 7 |
+
Humectant,Conditioning Agents
|
| 8 |
+
Surfactant,Surfactants & Cleansing Agents
|
| 9 |
+
Film Forming,Sensory & Aesthetic Agents
|
| 10 |
+
Emollient,Conditioning Agents
|
| 11 |
+
Skin Protecting,Conditioning Agents
|
| 12 |
+
Emulsion Stabilizer,Formulation & Texture Modifiers
|
| 13 |
+
Cleansing,Surfactants & Cleansing Agents
|
| 14 |
+
Colorant,Sensory & Aesthetic Agents
|
| 15 |
+
Film,Sensory & Aesthetic Agents
|
| 16 |
+
Viscosity Control,Formulation & Texture Modifiers
|
| 17 |
+
Emulsifier,Formulation & Texture Modifiers
|
| 18 |
+
Moisturizer,Conditioning Agents
|
| 19 |
+
Fragrance,Sensory & Aesthetic Agents
|
| 20 |
+
Abrasive,Mechanical & Physical Agents
|
| 21 |
+
Preservative,Protective & Preservation Agents
|
| 22 |
+
Binding,Formulation & Texture Modifiers
|
| 23 |
+
Thickener,Formulation & Texture Modifiers
|
| 24 |
+
Antimicrobial,Protective & Preservation Agents
|
| 25 |
+
UV Filter,Protective & Preservation Agents
|
| 26 |
+
Foaming,Surfactants & Cleansing Agents
|