--- license: mit text_categories: - lexical normalization language: - en pretty_name: MaintNorm size_categories: - 10K`: Asset identifiers, for example, _ENG001_, _rd1286_ - ``: Sensitive information specific to organisations, including proprietary systems, third-party contractors, and names of personnel. - ``: Numerical entities, such as _8_, _7001223_ - ``: Representations of dates, either in numerical form like _10/10/2023_ or phrase form such as _8th Dec_ ## Dataset Instances The dataset adopts a standard normalisation format similar to that used in the WNUT shared tasks, with each text resembling the format seen in CoNLL03: tokens are separated by newlines, and each token is accompanied by its normalised or masked counterpart, separated by a tab. ### Examples ```txt Exhaust exhaust Fan fan #6 number Tripping tripping c/b circuit breaker HF338 INVESTAGATE investigate 24V V FAULT fault ``` ## Citation Please cite the following paper if you use this dataset in your research: ``` @inproceedings{bikaun-etal-2024-maintnorm, title = "{M}aint{N}orm: A corpus and benchmark model for lexical normalisation and masking of industrial maintenance short text", author = "Bikaun, Tyler and Hodkiewicz, Melinda and Liu, Wei", editor = {van der Goot, Rob and Bak, JinYeong and M{\"u}ller-Eberstein, Max and Xu, Wei and Ritter, Alan and Baldwin, Tim}, booktitle = "Proceedings of the Ninth Workshop on Noisy and User-generated Text (W-NUT 2024)", month = mar, year = "2024", address = "San {\.G}iljan, Malta", publisher = "Association for Computational Linguistics", url = "https://aclanthology.org/2024.wnut-1.7", pages = "68--78", } ```