Guancheng commited on
Commit
c1b528c
·
verified ·
1 Parent(s): 12c9668

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -3,4 +3,9 @@ base_model:
3
  - meta-llama/Llama-3.1-8B-Instruct
4
  ---
5
 
6
- https://arxiv.org/abs/2509.23188
 
 
 
 
 
 
3
  - meta-llama/Llama-3.1-8B-Instruct
4
  ---
5
 
6
+
7
+ This model is based on the paper [Diagnose, Localize, Align: A Full-Stack Framework for Reliable LLM Multi-Agent Systems under Instruction Conflicts](https://arxiv.org/abs/2509.23188).
8
+
9
+ Code can be found at: https://github.com/GuanchengWan/DLA-SAIL-Training (for training) and https://github.com/GuanchengWan/DLA-MAS-Inference (for inference).
10
+
11
+