User Tools

Site Tools


nlp:abstract_meaning_representation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
nlp:abstract_meaning_representation [2024/05/30 00:43] – [Applications] jmflanignlp:abstract_meaning_representation [2025/10/17 21:56] (current) – [Evaluation] jmflanig
Line 4: Line 4:
   * **[[https://github.com/amrisi/amr-guidelines/blob/master/amr.md#part-i-introduction|Introduction]]** The best introduction to AMR.   * **[[https://github.com/amrisi/amr-guidelines/blob/master/amr.md#part-i-introduction|Introduction]]** The best introduction to AMR.
   * [[https://amr.isi.edu/index.html|AMR website]]   * [[https://amr.isi.edu/index.html|AMR website]]
-  * [[https://amr.isi.edu/a.pdf|Banarescu et al 2013 - Abstract Meaning Representation for Sembanking]]+  * [[https://aclanthology.org/W13-2322.pdf|Banarescu et al 2013 - Abstract Meaning Representation for Sembanking]]
   * [[AMR Annotation]]   * [[AMR Annotation]]
     * [[https://www.isi.edu/~ulf/amr/lib/amr-dict.html|AMR Dict]] List of linguistic phenomena and how to handle them in AMR     * [[https://www.isi.edu/~ulf/amr/lib/amr-dict.html|AMR Dict]] List of linguistic phenomena and how to handle them in AMR
Line 10: Line 10:
   * Generation   * Generation
     * [[https://arxiv.org/pdf/2206.07328.pdf|Hao et al 2022 - A Survey : Neural Networks for AMR-to-Text]]     * [[https://arxiv.org/pdf/2206.07328.pdf|Hao et al 2022 - A Survey : Neural Networks for AMR-to-Text]]
 +  * **Applications**
 +    * [[https://aclanthology.org/2024.emnlp-main.390.pdf|Wein & Opizt - A Survey of AMR Applications]]
  
 ===== Papers ===== ===== Papers =====
Line 29: Line 31:
     * [[https://aclanthology.org/2020.findings-emnlp.89.pdf|Astudillo et al 2020 - Transition-based Parsing with Stack-Transformers]]     * [[https://aclanthology.org/2020.findings-emnlp.89.pdf|Astudillo et al 2020 - Transition-based Parsing with Stack-Transformers]]
     * [[https://aclanthology.org/2021.naacl-main.443.pdf|Zhou et al 2021 - AMR Parsing with Action-Pointer Transformer]]     * [[https://aclanthology.org/2021.naacl-main.443.pdf|Zhou et al 2021 - AMR Parsing with Action-Pointer Transformer]]
 +    * [[https://aclanthology.org/2022.naacl-main.80.pdf|Drozdov et al 2022 - Inducing and Using Alignments for Transition-based AMR Parsing]]
   * Grammar-based   * Grammar-based
     * [[https://www.aclweb.org/anthology/D15-1198.pdf|Artzi et al 2015 - Broad-coverage CCG Semantic Parsing with AMR]]     * [[https://www.aclweb.org/anthology/D15-1198.pdf|Artzi et al 2015 - Broad-coverage CCG Semantic Parsing with AMR]]
Line 58: Line 61:
     * [[https://ieeexplore.ieee.org/iel7/9335828/9335829/09335896.pdf|Nguyen et al 2020 - Integrating AMR to Neural Machine Translation using Graph Attention Networks]]     * [[https://ieeexplore.ieee.org/iel7/9335828/9335829/09335896.pdf|Nguyen et al 2020 - Integrating AMR to Neural Machine Translation using Graph Attention Networks]]
     * [[https://downloads.hindawi.com/journals/mpe/2021/9939389.pdf|Nguyen et al 2021 - Improving Neural Machine Translation with AMR Semantic Graphs]]     * [[https://downloads.hindawi.com/journals/mpe/2021/9939389.pdf|Nguyen et al 2021 - Improving Neural Machine Translation with AMR Semantic Graphs]]
 +    * [[https://aclanthology.org/2022.dlg4nlp-1.2.pdf|Li & Flanigan 2022 - Improving Neural Machine Translation with the Abstract Meaning Representation by Combining Graph and Sequence Transformers]]
 +    * [[https://arxiv.org/pdf/2304.11501|Wein & Schneider 2023 - Lost in Translationese? Reducing Translation Effect Using Abstract Meaning Representation]]
   * Summarization   * Summarization
     * [[https://aclanthology.org/N15-1114.pdf|Liu et al 2015 - Toward Abstractive Summarization Using Semantic Representations]]     * [[https://aclanthology.org/N15-1114.pdf|Liu et al 2015 - Toward Abstractive Summarization Using Semantic Representations]]
Line 64: Line 69:
     * [[https://aclanthology.org/2022.naacl-main.236.pdf|Ribeiro et al 2022 - FactGraph: Evaluating Factuality in Summarization with Semantic Graph Representations]]     * [[https://aclanthology.org/2022.naacl-main.236.pdf|Ribeiro et al 2022 - FactGraph: Evaluating Factuality in Summarization with Semantic Graph Representations]]
     * (See also [[https://scholar.google.com/citations?user=22ohn6AAAAAJ&hl=en|Fei Liu's Publications]])     * (See also [[https://scholar.google.com/citations?user=22ohn6AAAAAJ&hl=en|Fei Liu's Publications]])
 +    * [[https://arxiv.org/pdf/2311.09521|Qiu et al 2024 - AMRFact: Enhancing Summarization Factuality Evaluation with AMR-Driven Negative Samples Generation]]
   * Applications to (or with) LLMs   * Applications to (or with) LLMs
     * [[https://arxiv.org/pdf/2405.18414|Jiang et al 2024 - Don’t Forget to Connect! Improving RAG with Graph-based Reranking]]     * [[https://arxiv.org/pdf/2405.18414|Jiang et al 2024 - Don’t Forget to Connect! Improving RAG with Graph-based Reranking]]
Line 83: Line 89:
     * [[https://www.aclweb.org/anthology/2020.lrec-1.86.pdf|Bonial et al 2020 - Dialogue-AMR: Abstract Meaning Representation for Dialogue]]     * [[https://www.aclweb.org/anthology/2020.lrec-1.86.pdf|Bonial et al 2020 - Dialogue-AMR: Abstract Meaning Representation for Dialogue]]
     * [[https://arxiv.org/pdf/2105.10188.pdf|Bai et al 2021 - Semantic Representation for Dialogue Modeling]]     * [[https://arxiv.org/pdf/2105.10188.pdf|Bai et al 2021 - Semantic Representation for Dialogue Modeling]]
 +  * Prompting and LLMs
 +    * [[https://arxiv.org/pdf/2405.01502|Jin et al 2024 - Analyzing the Role of Semantic Representations in the Era of Large Language Models]] Uses AMR in a CoT-style prompt
   * Fact-Checking   * Fact-Checking
     * [[https://aclanthology.org/2022.naacl-main.236.pdf|Ribeiro et al 2022 - FactGraph: Evaluating Factuality in Summarization with Semantic Graph Representations]]     * [[https://aclanthology.org/2022.naacl-main.236.pdf|Ribeiro et al 2022 - FactGraph: Evaluating Factuality in Summarization with Semantic Graph Representations]]
Line 121: Line 129:
 ==== Evaluation ==== ==== Evaluation ====
   * Parsing   * Parsing
 +    * Fine-grained evaluation: [[https://arxiv.org/pdf/1608.06111|Damonte et al 2016 - An Incremental Parser for Abstract Meaning Representation]] (see section 5)
     * [[https://arxiv.org/pdf/1905.10726.pdf|Song & Gildea 2019 - SemBleu: A Robust Metric for AMR Parsing Evaluation]] ([[https://github.com/freesunshine0316/sembleu|github]])     * [[https://arxiv.org/pdf/1905.10726.pdf|Song & Gildea 2019 - SemBleu: A Robust Metric for AMR Parsing Evaluation]] ([[https://github.com/freesunshine0316/sembleu|github]])
 +    * [[https://arxiv.org/pdf/2210.06461|Opitz & Frank 2022 - Better Smatch = Better Parser? AMR evaluation is not so simple anymore]]
 +    * [[https://arxiv.org/pdf/2305.06993|Opitz 2023 - SMATCH++: Standardized and Extended Evaluation of Semantic Graphs]] [[https://github.com/flipz357/smatchpp|github]]
   * Generation   * Generation
     * [[https://arxiv.org/pdf/2008.08896.pdf|Opitz & Frank 2020 - Towards a Decomposable Metric for Explainable Evaluation of Text Generation from AMR]]     * [[https://arxiv.org/pdf/2008.08896.pdf|Opitz & Frank 2020 - Towards a Decomposable Metric for Explainable Evaluation of Text Generation from AMR]]
nlp/abstract_meaning_representation.1717029815.txt.gz · Last modified: 2024/05/30 00:43 by jmflanig

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki