Month: May 2018

Transmission and Nina-Marie Amadeo ’18 in Wellesley Daily Shot

The Wellesley Daily Shot featured Nina-Marie Amadeo ’18 and her pioneering Transmission online diversity education platform.

Eni Mustafaraj and Khonzoda Umarova ’20 present at AAAI FLAIRS 2018

At the 31st Florida Artificial Intelligence Research Society Conference (FLAIRS), sponsored by AAAI:

Eni Mustafaraj presented Task-specific Language Modeling for Selecting Peer-written Explanations, a paper coauthored with Khonzoda Umraova ’20,  Lyn Turbak, and Sohie Lee, on a CS 111 assignment that asks students to explain bugs and the debugging process and deploys artificial intelligence to assist in distinguishing strong or weak explanations.

At the conference, Khonzoda Umarova ’20 also presented a poster on Recognizing and Exemplifying Gender Bias in Online Articles, based on research work with Mustafaraj.

CS Seniors Present Theses

CS Majors from the Class of 2018 presented their thesis work:

Eliza McNair ’18

adVantage – Seeing the Universe: How Virtual Reality can Further Augment a Three-Dimensional Model of a Star-Planet-Satellite System for Educational Gain in Undergraduate Astronomy Education

This thesis introduces the “adVantage – Seeing the Universe” system, a learning environment designed to augment introductory undergraduate astronomy education. The goal of the adVantage project is to show how an immersive virtual reality (VR) environment can be used effectively to model the relative sizes and distances between objects in space. To this end, adVantage leverages the benefits of three-dimensional models by letting users observe and interact with astronomical phenomena from multiple  perspectives. The system uses pre-set vantage points to structure students’    progress through a variety of “missions” designed to improve their understanding of scale. The adVantage system departs from two-dimensional, textbook illustrations by adding navigable depths to a star-planet-satellite system, and distinguishes itself from existing pedagogical 3D space-simulation environments (that we know of) by establishing a laboratory for student investigation. Students exploring in adVantage will be able to observe the relative sizes and orbital movements of the subjects of the system: e.g., the exoplanet WASP-12b, its Sun-like star, WASP-12, and imagined satellites constructed to resemble the Earth and its Moon. This combination of astronomical bodies will engage students by introducing the new star-exoplanet system and provide context by incorporating familiar elements. We have already implemented a JavaScript prototype of the adVantage system and are developing the VR system using the game engine Unity and the VR system SteamVR. Students will interact with adVantage using a HTC Vive headset and hand controllers. We will carry out preliminary investigations of student response to the system when the immersive version of adVantage is complete.

Valerie Zhao ’18

Evaluation of Dynamic Binary Instrumentation Approaches: Dynamic Binary Translation vs. Dynamic Probe Injection

Valerie Zhao and thesis committeeFrom web browsing to bank transactions, to data analysis and robot automation, just about any task necessitates or benefits from the use of software. Ensuring a piece of software to be effective requires profiling the program’s behavior to evaluate its performance, debugging the program to fix incorrect behaviors, and examining the program to detect security flaws. These tasks are made possible by instrumentation—the method of inserting code into a program to collect data about its behavior. Dynamic binary instrumentation (DBI) enables programmers to understand and reason about program behavior by inserting code into a binary during run time to collect relevant data, and is more flexible than static or source-code instrumentation, but incurs run-time overhead. This thesis attempts to extend the preexisting characterization of the tradeoffs between dynamic binary translation (DBT) and dynamic probe injection (DPI), two popular DBI approaches, using Pin and LiteInst as sample frameworks. It also describes extensions to the LiteInst framework that enable it to instrument function boundaries more effectively. Evaluations found that LiteInst performed up to 80× slower than the original binary run time, while Pin had at most 10× slow-down, suggesting that DBT is more efficient in some aspects.

Maja Svanberg ’18

Suggested Blocks: Using Neural Networks To Aid Novice Programmers In App Inventor

Maja Svanberg and thesis comitteeMIT App Inventor is a programming environment in which users build Android applications by connecting blocks together. Because its main audience is beginner programmers, it is important that users are given the proper guidance and instruction to successfully become creators. In order to offer this help, App Inventor provides text-based tutorials that describe the workflow of example programs to users. However, studies have shown that out-of-context help such as tutorials has little to no effect on learning, and when given the choice, users prefer in-context hints and suggestions. In order for users to overcome some of the barriers with self-training, we need to provide them with relevant information and in-context suggestions. Therefore, I am introducing Suggested Blocks, a data-driven model that leverages machine learning to provide users with relevant suggestions of which blocks to include in their programs.

