Skip to content

Commit 0665835

Browse files
authored
Update README.md
1 parent a6061f6 commit 0665835

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,3 +124,26 @@ CUDA_VISIBLE_DEVICES=3 python run_multiple_choice.py \
124124
--warmup_proportion 0.1 \
125125
--weight_decay 0.01
126126
```
127+
128+
## Citation
129+
130+
If the paper and code are helpful, please kindly cite our paper:
131+
```
132+
@inproceedings{Bao24amrlda,
133+
author = {Qiming Bao and
134+
Alex Yuxuan Peng and
135+
Zhenyun Deng and
136+
Wanjun Zhong and
137+
Gaël Gendron and
138+
Neşet Tan and
139+
Nathan Young and
140+
Yang Chen and
141+
Yonghua Zhu and
142+
Michael Witbrock and
143+
Jiamou Liu},
144+
title = {Abstract Meaning Representation-Based Logic-Driven Data Augmentation for Logical Reasoning},
145+
booktitle = {Findings of ACL},
146+
publisher = {{ACL}},
147+
year = {2024}
148+
}
149+
```

0 commit comments

Comments
 (0)