Neph0s commited on
Commit
7c6f779
·
verified ·
1 Parent(s): d83b1f4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -4,13 +4,24 @@ language:
4
  - en
5
  size_categories:
6
  - 10M<n<100M
 
 
 
 
 
 
 
 
 
 
 
7
  ---
8
 
9
  # Dataset Card for Books CoSER-Gutenberg
10
 
11
  ## Dataset Description
12
 
13
- - **Paper:** [[CoSER: Coordinating LLM-Based Persona Simulation of Established Roles](https://arxiv.org/abs/2502.09082)]
14
 
15
  ### Dataset Summary
16
 
 
4
  - en
5
  size_categories:
6
  - 10M<n<100M
7
+ dataset_info:
8
+ features:
9
+ - name: title
10
+ dtype: string
11
+ - name: author
12
+ dtype: string
13
+ - name: content
14
+ dtype: string
15
+ splits:
16
+ - name: train
17
+ num_examples: 81
18
  ---
19
 
20
  # Dataset Card for Books CoSER-Gutenberg
21
 
22
  ## Dataset Description
23
 
24
+ - **Paper:** [CoSER: Coordinating LLM-Based Persona Simulation of Established Roles](https://arxiv.org/abs/2502.09082)
25
 
26
  ### Dataset Summary
27