Skip to main content

Showing 1–30 of 30 results for author: Baker, R

Searching in archive cs. Search in all archives.
.
  1. arXiv:2406.18702  [pdf, other

    cs.HC cs.CL

    Simulating The U.S. Senate: An LLM-Driven Agent Approach to Modeling Legislative Behavior and Bipartisanship

    Authors: Zachary R. Baker, Zarif L. Azher

    Abstract: This study introduces a novel approach to simulating legislative processes using LLM-driven virtual agents, focusing on the U.S. Senate Intelligence Committee. We developed agents representing individual senators and placed them in simulated committee discussions. The agents demonstrated the ability to engage in realistic debate, provide thoughtful reflections, and find bipartisan solutions under… ▽ More

    Submitted 26 June, 2024; originally announced June 2024.

  2. arXiv:2405.09821  [pdf, other

    cs.LG cs.CY

    Evaluating Algorithmic Bias in Models for Predicting Academic Performance of Filipino Students

    Authors: Valdemar Švábenský, Mélina Verger, Maria Mercedes T. Rodrigo, Clarence James G. Monterozo, Ryan S. Baker, Miguel Zenon Nicanor Lerias Saavedra, Sébastien Lallé, Atsushi Shimada

    Abstract: Algorithmic bias is a major issue in machine learning models in educational contexts. However, it has not yet been studied thoroughly in Asian learning contexts, and only limited work has considered algorithmic bias based on regional (sub-national) background. As a step towards addressing this gap, this paper examines the population of 5,986 students at a large university in the Philippines, inves… ▽ More

    Submitted 16 May, 2024; originally announced May 2024.

    Comments: Published in proceedings of the 17th Educational Data Mining Conference (EDM 2024)

    ACM Class: K.3

  3. arXiv:2404.06989  [pdf

    cs.LG

    On Fixing the Right Problems in Predictive Analytics: AUC Is Not the Problem

    Authors: Ryan S. Baker, Nigel Bosch, Stephen Hutt, Andres F. Zambrano, Alex J. Bowers

    Abstract: Recently, ACM FAccT published an article by Kwegyir-Aggrey and colleagues (2023), critiquing the use of AUC ROC in predictive analytics in several domains. In this article, we offer a critique of that article. Specifically, we highlight technical inaccuracies in that paper's comparison of metrics, mis-specification of the interpretation and goals of AUC ROC, the article's use of the accuracy metri… ▽ More

    Submitted 10 April, 2024; originally announced April 2024.

  4. Comparison of Three Programming Error Measures for Explaining Variability in CS1 Grades

    Authors: Valdemar Švábenský, Maciej Pankiewicz, Jiayi Zhang, Elizabeth B. Cloude, Ryan S. Baker, Eric Fouh

    Abstract: Programming courses can be challenging for first year university students, especially for those without prior coding experience. Students initially struggle with code syntax, but as more advanced topics are introduced across a semester, the difficulty in learning to program shifts to learning computational thinking (e.g., debugging strategies). This study examined the relationships between student… ▽ More

    Submitted 8 April, 2024; originally announced April 2024.

    Comments: Published in ACM ITiCSE 2024 conference proceedings, see https://doi.org/10.1145/3649217.3653563

    ACM Class: K.3

  5. arXiv:2403.12737  [pdf

    cs.SE cs.HC

    Navigating Compiler Errors with AI Assistance -- A Study of GPT Hints in an Introductory Programming Course

    Authors: Maciej Pankiewicz, Ryan S. Baker

    Abstract: We examined the efficacy of AI-assisted learning in an introductory programming course at the university level by using a GPT-4 model to generate personalized hints for compiler errors within a platform for automated assessment of programming assignments. The control group had no access to GPT hints. In the experimental condition GPT hints were provided when a compiler error was detected, for the… ▽ More

    Submitted 19 March, 2024; originally announced March 2024.

    Comments: Accepted at ITiCSE 2024

  6. arXiv:2401.00605  [pdf, other

    cs.MA eess.SP

    Distributed Multi-Object Tracking Under Limited Field of View Heterogeneous Sensors with Density Clustering

    Authors: Fei Chen, Hoa Van Nguyen, Alex S. Leong, Sabita Panicker, Robin Baker, Damith C. Ranasinghe

    Abstract: We consider the problem of tracking multiple, unknown, and time-varying numbers of objects using a distributed network of heterogeneous sensors. In an effort to derive a formulation for practical settings, we consider limited and unknown sensor field-of-views (FoVs), sensors with limited local computational resources and communication channel capacity. The resulting distributed multi-object tracki… ▽ More

    Submitted 31 December, 2023; originally announced January 2024.

  7. Using Think-Aloud Data to Understand Relations between Self-Regulation Cycle Characteristics and Student Performance in Intelligent Tutoring Systems

    Authors: Conrad Borchers, Jiayi Zhang, Ryan S. Baker, Vincent Aleven

    Abstract: Numerous studies demonstrate the importance of self-regulation during learning by problem-solving. Recent work in learning analytics has largely examined students' use of SRL concerning overall learning gains. Limited research has related SRL to in-the-moment performance differences among learners. The present study investigates SRL behaviors in relationship to learners' moment-by-moment performan… ▽ More

    Submitted 9 December, 2023; originally announced December 2023.

    Comments: Full paper accepted to Learning Analytics and Knowledge (LAK 2024)

  8. arXiv:2311.14096  [pdf, other

    cs.CL cs.AI

    Cultural Bias and Cultural Alignment of Large Language Models

    Authors: Yan Tao, Olga Viberg, Ryan S. Baker, Rene F. Kizilcec

    Abstract: Culture fundamentally shapes people's reasoning, behavior, and communication. As people increasingly use generative artificial intelligence (AI) to expedite and automate personal and professional tasks, cultural values embedded in AI models may bias people's authentic expression and contribute to the dominance of certain cultures. We conduct a disaggregated evaluation of cultural bias for five wid… ▽ More

    Submitted 26 June, 2024; v1 submitted 23 November, 2023; originally announced November 2023.

  9. Towards Generalizable Detection of Urgency of Discussion Forum Posts

    Authors: Valdemar Švábenský, Ryan S. Baker, Andrés Zambrano, Yishan Zou, Stefan Slater

    Abstract: Students who take an online course, such as a MOOC, use the course's discussion forum to ask questions or reach out to instructors when encountering an issue. However, reading and responding to students' questions is difficult to scale because of the time needed to consider each message. As a result, critical issues may be left unresolved, and students may lose the motivation to continue in the co… ▽ More

    Submitted 14 July, 2023; originally announced July 2023.

    Comments: Published in EDM 2023 conference proceedings, see https://educationaldatamining.org/EDM2023/proceedings/2023.EDM-short-papers.29/2023.EDM-short-papers.29.pdf

  10. arXiv:2307.00150  [pdf

    cs.HC cs.AI

    Large Language Models (GPT) for automating feedback on programming assignments

    Authors: Maciej Pankiewicz, Ryan S. Baker

    Abstract: Addressing the challenge of generating personalized feedback for programming assignments is demanding due to several factors, like the complexity of code syntax or different ways to correctly solve a task. In this experimental study, we automated the process of feedback generation by employing OpenAI's GPT-3.5 model to generate personalized hints for students solving programming assignments on an… ▽ More

    Submitted 30 June, 2023; originally announced July 2023.

    Comments: Submitted to the ICCE 2023 (31st International Conference on Computers in Education)

  11. arXiv:2210.09906  [pdf

    cs.HC cs.CY

    Exploring players' experience of humor and snark in a grade 3-6 history practices game

    Authors: David J. Gagnon, Ryan S. Baker, Sarah Gagnon, Luke Swanson, Nick Spevacek, Juliana Andres, Erik Harpstead, Jennifer Scianna, Stefan Slater, Maria O. C. Z. San Pedro

    Abstract: In this paper we use an existing history learning game with an active audience as a research platform for exploring how humor and "snarkiness" in the dialog script affect students' progression and attitudes about the game. We conducted a 2x2 randomized experiment with 11,804 anonymous 3rd-6th grade students. Using one-way ANOVA and Kruskall-Wallis tests, we find that changes to the script produced… ▽ More

    Submitted 18 October, 2022; originally announced October 2022.

    Comments: Presented at Games, Learning & Society (GLS) 2022 conference. Irvine, CA

  12. arXiv:2204.13514  [pdf, other

    cs.CR

    Death By A Thousand COTS: Disrupting Satellite Communications using Low Earth Orbit Constellations

    Authors: Frederick Rawlins, Richard Baker, Ivan Martinovic

    Abstract: Satellites in Geostationary Orbit (GEO) provide a number of commercial, government, and military services around the world, offering everything from surveillance and monitoring to video calls and internet access. However a dramatic lowering of the cost-per-kilogram to space has led to a recent explosion in real and planned constellations in Low Earth Orbit (LEO) of smaller satellites. These conste… ▽ More

    Submitted 28 April, 2022; originally announced April 2022.

    Comments: 13 pages, 25 figures

  13. arXiv:2202.09698  [pdf

    cs.CY

    Analyzing Adaptive Scaffolds that Help Students Develop Self-Regulated Learning Behaviors

    Authors: Anabil Munshi, Gautam Biswas, Ryan Baker, Jaclyn Ocumpaugh, Stephen Hutt, Luc Paquette

    Abstract: Providing adaptive scaffolds to help learners develop self-regulated learning (SRL) processes has been an important goal for intelligent learning environments. Adaptive scaffolding is especially important in open-ended learning environments (OELE), where novice learners often face difficulties in completing their learning tasks. This paper presents a systematic framework for adaptive scaffolding i… ▽ More

    Submitted 1 June, 2022; v1 submitted 19 February, 2022; originally announced February 2022.

  14. Brokenwire : Wireless Disruption of CCS Electric Vehicle Charging

    Authors: Sebastian Köhler, Richard Baker, Martin Strohmeier, Ivan Martinovic

    Abstract: We present a novel attack against the Combined Charging System, one of the most widely used DC rapid charging technologies for electric vehicles (EVs). Our attack, Brokenwire, interrupts necessary control communication between the vehicle and charger, causing charging sessions to abort. The attack requires only temporary physical proximity and can be conducted wirelessly from a distance, allowing… ▽ More

    Submitted 26 March, 2024; v1 submitted 4 February, 2022; originally announced February 2022.

    Journal ref: 30th Annual Network and Distributed System Security Symposium, NDSS 2023, San Diego, California, USA, February 27 - March 3, 2023. The Internet Society 2023

  15. arXiv:2108.08881  [pdf, other

    cs.CR cs.CV

    Signal Injection Attacks against CCD Image Sensors

    Authors: Sebastian Köhler, Richard Baker, Ivan Martinovic

    Abstract: Since cameras have become a crucial part in many safety-critical systems and applications, such as autonomous vehicles and surveillance, a large body of academic and non-academic work has shown attacks against their main component - the image sensor. However, these attacks are limited to coarse-grained and often suspicious injections because light is used as an attack vector. Furthermore, due to t… ▽ More

    Submitted 13 December, 2021; v1 submitted 19 August, 2021; originally announced August 2021.

  16. arXiv:2101.10011  [pdf, other

    cs.CV cs.CR

    They See Me Rollin': Inherent Vulnerability of the Rolling Shutter in CMOS Image Sensors

    Authors: Sebastian Köhler, Giulio Lovisotto, Simon Birnbach, Richard Baker, Ivan Martinovic

    Abstract: In this paper, we describe how the electronic rolling shutter in CMOS image sensors can be exploited using a bright, modulated light source (e.g., an inexpensive, off-the-shelf laser), to inject fine-grained image disruptions. We demonstrate the attack on seven different CMOS cameras, ranging from cheap IoT to semi-professional surveillance cameras, to highlight the wide applicability of the rolli… ▽ More

    Submitted 1 December, 2021; v1 submitted 25 January, 2021; originally announced January 2021.

    Comments: 15 pages, 15 figures

  17. A Review of Computational Approaches for Evaluation of Rehabilitation Exercises

    Authors: Yalin Liao, Aleksandar Vakanski, Min Xian, David Paul, Russell Baker

    Abstract: Recent advances in data analytics and computer-aided diagnostics stimulate the vision of patient-centric precision healthcare, where treatment plans are customized based on the health records and needs of every patient. In physical rehabilitation, the progress in machine learning and the advent of affordable and reliable motion capture sensors have been conducive to the development of approaches f… ▽ More

    Submitted 19 March, 2020; v1 submitted 29 February, 2020; originally announced March 2020.

    Comments: 29 pages, 1 figure

    ACM Class: J.3; A.1

    Journal ref: Computers in Biology and Medicine, vol. 119, 2020

  18. arXiv:1910.12597  [pdf

    cs.CY cs.LG stat.ML

    Extending Deep Knowledge Tracing: Inferring Interpretable Knowledge and Predicting Post-System Performance

    Authors: Richard Scruggs, Ryan S. Baker, Bruce M. McLaren

    Abstract: Recent student knowledge modeling algorithms such as Deep Knowledge Tracing (DKT) and Dynamic Key-Value Memory Networks (DKVMN) have been shown to produce accurate predictions of problem correctness within the same learning system. However, these algorithms do not attempt to directly infer student knowledge. In this paper we present an extension to these algorithms to also infer knowledge. We appl… ▽ More

    Submitted 31 August, 2020; v1 submitted 14 October, 2019; originally announced October 2019.

    Comments: 8 pages, accepted to the International Conference on Computers in Education

  19. arXiv:1902.00171  [pdf, other

    cs.SI

    Social Network Based Substance Abuse Prevention via Network Modification (A Preliminary Study)

    Authors: Aida Rahmattalabi, Anamika Barman Adhikari, Phebe Vayanos, Milind Tambe, Eric Rice, Robin Baker

    Abstract: Substance use and abuse is a significant public health problem in the United States. Group-based intervention programs offer a promising means of preventing and reducing substance abuse. While effective, unfortunately, inappropriate intervention groups can result in an increase in deviant behaviors among participants, a process known as deviancy training. This paper investigates the problem of opt… ▽ More

    Submitted 31 January, 2019; originally announced February 2019.

  20. arXiv:1901.03793  [pdf, other

    cs.HC cs.LG stat.ML

    The Importance of Socio-Cultural Differences for Annotating and Detecting the Affective States of Students

    Authors: Eda Okur, Sinem Aslan, Nese Alyuz, Asli Arslan Esme, Ryan S. Baker

    Abstract: The development of real-time affect detection models often depends upon obtaining annotated data for supervised learning by employing human experts to label the student data. One open question in annotating affective data for affect detection is whether the labelers (i.e., human experts) need to be socio-culturally similar to the students being labeled, as this impacts the cost feasibility of obta… ▽ More

    Submitted 11 January, 2019; originally announced January 2019.

    Comments: 13th Women in Machine Learning Workshop (WiML 2018), co-located with the 32nd Conference on Neural Information Processing Systems (NeurIPS 2018), Montréal, Canada

  21. arXiv:1806.05208  [pdf, other

    cs.CY stat.AP

    Enabling End-To-End Machine Learning Replicability: A Case Study in Educational Data Mining

    Authors: Josh Gardner, Yuming Yang, Ryan Baker, Christopher Brooks

    Abstract: The use of machine learning techniques has expanded in education research, driven by the rich data from digital learning environments and institutional data warehouses. However, replication of machine learned models in the domain of the learning sciences is particularly challenging due to a confluence of experimental, methodological, and data barriers. We discuss the challenges of end-to-end machi… ▽ More

    Submitted 10 July, 2018; v1 submitted 13 June, 2018; originally announced June 2018.

    Comments: arXiv admin note: text overlap with arXiv:1801.05236

  22. arXiv:1801.05236  [pdf, other

    cs.SE cs.CY cs.LG stat.ML

    MORF: A Framework for Predictive Modeling and Replication At Scale With Privacy-Restricted MOOC Data

    Authors: Josh Gardner, Christopher Brooks, Juan Miguel L. Andres, Ryan Baker

    Abstract: Big data repositories from online learning platforms such as Massive Open Online Courses (MOOCs) represent an unprecedented opportunity to advance research on education at scale and impact a global population of learners. To date, such research has been hindered by poor reproducibility and a lack of replication, largely due to three types of barriers: experimental, inferential, and data. We presen… ▽ More

    Submitted 21 August, 2018; v1 submitted 16 January, 2018; originally announced January 2018.

  23. arXiv:1704.07234  [pdf, other

    cs.PL cs.DC

    Scaling Reliably: Improving the Scalability of the Erlang Distributed Actor Platform

    Authors: Phil Trinder, Natalia Chechina, Nikolaos Papaspyrou, Konstantinos Sagonas, Simon Thompson, Stephen Adams, Stavros Aronis, Robert Baker, Eva Bihari, Olivier Boudeville, Francesco Cesarini, Maurizio Di Stefano, Sverker Eriksson, Viktoria Fordos, Amir Ghaffari, Aggelos Giantsios, Rickard Green, Csaba Hoch, David Klaftenegger, Huiqing Li, Kenneth Lundin, Kenneth Mackenzie, Katerina Roukounaki, Yiannis Tsiouris, Kjell Winblad

    Abstract: Distributed actor languages are an effective means of constructing scalable reliable systems, and the Erlang programming language has a well-established and influential model. While Erlang model conceptually provides reliable scalability, it has some inherent scalability limits and these force developers to depart from the model at scale. This article establishes the scalability limits of Erlang s… ▽ More

    Submitted 8 May, 2017; v1 submitted 24 April, 2017; originally announced April 2017.

  24. Stochastic Ordering based Carrier-to-Interference Ratio Analysis for the Shotgun Cellular Systems

    Authors: Prasanna Madhusudhanan, Juan G. Restrepo, Youjian, Liu, Timothy X Brown, Kenneth R. Baker

    Abstract: A simple analytical tool based on stochastic ordering is developed to compare the distributions of carrier-to-interference ratio at the mobile station of two cellular systems where the base stations are distributed randomly according to certain non-homogeneous Poisson point processes. The comparison is conveniently done by studying only the base station densities without having to solve for the di… ▽ More

    Submitted 14 October, 2011; originally announced October 2011.

    Comments: 10 pages, 0 figures, submitted for review to IEEE Wireless Communications Letters on October 11, 2011

    Journal ref: IEEE Wireless Communications Letters, 2012, vol.1, no.6, pp.565-568

  25. Multi-tier Network Performance Analysis using a Shotgun Cellular System

    Authors: Prasanna Madhusudhanan, Juan G. Restrepo, Youjian, Liu, Timothy X Brown, Kenneth R. Baker

    Abstract: This paper studies the carrier-to-interference ratio (CIR) and carrier-to-interference-plus-noise ratio (CINR) performance at the mobile station (MS) within a multi-tier network composed of M tiers of wireless networks, with each tier modeled as the homogeneous n-dimensional (n-D, n=1,2, and 3) shotgun cellular system, where the base station (BS) distribution is given by the homogeneous Poisson po… ▽ More

    Submitted 14 October, 2011; originally announced October 2011.

    Comments: 6 pages, 3 figures, accepted at IEEE Globecom 2011

  26. arXiv:1002.3943  [pdf, ps, other

    cs.IT

    Downlink Performance Analysis for a Generalized Shotgun Cellular System

    Authors: Prasanna Madhusudhanan, Juan G. Restrepo, Youjian Liu, Timothy X Brown, Kenneth R. Baker

    Abstract: In this paper, we analyze the signal-to-interference-plus-noise ratio (SINR) performance at a mobile station (MS) in a random cellular network. The cellular network is formed by base-stations (BSs) placed in a one, two or three dimensional space according to a possibly non-homogeneous Poisson point process, which is a generalization of the so-called shotgun cellular system. We develop a sequence o… ▽ More

    Submitted 12 December, 2012; v1 submitted 20 February, 2010; originally announced February 2010.

    Comments: 30 pages, 8 figures, re-submitted to Transactions on Communications on Sep-12 2012, initial submission to Transactions on Communications on 26-Apr 2011

  27. arXiv:0803.0168  [pdf

    cs.HC

    Comparison of Characteristics and Practices amongst Spreadsheet Users with Different Levels of Experience

    Authors: Kenneth R. Baker, Stephen G. Powell, Barry Lawson, Lynn Foster-Johnson

    Abstract: We developed an internet-based questionnaire on spreadsheet use that we administered to a large number of users in several companies and organizations to document how spreadsheets are currently being developed and used in business. In this paper, we discuss the results drawn from of a comparison of responses from individuals with the most experience and expertise with those from individuals with… ▽ More

    Submitted 2 March, 2008; originally announced March 2008.

    Comments: 16 Pages, 11 Tables

    ACM Class: J.1; H.4.1; K.6.4; D.2.5; D.2.9; K.8.1

    Journal ref: Proc. European Spreadsheet Risks Int. Grp. (EuSpRIG) 2006 205-219 ISBN:1-905617-08-9

  28. arXiv:0801.0715  [pdf

    cs.CY

    Impact of Errors in Operational Spreadsheets

    Authors: Stephen G. Powell, Barry Lawson, Kenneth R. Baker

    Abstract: All users of spreadsheets struggle with the problem of errors. Errors are thought to be prevalent in spreadsheets, and in some instances they have cost organizations millions of dollars. In a previous study of 50 operational spreadsheets we found errors in 0.8% to 1.8% of all formula cells, depending on how errors are defined. In the current study we estimate the quantitative impacts of errors i… ▽ More

    Submitted 4 January, 2008; originally announced January 2008.

    Comments: 12 pages including references

    ACM Class: J.1; H.4.1; K.6.4; D.2.5; D.2.9; K.8.1

    Journal ref: Proc. European Spreadsheet Risks Int. Grp. 2007 57-68 ISBN 978-905617-58-6

  29. arXiv:cs/0306073  [pdf, ps, other

    cs.DC cs.PF

    GridMonitor: Integration of Large Scale Facility Fabric Monitoring with Meta Data Service in Grid Environment

    Authors: Rich Baker, Dantong Yu, Jason Smith, Anthony Chan, Kaushik De, Patrick McGuigan

    Abstract: Grid computing consists of the coordinated use of large sets of diverse, geographically distributed resources for high performance computation. Effective monitoring of these computing resources is extremely important to allow efficient use on the Grid. The large number of heterogeneous computing entities available in Grids makes the task challenging. In this work, we describe a Grid monitoring s… ▽ More

    Submitted 13 June, 2003; originally announced June 2003.

    Comments: Talk from the 2003 Computing in High Energy and Nuclear Physics (CHEP03), La Jolla, Ca, USA, March 2003, 8 pages, LaTeX, 1 eps figure, 4 ps figures, 1 style file, Monitoring, PSN MOET005

    ACM Class: C.4; D.4.8; H.3.4; K.6.2

  30. arXiv:cs/0306063  [pdf, ps, other

    cs.DC

    A Model for Grid User Management

    Authors: Richard Baker, Dantong Yu, Tomasz Wlodek

    Abstract: Registration and management of users in a large scale Grid computing environment presents new challenges that are not well addressed by existing protocols. Within a single Virtual Organization (VO), thousands of users will potentially need access to hundreds of computing sites, and the traditional model where users register for local accounts at each site will present significant scaling problem… ▽ More

    Submitted 13 June, 2003; originally announced June 2003.

    Comments: Talk from the 2003 Computing in High Energy and Nuclear Physics (CHEP03), La Jolla, Ca, USA, March 2003, 6 pages, 2 figures and 1 style file, PSN TUBT002

    ACM Class: D.1.3; K.6.m; D.4.6