chriott / amr-summarizer

1 stars 0 forks source link

AMR-to-text generation #5

Closed anspas closed 2 years ago

anspas commented 2 years ago

with SPRING module (https://amrlib.readthedocs.io/en/latest/api_model/#graph-to-sequence-functions-generation)

anspas commented 2 years ago

To Do: How does the AMR-to-text generator deal with tense? Is there an option for adding tense information? (generator: “unable to add tense information to graph”)

chriott commented 2 years ago

https://amrlib.readthedocs.io/en/latest/models/#generate-t5wtense Additional generate parameters: use_tense : Whether or not to add tense tags to the graph, prior to generation (default is True). Note that the metadata tag snt for the original sentence, must be present for annotation.