acl-anthology icon indicating copy to clipboard operation
acl-anthology copied to clipboard

Correction to Anthology ID W02-2100

Open evanmiltenburg opened this issue 4 years ago • 6 comments

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},
}

evanmiltenburg avatar Aug 24 '21 13:08 evanmiltenburg

@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 avatar Aug 25 '21 23:08 xinru1414

@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 avatar Aug 26 '21 00:08 mjpost

@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?

xinru1414 avatar Sep 01 '21 00:09 xinru1414

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 avatar Sep 02 '21 15:09 mjpost

@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?

xinru1414 avatar Sep 03 '21 01:09 xinru1414

Yes, the hash identifies the PDF, and there’s only a <url> tag if there is a PDF.

mjpost avatar Sep 03 '21 01:09 mjpost

This was corrected with August 2021 corrections.

mjpost avatar Nov 01 '22 01:11 mjpost