We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6061f6 commit 0665835Copy full SHA for 0665835
README.md
@@ -124,3 +124,26 @@ CUDA_VISIBLE_DEVICES=3 python run_multiple_choice.py \
124
--warmup_proportion 0.1 \
125
--weight_decay 0.01
126
```
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