hamdanzameer commited on
Commit
11448f2
·
verified ·
1 Parent(s): bcc7149

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md CHANGED
@@ -1,3 +1,76 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+ # CosFunc-HO: A Hierarchical Cosmetic Ingredient Function Dataset
5
+
6
+ ## Overview
7
+
8
+ 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.
9
+
10
+ The dataset contains more than 9,000 labeled cosmetic ingredient records and includes hierarchical functional annotations organized into multiple levels of abstraction.
11
+
12
+ This dataset was created as part of a research study on evaluating Large Language Models for cosmetic ingredient function prediction using hierarchical ontologies.
13
+
14
+ ---
15
+
16
+ ## Dataset Contents
17
+
18
+ ### Main Files
19
+
20
+ * `cosfunc_final_dataset_v4_1.csv`
21
+ * `cosfunc_final_ontology_v4_1.csv`
22
+
23
+ ---
24
+
25
+ ## Features
26
+
27
+ The dataset includes:
28
+
29
+ * Ingredient names
30
+ * Parent functional labels
31
+ * High-level functional domains
32
+ * Ontology mappings
33
+
34
+ ---
35
+
36
+ ## Applications
37
+
38
+ This dataset can be used for:
39
+
40
+ * Multi-label classification
41
+ * LLM evaluation
42
+ * Ontology learning
43
+ * Hierarchical classification
44
+ * Cosmetic ingredient analysis
45
+ * Domain-specific NLP research
46
+
47
+ ---
48
+
49
+ ## Domains Included
50
+
51
+ * Conditioning Agents
52
+ * Surfactants and Cleansing Agents
53
+ * Protective and Preservation Agents
54
+ * Formulation and Texture Modifiers
55
+ * Sensory and Aesthetic Agents
56
+ * Solvents and Carriers
57
+ * Mechanical and Physical Agents
58
+ * Hair Treatment and Styling
59
+
60
+ ---
61
+
62
+ ## Research Context
63
+
64
+ This dataset supports research on:
65
+
66
+ * Large Language Model evaluation
67
+ * Hallucination analysis
68
+ * Hierarchical ontology design
69
+ * Structured prediction tasks
70
+ * Semantic label alignment
71
+
72
+ ---
73
+
74
+ ## License
75
+
76
+ Apache License 2.0