In this project, I focused on developing the neural networks to power a suggested blocks system. Using original apps from real App Inventor users, I developed a set of experiments to discover plausible vector representations of the data, including tree traversals, n-grams, tree structures, as well as different network architectures to generate the best possible block suggestions for the users. The objective is not only to be accurate, but to provide suggestions that are sensible, relevant, and most importantly, educational. When simulating the best model on reconstructing an original project from a novice user, suggesting only 10 blocks at a time, the user would be able to drag- and-drop 60% of her blocks straight form the Suggested Blocks drawer. Overall, the results show promise for a future implementation of a Suggested Blocks system.

CS returns to SCI Lip Sync with “New Rules”

Lip Sync veterans Jean Herbst and Eni Mustafaraj returned to the 2018 SCI Faculty Lip Sync with new stars Cibele Freire and Scott Anderson, introducing their latest hit, New Rules, a collaboration with Do a Loopa. See how many CS references you can pick up in their subtle lyric engineering and moves!

Eni Mustafaraj Receives NSF CAREER Grant on Signals for Evaluating the Credibility of Web Sources and Advancing Web Literacy

Assistant Professor of Computer Science Eni Mustafaraj was awarded the highly competitive National Science Foundation CAREER grant for early-career faculty in support of her work on “Signals for Evaluating the Credibility of Web Sources and Advancing Web Literacy.” The 5-year $460,610 grant will support Eni’s work with several student researchers under her leadership in the Wellesley Cred Lab.

Eni’s project will identify and implement signals about online sources that will help users assess their credibility (should you believe what this source is writing about climate science or gender equality?) These signals can be used to augment search results, for example in Google. A concrete example in one of Eni’s blog posts uses the metaphor of “nutrition labels” to explain this augmentation.

Wellesley Cred Lab, Spring 2018 outing

Wellesley Cred Lab, Spring 2018 outing

Denae Ford: Paradise Unplugged

On April 30, Denae Ford, PhD candidate in CS at NCSU, gave a talk titled Paradise Unplugged.

Denae Ford: Paradise Unplugged

Abstract:
Online question-and-answer (Q&A) communities, like Stack Overflow, have norms that are not obvious to all users. For example, novice users create and post programming questions without feedback, and the community enforces site norms through public downvoting and commenting. This can leave users discouraged from participating due to community barriers such as posting is hard, friends are easy; fear of negative feedback; and onboarding hoops.To determine how to increase participation, we investigate two mechanisms relating to 1) identity-based signals and 2) mentorship. First, we investigate peer parity and find that women re-engage significantly sooner after receiving answers from other women on their first question. Then, we conduct a month-long study in which we redirect Stack Overflow novices in the process of asking a question to an on-site Help Room. In the Help Room, novices received feedback on their question drafts from experienced Stack Overflow mentors. We present examples and discussion of various question improvements including question context, code formatting, and wording that adheres to on-site cultural norms. We find that mentored questions are substantially improved over non-mentored questions, with average scores increasing by 50%. These results suggest we can challenge socio-technical communities to recreate onboarding experiences across domains to increase participation.
 
Bio:
Denae Ford is a Doctoral Candidate in the Department of Computer Science at North Carolina State University where she is a member of the alt-code lab, advised by Dr. Chris Parnin. Her research identifies cognitive and social barriers to participation in online socio-technical ecosystems. A few of these ecosystems include remote technical interviews, Stack Overflow, and GitHub using biometric sensing through eye movements and nonverbal cues. Her most recent work dismantles barriers to participation taking advantage of identity deployment, peer parity, and community mentorship.
During her tenure at North Carolina State University, she has collaborated with researchers from MIT Lincoln Laboratory, Microsoft Research, Stack Exchange, Carnegie Mellon, University of Rochester and others. These collaborations have resulted in ACM and IEEE publications which have been presented at international conferences in software engineering and human-computer interaction.
 
Denae is a recipient of the National GEM Consortium Fellowship, National Science Foundation Graduate Research Fellowship, and Microsoft Research Ph.D. Fellowship. She holds a Bachelor of Science and Master of Science degree in Computer Science from North Carolina State University where she also minors in Cognitive Science.

Powered by WordPress & Theme by Anders Norén

Skip to toolbar