Skip to content

Commit 7aaaf21

Browse files
authored
Update README.md
include arxiv link and citation
1 parent e0d5f4a commit 7aaaf21

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Hi-ArG
22

3-
Code repository of "Hi-ArG: Exploring the Integration of Hierarchical Argumentation Graphs in Language Pretraining".
3+
Code repository of [Hi-ArG: Exploring the Integration of Hierarchical Argumentation Graphs in Language Pretraining](https://arxiv.org/abs/2312.00874).
44

55
## Requirements
66

@@ -54,4 +54,13 @@ To run ChatGPT experiments, make sure that raw data files are prepared under `ar
5454

5555
## Citation
5656

57-
TODO
57+
```bibtex
58+
@Article{Liang2023Hi,
59+
author = {Liang, Jingcong and Ye, Rong and Han, Meng and Zhang, Qi and Lai, Ruofei and Zhang, Xinyu and Cao, Zhao and Huang, Xuanjing and Wei, Zhongyu},
60+
title = {Hi-ArG: Exploring the Integration of Hierarchical Argumentation Graphs in Language Pretraining},
61+
year = {2023},
62+
archiveprefix = {arXiv},
63+
eprint = {2312.00874},
64+
primaryclass = {cs.CL},
65+
}
66+
```

0 commit comments

Comments
 (0)