File size: 4,510 Bytes
aad5cc3
 
 
f1e7832
c450c39
 
 
 
 
ef5d188
f082306
 
c450c39
ef5d188
05890c9
 
c2d2db3
05890c9
 
 
c2d2db3
05890c9
db53d17
 
 
b37c808
 
 
a284949
 
 
25ba50c
fa4086e
25ba50c
f1e7832
741c129
f1e7832
 
 
 
b96cea6
 
 
 
 
 
 
 
 
6ee642c
 
 
 
 
 
cd8064b
 
 
 
 
 
174fceb
 
 
 
 
 
 
b6b452e
 
 
 
 
 
 
 
e0d2107
 
 
d3f8e92
 
 
ad9f892
dd3fe5e
ad9f892
 
dd3fe5e
ad9f892
872c909
 
 
5af2123
0b55972
 
a070cde
 
 
2de73bc
 
 
0b55972
 
 
3c3cba3
 
 
741c129
 
 
f1e7832
 
 
97d4e25
 
 
228716c
 
 
 
7f4e24c
 
 
7e636a7
 
 
 
7f4e24c
 
aad5cc3
 
 
 
 
 
 
 
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
# AI Stage MRC task

## Version Info

### v4.1.1
- v3.2.3데이터 (train_dataset_aug)에 punctuation추가한 데이터셋, both train and validation
- train_aug_punctuation에 있음
- v4.1.0의 오류 해결

### v4.1.0
- v3.2.2데이터(train_dataset_aug)에 punctuation추가한 데이터셋, both train and validation
- train_data_aug에 있음
- answers 잘못 labeling된 데이터

### v4.0.1
- punctuation추가한 데이터셋, both train and validation
- answers type 정상

### v4.0.0
- punctuation추가한 데이터셋, only train 
- answers type 오류

### v3.2.3
- `v3.2.2`에서 잘못된 [ANSWER] 위치 수정

### v3.2.2
- `v3.2.1`에서 special token([TITLE]) 제거

### v3.2.1
- `v3.2.0`에서 special token([ANSWER]) 추가

### v3.2.0
- `v1.3.1`에서 special tokens([TITLE], #) 추가

### v3.1.0
- `v3.0.0`에서 Question 뒤에 NER 모델로 찾은 Entity 단어 추가

### v3.0.0
- `v1.0.0`에서 태욱님 answer, sentence split 토큰 추가

### v2.1.1
- `v2.1.0`에서 `v3.2.3`의 augmentation 데이터와 concat
- bt_context_extractive_final폴더에 train, validation사용

### v2.1.0
- extractive모델을 위한 pororo context augmentation
- context내에 answer가 유일한 데이터만 증강, answer위치 조정 완료
- context_bt_for_extracive폴더에 train, validation 추가

### v2.0.1
- `v2.0.0`에서 context내 answer가 손상된 데이터 제거

### v2.0.0
- 채은님 context backtranslation 추가한 데이터셋

### v1.6.4
- `v1.6.3`에서 `train_dataset_curri` 폴더 내 구성 변경
  - `train_level_1` & `train_level_2`-> `train_level_1`
  - `train_level_3` -> `train_level_2`
  - `train_level_#`을 모두 합친 `train_total`

### v1.6.3
- `v1.6.2`에서 `train_dataset_curri` 폴더 추가, 샘플별 스코어링하여 `level0` ~ `level3`으로 구성
- 사용 데이터셋 : `train`, `train_perm01`, `train_perm02`, `train_perm04`, `train_mask_2`, `train_hard_mask`, `pororo_aug_ver2_len_context_easy`,  `pororo_aug_ver2_len_context_normal`, `pororo_aug_ver2_len_context_hard`

### v1.6.2
- `v1.6.1`에서 `train_dataset` 폴더에 `train_mask_2`, `train_hard_mask` 데이터 추가

### v1.6.1
- `v1.6.0`에서 `train_dataset` 폴더에
  - `train_pororo_aug_ver2`의 context length 기준으로 curriculum-learning 데이터셋 추가
    - easy : `len < 673`
    - normal : `673 <= len < 935`
    - hard : `935 <= len`
  - `v1.4.1`의 업데이트 데이터셋 반영

### v1.6.0
- `v1.3.2`에서 `train_dataset` 폴더에 permutation ratio 0.1, 0.2, 0.4의 sentence permutation 데이터 추가

### v1.5.0
- `v1.4.1`에서 헷갈리는 단어, 날짜 정보 Masking datsets 추가

### v1.4.4
- `v1.4.1`에서 증강 데이터(train, valid pororo ver1 포함) concat, shuffled concat 추가

### v1.4.3
- `v1.4.1`에서 증강 데이터(train, valid pororo ver1 제외) concat, shuffled concat 추가

### v1.4.2
- `v1.4.1`에서 Question 뒤에 NER 모델로 찾은 Entity 단어 추가

### v1.4.1
- 대웅님께서 공유해주신 질문유형을 반영하여 기존의 질문을 7개에서 45개로 늘려 pororo aug 적용하여 pororo aug ver2 추가

### v1.3.2
- 'v1.3.1'에 'train_dataset_aeda'에 preprocessing 이 누락 되어 처리

### v1.3.1
- `v.1.3.0``train_dataset_aug` 폴더 추가(question에 대한 조사 제거, Back Translation, AEDA, pororo aug ver1을 concatenate함)

### v1.3.0
- `v1.2.0`에서 `wiki_documents.json`을 pororo aug를 활용해 50,531건의 증강 데이터 추가

### v1.2.0
- `v1.1.0`에서 question에 대한 조사 제거, Back Translation, AEDA Augmentation 추가(pororo aug엔 적용하지 않음)

### v1.1.0
- `v1.0.0`에서 Question 뒤에 NER 모델로 찾은 Entity 단어 추가

### v1.0.0
- `v0.1.1`에서 context에 전처리

### v0.2.2
- `train_dataset``train`, `validation` 셋에서 문제 및 정답오류 수정

### v0.2.1
- `train_pororo_aug`, `validation_pororo_aug`에도 동일한 summary 추가
- `context_bullet`에서 발견된 오류 수정(`context`와 관련 없는 문장이 생성되는 오류)

### v0.2.0
- 대웅님 pororo context summary 추가한 데이터셋

### v0.1.1
- 영재님 pororo augmenation 추가한 데이터셋
- `train_dataset``train`, `validation` 셋에서 문제 및 정답오류 수정

### v0.1.0
- 영재님 pororo augmenation 추가한 데이터셋

### v0.0.0
- 대회에서 제공해주신 기본 데이터셋

## LICENSE
- CC-BY-2.0
- 모든 저작권은 AI Stage에게 있습니다!
- https://stages.ai/