言語モデルの意味表現生成と解析の能力差を測る
Scoring Both Directions: LLMs realize the MRS they cannot reliably parse
この論文をやさしく読む
ひとことで言うと
形式的な意味表現から英文を作る能力と、英文から意味表現を作る能力を同じ文で比較し、言語モデルには大きな差があると示した。
何に役立つ?
意味表現を扱うシステムを評価する際に、文の生成結果だけで解析能力を判断しないための材料になる。
この研究の面白いところ
生成ではOpusが大量の対で訓練した先行モデルに近づく一方、逆方向の完全一致は約1%にとどまる。
どこまで分かった?
結果は再構築した1万文のテスト集合、指定した二つのモデルと評価方法についてのもの。形式的意味表現の理解全般を直接測定したという主張ではない。
v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。
アブストラクトの日本語訳
English Resource Grammar(ERG)は人手で記述された英語の計算文法である。その処理器ACEは文を受け取ると、述語とその項のグラフであるMinimal Recursion Semantics(MRS)という形式的意味表現を作る。この文法は双方向で、MRSから英語文を作ることもできる。先行研究はERGのツリーバンクからMRSから文への生成課題のベンチマークを作り、系列変換モデルを訓練した。同じ文を使えば、文からMRSへの解析も試せる。 本研究は先行研究の1万文からなるテスト分割を再構築し、Claude Sonnet 4.5とClaude Opus 5という二つの大規模言語モデルを、課題固有の訓練なしで両方向に評価した。比較対象は先行研究の訓練済みシステムとACEである。MRSと三つの例を与えたとき、Opusが書いた文はBLEU 76.3で、7万2千組で訓練された先行システムの66.1を約10点上回り、さらに100万組で訓練されたシステムの77.2に近かった。Sonnetは65.7で、ACE自身が作った候補文から選ばせると69.6になった。Opus自身の文も候補に残した候補群から判定器に選ばせると、0.6点増えて77.0となった。 しかし、解析方向では両モデルともACEに大きく及ばなかった。同じ文のMRSを求めたとき、グラフの述語と項に関するF1はSonnetが57.2、Opusが65.5で、ACEの91.0に対し低く、正解と完全一致した文は約1%だった。研究は解析課題における失敗の型を特徴付け、生成の得点だけでは、モデルが形式的意味表現を理解しているとは言えないと結論付ける。
v1の要旨から自動生成。本文の精読・人による確認は未実施。
- 初稿
- 2026-09-24(UTC)
- 最新改訂
- 2026-09-24 · v1
- 査読・掲載
- 査読状況未確認
更新履歴
- v1 2026-09-24 この版を読む
取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。
原文の要旨
The English Resource Grammar (ERG) is a hand-written computational grammar of English. Given a sentence, its processor, ACE, produces a formal meaning representation called Minimal Recursion Semantics (MRS): a graph of the sentence's predicates and their arguments. The grammar is bidirectional and can also turn an MRS back into an English sentence. \citet{hajdik2019} used the ERG's treebank to build a benchmark for that generation task, MRS to text, and trained sequence-to-sequence models to solve it. The parsing task, text to MRS, can be tested on the same sentences. We reconstruct their 10K-sentence test split, and score two large language models, Claude Sonnet~4.5 and Claude Opus~5, in both directions against their trained systems and against ACE, with no task-specific training. Given an MRS and three examples, Opus writes the sentence at 76.3 BLEU, ten points above their system trained on 72k pairs (66.1 BLEU), and comparable to their system trained on a million extra pairs (77.2 BLEU). Sonnet scores 65.7 BLEU, and letting it choose among ACE's own candidate sentences lifts it to 69.6, while a pooled judge that keeps Opus's own sentence among the candidates adds 0.6 points (77.0 BLEU). In the parsing direction, however, the models fall far behind ACE: asked for the MRS of the same sentences, they reach 57.2 (Sonnet) and 65.5 (Opus) F$_1$ on the graph's predicates and arguments against 91.0 for ACE, and exact-match the gold on about 1\% of sentences. We characterize the failure modes for the parsing tasks, and conclude that a generation score alone does not show that models understand formal semantic representations.
arXiv ID: 2609.30071 / 要約の誤りについて