SearcharxivSearch

arXiv subjects

David Hammer

Publications and source records attributed to David Hammer.

14 recordsLinked to original sources

Lessons from pendulums: A design comparison of three lab activities

We present three versions of a pendulum lab activity to explore how theoretical commitments, motivations, and aspirations reflect in curriculum design. In earlier work, Boudreaux & Elby (2020) discussed how different theoretical perspectives led them to different designs of tutorials. Here, we discuss our finding that even starting from the same theoretical perspective and having similar goals for students can lead to differences of design. We give three interacting reasons why our labs diverge: We have different expectations of students at our respective institutions; we have different ancillary goals; and we draw different implications from our shared theoretical commitments. Our account demonstrates the complexity of the relationship between theory, goals, and curriculum design. In this way, it adds to prior arguments for the importance of designers' articulating the reasoning for their choices as well as for the possible value of instructors' responsive adaptations to curricula.

physics.ed-ph

Combining physics education and machine learning research to measure evidence of students' mechanistic sensemaking

Advances in machine learning (ML) offer new possibilities for science education research. We report on early progress in the design of an ML-based tool to analyze students' mechanistic sensemaking, working from a coding scheme that is aligned with previous work in physics education research (PER) and amenable to recently developed ML classification strategies using language encoders. We describe pilot tests of the tool, in three versions with different language encoders, to analyze sensemaking evident in college students' written responses to brief conceptual questions. The results show, first, that the tool's measurements of sensemaking can achieve useful agreement with a human coder, and, second, that encoder design choices entail a tradeoff between accuracy and computational expense. We discuss the promise and limitations of this approach, providing examples as to how this measurement scheme may serve PER in the future. We conclude with reflections on the use of ML to support PER research, with cautious optimism for strategies of co-design between PER and ML.

physics.ed-ph

Dynamics of Productive Confirmation Framing in an Introductory Lab

In introductory physics laboratory instruction, students often expect to confirm or demonstrate textbook physics concepts (Wilcox & Lewandowski, 2017; Hu & Zwickl, 2017; Hu & Zwickl, 2018). This expectation is largely undesirable: labs that emphasize confirmation of textbook physics concepts are unsuccessful at teaching those concepts (Wieman & Holmes, 2015; Holmes et al., 2017) and even in contexts that don't emphasize confirmation, such expectations can lead to students disregarding or manipulating their data in order to obtain the expected result (Smith et al., 2020). In other words, when students expect their lab activities to confirm a known result, they may relinquish epistemic agency and violate disciplinary practices. We claim that, in other cases, confirmatory expectations can actually support productive disciplinary engagement. In particular, when an expected result is not confirmed, students may enter a productive "troubleshooting" mode (Smith et al., 2020). We analyze the complex dynamics of students' epistemological framing in a lab where student's confirmatory expectations support and even generate epistemic agency and disciplinary practices, including developing original ideas, measures, and apparatuses to apply to the material world.

physics.ed-ph

Instructing nontraditional physics labs: Toward responsiveness to student epistemic framing

Research on nontraditional laboratory (lab) activities in physics shows that students often expect to verify predetermined results, as takes place in traditional activities. This understanding of what is taking place, or epistemic framing, may impact their behaviors in the lab, either productively or unproductively. In this paper, we present an analysis of student epistemic framing in a nontraditional lab to understand how instructional context, specifically instructor behaviors, may shape student framing. We present video data from a lab section taught by an experienced teaching assistant (TA), with 19 students working in seven groups. We argue that student framing in this lab is evidenced by whether or not students articulate experimental predictions and by the extent to which they take up opportunities to construct knowledge (epistemic agency). We show that the TA's attempts to shift student frames generally succeed with respect to experimental predictions but are less successful with respect to epistemic agency. In part, we suggest, the success of the TA's attempts reflects whether and how they are responsive to students' current framing. This work offers evidence that instructors can shift students' frames in nontraditional labs, while also illuminating the complexities of both student framing and the role of the instructor in shifting that framing in this context.

physics.ed-ph

Interpretable contrastive word mover's embedding

