Shusaku Egami
2026
HOME-KGQA: A Benchmark Dataset for Multimodal Knowledge Graph Question Answering on Household Daily Activities
Shusaku Egami | Aoi Ohta | Tomoki Tsujimura | Masaki Asada | Tatsuya Ishigaki | Ken Fukuda | Masahiro Hamasaki | Hiroya Takamura
Proceedings of the Fifteenth Language Resources and Evaluation Conference
Shusaku Egami | Aoi Ohta | Tomoki Tsujimura | Masaki Asada | Tatsuya Ishigaki | Ken Fukuda | Masahiro Hamasaki | Hiroya Takamura
Proceedings of the Fifteenth Language Resources and Evaluation Conference
Large Language Models (LLMs) provide flexible natural language processing capabilities, while knowledge graphs (KGs) offer explicit and structured knowledge. Integrating these two in a complementary manner enables the development of reliable and verifiable AI systems. In particular, knowledge graph question answering (KGQA) has attracted attention as a means to reduce LLM hallucinations and to leverage knowledge beyond the training data. However, existing KGQA benchmark datasets are biased toward encyclopedic knowledge, limited to a single modality, and lack fine-grained spatiotemporal data, which limits their applicability to real-world scenarios targeted by Embodied AI. We introduce HOME-KGQA, a novel KGQA benchmark dataset built on a multimodal KG of daily household activities. HOME-KGQA consists of complex, multi-hop natural language questions paired with graph database query languages. Compared to existing benchmarks, it includes more challenging questions that involve multi-level spatiotemporal reasoning, multimodal grounding, and aggregate functions. Experimental results show that the LLM-based KGQA methods fail to achieve performance comparable to that on existing datasets when evaluated on HOME-KGQA. This highlights significant challenges that should be addressed for the real-world deployment of KGQA systems. Our dataset is available at https://github.com/aistairc/home-kgqa.
Citation-Aware Continual Pre-Training for Biomedical Language Models
Masaki Asada | Tomoki Tsujimura | Tatsuya Ishigaki | Shusaku Egami | Ken Fukuda | Hiroya Takamura
BioNLP 2026
Masaki Asada | Tomoki Tsujimura | Tatsuya Ishigaki | Shusaku Egami | Ken Fukuda | Hiroya Takamura
BioNLP 2026
The biomedical literature contains rich structured knowledge, including citation links that encode relationships between scientific studies, but such information is typically ignored in standard language model pre-training. We propose a citation-aware continual pre-training method for decoder-only language models that incorporates citation graph information from PubMed into next-token prediction by placing citation-linked abstract pairs within a shared context. We evaluate our method on multiple biomedical QA benchmarks using two model families. Results show that citation-aware continual pre-training achieves higher average accuracy than both the original base models and citation-unaware pre-training across biomedical tasks.
Assessing the Belief Consistency of Large Language Models on the Logical Conversation Process
Tomoki Tsujimura | Matīss Rikters | Masaki Asada | Shusaku Egami | Tatsuya Ishigaki | Ken Yano | Hiroya Takamura
Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)
Tomoki Tsujimura | Matīss Rikters | Masaki Asada | Shusaku Egami | Tatsuya Ishigaki | Ken Yano | Hiroya Takamura
Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)
To reliably interpret the evolving context of an LLM as a reasoning trace, the underlying belief of the LLM needs to transition consistently with the progression of the context.We focus on evaluating whether the beliefs held by a model remain consistent before and after the extension of the context.Previous research on consistency evaluation typically uses datasets with ground-truth answers, which is problematic because task-solving ability acts as a confounding factor, obscuring the direct evaluation of consistency.Furthermore, evaluating cases where inconsistency stems from multiple errors poses difficulties.We propose a new evaluation method to assess the consistency of LLMs in a multiple-choice question answering format, designed so that any option chosen is correct, allowing for the evaluation of the proposed belief consistency.It also supports isolation of errors such as reasoning failures and biases.We reveal that the belief consistency does not improve solely with model size scaling,whereas continual pre-training on code and mathematics text improves it.Furthermore, models trained on code and mathematics text show a seemingly contradictory result of increased logical failures, indicating that belief consistency and superficial consistency are not necessarily directly linked.