hafsteinn commited on
Commit
0b831b8
1 Parent(s): 513dd62

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md CHANGED
@@ -1,3 +1,32 @@
1
  ---
2
  license: cc-by-4.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
  ---
4
+ # Ice and Fire Comment Dataset
5
+
6
+ ## Description
7
+
8
+ The Ice and Fire Dataset is a collection of comments from the Icelandic blog platform, blog.is, that have been annotated in several tasks.
9
+
10
+ ## Dataset Structure
11
+
12
+ ### Data Fields
13
+
14
+ - `annotator_id`: An integer identifier for the annotator who labeled the comment.
15
+ - `label`: The label assigned to the comment.
16
+ - `task_type`: The type of task the comment was annotated for (see paper).
17
+ - `show_blog_post`: A boolean indicating whether the annotator viewed the blog post in the annotation process.
18
+ - `show_preceding_comments`: A boolean indicating whether the annotator viewed preceding comments in the annotation process.
19
+ - `blog_title`: The title of the blog post associated with the comment.
20
+ - `blog_text`: The text of the blog post associated with the comment.
21
+ - `comment_body`: The body of the comment.
22
+ - `previous_comments`: A string containing all previous comments concatenated together, separated by " || ".
23
+
24
+ ### Data Splits
25
+
26
+ This dataset is provided as a single CSV file, `ice_and_fire_huggingface_dataset.csv`, without predefined training, validation, or test splits due to the size and label distribution. Users are encouraged to create their own splits as needed for their specific tasks or to use cross-validation for benchmarking.
27
+
28
+ ### Citation Information
29
+
30
+ If you use the Ice and Fire Dataset in your research, please cite it as follows:
31
+
32
+ TODO