This paper shows that a popular approach to the supervised embedding of documents for classification, namely, contrastive Word Mover's Embedding, can be significantly enhanced by adding interpretability. This interpretability is achieved by incorporating a clustering promoting mechanism into the contrastive loss. On several public datasets, we show that our method improves significantly upon existing baselines while providing interpretation to the clusters via identifying a set of keywords that are the most representative of a particular class. Our approach was motivated in part by the need to develop Natural Language Processing (NLP) methods for the \textit{novel problem of assessing student work for scientific writing and thinking} - a problem that is central to the area of (educational) Learning Sciences (LS). In this context, we show that our approach leads to a meaningful assessment of the student work related to lab reports from a biology class and can help LS researchers gain insights into student understanding and assess evidence of scientific thought processes.

cs.CL

Automatic coding of students' writing via Contrastive Representation Learning in the Wasserstein space

Qualitative analysis of verbal data is of central importance in the learning sciences. It is labor-intensive and time-consuming, however, which limits the amount of data researchers can include in studies. This work is a step towards building a statistical machine learning (ML) method for achieving an automated support for qualitative analyses of students' writing, here specifically in score laboratory reports in introductory biology for sophistication of argumentation and reasoning. We start with a set of lab reports from an undergraduate biology course, scored by a four-level scheme that considers the complexity of argument structure, the scope of evidence, and the care and nuance of conclusions. Using this set of labeled data, we show that a popular natural language modeling processing pipeline, namely vector representation of words, a.k.a word embeddings, followed by Long Short Term Memory (LSTM) model for capturing language generation as a state-space model, is able to quantitatively capture the scoring, with a high Quadratic Weighted Kappa (QWK) prediction score, when trained in via a novel contrastive learning set-up. We show that the ML algorithm approached the inter-rater reliability of human analysis. Ultimately, we conclude, that machine learning (ML) for natural language processing (NLP) holds promise for assisting learning sciences researchers in conducting qualitative studies at much larger scales than is currently possible.

cs.LG

Simulating Population Protocols in Sub-Constant Time per Interaction

We consider the problem of efficiently simulating population protocols. In the population model, we are given a distributed system of $n$ agents modeled as identical finite-state machines. In each time step, a pair of agents is selected uniformly at random to interact. In an interaction, agents update their states according to a common transition function. We empirically and analytically analyze two classes of simulators for this model. First, we consider sequential simulators executing one interaction after the other. Key to the performance of these simulators is the data structure storing the agents' states. For our analysis, we consider plain arrays, binary search trees, and a novel Dynamic Alias Table data structure. Secondly, we consider batch processing to efficiently update the states of multiple independent agents in one step. For many protocols considered in literature, our simulator requires amortized sub-constant time per interaction and is fast in practice: given a fixed time budget, the implementation of our batched simulator is able to simulate population protocols several orders of magnitude larger compared to the sequential competitors, and can carry out $2^{50}$ interactions among the same number of agents in less than 400s.

cs.DS

Fragile Complexity of Comparison-Based Algorithms

We initiate a study of algorithms with a focus on the computational complexity of individual elements, and introduce the fragile complexity of comparison-based algorithms as the maximal number of comparisons any individual element takes part in. We give a number of upper and lower bounds on the fragile complexity for fundamental problems, including Minimum, Selection, Sorting and Heap Construction. The results include both deterministic and randomized upper and lower bounds, and demonstrate a separation between the two settings for a number of problems. The depth of a comparator network is a straight-forward upper bound on the worst case fragile complexity of the corresponding fragile algorithm. We prove that fragile complexity is a different and strictly easier property than the depth of comparator networks, in the sense that for some problems a fragile complexity equal to the best network depth can be achieved with less total work and that with randomization, even a lower fragile complexity is possible.

cs.DS

Where to find the mind: Identifying the scale of cognitive dynamics

There are ongoing divisions in the learning sciences between perspectives that treat cognition as occurring within individual minds and those that treat it as irreducibly distributed or situated in material and social contexts. We contend that accounts of individual minds as complex systems are theoretically continuous with distributed and situated cognition. On this view, the difference is a matter of the scale of the dynamics of interest, and the choice of scale can be informed by data. In this paper, we propose heuristics for empirically determining the scale of the relevant cognitive dynamics. We illustrate these heuristics in two contrasting cases, one in which the evidence supports attributing cognition to a group of students and one in which the evidence supports attributing cognition to an individual.

physics.ed-ph

The Case for Dynamic Models of Learners' Ontologies in Physics

