Datasets:

Modalities:
Text
Formats:
json
Languages:
English
Size:
< 1K
ArXiv:
Tags:
math
License:
rose-e-wang commited on
Commit
659a684
1 Parent(s): 4dcac95

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -17,6 +17,11 @@ The dataset targets scenarios where the student makes a math mistake.
17
  - `c_r` is the original tutor's response
18
  - `c_r_` is the experienced teacher's response
19
 
 
 
 
 
 
20
  # 🌁 Bridging the Novice-Expert Gap via Models of Decision-Making
21
 
22
  [Paper Link](https://arxiv.org/abs/2310.10648), [Code Link](https://github.com/rosewang2008/bridge/)
 
17
  - `c_r` is the original tutor's response
18
  - `c_r_` is the experienced teacher's response
19
 
20
+ Optionally, there is other interesting metadata from our Bridge method:
21
+ - `e` is the student error type that the experienced teacher identified
22
+ - `z_what` is the strategy that the experienced teacher wants to use in their response
23
+ - `z_why` is the intention that the experienced teacher wants to achieve in their response
24
+
25
  # 🌁 Bridging the Novice-Expert Gap via Models of Decision-Making
26
 
27
  [Paper Link](https://arxiv.org/abs/2310.10648), [Code Link](https://github.com/rosewang2008/bridge/)