lannliat commited on
Commit
f72e450
1 Parent(s): 446abaf

Update readme.md

Browse files
Files changed (1) hide show
  1. README.md +80 -1
README.md CHANGED
@@ -16,4 +16,83 @@ language:
16
  - id
17
  size_categories:
18
  - 100K<n<1M
19
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  - id
17
  size_categories:
18
  - 100K<n<1M
19
+ ---
20
+
21
+
22
+ # Dataset Card Creation Guide
23
+
24
+ ## Table of Contents
25
+ - [Dataset Card Creation Guide](#dataset-card-creation-guide)
26
+ - [Table of Contents](#table-of-contents)
27
+ - [Dataset Description](#dataset-description)
28
+ - [Dataset Summary](#dataset-summary)
29
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
30
+ - [Languages](#languages)
31
+ - [Dataset Structure](#dataset-structure)
32
+ - [Data Instances](#data-instances)
33
+ - [Data Fields](#data-fields)
34
+ - [Data Splits](#data-splits)
35
+ - [Dataset Creation](#dataset-creation)
36
+ - [Curation Rationale](#curation-rationale)
37
+ - [Source Data](#source-data)
38
+ - [Initial Data Collection and Normalization](#initial-data-collection-and-normalization)
39
+ - [Who are the source language producers?](#who-are-the-source-language-producers)
40
+ - [Annotations](#annotations)
41
+ - [Annotation process](#annotation-process)
42
+ - [Who are the annotators?](#who-are-the-annotators)
43
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
44
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
45
+ - [Social Impact of Dataset](#social-impact-of-dataset)
46
+ - [Discussion of Biases](#discussion-of-biases)
47
+ - [Other Known Limitations](#other-known-limitations)
48
+ - [Additional Information](#additional-information)
49
+ - [Dataset Curators](#dataset-curators)
50
+ - [Licensing Information](#licensing-information)
51
+ - [Citation Information](#citation-information)
52
+ - [Contributions](#contributions)
53
+
54
+ ## Dataset Description
55
+
56
+ - **Homepage:** [http://noisy-text.github.io/2021/multi-lexnorm.html]()
57
+ - **Paper:** [https://aclanthology.org/2021.wnut-1.55/]()
58
+
59
+ ### Dataset Summary
60
+
61
+ This is the huggingface version of the MultiLexnorm dataset.
62
+
63
+ I'm not affiliated with the creators, I'm just releasing the files in an easier-to-access format after processing.
64
+
65
+
66
+ ### Citation Information
67
+ ```
68
+ @inproceedings{van-der-goot-etal-2021-multilexnorm,
69
+ title = "{M}ulti{L}ex{N}orm: A Shared Task on Multilingual Lexical Normalization",
70
+ author = {van der Goot, Rob and
71
+ Ramponi, Alan and
72
+ Zubiaga, Arkaitz and
73
+ Plank, Barbara and
74
+ Muller, Benjamin and
75
+ San Vicente Roncal, I{\~n}aki and
76
+ Ljube{\v{s}}i{\'c}, Nikola and
77
+ {\c{C}}etino{\u{g}}lu, {\"O}zlem and
78
+ Mahendra, Rahmad and
79
+ {\c{C}}olako{\u{g}}lu, Talha and
80
+ Baldwin, Timothy and
81
+ Caselli, Tommaso and
82
+ Sidorenko, Wladimir},
83
+ booktitle = "Proceedings of the Seventh Workshop on Noisy User-generated Text (W-NUT 2021)",
84
+ month = nov,
85
+ year = "2021",
86
+ address = "Online",
87
+ publisher = "Association for Computational Linguistics",
88
+ url = "https://aclanthology.org/2021.wnut-1.55",
89
+ doi = "10.18653/v1/2021.wnut-1.55",
90
+ pages = "493--509",
91
+ abstract = "Lexical normalization is the task of transforming an utterance into its standardized form. This task is beneficial for downstream analysis, as it provides a way to harmonize (often spontaneous) linguistic variation. Such variation is typical for social media on which information is shared in a multitude of ways, including diverse languages and code-switching. Since the seminal work of Han and Baldwin (2011) a decade ago, lexical normalization has attracted attention in English and multiple other languages. However, there exists a lack of a common benchmark for comparison of systems across languages with a homogeneous data and evaluation setup. The MultiLexNorm shared task sets out to fill this gap. We provide the largest publicly available multilingual lexical normalization benchmark including 13 language variants. We propose a homogenized evaluation setup with both intrinsic and extrinsic evaluation. As extrinsic evaluation, we use dependency parsing and part-of-speech tagging with adapted evaluation metrics (a-LAS, a-UAS, and a-POS) to account for alignment discrepancies. The shared task hosted at W-NUT 2021 attracted 9 participants and 18 submissions. The results show that neural normalization systems outperform the previous state-of-the-art system by a large margin. Downstream parsing and part-of-speech tagging performance is positively affected but to varying degrees, with improvements of up to 1.72 a-LAS, 0.85 a-UAS, and 1.54 a-POS for the winning system.",
92
+ }
93
+ ```
94
+
95
+
96
+ ### Contributions
97
+
98
+ Thanks to [@larrylawl](https://github.com/larrylawl) for adding this dataset.