In a series of well-known papers, Chi and Slotta (Chi, 1992; Chi & Slotta, 1993; Chi, Slotta & de Leeuw, 1994; Slotta, Chi & Joram, 1995; Chi, 2005; Slotta & Chi, 2006) have contended that a reason for students' difficulties in learning physics is that they think about concepts as things rather than as processes, and that there is a significant barrier between these two ontological categories. We contest this view, arguing that expert and novice reasoning often and productively traverses ontological categories. We cite examples from everyday, classroom, and professional contexts to illustrate this. We agree with Chi and Slotta that instruction should attend to learners' ontologies; but we find these ontologies are better understood as dynamic and context-dependent, rather than as static constraints. To promote one ontological description in physics instruction, as suggested by Slotta and Chi, could undermine novices' access to productive cognitive resources they bring to their studies and inhibit their transition to the dynamic ontological flexibility required of experts.

physics.ed-ph

Reinventing College Physics for Biologists: Explicating an epistemological curriculum

The University of Maryland Physics Education Research Group (UMd-PERG) carried out a five-year research project to rethink, observe, and reform introductory algebra-based (college) physics. This class is one of the Maryland Physics Department's large service courses, serving primarily life-science majors. After consultation with biologists, we re-focused the class on helping the students learn to think scientifically -- to build coherence, think in terms of mechanism, and to follow the implications of assumptions. We designed the course to tap into students' productive conceptual and epistemological resources, based on a theoretical framework from research on learning. The reformed class retains its traditional structure in terms of time and instructional personnel, but we modified existing best-practices curricular materials, including Peer Instruction, Interactive Lecture Demonstrations, and Tutorials. We provided class-controlled spaces for student collaboration, which allowed us to observe and record students learning directly. We also scanned all written homework and examinations, and we administered pre-post conceptual and epistemological surveys. The reformed class enhanced the strong gains on pre-post conceptual tests produced by the best-practices materials while obtaining unprecedented pre-post gains on epistemological surveys instead of the traditional losses.

physics.ed-ph

The Dynamics of Students' Behaviors and Reasoning during Collaborative Physics Tutorial Sessions

We investigate the dynamics of student behaviors (posture, gesture, vocal register, visual focus) and the substance of their reasoning during collaborative work on inquiry-based physics tutorials. Scherr has characterized student activity during tutorials as observable clusters of behaviors separated by sharp transitions, and has argued that these behavioral modes reflect students' epistemological framing of what they are doing, i.e., their sense of what is taking place with respect to knowledge. We analyze students' verbal reasoning during several tutorial sessions using the framework of Russ, and find a strong correlation between certain behavioral modes and the scientific quality of students' explanations. We suggest that this is due to a dynamic coupling of how students behave, how they frame an activity, and how they reason during that activity. This analysis supports the earlier claims of a dynamic between behavior and epistemology. We discuss implications for research and instruction.

physics.ed-ph

Coordination of Mathematics and Physical Resources by Physics Graduate Students

We investigate the dynamics of how graduate students coordinate their mathematics and physics knowledge within the context of solving a homework problem for a plasma physics survey course. Students were asked to obtain the complex dielectric function for a plasma with a specified distribution function and find the roots of that expression. While all the 16 participating students obtained the dielectric function correctly in one of two equivalent expressions, roughly half of them (7 of 16) failed to compute the roots correctly. All seven took the same initial step that led them to the incorrect answer. We note a perfect correlation between the specific expression of dielectric function obtained and the student's success in solving for the roots. We analyze student responses in terms of a resources framework and suggest routes for future research.

physics.ed-ph

Student Behavior and Epistemological Framing: Examples from Collaborative Active-Learning Activities in Physics

Questions of participant understanding of the nature of an activity have been addressed in anthropology and sociolinguistics with the concepts of frames and framing. For example, a student may frame a learning activity as an opportunity for sensemaking or as an assignment to fill out a worksheet. The student's understanding of the nature of the activity affects what she notices, what knowledge she accesses, and how she thinks to act. Previous analyses have found evidence of framing primarily in linguistic markers associated with speech acts. In this paper, we show that there is useful evidence of framing in easily observed features of students' behavior. We apply this observational methodology to explore dynamics among behavior, framing, and the conceptual substance of student reasoning in the context of collaborative active-learning activities in an introductory university physics course.

physics.ed-ph