このデータセットは SB Intuitions様が公開されている sbintuitions/JEMHopQA を,評価フレームワーク swallow-evaluation-instruct で用いるためにクローンしたものです.
answer: str が answers: List[str] に変更され,オリジナルの正解および別解が answers に格納されている.JEMHopQA (Japanese Explainable Multi-hop Question Answering) is a Japanese multi-hop QA dataset that can evaluate internal reasoning. It is a task that takes a question as input and generates an answer and derivations. Derivations are a set of derivation steps and is a semi-structured representation of relationships between entities. This dataset contains both compositional (linking information from two Wikipedia articles) and comparison (comparing information from two Wikipedia articles) questions.
Creative Commons Attribution Share Alike 4.0 International
@inproceedings{ishii-etal-2024-jemhopqa-dataset,
title = "{JEMH}op{QA}: Dataset for {J}apanese Explainable Multi-Hop Question Answering",
author = "Ishii, Ai and
Inoue, Naoya and
Suzuki, Hisami and
Sekine, Satoshi",
editor = "Calzolari, Nicoletta and
Kan, Min-Yen and
Hoste, Veronique and
Lenci, Alessandro and
Sakti, Sakriani and
Xue, Nianwen",
booktitle = "Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)",
month = may,
year = "2024",
address = "Torino, Italia",
publisher = "ELRA and ICCL",
url = "https://aclanthology.org/2024.lrec-main.831",
pages = "9515--9525",
}
v1.1: JEMHopQA/corpus_ver1.1 on GitHub
qid (str): Unique identifier for each entry in the dataset.type (str): The category of the question ("comparison" or "compositional").question (str): The text of the question.answer (str): The correct answer to the question.derivations (dict[str, list[str]]): Knowledge triples for reasoning used to arrive at the answer.page_ids (list[str]): Identifiers for related Wikipedia pages.time_dependent (bool): Indicates whether the question/answer is time-sensitive.answer に別解を加え、answers (list[str]) に拡張したもの
"カリフォルニア州クパチーノ" -> ["カリフォルニア州クパチーノ", "アメリカ合衆国カリフォルニア州クパチーノ", "アメリカ合衆国カリフォルニア州クパティーノ", "カリフォルニア州クパティーノ"]このデータセットは SB Intuitions様が公開されている sbintuitions/JEMHopQA を,評価フレームワーク swallow-evaluation-instruct で用いるためにクローンしたものです.
answer: str が answers: List[str] に変更され,オリジナルの正解および別解が answers に格納されている.JEMHopQA (Japanese Explainable Multi-hop Question Answering) is a Japanese multi-hop QA dataset that can evaluate internal reasoning. It is a task that takes a question as input and generates an answer and derivations. Derivations are a set of derivation steps and is a semi-structured representation of relationships between entities. This dataset contains both compositional (linking information from two Wikipedia articles) and comparison (comparing information from two Wikipedia articles) questions.
Creative Commons Attribution Share Alike 4.0 International
@inproceedings{ishii-etal-2024-jemhopqa-dataset,
title = "{JEMH}op{QA}: Dataset for {J}apanese Explainable Multi-Hop Question Answering",
author = "Ishii, Ai and
Inoue, Naoya and
Suzuki, Hisami and
Sekine, Satoshi",
editor = "Calzolari, Nicoletta and
Kan, Min-Yen and
Hoste, Veronique and
Lenci, Alessandro and
Sakti, Sakriani and
Xue, Nianwen",
booktitle = "Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)",
month = may,
year = "2024",
address = "Torino, Italia",
publisher = "ELRA and ICCL",
url = "https://aclanthology.org/2024.lrec-main.831",
pages = "9515--9525",
}
v1.1: JEMHopQA/corpus_ver1.1 on GitHub
qid (str): Unique identifier for each entry in the dataset.type (str): The category of the question ("comparison" or "compositional").question (str): The text of the question.answer (str): The correct answer to the question.derivations (dict[str, list[str]]): Knowledge triples for reasoning used to arrive at the answer.page_ids (list[str]): Identifiers for related Wikipedia pages.time_dependent (bool): Indicates whether the question/answer is time-sensitive.answer に別解を加え、answers (list[str]) に拡張したもの
"カリフォルニア州クパチーノ" -> ["カリフォルニア州クパチーノ", "アメリカ合衆国カリフォルニア州クパチーノ", "アメリカ合衆国カリフォルニア州クパティーノ", "カリフォルニア州クパティーノ"]