SECAI Core · phase 3 of 15 · noun
Unstructured data
Data that are not able to be stored in columns and rows, such as audio and video signals, large bodies of text, and webpages.
The Explain card
- Plain English
- Unstructured data does not fit into rows and columns: free text, emails, audio, video, images and web pages.
- Example
- An LLM is trained on a crawl of public web pages. One page contains hidden text crafted to make the model associate a brand with a fake security advisory.
- Why it matters
- Most AI training data is unstructured, and it is the hardest to inspect. Malicious instructions, private data and copyrighted material hide easily in large piles of text and media.
- Hook
- Messy, human and everywhere: the haystack where poisoned needles hide.
Word knowledge
How the word is built, where it came from, and what it sits beside in memory.
In a sentence
The training ingest reads PDFs and call recordings from the unstructured data lake, then the tokenizer streams those files into the next epoch.
Why these words
- unstructured English un- (not) plus Latin structus, piled up, from struere, to build flips the built half, so the given material arrives as a heap rather than an arrangement
- data Latin data, things given, plural of datum names the given material the phrase claims has not been built into a shape
Where it came from
- Origin
- English collocation from un- (not) plus Latin structus (piled up, from struere, to build) and Latin data (things given, plural of datum)
- Entered the language
- 1990s
- What changed
- Unstructured had meant without a fixed form since the 1930s, first of interviews and lessons. Data had meant gifts of fact, then the stuff machines keep. Document-management papers in the 1990s joined them for records that had no schema, and the pair later sat opposite structured as the messy end of a training set.
How it is spelled
- Pattern
- un- is the native English prefix for not, written solid with the stem
- Pattern
- -ure nouns sit beside -ured adjectives
- Pattern
- Latin struere keeps struc- before t
- Pattern
- data stays the Latin plural of datum, even when English treats it as a mass noun
- Breaks the pattern
- the noun phrase stays two words; the hyphen appears only when it modifies another noun
- Breaks the pattern
- unstructured is written solid; un-structured is a misspelling
- Breaks the pattern
- data looks plural but computing English often treats it as a mass noun
Spelled like
- unexpected
- untrained
- construct
- instruct
Broken into chunks
-
un
- unexpected
- unpaid
- untrained
-
struct
- construct
- instruct
- obstruct
-
ure
- culture
- fracture
- nature
-
ed
- trained
- marked
- unexpected
-
data
- datum
- metadata
- database
What it sits beside
Same subject
Same shape
- structured data
- semi-structured data
- unstructured interview
- unstructured text
Data types by shape
Data compounds
Un- family
- unexpected
- untrained
- unpaid
Where it sits in the deck
Phase 3: Data Fundamentals: Types, Pipelines, and Preparation
Models are only as good as their data — understand the raw material and the engineering that shapes it before covering how it flows or breaks.