HULAT commited on
Commit
bb47673
1 Parent(s): 50bff56

Upload 3 files

Browse files
Files changed (4) hide show
  1. .gitattributes +1 -0
  2. CWI.csv +3 -0
  3. README.md +58 -3
  4. SGSS.csv +0 -0
.gitattributes CHANGED
@@ -53,3 +53,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
53
  *.jpg filter=lfs diff=lfs merge=lfs -text
54
  *.jpeg filter=lfs diff=lfs merge=lfs -text
55
  *.webp filter=lfs diff=lfs merge=lfs -text
 
 
53
  *.jpg filter=lfs diff=lfs merge=lfs -text
54
  *.jpeg filter=lfs diff=lfs merge=lfs -text
55
  *.webp filter=lfs diff=lfs merge=lfs -text
56
+ CWI.csv filter=lfs diff=lfs merge=lfs -text
CWI.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85eeeeeac73b2883a366c1bf2cf7570cb1ca3659a88b4e0ada808f013eae59eb
3
+ size 15863767
README.md CHANGED
@@ -1,3 +1,58 @@
1
- ---
2
- license: cc-by-nc-nd-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+
3
+ # EASIER_CORPUS
4
+ Repository for easier corpus. Represented by:
5
+
6
+ | TASK | # |
7
+ | --- | --- |
8
+ | Complex Words detected | 8155 |
9
+ | Suggested synonyms | 7892 |
10
+
11
+
12
+
13
+ Each line represents a sentence with one complex word annotation and relevant information, each separated by a TAB character.
14
+
15
+ ## FOR THE CWI DATASET:
16
+ * The first column shows the ID of the document.
17
+ * The second column shows the ID of the sentence for a certain word.
18
+ * The third column shows the sentence.
19
+ * The fourth and fifth column shows the offset of the target word.
20
+ * The sixth shows the target word.
21
+ * The seventh column shows the gold-standard label for the binary task.
22
+
23
+ ## FOR THE SG/SS DATASET:
24
+ * The first column shows the ID of the document.
25
+ * The second column shows the ID of the target word.
26
+ * The third column shows the target word.
27
+ * The fourth column shows the sentence.
28
+ * The fifth column shows the suggested synonyms for the target word separated by a comma.
29
+
30
+
31
+ ## AGREEMENT
32
+ We performed an agreement between the original annotator(1) and other two different annotators(2) (3).
33
+ ### COHEN´S KAPPA
34
+ | Annotators | Score |
35
+ | --- | --- |
36
+ | (1) (2) | 0.6094 |
37
+ | (1) (3) | 0.6422 |
38
+ | (2) (3) | 0.6739 |
39
+
40
+ ### FLEISS KAPPA
41
+ | Annotators | Score |
42
+ | --- | --- |
43
+ | (1) (2) (3) | 0.641 |
44
+
45
+ Please, if you use our corpus, remember to cite this paper:
46
+ # REFERENCE:
47
+
48
+ Please, if you use our corpus, remember to cite this paper:
49
+
50
+ Alarcon R, Moreno L, Martínez P (2023) EASIER corpus: A lexical simplification resource for people with cognitive impairments. PLOS ONE 18(4): e0283622. https://doi.org/10.1371/journal.pone.0283622
51
+
52
+ # DIFUSSION RIGHTS:
53
+ This corpus is under CC BY-NC-ND 4.0, https://creativecommons.org/licenses/by-nc-nd/4.0/ license.
54
+
55
+ # Acknowledgments
56
+
57
+ - This work is part of the R\&D\&i ACCESS2MEET (PID2020-116527RB-I0) project financed by MCIN AEI/10.13039/501100011033/, and the "Intelligent and interactive home care system for the mitigation of the COVID-19 pandemic" project (PRTR-REACT UE) awarded by CAM. CONSEJERÍA DE EDUCACIÓN E INVESTIGACION.
58
+
SGSS.csv ADDED
The diff for this file is too large to render. See raw diff