acl-anthology
acl-anthology copied to clipboard
Correction to Anthology ID W02-2100
Other metadata correction: please describe the issue here**
Editor is missing. There is no preface, but according to the SIGGEN list the organiser was Kathy McKeown.
Proposal: OLD:
@proceedings{ws-2002-international,
title = "Proceedings of the International Natural Language Generation Conference",
month = jul,
year = "2002",
address = "Harriman, New York, USA",
publisher = "Association for Computational Linguistics",
url = "https://www.aclweb.org/anthology/W02-2100",
}
NEW:
@proceedings{ws-2002-international,
address = {Harriman, New York, USA},
editor = {Kathleen McKeown},
month = jul,
publisher = {Association for Computational Linguistics},
title = {Proceedings of the International Natural Language Generation Conference},
url = {https://www.aclweb.org/anthology/W02-2100},
year = {2002},
}
@mjpost Couldn't find W02-2100 in W02.xml
I'm wondering if this paper needs to be re-ingested (instead of manually adding the meta data)
@xinru1414 did you figure this out? This is an old style ID, and it starts with W, so 21 is the volume number and 00 the paper number, which refers to the front matter.
@mjpost Yes I figured out it's the front matter and added the editor. However it's missing the <url> tag such as <url hash="e8776d0c">W02-2035</url> and I don't think the hash part can be manually added. So I'm wondering if this needs re-ingested?
You can manually add the hash. There's an anthology.util function compute_hash_from_file you could call, or just run crc32 (brew install crc32 on a Mac I think)
@mjpost ah, I just realized that the frontmatter doesn't have a pdf, see https://aclanthology.org/W02-2100/
In this case no need for the hash right?
Yes, the hash identifies the PDF, and there’s only a <url> tag if there is a PDF.
This was corrected with August 2021 corrections.