lmqg/qag_zhquad
收藏资源简介:
这是一个基于中文SQuAD的问题和答案生成数据集。该数据集用于训练模型以生成问题和答案,成功与否通常通过达到高BLEU4/METEOR/ROUGE-L/BERTScore/MoverScore等指标来衡量。数据集包含问题、答案、段落和问题答案对等字段,并分为训练集、验证集和测试集。
This is a question and answer generation dataset based on the Chinese SQuAD. It is used for training models to generate questions and answers, and the effectiveness of the trained models is typically measured by achieving high scores on metrics such as BLEU4, METEOR, ROUGE-L, BERTScore, and MoverScore. The dataset contains fields including questions, answers, paragraphs, and question-answer pairs, and is split into training, validation, and test sets.
数据集卡片 for "lmqg/qag_zhquad"
数据集描述
- 数据集概要: 这是一个基于Chinese SQuAD的问题和答案生成数据集。更多详情请参见原始仓库(https://github.com/junzeng-pluto/ChineseSquad)。
支持的任务和排行榜
question-answer-generation: 该数据集用于训练问题和答案生成模型。任务的成功通常通过获得高BLEU4/METEOR/ROUGE-L/BERTScore/MoverScore来衡量(详见我们的论文)。
语言
日语 (ja)
数据集结构
数据字段在所有拆分中相同。
questions: 一个包含字符串特征的列表。answers: 一个包含字符串特征的列表。paragraph: 一个字符串特征。questions_answers: 一个字符串特征。
数据拆分
| train | validation | test |
|---|---|---|
| 19097 | 2475 | 6664 |
引用信息
@inproceedings{ushio-etal-2022-generative, title = "{G}enerative {L}anguage {M}odels for {P}aragraph-{L}evel {Q}uestion {G}eneration", author = "Ushio, Asahi and Alva-Manchego, Fernando and Camacho-Collados, Jose", booktitle = "Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing", month = dec, year = "2022", address = "Abu Dhabi, U.A.E.", publisher = "Association for Computational Linguistics", }




