paper-with-me

홈 › Papers

What's a Good Prediction? Challenges in evaluating an agent's knowledge

2020-01-23 · Alex Kearney, Anna Koop, Patrick M. Pilarski

Constructing general knowledge by learning task-independent models of the world can help agents solve challenging problems. However, both constructing and evaluating such models remains an open challenge. The most common approaches to evaluating models is to assess their accuracy with respect to observable values. However, the prevailing reliance on estimator accuracy as a proxy for the usefulness of the knowledge has the potential to lead us astray. We demonstrate the conflict between accuracy and usefulness through a series of illustrative examples including both a thought experiment and empirical example in MineCraft, using the General Value Function framework (GVF). Having identified challenges in assessing an agent's knowledge, we propose an alternate evaluation approach that arises continually in the online continual learning setting we recommend evaluation by examining internal learning processes, specifically the relevance of a GVF's features to the prediction task at hand. This paper contributes a first look into evaluation of predictions through their use, an integral component of predictive knowledge which is as of yet unexplored.

📄 PDF Abstract BibTeX arXiv:2001.08823

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningGeneral KnowledgeMinecraft

Similar Papers 제목 키워드 기반

AI Virtue: What is "Good" Knowledge in the Age of Artificial Intelligence?

2026-07-02 · Alan Liu arxiv

In the age of AI, what will be good knowledge? This article, which is accepted and forthcoming in a special issue of Modern Fiction Studies on "Cultural AI" in 2027, applies digital humanities methods to map epistemic vi…

EgoTaskQA: Understanding Human Tasks in Egocentric Videos

2022-10-08 · Baoxiong Jia, Ting Lei, Song-Chun Zhu, Siyuan Huang

Understanding human tasks through video observations is an essential capability of intelligent agents. The challenges of such capability lie in the difficulty of generating a detailed understanding of situated actions, t…

Action LocalizationcounterfactualDescriptiveDiagnostic+3

AI for the Common Good?! Pitfalls, challenges, and Ethics Pen-Testing

2018-10-30 · Bettina Berendt

Recently, many AI researchers and practitioners have embarked on research visions that involve doing AI for "Good". This is part of a general drive towards infusing AI research and practice with ethical thinking. One fre…

Ethics

GitGoodBench: A Novel Benchmark For Evaluating Agentic Performance On Git

2025-05-28 · Tobias Lindenbauer, Egor Bogomolov, Yaroslav Zharov

Benchmarks for Software Engineering (SE) AI agents, most notably SWE-bench, have catalyzed progress in programming capabilities of AI agents. However, they overlook critical developer workflows such as Version Control Sy…

AI Agent

Evaluating the Rainbow DQN Agent in Hanabi with Unseen Partners

2020-04-28 · Rodrigo Canaan, Xianbo Gao, Youjin Chung, Julian Togelius 외

Hanabi is a cooperative game that challenges exist-ing AI techniques due to its focus on modeling the mental states ofother players to interpret and predict their behavior. While thereare agents that can achieve near-per…