Weiyifan commited on
Commit
3269bc4
·
verified ·
1 Parent(s): 8320579

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -1
README.md CHANGED
@@ -1,4 +1,36 @@
1
  ---
2
  base_model:
3
  - meta-llama/Meta-Llama-3-8B
4
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  base_model:
3
  - meta-llama/Meta-Llama-3-8B
4
+ ---
5
+
6
+ # Structural Entropy Guided Agent for Detecting and Repairing Knowledge Deficiencies in LLMs
7
+
8
+
9
+
10
+ <p align="center">
11
+ 🔔 <a href="https://github.com/weiyifan1023/senator" target="_blank">Code</a> • 📃 <a href="https://arxiv.org/abs/2505.07184" target="_blank">Paper</a> • 🤗 <a href="https://huggingface.co/datasets/axiong/pmc_llama_instructions" target="_blank">Dataset</a> <br>
12
+ </p>
13
+
14
+
15
+ This is a model of llama3-8B trained based on the senator framework. You can also find more detailed descriptions at https://github.com/weiyifan1023/senator/edit/main/README.md.
16
+
17
+ ## Citation
18
+ If you find our paper inspiring and have utilized it in your work, please cite our paper.
19
+ ```
20
+ @inproceedings{
21
+ wei2025structural,
22
+ title={Structural Entropy Guided Agent for Detecting and Repairing Knowledge Deficiencies in {LLM}s},
23
+ author={Yifan Wei and Xiaoyan Yu and Tengfei Pan and Angsheng Li and Li Du},
24
+ booktitle={The Thirty-ninth Annual Conference on Neural Information Processing Systems},
25
+ year={2025},
26
+ url={https://openreview.net/forum?id=hTGqC1h8Ig}
27
+ }
28
+ ```
29
+
30
+ ## Acknowledgements
31
+
32
+ Thanks to the authors of [KG-RAG](https://github.com/BaranziniLab/KG_RAG) and [DAMe](https://github.com/XiaoyanWork/DAMe/blob/main/system/utils/FL_SE.py) for releasing their code for retrieving the SPOKE KG and evaluating SE on the graph. Much of this codebase has been adapted from their codes.
33
+
34
+ ## Contact
35
+
36
+ weiyifan@buaa.edu.cn