diff options
author | Dobbertin, Niclas <niclas.dobbertin@mailbox.org> | 2024-10-14 16:29:50 +0200 |
---|---|---|
committer | Dobbertin, Niclas <niclas.dobbertin@mailbox.org> | 2024-10-14 16:29:50 +0200 |
commit | e5f4454b8afe73120fd39f15ea60b18f744a81f1 (patch) | |
tree | 32c780fb90135cdc35f5bab6f3612bfd361a25a7 | |
parent | bbaa458abc3617e63c9a1806164ca60db59be45c (diff) |
update
-rw-r--r-- | paper2/bibliography.bib | 14 | ||||
-rw-r--r-- | paper2/thesis.pdf | bin | 351295 -> 352269 bytes | |||
-rw-r--r-- | paper2/thesis.tex | 32 |
3 files changed, 32 insertions, 14 deletions
diff --git a/paper2/bibliography.bib b/paper2/bibliography.bib index a9a96c9..2ccdae0 100644 --- a/paper2/bibliography.bib +++ b/paper2/bibliography.bib @@ -74,7 +74,7 @@ title = {The {ACT}-R Cognitive Architecture and~Its pyactr Implementation}, booktitle = {Language, Cognition, and Mind} } -@article{anderson, +@article{anderson2005, author = {Anderson, John R.}, title = {Human Symbol Manipulation Within an Integrated Cognitive Architecture}, journal = {Cognitive Science}, @@ -88,3 +88,15 @@ eprint = {https://onlinelibrary.wiley.com/doi/pdf/10.1207/s15516709cog0000_22}, abstract = {Abstract This article describes the Adaptive Control of Thought–Rational (ACT–R) cognitive architecture (Anderson et al., 2004; Anderson \& Lebiere, 1998) and its detailed application to the learning of algebraic symbol manipulation. The theory is applied to modeling the data from a study by Qin, Anderson, Silk, Stenger, \& Carter (2004) in which children learn to solve linear equations and perfect their skills over a 6-day period. Functional MRI data show that: (a) a motor region tracks the output of equation solutions, (b) a prefrontal region tracks the retrieval of declarative information, (c) a parietal region tracks the transformation of mental representations of the equation, (d) an anterior cingulate region tracks the setting of goal information to control the information flow, and (e) a caudate region tracks the firing of productions in the ACT–R model. The article concludes with an architectural comparison of the competence children display in this task and the competence that monkeys have shown in tasks that require manipulations of sequences of elements.}, year = {2005} } + +@article{anderson2004, + title={An integrated theory of the mind.}, + author={John R. Anderson and Daniel Bothell and Michael D. Byrne and Scott Douglass and Christian Lebiere and Yulin Qin}, + journal={Psychological review}, + year={2004}, + volume={111 4}, + pages={ + 1036-60 + }, + url={https://api.semanticscholar.org/CorpusID:186640} +} diff --git a/paper2/thesis.pdf b/paper2/thesis.pdf Binary files differindex 271e8fb..505d31c 100644 --- a/paper2/thesis.pdf +++ b/paper2/thesis.pdf diff --git a/paper2/thesis.tex b/paper2/thesis.tex index 4fb4097..5d0d8d1 100644 --- a/paper2/thesis.tex +++ b/paper2/thesis.tex @@ -60,6 +60,7 @@ Living in a complex environment like the real world, a plethora of different tas much more efficient if knowledge from tasks can be reused in other tasks +\citet{Frensch_1991} observed differences in learning speed depending on condition, i.e. the order in which procedures are presented. % \citep{anderson} % \citep{Taatgen_2013} @@ -201,14 +202,14 @@ For example x\_2 means taking the second value of variable x. Other procedures require finding the maximum or minimum value of a variable or of previous solutions. An example of how the screen could look during a trial is shown in Figure~\ref{fig:frensch}. -The experiment starts with 75 training trials, each representing a water sample, in which a random choice of 6 procedures has to be solved in the order they are presented. +The experiment starts with 75 acquisition trials, each representing a water sample, in which a random choice of 6 procedures has to be solved in the order they are presented. The last procedure is always picked in the selection process, as it uses all previous results for a water sample to calculate the final solution. -Afterwards 50 testing trials take place, in which the third procedure from the training phase is switched for the unpicked one. -There are three conditions that determine the order in which procedures are presented in the training phase, however the procedure for the final result is always last. +Afterwards 50 transfer trials take place, in which the third procedure from the acquisition phase is switched for the unpicked one. +There are three conditions that determine the order in which procedures are presented in the acquisition phase, however the procedure for the final result is always last. In the fixed condition, the order is randomized once at the start and stays constant during all trials. In the random condition, procedure order is randomized between each trial. In the blocked condition, the first procedure has to be solved for all trials before moving on to the second procedure, etc. -The testing phase always uses fixed order. +The transfer phase always uses fixed order. How modeled: @@ -232,7 +233,7 @@ Procedures \\ \bigskip \small\textit{Note}. The seven translated procedures used in this experiment. -Six of them are used in the training phase, in the testing phase one procedure is swapped with the unused one. +Six of them are used in the acquisition phase, in the transfer phase one procedure is swapped with the unused one. The bottom procedure is always included as it calculates the total water quality. \end{table} @@ -252,14 +253,19 @@ The bottom procedure is always included as it calculates the total water quality \section*{Model} -Improvements in task performance are mainly dependent on production compilation, as the order and how efficiently the mathematical operations are performed are the main subject of the task. -Utility learning matters mostly on production selection and ordering, however the task itself is mostly linear. -It can still play a significant role if alternative or shortcut productions for mathematical operations exist. -E.g.\ a production that swaps argument 1 and argument 2 in addition or multiplication may reduce time spend, dependent on how the algorithm functions. +The goal of the model is an accurate representation of how a human would solve this task and improve over time. +Optimally the models solving time would, in each condition, improve similarly to previous human results. +Looking at the ways an ACT-R model can improve, production compilation seems to be the important function compared to utility or chunk learning. +A lot of small subtasks have to be accomplished for a single trial, such as finding correct variable values, solving multiple mathematical operations and typing the answer. +These steps however need to be repeated for each trial and while the numbers and with them the mathematical operations can change a bit, the overall order and structure of subtasks stays the same. +Production compilation therefore promises strong improvements to solving times, as many steps can be combined into a single one, eliminating time deciding on the next step. +Additionally numbers in this task are often small, allowing some common operation to be saved as productions in procedural memory, removing time calculating or trying to retrieve from declarative memory. -The subsymbolic system of ACT-R also involves mechanisms to gauge retrieval chance and activation strength in the declarative memory. -This is used to model learning and retrieval of new memory chunks. -In this task however, the subject already has knowledge of mathematical facts and \todo{``not learn new facts really during exp''} \ +Utility learning is needed to evaluate the usefulness of compiled productions, but since the task and subtask order is very rigid, should have no important role in learning otherwise. +Chunk learning doesn't seem impactful either, as there are too many permutations of variable values and too few trials to memorize helpful information. + +To complete the experiment in a manner a human adult would, the model is given a baseline of knowledge and skill to start with. +This includes basic knowledge of possible numbers and mathematical operations it has to solve. \subsection{Implementation} \todo[inline]{chunktypes, pre-knowledge} @@ -380,7 +386,7 @@ Details about these difficulties will be reviewed in the Discussion. \begin{figure}[H] \centering - \caption{Mean solution time in training and transfer phase} + \caption{Mean solution time in acquisition and transfer phase} \label{fig:RT} % \includegraphics[width=1.1\textwidth]{RT.png} |