Datasets:
File size: 2,783 Bytes
968656d c7c5592 e87c49d 9e2d362 ce7f4ca e87c49d 3a26141 c04bfad 3a26141 e87c49d 64ba400 b0ad008 c7c5592 b0ad008 d2ecf86 64ba400 3a26141 5905b8e 64ba400 8fccb49 64ba400 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 |
---
license: cc-by-nc-sa-4.0
task_categories:
- token-classification
language:
- en
pretty_name: SeCoDa
---
# SeCoDa [![CC BY-NC-SA 4.0][cc-by-nc-sa-shield]][cc-by-nc-sa]
Repository for the Sense Complexity Dataset (SeCoDa)
# Paper
For more information on the SeCoDa, see the [paper](http://www.lrec-conf.org/proceedings/lrec2020/pdf/2020.lrec-1.730.pdf).
Publications using this dataset must include a reference to the following publication:
<pre>
SeCoDa: Sense Complexity Dataset. David Strohmaier, Sian Gooding, Shiva Taslimipoor, Ekaterina Kochmar. Proceedings of the 12th Conference on Language Resources and Evaluation (LREC 2020), pages 5964–5969, Marseille, 11–16 May 2020
</pre>
The dataset is based on the earlier CWIG3G2 dataset, see the [paper](https://aclanthology.org/I17-2068.pdf) and [website](https://www.inf.uni-hamburg.de/en/inst/ab/lt/resources/data/complex-word-identification-dataset.html). The relevant citation is
<pre>
Seid Muhie Yimam, Sanja Štajner, Martin Riedl, and Chris Biemann (2017): CWIG3G2 - Complex Word Identification Task across Three Text Genres and Two User Groups. In Proceedings of The 8th International Joint Conference on Natural Language Processing (IJCNLP 2017). Taipei, Taiwan
</pre>
The complexity data can be found in the CWIG3G2 dataset and combined with the senses provided by SeCoDa.
# Repository Content
Main data are found in SeCoDa.tsv. The columns are structured as follows.
1. Token to be disambiguated.
2. Offset start for token in context
3. Offset end for token in context
4. Context (sentence in which token occurs)
5. Selected sense
6. Comments (also contains MWE information)
Example:
| target | offset_start | offset_end | context | sense | comments |
| ------- |:------------:| ----------:| ------------------:| ----------------:| --------:|
| abroad | 39 | 45 | As we emerge... | OTHER COUNTRY... | - |
| abroad | 39 | 45 | As we emerge... | OTHER COUNTRY... | - |
| abroad | 73 | 79 | #1-8 The speech... | OTHER COUNTRY... | - |
The senses are drawn from the [Cambridge Advanced Learner's Dictionary](https://dictionary.cambridge.org).
*UPDATE*: Two missing entries have been added and typos in comments have been corrected.
*UPDATE*: Added further information to readme.
This work is licensed under a [Creative Commons Attribution-NonCommerial-ShareAlike 4.0
International License][cc-by-nc-sa].
[![CC BY-NC-SA 4.0][cc-by-nc-sa-image]][cc-by-nc-sa]
[cc-by-nc-sa]: http://creativecommons.org/licenses/by-nc-sa/4.0/
[cc-by-nc-sa-image]: https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png
[cc-by-nc-sa-shield]: https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg
|