arXiv論文メモ
新着一覧
cs.CL / cs.AI / cs.IR · 査読状況未確認

根拠を追跡できる決定的な多段階質問応答

Meet, Compare, or Abstain: LatWeave for Deterministic Multi-Hop Question Answering on Knowledge Lattices

Yuze Ren, Shaoheng Fan, Tao Wang, Yabo Yan, Han Han

この論文をやさしく読む

ひとことで言うと

知識を格子構造に整理し、複数の根拠をたどる質問応答を再現可能な演算で行う方法。

何に役立つ?

考えられる用途は、答えの根拠と回答保留の理由を監査したい質問応答。前提となる知識の抽出や質問計画には言語モデルを使う。

この研究の面白いところ

回答経路を三つの決定的な演算に限定し、完全な知識の課題では高い成績、不完全な知識では構造的な回答保留を示す。

どこまで分かった?

自由文での深い推論や知識抽出の不足がある課題では性能が下がる。著者らも適用範囲を限定している。

v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。

アブストラクトの日本語訳

大規模言語モデルそのもの、検索拡張生成、学習済みの多段階検索器などの確率的な質問応答システムは、何が分かっているかと、どう推論するかを一つの確率的計算にまとめる。そのため、誤った内容の生成を完全にはなくせず、根拠の連鎖を監査しにくく、知らない場合にも回答してしまう。本研究はLatWeaveを提示する。知識を多次元の格子に整理し、多段階の質問応答を、meet(制約の交差)、compare(格子の順序比較)、abstain(構造的な回答保留)という三つの決定的な演算に変換する。言語モデルは知識を一度抽出する構築側と質問を計画する側だけで使い、回答を作る経路では言語モデルも課題別の学習も使わない。これにより、ウェブ上の知識に対する回答を一件ずつ再現し、全工程を監査できる。 著者らは、全分野で最高性能を主張するのではなく、六つの公開ベンチマークでこの方式が機能する範囲を調べた。知識が完全なMetaQAの3万9093問では、三段階にわたるmeetの連鎖はほぼ情報を失わず、いずれかの正解を当てる率は0.9975で、完全教師ありの知識ベース質問応答と同程度だった。定型的な多段階質問を扱う2WikiMultihopQAの保留データ1258問では完全一致率0.865で、公開された構造拡張RAGの再現結果を大きく上回った。一方、自由文の深い組み合わせを要するMuSiQueや、情報抽出の網羅性が不足するHotpotQAでは性能が低下し、その原因を格子の代数処理より前の段階に帰している。情報が不完全なIIRCでは、構造に基づく回答保留の正確さが0.971、情報漏れの割合が0.029だった。適用できる範囲では、決定的な実行による性能上の不利益はなく、回答経路の各段階を再計算できることが監査可能性の根拠になる。

v1の要旨から自動生成。本文の精読・人による確認は未実施。

初稿
2026-09-23(UTC)
最新改訂
2026-09-23 · v1
査読・掲載
査読状況未確認
arXivで読むPDF

更新履歴

取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。

原文の要旨

Probabilistic question-answering systems -- whether large language models (LLMs) themselves, retrieval-augmented generation (RAG), or trained multi-hop retrievers -- conflate "what is known" and "how to reason" into a single probabilistic computation: hallucination cannot be eradicated, evidence chains cannot be audited, and the system answers even when it does not know. We present LatWeave, which organizes knowledge into a multidimensional knowledge lattice and compiles multi-hop QA into three deterministic operators -- meet (constraint intersection), compare (lattice-order comparison), and abstain (structural abstention); LLMs appear only on the construction side (one-shot extraction) and the query-planning side, while the answer-generation path is zero-LLM, zero-task-training, and auditable end to end -- so that question answering over Web-published knowledge becomes reproducible item by item. Rather than claiming across-the-board SOTA, we characterize the operating envelope of this paradigm on six public benchmarks: when knowledge is complete (MetaQA, 39,093 questions) meet chains are near-lossless over three hops (any-hit 0.9975, on par with fully supervised KBQA); on templated multi-hop home ground (2WikiMultihopQA held-out n=1,258) EM 0.865, well above published structure-augmented RAG reproductions; on open-text deep composition (MuSiQue) and extraction-coverage gaps (HotpotQA) we report degradation honestly and attribute it to causes outside the lattice-algebra layer; and when information is incomplete (IIRC) we achieve structural abstention with abstain accuracy 0.971 and leak rate 0.029. Within the operating envelope, deterministic execution pays no performance penalty, and every step on the answer path can be recomputed -- precisely the source of end-to-end auditability.

著者のコメント

12 pages, 5 figures

arXiv ID: 2609.27225 / 要約の誤りについて