sbintuitions/J-KGMHQA
收藏Hugging Face2026-02-27 更新2026-04-05 收录
下载链接:
https://hf-mirror.com/datasets/sbintuitions/J-KGMHQA
下载链接
链接失效反馈官方服务:
资源简介:
---
license: cc-by-sa-4.0
language: [ja]
task_categories:
- question-answering
tags:
- knowledge-graph
- multi-hop-qa
pretty_name: J-KGMHQA
size_categories: [1K<n<10K]
configs:
- config_name: default
data_files: "eval.jsonl"
---
# J-KGMHQA (Japanese KG-groundedMultiHopQA)
本データセットは以下の2つのファイルを含む.
- `eval.jsonl`: マルチホップQAの評価データ
- `corpus.jsonl`: Wikipeidaダンプ(20241023)に対して,回答根拠を含む合成文書を,対応する記事と置換した文書コーパス.
## QAデータ(eval.jsonl)
各QAサンプルは,以下の構造を持つ.
- type: マルチホップQAのタイプ
- triples_readable: 推論パスのトリプル
- question: 質問文
- answer: 正答
- reasoning_path: 推論パス
- derivations: 根拠となるWikipeida記事
- category: 初期エンティティのカテゴリ(person, place, facility, organization, work)
- hop: 回答に到達するために必要な推論ステップ数
### Example
```json
{
"type": "compositional",
"triples_readable": [
"(スザンネ・グリュッツマン, 配偶者, ディーター・ツェヒリン)",
"(ディーター・ツェヒリン, 所属政党, ドイツ社会主義統一党)"
],
"question": "スザンネ・グリュッツマンの配偶者が所属していた政党は何ですか?",
"answer": "ドイツ社会主義統一党",
"reasoning_path": [
{
"head_qid": "Q11311663",
"head_label": "スザンネ・グリュッツマン",
"relation_pid": "P26",
"relation_label": "配偶者",
"tail_qid": "Q321676",
"tail_label": "ディーター・ツェヒリン",
"total_score": 20.061961310812485
},
...
],
"derivations": [
{
"title": "スザンネ・グリュッツマン",
"summary": "...",
"content": "..."
},
...
],
"category": "person",
"hop": "2"
}
```
## コーパス(corpus.jsonl)
Wikipeidaダンプ(20241023)に対して,合成した回答根拠を,対応する記事と置換した文書コーパス.本コーパスはマルチホップQAの推論パスにおける根拠文書の検索・参照に使用される.各行は以下の構造を持つ.
- title: Wikipedia記事のタイトル
- text: 記事の本文
- md5: 記事のMD5ハッシュ
### Example
```json
{
"title": "アンパサンド",
"text": "アンパサンド
アンパサンド(&, 英語: ampersand)は、並立助詞「...と...」を意味する記号である。...",
"md5": "8434fbbce4450a651db715c50f6c4098"
}
```
# Reference
```
@misc{j-kgmhqa,
author = {Koki Itai, Koji Matsuda, Akihiko Fukuchi},
title = {{J-KGMHQA}: {J}apanese {K}nowledge {G}raph-grounded {M}ulti-{H}op {Q}uestion {A}nswering},
howpublished = {\url{https://huggingface.co/datasets/sbintuitions/J-KGMHQA}},
year = {2026},
}
```
# License
Our dataset is licensed under the [Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/).
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />
提供机构:
sbintuitions



