Datasets:
Commit
·
c04bfad
1
Parent(s):
3a26141
added yaml information to readme
Browse files
README.md
CHANGED
|
@@ -19,7 +19,7 @@ The dataset is based on the earlier CWIG3G2 dataset, see the [paper](https://acl
|
|
| 19 |
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
|
| 20 |
</pre>
|
| 21 |
|
| 22 |
-
The complexity data can be found in the CWIG3G2 dataset and combined with the senses provided by SeCoDa.
|
| 23 |
|
| 24 |
# Repository Content
|
| 25 |
|
|
@@ -55,3 +55,15 @@ International License][cc-by-nc-sa].
|
|
| 55 |
[cc-by-nc-sa]: http://creativecommons.org/licenses/by-nc-sa/4.0/
|
| 56 |
[cc-by-nc-sa-image]: https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png
|
| 57 |
[cc-by-nc-sa-shield]: https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
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
|
| 20 |
</pre>
|
| 21 |
|
| 22 |
+
The complexity data can be found in the CWIG3G2 dataset and combined with the senses provided by SeCoDa.
|
| 23 |
|
| 24 |
# Repository Content
|
| 25 |
|
|
|
|
| 55 |
[cc-by-nc-sa]: http://creativecommons.org/licenses/by-nc-sa/4.0/
|
| 56 |
[cc-by-nc-sa-image]: https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png
|
| 57 |
[cc-by-nc-sa-shield]: https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg
|
| 58 |
+
|
| 59 |
+
|
| 60 |
+
---
|
| 61 |
+
language:
|
| 62 |
+
- en
|
| 63 |
+
tags:
|
| 64 |
+
- wsd
|
| 65 |
+
- lexical_complexity
|
| 66 |
+
license: cc-by-nc-sa-4.0
|
| 67 |
+
metrics:
|
| 68 |
+
- f1
|
| 69 |
+
---
|