Update README.md
Browse files
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:
|
15 |
|
16 |
Code: [https://github.com/TIGER-AI-Lab/StructLM](https://github.com/TIGER-AI-Lab/StructLM)
|
17 |
|
@@ -114,5 +114,12 @@ While we've tried to build an SKG-specialized model capable of generalizing, we
|
|
114 |
If you use the models, data, or code from this project, please cite the original paper:
|
115 |
|
116 |
```
|
117 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
118 |
```
|
|
|
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 |
|
|
|
114 |
If you use the models, data, or code from this project, please cite the original paper:
|
115 |
|
116 |
```
|
117 |
+
@misc{zhuang2024structlm,
|
118 |
+
title={StructLM: Towards Building Generalist Models for Structured Knowledge Grounding},
|
119 |
+
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},
|
120 |
+
year={2024},
|
121 |
+
eprint={2402.16671},
|
122 |
+
archivePrefix={arXiv},
|
123 |
+
primaryClass={cs.CL}
|
124 |
+
}
|
125 |
```
|