MI-Materials-Intelligence commited on
Commit
bd4d533
·
verified ·
1 Parent(s): b3b1555

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # RLM
2
+
3
+ ## 1. Overview
4
+
5
+ RLM (Recipe Language Model) is a domain-specific language model designed for recipe learning, recommendation and mechanistic reasoning in materials research. With perovskite solar cells used in this work as a demonstration system.
6
+
7
+ ---
8
+
9
+ ## 2. Model Description
10
+
11
+ RLM (Recipe Language Model) is trained to understand and generate structured and natural-language experimental procedures for scientific research.
12
+
13
+ The model supports:
14
+
15
+ - Experimental recipe generation
16
+ - Process parameter optimization
17
+ - Performance prediction
18
+ - Mechanism-aware reasoning
19
+
20
+ It is coordinated by a language agent and iteratively improved through a seven-layer AI system.
21
+
22
+ ---
23
+
24
+ ## 3. Key Features
25
+
26
+ - Domain-specific modeling for scientific experimentation
27
+ - Recipe generation for experimental workflows
28
+ - Mechanism-informed reasoning (physics + chemistry)
29
+ - Closed-loop optimization with experimental feedback
30
+
31
+ ---
32
+
33
+ ## 4. Training Details
34
+
35
+ The model is trained using a multi-stage pipeline:
36
+
37
+ - Data sources:
38
+ - Scientific literature
39
+ - Experimental datasets
40
+ - Generated RecipeQA data
41
+ - Training strategy:
42
+ - Supervised fine-tuning (SFT with LoRA)
43
+ - Preference optimization (DPO)
44
+ - Data format:
45
+ - Question-answer (RecipeQA)
46
+ - Mechanism reasoning data (Chain-of-Thought)
47
+
48
+ The training process is organized within a seven-layer AI architecture:
49
+ Learning → Generating → RecipeQA → Fine-tuning → Reasoning → Evaluation → Optimization
50
+
51
+ ---
52
+
53
+ ## 5. Intended Use
54
+
55
+ This model is intended for:
56
+
57
+ - Materials science research
58
+ - AI-assisted experimental design
59
+ - Process optimization
60
+ - Integration with laboratory automation systems
61
+
62
+ ---
63
+
64
+ ## 6. Limitations
65
+
66
+ - The model does not replace real experimental validation
67
+ - Predictions may be biased toward training data distribution
68
+ - Mechanism explanations are learned approximations, not full physical simulations
69
+ - Performance may degrade outside scientific experimentation domains
70
+