Mobiusi commited on
Commit
abef983
·
verified ·
1 Parent(s): 3dd923d

Add dataset card

Browse files
Files changed (1) hide show
  1. README.md +25 -27
README.md CHANGED
@@ -1,29 +1,27 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: reasoning_chain
5
- list:
6
- - name: step
7
- dtype: int64
8
- - name: thought
9
- dtype: string
10
- - name: section
11
- dtype: string
12
- - name: subsection
13
- dtype: string
14
- - name: category
15
- dtype: string
16
- - name: definition
17
- dtype: string
18
- splits:
19
- - name: train
20
- num_bytes: 3070
21
- num_examples: 5
22
- download_size: 5930
23
- dataset_size: 3070
24
- configs:
25
- - config_name: default
26
- data_files:
27
- - split: train
28
- path: data/train-*
29
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: cc-by-nc-4.0
3
+ tags:
4
+ - literary analysis
5
+ - narrative structure
6
+ - character development
7
+ - thematic analysis
8
+ language:
9
+ - en
10
+ - zh
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
+
13
+ # BookNarrative-Analysis
14
+
15
+ ## Dataset Description
16
+
17
+ The Book Narrative Analysis Dataset is designed to facilitate deep exploration and understanding of narrative structures in literature. This dataset provides comprehensive field analyses including Character Development, Thematic Exploration, and Setting Impact. Each entry features a systematic reasoning chain that guides users through critical thinking processes necessary for a nuanced understanding of literary works. Key improvements have been made to enhance the diversity of analytical categories, reduce content redundancy, and introduce emotional and thematic analysis dimensions. This dataset is ideal for educators, students, and researchers aiming to enhance literary analysis skills and engage in detailed discussions on narrative techniques and themes. This dataset only contains sample data. For more data please visit www.mobiusi.com or contact us at contact@mobiusi.com.
18
+
19
+ ## Usage
20
+
21
+ ```python
22
+ from datasets import load_dataset
23
+
24
+ dataset = load_dataset("Mobiusi/BookNarrative-Analysis")
25
+ ```
26
+
27
+ Created: 2025-09-16 17:59:29