Skip to content

Commit c1c340a

Browse files
Noah GoodmanNoah Goodman
authored andcommitted
clean up incremnetal rsa
1 parent f3131c4 commit c1c340a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

teaching_extras/RSA-incremental.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ S1("big blue circle")
5555
~~~~
5656

5757
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.
5959

6060
~~~~
6161
// we represent objects as strings of properties.

0 commit comments

Comments
 (0)