Skip to content

Commit

Permalink
[GH Actions] automatic-add-update-publication (#254)
Browse files Browse the repository at this point in the history
Co-authored-by: mpoemsl <[email protected]>
  • Loading branch information
github-actions[bot] and mpoemsl authored Nov 8, 2023
1 parent bcb1146 commit 19de5f5
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions _posts/papers/2023-07-None-2023.acl-long.841.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: 'The KITMUS Test: Evaluating Knowledge Integration from Multiple Sources'
author: Martin Pömsl
names: Akshatha Arodi, Martin Pömsl, Kaheer Suleman, Adam Trischler, Alexandra Olteanu,
Jackie Chi Kit Cheung
venue: ACL
link: https://aclanthology.org/2023.acl-long.841/
code: https://github.com/mpoemsl/kitmus
categories: Publications

---

*{{ page.names }}*

**{{ page.venue }}**

{% include display-publication-links.html pub=page %}

## Abstract

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.

0 comments on commit 19de5f5

Please sign in to comment.