azhx commited on
Commit
b681162
1 Parent(s): 132915b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -2
README.md CHANGED
@@ -11,7 +11,7 @@ language:
11
 
12
  Project Page: [https://tiger-ai-lab.github.io/StructLM/](https://tiger-ai-lab.github.io/StructLM/)
13
 
14
- Paper: Arxiv link not yet announced
15
 
16
  Code: [https://github.com/TIGER-AI-Lab/StructLM](https://github.com/TIGER-AI-Lab/StructLM)
17
 
@@ -115,5 +115,12 @@ While we've tried to build an SKG-specialized model capable of generalizing, we
115
  If you use the models, data, or code from this project, please cite the original paper:
116
 
117
  ```
118
- to be updated
 
 
 
 
 
 
 
119
  ```
 
11
 
12
  Project Page: [https://tiger-ai-lab.github.io/StructLM/](https://tiger-ai-lab.github.io/StructLM/)
13
 
14
+ Paper: [https://arxiv.org/pdf/2402.16671.pdf](https://arxiv.org/pdf/2402.16671.pdf)
15
 
16
  Code: [https://github.com/TIGER-AI-Lab/StructLM](https://github.com/TIGER-AI-Lab/StructLM)
17
 
 
115
  If you use the models, data, or code from this project, please cite the original paper:
116
 
117
  ```
118
+ @misc{zhuang2024structlm,
119
+ title={StructLM: Towards Building Generalist Models for Structured Knowledge Grounding},
120
+ author={Alex Zhuang and Ge Zhang and Tianyu Zheng and Xinrun Du and Junjie Wang and Weiming Ren and Stephen W. Huang and Jie Fu and Xiang Yue and Wenhu Chen},
121
+ year={2024},
122
+ eprint={2402.16671},
123
+ archivePrefix={arXiv},
124
+ primaryClass={cs.CL}
125
+ }
126
  ```