This contains the Multilingual Word Sense Disambiguation (WSD) evaluation datasets, using the UCREL Semantic Analysis System (USAS) sense inventory, from the paper; Creating a Hybrid Rule and Neural Network Based Semantic Tagger using Silver Standard Data: the PyMUSAS framework for Multilingual Semantic Annotation. These evaluation datasets are a collection of existing datasets, apart from the Chinese datasets which was released with the Creating a Hybrid Rule and Neural Network Based Semantic Tagger using Silver Standard Data: the PyMUSAS framework for Multilingual Semantic Annotation paper.
All the evaluation data has either been manually tagged or has been manually checked.
For more information about the sense inventory please read the USAS guide..
These dataset can be used to evaluate Word Sense Disambiguation (WSD) models on the USAS sense inventory.
We describe each dataset that is contained within the evaluation dataset in their own section;
This data has come from Porting an English semantic tagger to the Finnish language by Löfberg et al. 2003, a tagged corpus of texts from a Finnish coffee website http://www.kahvilasi.net/ (this website is no longer available), the English corpus is a machine translated version of the Finnish that was post edited by a native Finnish speaker.
It is the dataset released in Leveraging Pre-Trained Embeddings for Welsh Taggers by Ezeani et al. 2019. The dataset consists of 8 extracts from 4 diverse data sources;
The Chinese dataset is a manually tagged text from the News Report genre of the ToRCH2019 corpus, specifically about the 2019 military world games in Wuhan, China. This dataset was manually annotated following a three-stage procedure; 1. independent tagging, 2. independent reviews of their own tagging, and 3. reaching consensus between two trained researchers.
| Language | ISO 639-3 code | Text Level | Texts | Tokens | L. Tokens | Multi Tag Membership (%) |
|---|---|---|---|---|---|---|
| Chinese | zho | sentence | 46 | 2,312 | 1,747 | 1 (0%) |
| English | eng | sentence | 73 | 3,899 | 3,468 | 212 (6.1%) |
| Finnish | fin | sentence | 72 | 2,439 | 2,068 | 254 (12.3%) |
| Welsh | cym | sentence | 611 | 14,876 | 12,800 | 1,311 (10.2%) |
Dataset statistics per language:
An example few tokens from the Finnish test data that contains tokens with Multi Tag Membership:
Useimmat_N5+++ kaupan_I2.2/H1 kahvipaketit_O2/F2 ovat_A3+ useiden_N5+ eri_A6.1- kahvilajikkeiden_A4.1/F2
The tokens kaupan, kahvipaketit, and kahvilajikkeiden all contain dual tag membership, in the kaupan case the dual membership is I2.2 and H1.
These dataset statistics were generated after the data was pre-processed; removed all tag tokens marked as punctuation or containing the unmatched USAS tag/label ("Z99"), as these tags do not have any semantic meaning. In addition, any labelled tokens that could not be matched to the USAS tagset were removed, in addition if the token contained more than one USAS label assigned to them we used the first label (this affected 6 tokens in the Chinese dataset, this multi label token assignment is not the same as Multi tag membership as multi tag membership still counts as one USAS label).
The dataset structure varies by file, here we detail the different data structures.
Each new line represents a sentence of annotated tokens. Each annotated token is split by whitespace. Each annotated token is represented like the following {Token Text}_{USAS TAG}{[i\d+.\d+.\d+}:
Example annotated tokens:
Vac_F2/O2[i136.2.1 pot_F2/O2[i136.2.2 is_A3+
Each new line represents a sentence of annotated tokens. Each annotated token is split by whitespace. Each annotated token is represented like the following {Token Text}_{USAS TAG}_{i}?:
Example annotated tokens:
Vac_F2/O2_i pot_F2/O2_i on_A3+
Each new line represents a sentence of annotated tokens. Each annotated token is split by whitespace. Each annotated token is represented like the following whereby each piece of information is segmented by the pipe character | {Token}|{Lemma}|{Core POS}|{True CorCenCC Basic POS}|{Predicted CorCenCC Enriched POS}|{Predicted CorCenCC Basic POS}|{USAS Tag}:
Example annotated token:
A|a|pron|Rha|Rhaperth|Rha|Z5
True CorCenCC Basic POS.True CorCenCC Basic POS.For more details on how this dataset was generated please see the following GitHub repository.
The data is stored in a CSV file with the following headings:
Token,POS,Predicted-USAS,Corrected-USAS,Errors,Notes,sentence-break
False or True. If True that token is the last token in the sentence.To generate the tokens, POS, and predicted USAS tags we used spaCy zh_core_web_trf version 3.8 model and PyMUSAS version 0.3.0 with cmn_dual_upos2usas_contextual-0.3.3 as the USAS semantic tagger.
Each dataset should be cited separately, but for reference all 4 datasets were used as evaluation datasets within Creating a Hybrid Rule and Neural Network Based Semantic Tagger using Silver Standard Data: the PyMUSAS framework for Multilingual Semantic Annotation paper.
5 commits
This contains the Multilingual Word Sense Disambiguation (WSD) evaluation datasets, using the UCREL Semantic Analysis System (USAS) sense inventory, from the paper; Creating a Hybrid Rule and Neural Network Based Semantic Tagger using Silver Standard Data: the PyMUSAS framework for Multilingual Semantic Annotation. These evaluation datasets are a collection of existing datasets, apart from the Chinese datasets which was released with the Creating a Hybrid Rule and Neural Network Based Semantic Tagger using Silver Standard Data: the PyMUSAS framework for Multilingual Semantic Annotation paper.
All the evaluation data has either been manually tagged or has been manually checked.
For more information about the sense inventory please read the USAS guide..
These dataset can be used to evaluate Word Sense Disambiguation (WSD) models on the USAS sense inventory.
We describe each dataset that is contained within the evaluation dataset in their own section;
This data has come from Porting an English semantic tagger to the Finnish language by Löfberg et al. 2003, a tagged corpus of texts from a Finnish coffee website http://www.kahvilasi.net/ (this website is no longer available), the English corpus is a machine translated version of the Finnish that was post edited by a native Finnish speaker.
It is the dataset released in Leveraging Pre-Trained Embeddings for Welsh Taggers by Ezeani et al. 2019. The dataset consists of 8 extracts from 4 diverse data sources;
The Chinese dataset is a manually tagged text from the News Report genre of the ToRCH2019 corpus, specifically about the 2019 military world games in Wuhan, China. This dataset was manually annotated following a three-stage procedure; 1. independent tagging, 2. independent reviews of their own tagging, and 3. reaching consensus between two trained researchers.
| Language | ISO 639-3 code | Text Level | Texts | Tokens | L. Tokens | Multi Tag Membership (%) |
|---|---|---|---|---|---|---|
| Chinese | zho | sentence | 46 | 2,312 | 1,747 | 1 (0%) |
| English | eng | sentence | 73 | 3,899 | 3,468 | 212 (6.1%) |
| Finnish | fin | sentence | 72 | 2,439 | 2,068 | 254 (12.3%) |
| Welsh | cym | sentence | 611 | 14,876 | 12,800 | 1,311 (10.2%) |
Dataset statistics per language:
An example few tokens from the Finnish test data that contains tokens with Multi Tag Membership:
Useimmat_N5+++ kaupan_I2.2/H1 kahvipaketit_O2/F2 ovat_A3+ useiden_N5+ eri_A6.1- kahvilajikkeiden_A4.1/F2
The tokens kaupan, kahvipaketit, and kahvilajikkeiden all contain dual tag membership, in the kaupan case the dual membership is I2.2 and H1.
These dataset statistics were generated after the data was pre-processed; removed all tag tokens marked as punctuation or containing the unmatched USAS tag/label ("Z99"), as these tags do not have any semantic meaning. In addition, any labelled tokens that could not be matched to the USAS tagset were removed, in addition if the token contained more than one USAS label assigned to them we used the first label (this affected 6 tokens in the Chinese dataset, this multi label token assignment is not the same as Multi tag membership as multi tag membership still counts as one USAS label).
The dataset structure varies by file, here we detail the different data structures.
Each new line represents a sentence of annotated tokens. Each annotated token is split by whitespace. Each annotated token is represented like the following {Token Text}_{USAS TAG}{[i\d+.\d+.\d+}:
Example annotated tokens:
Vac_F2/O2[i136.2.1 pot_F2/O2[i136.2.2 is_A3+
Each new line represents a sentence of annotated tokens. Each annotated token is split by whitespace. Each annotated token is represented like the following {Token Text}_{USAS TAG}_{i}?:
Example annotated tokens:
Vac_F2/O2_i pot_F2/O2_i on_A3+
Each new line represents a sentence of annotated tokens. Each annotated token is split by whitespace. Each annotated token is represented like the following whereby each piece of information is segmented by the pipe character | {Token}|{Lemma}|{Core POS}|{True CorCenCC Basic POS}|{Predicted CorCenCC Enriched POS}|{Predicted CorCenCC Basic POS}|{USAS Tag}:
Example annotated token:
A|a|pron|Rha|Rhaperth|Rha|Z5
True CorCenCC Basic POS.True CorCenCC Basic POS.For more details on how this dataset was generated please see the following GitHub repository.
The data is stored in a CSV file with the following headings:
Token,POS,Predicted-USAS,Corrected-USAS,Errors,Notes,sentence-break
False or True. If True that token is the last token in the sentence.To generate the tokens, POS, and predicted USAS tags we used spaCy zh_core_web_trf version 3.8 model and PyMUSAS version 0.3.0 with cmn_dual_upos2usas_contextual-0.3.3 as the USAS semantic tagger.
Each dataset should be cited separately, but for reference all 4 datasets were used as evaluation datasets within Creating a Hybrid Rule and Neural Network Based Semantic Tagger using Silver Standard Data: the PyMUSAS framework for Multilingual Semantic Annotation paper.
5 commits