paper-with-me

Papers

How language models extrapolate outside the training data: A case study in Textualized Gridworld

2024-06-21 · Doyoung Kim, Jongwon Lee, Jinho Park, Minjoon Seo

Language models' ability to extrapolate learned behaviors to novel, more complex environments beyond their training scope is highly unknown. This study introduces a path planning task in a textualized Gridworld to probe language models' extrapolation capabilities. We show that conventional approaches, including next token prediction and Chain of Thought (CoT) finetuning, fail to extrapolate in larger, unseen environments. Inspired by human cognition and dual process theory, we propose cognitive maps for path planning, a novel CoT framework that simulates humanlike mental representations. Our experiments show that cognitive maps not only enhance extrapolation to unseen environments but also exhibit humanlike characteristics through structured mental simulation and rapid adaptation. Our finding that these cognitive maps require specialized training schemes and cannot be induced through simple prompting opens up important questions about developing general-purpose cognitive maps in language models. Our comparison with exploration-based methods further illuminates the complementary strengths of offline planning and online exploration.

📄 PDF Abstract BibTeX arXiv:2406.15275

Code (1)

kaistai/language_extrapolation 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Should Machine Learning Models Report to Us When They Are Clueless?

2022-03-23 · Roozbeh Yousefzadeh, Xuenan Cao

The right to AI explainability has consolidated as a consensus in the research community and policy-making. However, a key component of explainability has been missing: extrapolation, which describes the extent to which …

BIG-bench Machine Learning

Integration of Neural Network-Based Symbolic Regression in Deep Learning for Scientific Discovery

2019-12-10 · Samuel Kim, Peter Y. Lu, Srijon Mukherjee, Michael Gilbert 외

Symbolic regression is a powerful technique that can discover analytical equations that describe data, which can lead to explainable models and generalizability outside of the training data set. In contrast, neural netwo…

Explainable Modelsregressionscientific discoverySymbolic Regression

Over-parameterization: A Necessary Condition for Models that Extrapolate

2022-03-20 · Roozbeh Yousefzadeh

In this work, we study over-parameterization as a necessary condition for having the ability for the models to extrapolate outside the convex hull of training set. We specifically, consider classification models, e.g., i…

Classificationimage-classificationImage Classification

How Neural Networks Extrapolate: From Feedforward to Graph Neural Networks

2020-09-24 · ICLR 2021 1 · Keyulu Xu, Mozhi Zhang, Jingling Li, Simon S. Du 외

We study how neural networks trained by gradient descent extrapolate, i.e., what they learn outside the support of the training distribution. Previous works report mixed empirical results when extrapolating with neural n…

To what extent should we trust AI models when they extrapolate?

2022-01-27 · Roozbeh Yousefzadeh, Xuenan Cao

Many applications affecting human lives rely on models that have come to be known under the umbrella of machine learning and artificial intelligence. These AI models are usually complicated mathematical functions that ma…