CLAINov 15, 2023

Temporal Knowledge Question Answering via Abstract Reasoning Induction

arXiv:2311.09149v240 citationsh-index: 26Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of inaccurate temporal reasoning in LLMs for question-answering applications, representing a strong specific gain rather than a broad breakthrough.

The study tackled the challenge of enhancing temporal knowledge reasoning in Large Language Models (LLMs), which often struggle with evolving facts and complex logic, by proposing the Abstract Reasoning Induction (ARI) framework, resulting in relative gains of 29.7% and 9.27% on two temporal QA datasets.

In this study, we address the challenge of enhancing temporal knowledge reasoning in Large Language Models (LLMs). LLMs often struggle with this task, leading to the generation of inaccurate or misleading responses. This issue mainly arises from their limited ability to handle evolving factual knowledge and complex temporal logic. To overcome these limitations, we propose Abstract Reasoning Induction (ARI) framework, which divides temporal reasoning into two distinct phases: Knowledge-agnostic and Knowledge-based. This framework offers factual knowledge support to LLMs while minimizing the incorporation of extraneous noisy data. Concurrently, informed by the principles of constructivism, ARI provides LLMs the capability to engage in proactive, self-directed learning from both correct and incorrect historical reasoning samples. By teaching LLMs to actively construct knowledge and methods, it can significantly boosting their temporal reasoning abilities. Our approach achieves remarkable improvements, with relative gains of 29.7% and 9.27% on two temporal QA datasets, underscoring its efficacy in advancing temporal reasoning in LLMs. The code can be found at https://github.com/czy1999/ARI-QA

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes