adasgaleus commited on
Commit
220345d
1 Parent(s): f97728e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +51 -0
README.md CHANGED
@@ -16,4 +16,55 @@ configs:
16
  data_files:
17
  - split: test
18
  path: data/test-*
 
 
 
 
 
 
 
19
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  data_files:
17
  - split: test
18
  path: data/test-*
19
+ license: cc-by-4.0
20
+ task_categories:
21
+ - token-classification
22
+ language:
23
+ - en
24
+ tags:
25
+ - word importance
26
  ---
27
+
28
+ # Word Importance
29
+
30
+ ## Dataset Description
31
+
32
+ - **Repository:** [https://github.com/adam-osusky/predicting-word-importance]()
33
+ - **Paper:** [TODO]()
34
+
35
+ ### Dataset Summary
36
+
37
+ The Word Importance dataset consists of short contexts, approximately 50 words in length, along with annotations indicating the importance of words within these contexts. Annotators were tasked with ranking the top 10% of important words within each context.
38
+
39
+ Any words left unranked by the user received the same last rank. For instance, if a user selected 5 words, the remaining words were assigned a rank of 6.
40
+
41
+ Moreover, multiple users contributed rankings for each context, and the final ranking for a context was computed by averaging these contributions.
42
+
43
+ The dataset is designed to facilitate research in word importance prediction and token classification tasks. For further details on annotation instructions and methodology, refer to the associated paper (link to be provided when available).
44
+
45
+ ### Supported Tasks
46
+
47
+ Given its small size, the dataset is primarily intended for evaluating models that predict word importance scores. For code related to evaluation, please refer to [https://github.com/adam-osusky/predicting-word-importance].
48
+
49
+
50
+ ### Languages
51
+
52
+ All the text is in english. And it consists of 5 domains: news, beletry, poetry, jokes, and transcribed spoken language
53
+
54
+ ## Additional Information
55
+
56
+ ### Licensing Information
57
+
58
+ This work is licensed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
59
+
60
+ ### Citation Information
61
+
62
+ ```
63
+ @article{wordimp-osus,
64
+ author = {Adam Osuský},
65
+ title = {Predicting Word Importance Using Pre-Trained Language Models},
66
+ school = {Charles University, Faculty of Mathematics and Physics},
67
+ year = {2024},
68
+ type = {Bachelor's Thesis},
69
+ }
70
+ ```