Views
No views yet
1from transformers import BartForConditionalGeneration
2model = BartForConditionalGeneration.from_pretrained("xfbai/AMRBART-large-finetuned-AMR3.0-AMRParsing")1@inproceedings{bai-etal-2022-graph,
2 title = "Graph Pre-training for {AMR} Parsing and Generation",
3 author = "Bai, Xuefeng and
4 Chen, Yulong and
5 Zhang, Yue",
6 booktitle = "Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
7 month = may,
8 year = "2022",
9 address = "Online",
10 publisher = "Association for Computational Linguistics",
11 url = "todo",
12 doi = "todo",
13 pages = "todo"
14}