divakaivan commited on
Commit
445fe14
1 Parent(s): a1e58d7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -11,6 +11,18 @@ tags:
11
  - trl
12
  ---
13
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  # Usage
15
 
16
  ```python
 
11
  - trl
12
  ---
13
 
14
+
15
+ # Dataset
16
+
17
+ [Here](https://huggingface.co/datasets/divakaivan/fake_movie_review_kr)
18
+
19
+ - review_with_prefix is a combination of 50 reviews gathered from Naver's movie review corpus dataset
20
+ - opinion is a result of passing the respective review_with_prefix to gpt-4o-mini along with the below prompt:
21
+
22
+ ```
23
+ You are a helpful assistant that helps me evaluate Korean reviews. For each movie you are given 50 reviews. Analyze the reviews, and for the movie itself return a score(1 to 10) and explanation for each of the following criteria: Emotional, Characters, Plot, Visuals, Pacing. Return the review in Korean. + {review_with_prefix[i]}
24
+ ```
25
+
26
  # Usage
27
 
28
  ```python