File size: 1,324 Bytes
f58bcf4
 
 
78ee0ea
f58bcf4
78ee0ea
 
 
 
 
 
 
 
 
 
 
 
f58bcf4
78ee0ea
 
 
 
 
 
 
 
 
 
 
 
 
f58bcf4
78ee0ea
1ce8a66
 
78ee0ea
1ce8a66
78ee0ea
 
 
 
 
 
 
 
 
1ce8a66
 
 
a3e0207
78ee0ea
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
dataset_info:
  features:
    - name: INSTRUCTION
      dtype: string
    - name: RESPONSE
      dtype: string
    - name: SOURCE
      dtype: string
    - name: METADATA
      struct:
        - name: question_score
          dtype: int64
        - name: answer_score
          dtype: int64
        - name: tags
          dtype: string
  splits:
    - name: train
      num_bytes: 4249876711
      num_examples: 6331083
  download_size: 4249876711
  dataset_size: 4249876711
license: cc-by-sa-4.0
language:
  - en
  - uk
  - ru
  - de
  - fr
pretty_name: Open-Assistant StackExchange Instruction
---

# Stackexchange Instructions for OpenAssistant

This dataset is taken from https://archive.org/details/stackexchange.

There's a single parquet file combining all stackexchange sites.
The threads have been filtered as follows: only threads with an accepted answer, for which both the question and response is less than 1000 characters have been choosen. Other answers, or questions without accepted answers, or long entries have been droppped.

Each row consists of

- INSTRUCTION
- RESPONSE
- SOURCE («stackexchange-ai«)
- METADATA (tags, question_score, answer_score).

Original extraction code by https://github.com/b-mc2

---

## license: cc-by-sa-4.0 // See https://archive.org/details/stackexchange for details