Skip to content

Commit

Permalink
Merge pull request #147 from bact/patch-1
Browse files Browse the repository at this point in the history
Add link to Goodman, 2019
  • Loading branch information
goodmami authored Sep 11, 2024
2 parents 8ca38e7 + 6e9ad0a commit 68318ae
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,10 @@ The BibTeX is below:
}
```

For the graph transformation/normalization work, please use the
following:
For the graph transformation/normalization work, please cite [Goodman, 2019].
The BibTeX is below:

[Goodman, 2019]: https://jaslli.org/files/proceedings/05_paclic33_postconf.pdf

``` bibtex
@inproceedings{Goodman:2019,
Expand All @@ -148,7 +150,10 @@ following:
booktitle = "Proceedings of the 33rd Pacific Asia Conference on Language, Information, and Computation",
year = "2019",
pages = "47--56",
address = "Hakodate"
address = "Hakodate",
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 68318ae

Please sign in to comment.