What is generative AI?
Can create new, original content — such as text, images, videos, audio, music, computer code, 3D models, and more — in response to user inputs (usually called prompts)
Is generative AI a type of machine learning?
Yes
What is machine learning?
Enables computers and systems to learn from data, identify patterns, and make predictions or decisions without being explicitly programmed for every specific task
What is supervised mschine learning?
The model is trained on labeled data (input + correct output). It learns to map inputs to outputs
What is unsupervised machine learning?
No labels — the model finds hidden patterns or structure in the data on its own
What is reinforcement learning?
The model learns by trial and error through interaction with an environment, receiving rewards or penalties for actions
What is natural language processing?
Focuses on enabling computers and machines to understand, interpret, generate, and interact with human language in a meaningful way — whether that language is spoken (speech) or written (text)
What is meant by computational linguistics in NLP?
Rule-based modeling of human language grammar, syntax, and semantics
What is meant by machine learning and deep learning in NLP?
Statistical models that learn patterns from massive amounts of text/speech data
What is meant by large language models?
A massive AI system that has been trained on enormous amounts of text (books, websites, articles, code, conversations, etc.) so it learns the patterns, grammar, facts, reasoning styles, and even some “common sense” present in language
Are LLMs part of NLP?
Yes
Text/Speech Understanding (NLP)
Sentiment analysis (detect if a review is positive/negative)
Named entity recognition (identify people, places, organizations in text)
Part-of-speech tagging, syntax parsing
Generation (NLP)
Text generation (writing articles, emails, code, stories)
Chatbots and conversational AI (like me!)
Summarization, translation, paraphrasing
Speech-related (NLP)
Speech recognition (turning voice to text, e.g., dictation, voice assistants)
Text-to-speech (synthetic voices)
What is an ERP?
ERP in accounting stands for Enterprise Resource Planning. It refers to a type of integrated business management software system (or sometimes the broader concept) that organizations use to manage and automate core business processes across the entire company.
Why does AI appeal to you?
AI is projected to add enormous value to the economy (trillions by 2030) automating grunt work, boosting efficiency in fields like healthcare and finance
It is the future - being experienced with AI alongside my MA knowledge allows me to develop a more broad and future-focused skillset
Real-world problems becoming mainstream - Predict health risks, using ML to learn from the past automate coding/debugging—making AI feel indispensable rather than gimmicky.
How are accounting and AI becomnig more integrated?
Data science enables real-time anomaly detection, fraud identification, risk forecasting
AI adoption in finance teams roughly doubled from 2024 to 2025, with many organizations reaching 49–63% usage by late 2025
What is predictive analysis?
An advanced form of data analysis that uses historical and current data, along with statistical algorithms, machine learning models, and sometimes artificial intelligence, to forecast future outcome
What is tokenization?
Breaking text into manageable units (words, subwords via BPE/WordPiece)