You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: teaching_extras/RSA-incremental.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ S1("big blue circle")
55
55
~~~~
56
56
57
57
Notice that the meaning function defined above will return a value from a partial utterance.
58
-
How can we use this incremental meaning to select informative utterances a little bit at a time? We repeatedly use an RSA speaker where the "action" is to extend the prefix with an additional word. Before running the below model examine the stricture of the computation -- notice how the recursive extension of the utterance has been "lifted" outside the speaker inference.
58
+
How can we use this incremental meaning to select informative utterances a little bit at a time? We repeatedly use an RSA speaker where the "action" is to extend the prefix with an additional word. Before running the below model examine the structure of the computation -- notice how the recursive extension of the utterance has been "lifted" outside the speaker inference.
0 commit comments