/* ---- Google Analytics Code Below */

Thursday, June 22, 2023

Example of Data Analytics Education with ChatGPT

 In   ORMS  Today Informs    by Elham Torabi  Rhonda A. Syler

June 13, 2023 in Issues in Education

Data Analytics Education with ChatGPT: Unlocking New AI-Powered Possibilities

https://doi.org/10.1287/orms.2023.02.14

In late 2022, OpenAI unveiled ChatGPT, its chat-based language model, and the world has been abuzz and filled with a cacophony of thoughts and opinions – everything from cries of doomsday prophecies and trepidation to elated expressions of excitement and awe as businesses and society have been scrambling to contemplate the vast array of possibilities the latest artificial intelligence (AI) technologies bring. For as many who are embracing its dazzling linguistic prowess, there are equally as many shuddering at its potential to set us back and compound myriad ethical and moral dilemmas that we are struggling to solve as it is – concerns ranging from the implications of erroneous responses, the ability to create imaginary companions, and the further deepening of the challenges of being able to distinguish fact from fiction in the never-ending battle of disinformation and misinformation.

The world of academia has been no exception. There was an immediate sense of alarm among faculty and administrators alike. Not only had yet another new tool erupted to help students cheat, this novel tool, within seconds of receiving a prompt, could produce humanlike responses in any narrative style requested. The consensus: ChatGPT was a game-changer. In addition to concerns with cheating, many academicians also expressed concerns that ChatGPT would put an end to critical and creative thinking, hinder development of oral and written communication skill development, and all but end the ability to think autonomously.

On the flip side, however, ChatGPT has captivated our minds and ignited our curiosity. We argue that ChatGPT can be used to encourage critical and creative thinking rather than destroy it; improve and enhance communication skills; and provide a vehicle for encouraging independent thought. We will acknowledge the dark side of ChatGPT (and similar tools sure to come) in the classroom, but the primary impetus for this article is to provide pragmatic ways in which these tools can add value and enhance the student and instructor experience. We aren’t alone in this endeavor; there has been much discussion about its use in education in general, but there has been little discussion about how it could be adopted for use in more specialized curriculum such as data analytics courses. Our goal for this article is to begin a discussion, and perhaps ignite a debate, about the opportunities AI-driven tools like ChatGPT provide for the data analytics student, educator and curriculum.

Potential Roles for ChatGPT in Data Analytics Education

After testing and evaluating the features and capabilities of ChatGPT, we believe this tool could potentially improve the student experience and facilitate learning and engagement in the data analytics classroom. Many data analysts and data scientists are already using AI as an aid in their daily work environment. ChatGPT promises to join the ranks as a valuable resource.

Among the knowledge, skills and abilities expected of new data analytics graduates, three key areas emerge as potential areas in which learning can be augmented by ChatGPT: coding, data analysis, and communication of the interpretation and insights from the analysis. The key to adding value with ChatGPT, as we will discuss, is providing thoughtful exercises that are laser-focused on key learning outcomes. From this approach, we believe that ChatGPT can, in fact, assist students in strengthening their coding abilities, data analytics skills, and ability to articulate analysis interpretation and data insights to technical and nontechnical audiences – all of which will enhance critical and creative thinking skills, communication skills and students’ ability to think autonomously.

Coding

Driven by natural language processing, ChatGPT’s specialty is text and language, including programming languages. When asking ChatGPT what programming languages it can write code in, the tool quickly responds with a sample list of 19 languages including SQL, Python, R, Java, C#, Ruby, Swift and even Scala. Although ChatGPT seems proud of its extensive knowledge, it does caution the user, “keep in mind that while I can provide assistance and generate examples in these languages, my proficiency might not be as extensive in all of them. If you need help with a specific language or task, feel free to ask, and I’ll do my best to help.”

ChatGPT can help students with writing simple codes in myriad programming languages, and it quickly becomes clear that complex code must be broken down into smaller pieces. Students must be familiar enough with a given language and its syntax and logic to put together the pieces to come up with a complex code that executes the instruction the student intended. Rather than being a hindrance, these limitations provide an opportunity to encourage students to think critically about how to assess the accuracy of output and work autonomously to determine how to use it most efficiently.

In the case of existing code, ChatGPT can debug, optimize and add comments. It can also explain what a block of complex code does in simple language. These features of ChatGPT provide an opportunity for students to dive into code to better understand its structure and logic while engaging their critical thinking skills. Assignments that require students to use ChatGPT to write and then examine code for bugs, or exercises that require students to input buggy code and assess the output for accuracy, could help students improve their coding skills while engaging in critical thinking.

Data Analytics

ChatGPT is not a specialized tool for analytics, but it can provide assistance given a data set and context. Students can copy and paste a data set into ChatGPT and ask for basic descriptive analytics (e.g., means, medians, standard deviation and correlations). ChatGPT can also create data dictionaries and tables and conduct sentiment analysis. Although these use cases are straightforward, students still need to understand the data set and the purpose of the analysis and perform more advanced analysis themselves in other tools. Providing assignments that require the student to input data analysis and prompts to critique and score ChatGPT’s output can help students think critically while fostering a deeper understanding of statistics and mathematical models.

In addition to being limited to basic operations, it is important to note that on its own, ChatGPT cannot create data visualizations (at least not yet). However, it can provide guidance, instructions, code and insight on how to create visualizations. When asked about this competency, ChatGPT responded:

“Unfortunately, I cannot create visual elements like a bar chart as a text-based AI. However, I can help you prepare the frequency distribution table for your data. Please provide the data you’d like to analyze, and I can guide you through the process of creating the table. Once the table is ready, you can use a tool like Excel or Google Sheets to create the bar chart easily.”

We see this limitation as an opportunity. As you can see in Figure 1, when given the data, ChatGPT can create the frequency distribution table and provide instructions for creating the bar charts in another tool. A craftily created exercise can use ChatGPT to guide students through this process to help introduce and/or reinforce the connection between a visualization and its underlying data, as this case does with a bar chart and its underlying frequency distribution. ... 

(more) 

No comments: