skip to main content
US FlagAn official website of the United States government
dot gov icon
Official websites use .gov
A .gov website belongs to an official government organization in the United States.
https lock icon
Secure .gov websites use HTTPS
A lock ( lock ) or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.


Title: Investigating Temporal Dynamics Underlying Successful Collaborative Problem Solving Behaviors with Multilevel Vector Autoregression
In collaborative problem solving (CPS), people's actions are interactive, interdependent, and temporal. However, it is unclear how actions temporally relate to each other and what are the temporal similarities and differences between successful vs. unsuccessful CPS processes. As such, we apply a temporal analysis approach, Multilevel Vector Autoregression (mlVAR) to investigate CPS processes. Our data were collected from college students who collaborated in triads via a video-conferencing tool (Zoom) to collaborately engage a physics learning game. Video recordings of their verbal interactions were transcribed, coded using a validated CPS framework, and organized into sequences of 10-second windows. Then, mlVAR was applied to the successful vs. unsuccessful CPS sequences to build temporal models for each. A comparison of the models together with a qualitative analysis of the transcripts revealed six temporal relationships common to both, six unique to successful level attempts, and another eight unique to unsuccessful level attempts only. Generally, for successful outcomes, people were likely to answer clarification questions with reasons and to ask for suggestions according to the current game situation, while for unsuccessful CPS level attempts, people were more likely to struggle with unclear instructions and to respond to inappropriate ideas. Overall, our results suggest that mlVAR is an effective approach for temporal analyses of CPS processes by identifying relationships that go beyond a coding and counting approach.  more » « less
Award ID(s):
2019805
PAR ID:
10497421
Author(s) / Creator(s):
; ; ;
Editor(s):
Mitrovic, Antonija; Bosch, Nigel
Publisher / Repository:
Zenodo
Date Published:
Journal Name:
Proceedings of the 15th International Conference on Educational Data Mining
Format(s):
Medium: X
Sponsoring Org:
National Science Foundation
More Like this
  1. Background Effective team communication is crucial for managing medical emergencies like malignant hyperthermia (MH), but current assessment methods fail to capture the dynamic and temporal nature of teamwork processes. The lack of reliable measures to inform feedback to teams is likely limiting the overall effectiveness of simulation training. This study demonstrates the application of ordered network analysis (ONA) to model communication sequences during the simulated MH scenario. Methods Twenty-two anesthesiologists participated in video-recorded MH simulations. Each scenario involved one participant as the primary anesthesiologist with confederates in supporting roles. Team communication was coded using the Team Reflection Behavioral Observation (TuRBO) framework, capturing behaviors related to information gathering, evaluation, planning, and implementation. ONA modeled the sequences of these coded behaviors as dynamic networks. Teams were classified as high- or low-performing based on timely dantrolene administration and appropriate MH treatment actions. Network visualizations and statistical tests compared communication patterns between groups. Results Five of 22 teams (23%) were high-performing. ONA revealed high-performers transitioned more effectively from situation assessment (information seeking/evaluation) to planning and implementation, while low-performers cycled between assessment behaviors without progressing (p = 0.04, Cohen’s d = 1.72). High-performers demonstrated stronger associations between invited input, explicitly assessing the situation, stating plans, and implementation. Conclusions Integrating video coding with ONA provides an innovative approach for examining team behaviors. Leveraging ONA can uncover patterns in communication timing and sequences, guiding targeted interventions to improve team coordination in various real-world clinical and simulated settings (e.g., operating room, EMS, ICU). 
    more » « less
  2. This paper introduces a novel transformer network tailored to skeleton-based action detection in untrimmed long video streams. Our approach centers around three innovative mechanisms that collectively enhance the network’s temporal analysis capabilities. First, a new predictive attention mechanism incorporates future frame data into the sequence analysis during the training phase. This mechanism addresses the essential issue of the current action detection models: incomplete temporal modeling in long action sequences, particularly for boundary frames that lie outside the network’s immediate temporal receptive field, while maintaining computational efficiency. Second, we integrate a new adaptive weighted temporal attention system that dynamically evaluates the importance of each frame within an action sequence. In contrast to the existing approaches, the proposed weighting strategy is both adaptive and interpretable, making it highly effective in handling long sequences with numerous non-informative frames. Third, the network incorporates an advanced regression technique. This approach independently identifies the start and end frames based on their relevance to different frames. Unlike existing homogeneous regression methods, the proposed regression method is heterogeneous and based on various temporal relationships, including those in future frames in actions, making it more effective for action detection. Extensive experiments on prominent untrimmed skeleton-based action datasets, PKU-MMD, OAD, and the Charade dataset demonstrate the effectiveness of this network. 
    more » « less
  3. Game-based learning (GBL) has increasingly been used to promote students’ learning engagement. Although prior GBL studies have highlighted the significance of learning engagement as a mediator of students’ meaningful learning, the existing accounts failed to capture specific evidence of how exactly students’ in-game actions in GBL enhance learning engagement. Hence, this mixed-method study was designed to examine whether middle school students’ in-game actions are likely to promote certain types of learning engagement (i.e., content and cognitive engagement). This study used and examined the game E-Rebuild, a single-player three-dimensional architecture game that requires learners’ application of math knowledge. Using in-depth gameplay behavior analysis, this study sampled a total of 92 screen-recorded and video-captured gameplay sessions attended by 25 middle school students. We adopted two analytic approaches: sequential analysis and thematic analysis. Whereas sequential analysis explored which in-game actions by students were likely to promote each type of learning engagement, the thematic analysis depicted how certain gameplay contexts contributed to students’ enhanced learning engagement. The study found that refugee allocation and material trading actions promoted students’ content engagement, whereas using in-game building tools and learning support boosted their cognitive engagement. This study also found that students’ learning engagement was associated with their development of mathematical thinking in a GBL context. 
    more » « less
  4. null (Ed.)
    Neo-confused porphyrins (neo-CPs), porphyrin isomers with a 1,3-connected pyrrolic subunit, are aromatic structures with a CNNN coordination core. Previously, examples of neo-CPs with fused benzo units or electron-withdrawing ester substituents have been described. In this paper, two new examples of neo-CPs are reported that lack a fused aromatic unit or an ester moiety, but instead have a bromo or phenyl substituent on the neo-confused ring. Acid-catalyzed condensation of suitably substituted 1,2′-dipyrrylmethane dialdehydes with a 2,2′-dipyrrylmethane, followed by oxidation with aqueous ferric chloride solutions, afforded the neo-CPs in 40–45% yield. These porphyrin analogues had slightly reduced diatropic ring currents and slowly decomposed in solution. The related palladium( ii ) and nickel( ii ) complexes proved to be very unstable, even though the diatropicity of the macrocycle was enhanced. This study shows that stabilizing substituents are necessary for investigations into this class of porphyrinoids. Attempts to prepare imidazole versions of neo-CPs were unsuccessful. 
    more » « less
  5. Devising models that reliably recognize player goals is a key challenge in creating player-adaptive games. Player goal recognition is the task of automatically recognizing the intent of a player from a sequence of observed player actions in a game environment. In open-world digital games, players often undertake suboptimal and varied sequences of actions to achieve goals, and the high degree of freedom afforded to players makes it challenging to identify sequential patterns that lead toward specific goals. To address these issues, we present a player goal recognition framework that utilizes a fine-tuned T5 language model, which incorporates our novel attention mechanism called Temporal Contrary Attention (TCA). The T5 language model enables the framework to exploit correlations between observations through non-sequential self-attention within input sequences, while TCA enables the framework to learn to eliminate goal hypotheses by considering counterevidence within a temporal window. We evaluate our approach using game trace data collected from 144 players' interactions with an open-world educational game. Specifically, we investigate the predictive capacity of our approach to recognize player goals as well as player plans represented as abstract actions. Results show that our approach outperforms non-linguistic machine learning approaches as well as T5 without TCA. We discuss the implications of these findings for the design and development of player goal recognition models to create player-adaptive games. 
    more » « less