Skip to content

Commit

Permalink
Fix Bibtex comma
Browse files Browse the repository at this point in the history
  • Loading branch information
bact authored Sep 10, 2024
1 parent 553b5b8 commit 6e9ad0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ The BibTeX is below:
year = "2019",
pages = "47--56",
address = "Hakodate",
publisher = "Japanese Association for the Study of Logic, Language and Information"
publisher = "Japanese Association for the Study of Logic, Language and Information",
url = "https://jaslli.org/files/proceedings/05_paclic33_postconf.pdf",
abstract = "Abstract Meaning Representation (AMR; Banarescu et al., 2013) encodes the meaning of sentences as a directed graph and Smatch (Cai and Knight, 2013) is the primary metric for evaluating AMR graphs. Smatch, however, is unaware of some meaning-equivalent variations in graph structure allowed by the AMR Specification and gives different scores for AMRs exhibiting these variations. In this paper I propose four normalization methods for helping to ensure that conceptually equivalent AMRs are evaluated as equivalent. Equivalent AMRs with and without normalization can look quite different—comparing a gold corpus to itself with relation reification alone yields a difference of 25 Smatch points, suggesting that the outputs of two systems may not be directly comparable without normalization. The algorithms described in this paper are implemented on top of an existing open-source Python toolkit for AMR and will be released under the same license."
}
Expand Down

0 comments on commit 6e9ad0a

Please sign in to comment.