yuxiaod commited on
Commit
b3121c8
1 Parent(s): 06c7c87

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -15
README.md CHANGED
@@ -86,22 +86,15 @@ The code in this repository is open-sourced under the [Apache-2.0 license](LICEN
86
 
87
  如果你觉得我们的工作有帮助的话,请考虑引用下列论文。
88
 
89
- If you find our work helpful, please consider citing the following papers.
90
 
91
  ```
92
- @article{zeng2022glm,
93
- title={Glm-130b: An open bilingual pre-trained model},
94
- author={Zeng, Aohan and Liu, Xiao and Du, Zhengxiao and Wang, Zihan and Lai, Hanyu and Ding, Ming and Yang, Zhuoyi and Xu, Yifan and Zheng, Wendi and Xia, Xiao and others},
95
- journal={arXiv preprint arXiv:2210.02414},
96
- year={2022}
 
 
97
  }
98
  ```
99
- ```
100
- @inproceedings{du2022glm,
101
- title={GLM: General Language Model Pretraining with Autoregressive Blank Infilling},
102
- author={Du, Zhengxiao and Qian, Yujie and Liu, Xiao and Ding, Ming and Qiu, Jiezhong and Yang, Zhilin and Tang, Jie},
103
- booktitle={Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)},
104
- pages={320--335},
105
- year={2022}
106
- }
107
- ```
 
86
 
87
  如果你觉得我们的工作有帮助的话,请考虑引用下列论文。
88
 
89
+ If you find our work helpful, please consider citing the following paper.
90
 
91
  ```
92
+ @misc{glm2024chatglm,
93
+ title={ChatGLM: A Family of Large Language Models from GLM-130B to GLM-4 All Tools},
94
+ author={Team GLM and Aohan Zeng and Bin Xu and Bowen Wang and Chenhui Zhang and Da Yin and Diego Rojas and Guanyu Feng and Hanlin Zhao and Hanyu Lai and Hao Yu and Hongning Wang and Jiadai Sun and Jiajie Zhang and Jiale Cheng and Jiayi Gui and Jie Tang and Jing Zhang and Juanzi Li and Lei Zhao and Lindong Wu and Lucen Zhong and Mingdao Liu and Minlie Huang and Peng Zhang and Qinkai Zheng and Rui Lu and Shuaiqi Duan and Shudan Zhang and Shulin Cao and Shuxun Yang and Weng Lam Tam and Wenyi Zhao and Xiao Liu and Xiao Xia and Xiaohan Zhang and Xiaotao Gu and Xin Lv and Xinghan Liu and Xinyi Liu and Xinyue Yang and Xixuan Song and Xunkai Zhang and Yifan An and Yifan Xu and Yilin Niu and Yuantao Yang and Yueyan Li and Yushi Bai and Yuxiao Dong and Zehan Qi and Zhaoyu Wang and Zhen Yang and Zhengxiao Du and Zhenyu Hou and Zihan Wang},
95
+ year={2024},
96
+ eprint={2406.12793},
97
+ archivePrefix={arXiv},
98
+ primaryClass={id='cs.CL' full_name='Computation and Language' is_active=True alt_name='cmp-lg' in_archive='cs' is_general=False description='Covers natural language processing. Roughly includes material in ACM Subject Class I.2.7. Note that work on artificial languages (programming languages, logics, formal systems) that does not explicitly address natural-language issues broadly construed (natural-language processing, computational linguistics, speech, text retrieval, etc.) is not appropriate for this area.'}
99
  }
100
  ```