paper-with-me

Papers

The KITMUS Test: Evaluating Knowledge Integration from Multiple Sources in Natural Language Understanding Systems

2022-12-15 · Akshatha Arodi, Martin Pömsl, Kaheer Suleman, Adam Trischler, Alexandra Olteanu, Jackie Chi Kit Cheung

Many state-of-the-art natural language understanding (NLU) models are based on pretrained neural language models. These models often make inferences using information from multiple sources. An important class of such inferences are those that require both background knowledge, presumably contained in a model's pretrained parameters, and instance-specific information that is supplied at inference time. However, the integration and reasoning abilities of NLU models in the presence of multiple knowledge sources have been largely understudied. In this work, we propose a test suite of coreference resolution subtasks that require reasoning over multiple facts. These subtasks differ in terms of which knowledge sources contain the relevant facts. We also introduce subtasks where knowledge is present only at inference time using fictional knowledge. We evaluate state-of-the-art coreference resolution models on our dataset. Our results indicate that several models struggle to reason on-the-fly over knowledge observed both at pretrain time and at inference time. However, with task-specific training, a subset of models demonstrates the ability to integrate certain knowledge types from multiple sources. Still, even the best performing models seem to have difficulties with reliably integrating knowledge presented only at inference time.

📄 PDF Abstract BibTeX arXiv:2212.08192

Code (1)

mpoemsl/kitmus 공식 구현

Tasks

coreference-resolutionCoreference ResolutionNatural Language Understanding

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

GIM: Evaluating models via tasks that integrate multiple cognitive domains

2026-05-18 · Rohit Patel, Alexandre Rezende, Steven McClain arxiv

As LLM benchmarks saturate, the evaluation community has pursued two strategies to increase difficulty: escalating knowledge demands (GPQA, HLE) or removing knowledge entirely in favor of abstract reasoning (ARC-AGI). Th…

Evaluating the Potential of Leading Large Language Models in Reasoning Biology Questions

2023-11-05 · Xinyu Gong, Jason Holmes, Yiwei Li, Zhengliang Liu 외

Recent advances in Large Language Models (LLMs) have presented new opportunities for integrating Artificial General Intelligence (AGI) into biological research and education. This study evaluated the capabilities of lead…

Logical ReasoningMultiple-choice

Elements of World Knowledge (EWOK): A cognition-inspired framework for evaluating basic world knowledge in language models

2024-05-15 · Anna A. Ivanova, Aalok Sathe, Benjamin Lipkin, Unnathi Kumar 외

The ability to build and leverage world models is essential for a general-purpose AI agent. Testing such capabilities is hard, in part because the building blocks of world models are ill-defined. We present Elements of W…

AI AgentWorld Knowledge

TREC iKAT 2023: A Test Collection for Evaluating Conversational and Interactive Knowledge Assistants

2024-05-04 · Mohammad Aliannejadi, Zahra Abbasiantaeb, Shubham Chatterjee, Jeffery Dalton 외

Conversational information seeking has evolved rapidly in the last few years with the development of Large Language Models (LLMs), providing the basis for interpreting and responding in a naturalistic manner to user requ…

Conversational SearchNavigate

SynthWorlds: Controlled Parallel Worlds for Disentangling Reasoning and Knowledge in Language Models

2025-10-28 · Ken Gu, Advait Bhat, Mike A Merrill, Robert West 외 arxiv

Evaluating the reasoning ability of language models (LMs) is complicated by their extensive parametric world knowledge, where benchmark performance often reflects factual recall rather than genuine reasoning. Existing da…

Multi-hop Question Answering