ATE / README.md
JasonOrange's picture
Update README.md
6d6e6ae verified
|
raw
history blame contribute delete
No virus
923 Bytes
# 将[SemEval_2014_TaskB](https://alt.qcri.org/semeval2014/task4/)数据集修改为可以使用[ChatGLM3官方微调方法](https://github.com/THUDM/ChatGLM3/blob/main/finetune_demo/README.md)微调的格式
## 数据集信息描述:
- 原数据集分为两部分:restaurant和laptop
- 本仓库针对**ATE**任务对SemEval_2014_TaskB原始数据集进行改写
## 仓库文件介绍:
1. **ATE_Restaurant_train_all.json**:原restaurant训练集全部数据(3041条)
2. **ATE_Laptop_train_all.json**:原Laptop训练集全部数据(3045条)
3. **ATE_Restaurant_test_all.json**:原restaurant测试集全部数据(800条)
4. **ATE_Laptop_test_all.json**:原Laptop测试集全部数据(800条)
5. **ATE_train.json**:将1和2中的数据集分别去掉200条后混合,作为最终的训练集(5678条)
6. **ATE_dev.json**:将5中去掉的400条作为最终的验证集(400条)