Datasets:

Modalities:
Text
Formats:
json
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
jnaiman commited on
Commit
6ab0abf
·
verified ·
1 Parent(s): de884a7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -2,6 +2,9 @@
2
  license: apache-2.0
3
  ---
4
 
 
 
 
5
  ## How to use
6
 
7
  Can be loaded with `Pandas` as:
@@ -12,6 +15,18 @@ data = pd.read_json('final_annotations.json')
12
 
13
  ### Data Format
14
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  ## How to Cite
16
 
17
  Paper: ["Beyond the Lens: Quantifying the Impact of Scientific Documentaries through Amazon Reviews"](https://arxiv.org/abs/2502.08705)
 
2
  license: apache-2.0
3
  ---
4
 
5
+ Dataset for ["Beyond the Lens: Quantifying the Impact of Scientific Documentaries through Amazon Reviews"](https://arxiv.org/abs/2502.08705).
6
+
7
+
8
  ## How to use
9
 
10
  Can be loaded with `Pandas` as:
 
15
 
16
  ### Data Format
17
 
18
+ Columns:
19
+ * `sentence` - sentence from review, as tokenized with spaCy
20
+ * `sentiment` - final sentiment category
21
+ * `impact` - final impact category
22
+ * `film_title` - title of film
23
+ * `duplicated` - does the same text (once punctuation is removed) appear more than once in the dataset?
24
+ * `sentiments` - full list of sentiments from annotators
25
+ * `impacts` - full list of impacts from annotators
26
+ * `full_review` - currently not in dataset, to be uploaded later (as of 02/26/2025)
27
+
28
+ For further details, please see paper.
29
+
30
  ## How to Cite
31
 
32
  Paper: ["Beyond the Lens: Quantifying the Impact of Scientific Documentaries through Amazon Reviews"](https://arxiv.org/abs/2502.08705)