azhx commited on
Commit
9651427
1 Parent(s): 44f869a

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
 
@@ -121,5 +121,12 @@ While we've tried to build an SKG-specialized model capable of generalizing, we
121
  If you use the models, data, or code from this project, please cite the original paper:
122
 
123
  ```
124
- to be updated
 
 
 
 
 
 
 
125
  ```
 
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
 
 
121
  If you use the models, data, or code from this project, please cite the original paper:
122
 
123
  ```
124
+ @misc{zhuang2024structlm,
125
+ title={StructLM: Towards Building Generalist Models for Structured Knowledge Grounding},
126
+ 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},
127
+ year={2024},
128
+ eprint={2402.16671},
129
+ archivePrefix={arXiv},
130
+ primaryClass={cs.CL}
131
+ }
132
  ```