diff --git a/arxiv_bot/templates.py b/arxiv_bot/templates.py index 018c8b0..b784391 100644 --- a/arxiv_bot/templates.py +++ b/arxiv_bot/templates.py @@ -30,7 +30,7 @@ You extract the following: Layer normalization | Lei Jimmy Ba, Jamie Ryan Kiros, Geoffrey E. Hinton | 2016 -PADA: A prompt-based autoregressive approach for adaptation to unseen domains | Eyal Ben-David, Nadav Oved, Roi Reichart +PADA: A prompt-based autoregressive approach for adaptation to unseen domains | Eyal Ben-David, Nadav Oved, Roi Reichart | 2021 Language models are few-shot learners | Tom B. Brown, et al. | 2020 In the References below there are many papers. Extract their titles, authors, and years. @@ -38,4 +38,4 @@ References: {refs} Title: """ -} \ No newline at end of file +}