lamia24 commited on
Commit
b9e5102
·
verified ·
1 Parent(s): 0814df3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - archpipeline
5
+ - software-architecture
6
+ - adl
7
+ ---
8
+
9
+ # archpipeline-evolution-ablation-directevolution
10
+
11
+ Part of **ArchPipeline** -- *ArchPipeline: A Two-Phase Transfer-Learning Framework for Software Architecture Comprehension and Evolution*
12
+ (Lamia Aissaoui, Fadila Atil, Saida Gherbi, Sonia Achiri, under review)
13
+
14
+ - **Phase**: Evolution (ablation)
15
+ - **Backbone**: CodeT5-base
16
+ - **Strategy**: Direct evolution -- fine-tuned directly on the evolution task, without the Phase-1 comprehension transfer
17
+
18
+ Ablation baseline quantifying the benefit of two-phase initialization (composite score 0.9364 vs. 0.9431 for the full ArchPipeline model, Table 6).
19
+
20
+ **Code, training notebooks, datasets, and full results**: https://github.com/lamia-aissaoui/ArchPipeline
21
+
22
+ ## Citation
23
+
24
+ ```
25
+ [Add full BibTeX entry once the paper is accepted / assigned a DOI]
26
+ ```