jmaasch commited on
Commit
2f5e1d6
·
verified ·
1 Parent(s): d6edeea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -8
README.md CHANGED
@@ -33,20 +33,24 @@ pretty_name: CausalARC – Abstract Reasoning with Causal World Models
33
  <sup>2</sup> YRIKKA, New York, NY -->
34
  </p>
35
 
 
 
36
 
37
- <b>Note: This page is currently under construction. See our official project page here: <a href="https://jmaasch.github.io/carc/"
 
38
  target="_blank">https://jmaasch.github.io/carc/</a> </b>
39
 
40
  # Overview
41
 
42
- Reasoning requires adaptation to novel problem settings under limited data and distribution shift.
43
  This work introduces CausalARC: an experimental testbed for AI reasoning in low-data and out-of-distribution regimes,
44
- modeled after the Abstraction and Reasoning Corpus (ARC). Each CausalARC reasoning task is sampled from a fully
45
- specified causal world model, formally expressed as a structural causal model (SCM). Principled data augmentations
46
- provide observational, interventional, and counterfactual feedback about the world model in the form of few-shot,
47
- in-context learning demonstrations. As a proof-of-concept, we illustrate the use of CausalARC for four language
48
- model evaluation settings: (1) abstract reasoning with test-time training, (2) counterfactual reasoning with
49
- in-context learning, (3) program synthesis, and (4) causal discovery with logical reasoning.
 
50
 
51
  <p align="center">
52
  <img src='https://jmaasch.github.io/carc/static/images/pch.png' width="35%" class="center">
 
33
  <sup>2</sup> YRIKKA, New York, NY -->
34
  </p>
35
 
36
+ <b>NeurIPS 2025 Workshop: Bridging Language, Agent, and World Models for Reasoning and Planning (LAW)</b>
37
+ <i>Spotlight Poster</i>
38
 
39
+
40
+ <b>See our official project page here: <a href="https://jmaasch.github.io/carc/"
41
  target="_blank">https://jmaasch.github.io/carc/</a> </b>
42
 
43
  # Overview
44
 
45
+ On-the-fly reasoning often requires adaptation to novel problems under limited data and distribution shift.
46
  This work introduces CausalARC: an experimental testbed for AI reasoning in low-data and out-of-distribution regimes,
47
+ modeled after the Abstraction and Reasoning Corpus (ARC). Each CausalARC reasoning task is sampled from a fully specified
48
+ <i>causal world model</i>, formally expressed as a structural causal model.
49
+ Principled data augmentations provide observational, interventional, and counterfactual feedback about the world model in
50
+ the form of few-shot, in-context learning demonstrations. As a proof-of-concept, we illustrate the use of CausalARC for four
51
+ language model evaluation settings: (1) abstract reasoning with test-time training, (2) counterfactual reasoning with
52
+ in-context learning, (3) program synthesis, and (4) causal discovery with logical reasoning. Within- and between-model
53
+ performance varied heavily across tasks, indicating room for significant improvement in language model reasoning.
54
 
55
  <p align="center">
56
  <img src='https://jmaasch.github.io/carc/static/images/pch.png' width="35%" class="center">