Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code:   DatasetGenerationCastError
Exception:    DatasetGenerationCastError
Message:      An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 3 new columns ({'field_name', 'definition', 'value'}) and 15 missing columns ({'intensity', 'prosody_match', 'emotion_secondary', 'emotion_category', 'register', 'source_type', 'sarcasm_flag', 'entry_id', 'topic_domain', 'english_gloss', 'date_added', 'speaker_gender', 'pidgin_text', 'sentiment', 'annotator_notes'}).

This happened while the csv dataset builder was generating data using

hf://datasets/WAZOBIALABS/nigerian-pidgin-voice-text/wazobia_codebook_v07.csv (at revision 190b64346300d8be2152fd79f279ce323ef53838), [/tmp/hf-datasets-cache/medium/datasets/25166567474959-config-parquet-and-info-WAZOBIALABS-nigerian-pidg-31dbdfaf/hub/datasets--WAZOBIALABS--nigerian-pidgin-voice-text/snapshots/190b64346300d8be2152fd79f279ce323ef53838/Wazobia Labs — Nigerian Pidgin Dataset v0.6 - Sheet1.csv (origin=hf://datasets/WAZOBIALABS/nigerian-pidgin-voice-text@190b64346300d8be2152fd79f279ce323ef53838/Wazobia Labs — Nigerian Pidgin Dataset v0.6 - Sheet1.csv), /tmp/hf-datasets-cache/medium/datasets/25166567474959-config-parquet-and-info-WAZOBIALABS-nigerian-pidg-31dbdfaf/hub/datasets--WAZOBIALABS--nigerian-pidgin-voice-text/snapshots/190b64346300d8be2152fd79f279ce323ef53838/Wazobia Labs — WORKSHEET - Nigerian Pidgin Dataset v0.8.csv (origin=hf://datasets/WAZOBIALABS/nigerian-pidgin-voice-text@190b64346300d8be2152fd79f279ce323ef53838/Wazobia Labs — WORKSHEET - Nigerian Pidgin Dataset v0.8.csv), /tmp/hf-datasets-cache/medium/datasets/25166567474959-config-parquet-and-info-WAZOBIALABS-nigerian-pidg-31dbdfaf/hub/datasets--WAZOBIALABS--nigerian-pidgin-voice-text/snapshots/190b64346300d8be2152fd79f279ce323ef53838/wazobia_codebook_v07.csv (origin=hf://datasets/WAZOBIALABS/nigerian-pidgin-voice-text@190b64346300d8be2152fd79f279ce323ef53838/wazobia_codebook_v07.csv), /tmp/hf-datasets-cache/medium/datasets/25166567474959-config-parquet-and-info-WAZOBIALABS-nigerian-pidg-31dbdfaf/hub/datasets--WAZOBIALABS--nigerian-pidgin-voice-text/snapshots/190b64346300d8be2152fd79f279ce323ef53838/wazobia_pidgin_v07_500.csv (origin=hf://datasets/WAZOBIALABS/nigerian-pidgin-voice-text@190b64346300d8be2152fd79f279ce323ef53838/wazobia_pidgin_v07_500.csv)]

Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1800, in _prepare_split_single
                  writer.write_table(table)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 765, in write_table
                  self._write_table(pa_table, writer_batch_size=writer_batch_size)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 773, in _write_table
                  pa_table = table_cast(pa_table, self._schema)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2321, in table_cast
                  return cast_table_to_schema(table, schema)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2249, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              field_name: string
              value: string
              definition: string
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 610
              to
              {'entry_id': Value('string'), 'pidgin_text': Value('string'), 'english_gloss': Value('string'), 'sentiment': Value('string'), 'emotion_category': Value('string'), 'emotion_secondary': Value('string'), 'register': Value('string'), 'sarcasm_flag': Value('string'), 'prosody_match': Value('string'), 'annotator_notes': Value('string'), 'topic_domain': Value('string'), 'speaker_gender': Value('string'), 'intensity': Value('int64'), 'source_type': Value('string'), 'date_added': Value('string')}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1347, in compute_config_parquet_and_info_response
                  parquet_operations = convert_to_parquet(builder)
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
                  builder.download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 882, in download_and_prepare
                  self._download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 943, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1646, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1802, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 3 new columns ({'field_name', 'definition', 'value'}) and 15 missing columns ({'intensity', 'prosody_match', 'emotion_secondary', 'emotion_category', 'register', 'source_type', 'sarcasm_flag', 'entry_id', 'topic_domain', 'english_gloss', 'date_added', 'speaker_gender', 'pidgin_text', 'sentiment', 'annotator_notes'}).
              
              This happened while the csv dataset builder was generating data using
              
              hf://datasets/WAZOBIALABS/nigerian-pidgin-voice-text/wazobia_codebook_v07.csv (at revision 190b64346300d8be2152fd79f279ce323ef53838), [/tmp/hf-datasets-cache/medium/datasets/25166567474959-config-parquet-and-info-WAZOBIALABS-nigerian-pidg-31dbdfaf/hub/datasets--WAZOBIALABS--nigerian-pidgin-voice-text/snapshots/190b64346300d8be2152fd79f279ce323ef53838/Wazobia Labs — Nigerian Pidgin Dataset v0.6 - Sheet1.csv (origin=hf://datasets/WAZOBIALABS/nigerian-pidgin-voice-text@190b64346300d8be2152fd79f279ce323ef53838/Wazobia Labs — Nigerian Pidgin Dataset v0.6 - Sheet1.csv), /tmp/hf-datasets-cache/medium/datasets/25166567474959-config-parquet-and-info-WAZOBIALABS-nigerian-pidg-31dbdfaf/hub/datasets--WAZOBIALABS--nigerian-pidgin-voice-text/snapshots/190b64346300d8be2152fd79f279ce323ef53838/Wazobia Labs — WORKSHEET - Nigerian Pidgin Dataset v0.8.csv (origin=hf://datasets/WAZOBIALABS/nigerian-pidgin-voice-text@190b64346300d8be2152fd79f279ce323ef53838/Wazobia Labs — WORKSHEET - Nigerian Pidgin Dataset v0.8.csv), /tmp/hf-datasets-cache/medium/datasets/25166567474959-config-parquet-and-info-WAZOBIALABS-nigerian-pidg-31dbdfaf/hub/datasets--WAZOBIALABS--nigerian-pidgin-voice-text/snapshots/190b64346300d8be2152fd79f279ce323ef53838/wazobia_codebook_v07.csv (origin=hf://datasets/WAZOBIALABS/nigerian-pidgin-voice-text@190b64346300d8be2152fd79f279ce323ef53838/wazobia_codebook_v07.csv), /tmp/hf-datasets-cache/medium/datasets/25166567474959-config-parquet-and-info-WAZOBIALABS-nigerian-pidg-31dbdfaf/hub/datasets--WAZOBIALABS--nigerian-pidgin-voice-text/snapshots/190b64346300d8be2152fd79f279ce323ef53838/wazobia_pidgin_v07_500.csv (origin=hf://datasets/WAZOBIALABS/nigerian-pidgin-voice-text@190b64346300d8be2152fd79f279ce323ef53838/wazobia_pidgin_v07_500.csv)]
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

entry_id
string
pidgin_text
string
english_gloss
string
sentiment
string
emotion_category
string
emotion_secondary
null
register
string
sarcasm_flag
string
prosody_match
string
annotator_notes
string
topic_domain
string
speaker_gender
string
intensity
int64
source_type
string
date_added
string
WZ-T-0001
How you dey?
How are you?
positive
joy
null
casual
no
matched
Standard Lagos greeting
greeting
neutral
1
original
2026-04-23
WZ-T-0002
How body?
How are you feeling?
neutral
neutral
null
casual
no
matched
More intimate than how you dey
greeting
neutral
1
original
2026-04-23
WZ-T-0003
You don chop?
Have you eaten?
positive
joy
null
casual
no
matched
Care expression very common
food
neutral
1
original
2026-04-23
WZ-T-0004
You don try
Well done — sincere
positive
joy
null
casual
no
matched
Sincere warm praise
social
neutral
1
original
2026-04-23
WZ-T-0005
You don try oh
You really did well
positive
joy
null
casual
no
matched
Oh increases sincerity and warmth
social
neutral
2
original
2026-04-23
WZ-T-0006
You don try well well
You did extremely well — sincere
positive
celebration
null
casual
no
matched
Intensifier doubles sincere praise
social
neutral
3
original
2026-04-23
WZ-T-0007
You don try well well
You think you did well? — sarcastic
negative
forming
null
street
yes
contradicts
Speaker sensed prior deceit or failure — same phrase opposite meaning
social
neutral
3
original
2026-04-23
WZ-T-0008
You don really try
You genuinely did well
positive
celebration
null
casual
no
matched
Really as sincere intensifier
social
neutral
2
original
2026-04-23
WZ-T-0009
E don do abeg
I've had enough please — exhaustion
negative
hustle_fatigue
null
casual
no
matched
Exhaustion and resignation
emotion
neutral
2
original
2026-04-23
WZ-T-0010
E don do
That's enough — stop quantity
neutral
neutral
null
casual
no
matched
Stopping someone from adding too much — food money quantity etc
life
neutral
1
original
2026-04-23
WZ-T-0011
E don do
It's okay — consoling someone crying
neutral
neutral
null
casual
no
matched
Consoling someone upset or crying — gentle and warm
emotion
neutral
1
original
2026-04-23
WZ-T-0012
E don do
Stop it — breaking up a fight
negative
anger
null
street
no
matched
Commanding someone to stop fighting or arguing
conflict
neutral
2
original
2026-04-23
WZ-T-0013
E don do
Enough explanation — cut it short
neutral
neutral
null
casual
no
matched
Cutting off excessive talking or explanation
social
neutral
1
original
2026-04-23
WZ-T-0014
Omo e hard o
Wow it's really difficult
negative
hustle_fatigue
null
casual
no
matched
Acknowledging struggle
emotion
neutral
2
original
2026-04-23
WZ-T-0015
I no fit shout
I can't be bothered
negative
hustle_fatigue
null
street
no
matched
Too tired to react
emotion
neutral
2
original
2026-04-23
WZ-T-0016
Heat dey catch me
The heat is getting to me
negative
hustle_fatigue
null
casual
no
matched
Mild heat complaint
life
neutral
1
original
2026-04-23
WZ-T-0017
Heat wan wound me
This heat is really bad
negative
hustle_fatigue
null
street
no
matched
Dramatic intensification
life
neutral
2
original
2026-04-23
WZ-T-0018
Heat wan kill me
This heat is absolutely unbearable
negative
hustle_fatigue
null
street
no
matched
Peak dramatic expression
life
neutral
3
original
2026-04-23
WZ-T-0019
Na God o
It's God's doing
positive
prayer_gratitude
null
casual
no
matched
Gratitude expression
faith
neutral
1
original
2026-04-23
WZ-T-0020
God don butter my bread
God has blessed me
positive
prayer_gratitude
null
casual
no
matched
Gratitude for breakthrough
faith
neutral
2
original
2026-04-23
WZ-T-0021
You too dey form
You're acting too cool/fake
negative
forming
null
street
no
matched
Calling out pretension
social
neutral
2
original
2026-04-23
WZ-T-0022
You well at all?
Are you okay at all?
negative
anger
null
casual
no
matched
Mild rebuke and disbelief
social
neutral
2
original
2026-04-23
WZ-T-0023
Wahala dey o
There's trouble/drama
negative
anger
null
casual
no
matched
Warning of incoming problem
social
neutral
2
original
2026-04-23
WZ-T-0024
Wetin you mean?
What do you mean?
negative
suspicion
null
casual
no
matched
Challenging someone's statement
social
neutral
2
original
2026-04-23
WZ-T-0025
This man sef
Ugh this man
negative
anger
null
casual
no
matched
Standalone exasperation — complete thought
social
neutral
2
original
2026-04-23
WZ-T-0026
This man eh
Ugh this man
negative
anger
null
casual
no
matched
Same meaning as this man sef — different expression
social
neutral
2
original
2026-04-23
WZ-T-0027
This boy dey gba
This boy is smelling
negative
anger
null
street
no
matched
Direct social judgment about body odour
social
neutral
2
original
2026-04-23
WZ-T-0028
You never lock door
You haven't locked the door
neutral
neutral
null
casual
no
matched
Plain reminder no emotional charge
life
neutral
1
original
2026-04-23
WZ-T-0029
You never lock door oh
You still haven't locked the door
neutral
neutral
null
casual
no
matched
Emotion escalates to anger depending on tone — see prosody
life
neutral
2
original
2026-04-23
WZ-T-0030
Ordinary water he no get
He doesn't even have basic water
negative
shock
null
street
no
matched
Shock at complete unpreparedness — betrayal also present
social
neutral
3
original
2026-04-23
WZ-T-0031
You just dey come Lagos?
Are you new to Lagos? — genuine
neutral
neutral
null
casual
no
matched
Genuine question to newcomer
social
neutral
1
original
2026-04-23
WZ-T-0032
You just dey come Lagos?
You clearly don't know Lagos — mockery
negative
forming
null
street
yes
contradicts
Mockery of naivety — speaker still in Lagos context
social
neutral
2
original
2026-04-23
WZ-T-0033
Abeg leave matter
Please drop the topic
negative
hustle_fatigue
null
casual
no
matched
Dismissal tired of subject
emotion
neutral
2
original
2026-04-23
WZ-T-0034
E be things
That's just how it is
neutral
neutral
null
casual
no
matched
Resignation and acceptance
life
neutral
1
original
2026-04-23
WZ-T-0035
I dey kampe
I'm doing very well
positive
joy
null
casual
no
matched
Strong positive state
greeting
neutral
1
original
2026-04-23
WZ-T-0036
Wetin dey happen?
What's going on?
neutral
neutral
null
casual
no
matched
General check-in
social
neutral
1
original
2026-04-23
WZ-T-0037
We move!
We're moving forward!
positive
celebration
null
street
no
matched
Hype and motivation phrase
motivation
neutral
3
original
2026-04-23
WZ-T-0038
Dem never see anything
They haven't seen anything yet
positive
pride
null
street
no
matched
Confidence and swagger
motivation
neutral
2
original
2026-04-23
WZ-T-0039
No dulling we move
No slacking let's go
positive
celebration
null
street
no
matched
Motivational push
motivation
neutral
3
original
2026-04-23
WZ-T-0040
E sweet me die
I enjoyed it so much
positive
joy
null
street
no
matched
Intense enjoyment
emotion
neutral
2
original
2026-04-23
WZ-T-0041
You wan go market?
Do you want to go to the market?
neutral
neutral
null
casual
no
matched
Simple question no emotional charge
life
neutral
1
original
2026-04-23
WZ-T-0042
Abi now
You agree right? — seeking confirmation
neutral
neutral
null
casual
no
matched
Seeking agreement or validation from listener
social
neutral
1
original
2026-04-23
WZ-T-0043
You this person
You this person — frustrated
negative
anger
null
casual
no
matched
Real frustration and irritation — not playful
social
neutral
2
original
2026-04-23
WZ-T-0044
E be like say
It seems like — realization
neutral
neutral
null
casual
no
matched
Realization version — speaker just figured something out
social
neutral
1
original
2026-04-23
WZ-T-0045
E be like say
It seems like — doubt
negative
suspicion
null
casual
no
matched
Doubt version — speaker not convinced
social
neutral
2
original
2026-04-23
WZ-T-0046
No be small thing
This exceeded expectations
positive
pride
null
casual
no
matched
Happy about outcome — slightly exceeded expectation or genuine admiration
social
neutral
2
original
2026-04-23
WZ-T-0047
See your life
Look at the state of you
negative
forming
null
street
no
matched
Pure mockery — no affectionate version
social
neutral
2
original
2026-04-23
WZ-T-0048
I hail
I respect you
positive
pride
null
casual
no
matched
Pure respect and acknowledgement — never sarcastic
social
neutral
1
original
2026-04-23
WZ-T-0049
Shine your eye
Be alert — warning of danger or deceit
negative
suspicion
null
street
no
matched
Warning for deceitful cunning unpredictable or risky situations
social
neutral
2
original
2026-04-23
WZ-T-0050
Shine your eye well well
Be very alert — strong warning
negative
suspicion
null
street
no
matched
Intensified version — situation is seriously risky or dangerous
social
neutral
3
original
2026-04-23
WZ-T-0051
How much be the money?
How much does it cost?
neutral
neutral
null
casual
no
matched
Simple price inquiry
money
neutral
1
original
2026-04-23
WZ-T-0052
Allawee don show
Allowance has arrived
positive
celebration
null
casual
no
matched
Joy at receiving allowance
money
neutral
2
original
2026-04-23
WZ-T-0053
Salary don show
Salary has arrived
positive
celebration
null
casual
no
matched
Joy at receiving salary
money
neutral
3
original
2026-04-23
WZ-T-0054
I no get money
I don't have money
negative
hustle_fatigue
null
casual
no
matched
Plain statement of being broke
money
neutral
1
original
2026-04-23
WZ-T-0055
Owu dey blow me
Poverty is hitting me hard
negative
hustle_fatigue
null
street
no
matched
Humorous informal word for poverty — same as sapa
money
neutral
2
original
2026-04-23
WZ-T-0056
Sapa dey
There's no money — poverty is present
negative
hustle_fatigue
null
street
no
matched
Sapa = symbolic word for poverty — dey confirms its presence
money
neutral
2
original
2026-04-23
WZ-T-0057
Sapa
Poverty — I am broke
negative
hustle_fatigue
null
street
no
matched
Standalone sapa — more intense — I AM the poverty
money
neutral
3
original
2026-04-23
WZ-T-0058
I no hold money
I don't have money
negative
hustle_fatigue
null
casual
no
matched
Money comes and goes — can't retain it
money
neutral
2
original
2026-04-23
WZ-T-0059
Comot money for me now?
Give me a discount
neutral
market_energy
null
casual
no
matched
Requesting discount — direct ask
money
neutral
1
original
2026-04-23
WZ-T-0060
No charge me oh
Don't give me an expensive price
negative
market_energy
null
casual
no
matched
Requesting not to be overcharged — mild plea
money
neutral
1
original
2026-04-23
WZ-T-0061
You too cost
You are too expensive
negative
market_energy
null
street
no
matched
Frustration at high price of person or thing
money
neutral
2
original
2026-04-23
WZ-T-0062
E cost oh
It's expensive
negative
market_energy
null
casual
no
matched
General complaint about price
money
neutral
2
original
2026-04-23
WZ-T-0063
I dey owe
I am in debt
negative
hustle_fatigue
null
casual
no
matched
Stating debt situation plainly
money
neutral
1
original
2026-04-23
WZ-T-0064
I no fit pay
I can't afford to pay
negative
hustle_fatigue
null
casual
no
matched
Inability to pay — resigned
money
neutral
2
original
2026-04-23
WZ-T-0065
Come collect your money
Come and take your money
neutral
neutral
null
casual
no
matched
Telling someone to collect what is owed to them
money
neutral
1
original
2026-04-23
WZ-T-0066
Bank debit me yesterday
The bank debited me yesterday
negative
shock
null
casual
no
matched
Surprise and frustration at unexpected debit
money
neutral
2
original
2026-04-23
WZ-T-0067
Opay dem debit me yesterday
Opay debited me yesterday
negative
shock
null
street
no
matched
Same as bank debit but specific to Opay — very natural Lagos fintech speech
money
neutral
2
original
2026-04-23
WZ-T-0068
Credit alert dey hungry me
I really want to get a credit alert
negative
craving
null
street
no
matched
Intense longing for money to land in account
money
neutral
3
original
2026-04-23
WZ-T-0069
I never get alert
I haven't received an alert yet
negative
craving
null
casual
no
matched
Waiting anxiously for payment to arrive
money
neutral
2
original
2026-04-23
WZ-T-0070
You no go comot money for me?
Won't you give me a discount?
negative
suspicion
null
casual
no
matched
Pleading with frustration — rhetorical discount request
money
neutral
2
original
2026-04-23
WZ-T-0071
Wetin you wan buy?
What do you want to buy?
neutral
neutral
null
casual
no
matched
Seller asking buyer intent
money
neutral
1
original
2026-04-23
WZ-T-0072
Wetin you dey sell?
What are you selling?
neutral
neutral
null
casual
no
matched
Buyer asking seller what they have
money
neutral
1
original
2026-04-23
WZ-T-0073
Your price fit kill persin
Your price can kill someone
negative
market_energy
null
street
no
matched
Rhetorical frustration at extremely high price
money
neutral
3
original
2026-04-23
WZ-T-0074
Persin no fit buy market from your hand oh?
Someone can't buy something from you oh
negative
market_energy
null
street
no
matched
Rhetorical frustration — prices too high for anyone to afford
money
neutral
3
original
2026-04-23
WZ-T-0075
No send me go village oh
Don't make me broke
negative
suspicion
null
street
no
matched
Warning not to drain someone financially
money
neutral
2
original
2026-04-23
WZ-T-0076
How much be d thing?
How much is it?
neutral
neutral
null
casual
no
matched
Casual price inquiry — d is the
money
neutral
1
original
2026-04-23
WZ-T-0077
No dey owe persin
Don't owe people
neutral
neutral
null
casual
no
matched
Advice against owing people — proverb-like
money
neutral
1
original
2026-04-23
WZ-T-0078
You too beg
You beg too much
negative
anger
null
street
no
matched
Frustration at someone who constantly asks for things
money
neutral
2
original
2026-04-23
WZ-T-0079
Abeg help me transfer money
Please help me transfer money
neutral
neutral
null
casual
no
matched
Polite request for transfer help
money
neutral
1
original
2026-04-23
WZ-T-0080
Transfer no dey go
The transfer is not going through
negative
anger
null
casual
no
matched
Frustration at failed transfer — very common Lagos fintech pain
money
neutral
2
original
2026-04-23
WZ-T-0081
Bank never open
The bank hasn't opened yet
neutral
neutral
null
casual
no
matched
Stating bank is not yet open
money
neutral
1
original
2026-04-23
WZ-T-0082
You don pay?
Have you paid?
neutral
neutral
null
casual
no
matched
Simple payment confirmation check
money
neutral
1
original
2026-04-23
WZ-T-0083
Card no dey work oh
My card is not working
negative
anger
null
casual
no
matched
Frustration at card failure — common fintech pain point
money
neutral
2
original
2026-04-23
WZ-T-0084
Abeg transfer my money
Please transfer my money
neutral
neutral
null
casual
no
matched
Direct request for transfer
money
neutral
1
original
2026-04-23
WZ-T-0085
I no fit buy am that price
I can't buy it at that price
negative
market_energy
null
casual
no
matched
Price negotiation — rejecting current price
money
neutral
2
original
2026-04-23
WZ-T-0086
No be small money oh
This is not a small amount of money
negative
shock
null
casual
no
matched
Expressing that the amount is significant
money
neutral
2
original
2026-04-23
WZ-T-0087
Money no dey
There is no money
negative
hustle_fatigue
null
casual
no
matched
Plain statement — broke
money
neutral
2
original
2026-04-23
WZ-T-0088
I no fit buy am
I cannot afford it
negative
hustle_fatigue
null
casual
no
matched
Simple inability to afford — resigned
money
neutral
1
original
2026-04-23
WZ-T-0089
You never pay me
You haven't paid me yet
negative
anger
null
casual
no
matched
Demanding unpaid debt — direct
money
neutral
2
original
2026-04-23
WZ-T-0090
Where my money dey?
Where is my money?
negative
anger
null
casual
no
matched
Demanding owed money — escalated
money
neutral
3
original
2026-04-23
WZ-T-0091
E don enter my account
It has entered my account
positive
celebration
null
casual
no
matched
Joy at money landing — alert received
money
neutral
3
original
2026-04-23
WZ-T-0092
Them block my account
They blocked my account
negative
shock
null
casual
no
matched
Shock at account being frozen — common fintech pain
money
neutral
3
original
2026-04-23
WZ-T-0093
I go pay you back
I will pay you back
neutral
neutral
null
casual
no
matched
Promise to repay debt
money
neutral
1
original
2026-04-23
WZ-T-0094
When you go pay me?
When are you going to pay me?
negative
anger
null
casual
no
matched
Frustrated creditor demanding repayment timeline
money
neutral
2
original
2026-04-23
WZ-T-0095
E cheap
It's cheap
positive
market_energy
null
casual
no
matched
Positive reaction to affordable price
money
neutral
1
original
2026-04-23
WZ-T-0096
Make we price am
Let's negotiate the price
neutral
market_energy
null
casual
no
matched
Opening price negotiation — very Lagos market
money
neutral
1
original
2026-04-23
WZ-T-0097
Last price
What's your final price?
neutral
market_energy
null
street
no
matched
Final negotiation push — buyer demanding best price
money
neutral
2
original
2026-04-23
WZ-T-0098
I go manage am
I will make do with it
negative
hustle_fatigue
null
casual
no
matched
Accepting something despite it not being ideal
money
neutral
1
original
2026-04-23
WZ-T-0099
No be here I go find money
This is not where I will make money
negative
pride
null
street
no
matched
Rejecting a bad deal with confidence — walking away energy
money
neutral
2
original
2026-04-23
WZ-T-0100
My account don red
My account is overdrawn
negative
shock
null
casual
no
matched
Account overdrawn or empty — visual metaphor
money
neutral
3
original
2026-04-23
End of preview.

Wazobia Labs — Nigerian Pidgin Emotion & Sentiment Dataset

Version: v0.8 — May 2026 Entries: 550 annotated entries Builder: Wazobia Labs License: CC-BY-4.0 — commercial use permitted with attribution Contact: wazobialabs@gmail.com Language: Nigerian Pidgin (Naija) — ISO 639-3: pcm


What This Is

The first commercially licensed Nigerian Pidgin emotion and sentiment dataset — built from lived native speaker knowledge, not translated from English, not scraped from news broadcasts, not built for academic publication.

Built for the product team, not the paper.

Nigerian Pidgin is spoken by over 100 million people across Nigeria and the Nigerian diaspora. Every AI system currently deployed for Nigerian users — health chatbots, fintech customer service, voice assistants — is operating without any verified understanding of how Nigerian Pidgin speakers actually communicate. There is no evaluation benchmark. There is no culturally grounded emotion taxonomy. There is no sarcasm corpus.

Wazobia Labs builds what they deliberately left out.


Dataset Summary

Specification v0.8
Total entries 550
Emotion categories 16
Sentiment labels positive / negative / neutral
Sarcasm pairs 28 complete pairs (39 sarcasm entries total)
Health domain entries 100
Female speaker representation ~45%
Register coverage casual / street / proverbial
License CC-BY-4.0
Language Nigerian Pidgin (pcm)

The 16-Category Emotion Taxonomy

This dataset introduces the Wazobia Labs Nigerian Pidgin emotion taxonomy — 16 categories, four with no equivalent in any existing NLP framework:

Category Type Definition
forming Nigerian-specific ★ Deliberately performing emotional indifference as social armour. Acting unbothered on purpose. A mask worn in public. AI reads this as neutral and misses everything.
hustle_fatigue Nigerian-specific ★ The specific exhaustion of sustained economic grinding where stopping is not an option. Not burnout — the kind where you cannot afford to stop. Rest later, the rent is due.
hustle_energy Nigerian-specific ★ Fired-up grind motivation. Defiant optimism about economic achievement. Often includes the Lagos "before 30" cultural timeline urgency.
market_energy Nigerian-specific ★ The sharp, alert, competitive transactional register of Lagos commerce. Not aggression — a specific deal-making emotional state.
anger Standard Frustration, irritation, outrage
betrayal Standard Feeling deceived or disrespected by someone trusted
celebration Standard Communal wins, hype, collective joy
contempt Standard Cold downward dismissal — icy, not hot like anger
craving Standard Intense desire for something not yet present
joy Standard Genuine happiness, excitement, delight. Includes soft life expressions.
neutral Standard No specific emotion detectable
prayer_gratitude Cultural Spiritual thankfulness — the Nigerian testimony register
pride Standard Confidence, swagger, self-assurance
sarcasm Critical Meaning inversion through deadpan delivery — prosodically identical to sincere speech
shock Standard Surprise mixed with disbelief
suspicion Standard Wariness, awareness of attempted manipulation

Category Distribution

Category Entries
neutral 94
hustle_fatigue 71
pride 45
anger 40
prayer_gratitude 36
joy 30
sarcasm 28
celebration 25
forming 25
shock 25
suspicion 24
contempt 24
hustle_energy 21
craving 21
betrayal 21
market_energy 20
Total 550

Why This Dataset Exists

The BBC Pidgin Problem

The most cited Nigerian Pidgin NLP resource is the BBC Pidgin corpus — compiled from formal news broadcasts. It has four sentiment labels. It contains no sarcasm pairs, almost no health language, and skews male.

A model trained on BBC Pidgin data cannot:

  • Detect that "You don try well well" is sarcasm when delivered deadpan
  • Classify "I no fit shout" as hustle_fatigue rather than generic negativity
  • Read "E don do, I just dey manage" as clinical resignation rather than neutral filler
  • Understand that "I dey my lane" is forming — performed indifference — not genuine contentment

Wazobia Labs builds the dataset that fills these gaps.

The Sarcasm Gap

Nigerian sarcasm is delivered deadpan — prosodically identical to sincere speech. The exact same phrase can mean the opposite depending entirely on cultural context.

This dataset contains 28 complete sarcasm pairs: the same Pidgin phrase annotated twice — once sincere, once sarcastic — with annotator notes documenting the contextual conditions that determine which reading applies.

The Health Domain

100 health domain entries capture how Nigerian patients communicate about their health in natural Pidgin. This matters because:

"E don do, I just dey manage" — AI reads neutral. It means a patient has given up trying to get better. That is a clinical signal.

"My body no dey again oh" — AI reads negative/frustration. It means physical depletion so severe the speaker cannot function normally.

Health AI deployed for Nigerian users without this layer of understanding will miss the moments that matter most.


Data Fields

Each entry contains 15 fields:

Field Description Values
entry_id Unique identifier WZ-T-XXXX format
pidgin_text Nigerian Pidgin text Raw text
english_gloss Plain English meaning Text
sentiment Overall sentiment positive / negative / neutral
emotion_category Primary emotion 16-category taxonomy
emotion_secondary Secondary emotion 16-category taxonomy or blank
register Language register casual / street / proverbial
sarcasm_flag Sarcasm indicator yes / no
prosody_match Tone vs meaning alignment matched / contradicts / neutral
annotator_notes Cultural context and rationale Text
topic_domain Subject domain health / money / work / social / faith / relationship / conflict / motivation / emotion / food / greeting / life
speaker_gender Speaker gender female / neutral
intensity Emotion strength 1–5
source_type Entry origin original / overheard / social_media / adapted
date_added Annotation date ISO date

Annotation Methodology

Cultural Authority

Every annotation decision in this dataset was made by a native speaker with lived fluency across three Nigerian Pidgin registers:

  • Warri Pidgin — the original creole form, Delta State origin
  • Eastern Nigerian Pidgin — Owerri and Aba variants
  • Lagos Pidgin — the urban cosmopolitan form

The lead annotator is an Igbo woman born in Aba, raised in Warri, educated in Owerri, living in Lagos. This trajectory is the methodology. Cultural authority — not institutional backing — is the foundation.

Bottom-Up Taxonomy Construction

Standard NLP emotion taxonomies are constructed top-down from existing psychological literature. This approach fails for Nigerian Pidgin because the psychological literature was not built on Nigerian speakers.

The Wazobia Labs taxonomy was constructed bottom-up: emotion categories were identified from observed native speaker expression in natural Pidgin communication, then formalised as annotation labels. Only categories that (a) cannot be accurately represented by existing taxonomy labels, (b) appear with sufficient frequency in natural Pidgin, and (c) can be defined clearly enough for consistent inter-annotator application were included.

Sarcasm Pair Protocol

Each sarcastic entry is paired with its sincere twin — the same phrase annotated as if spoken sincerely. Both entries carry prosody_match: matched because Nigerian sarcasm is prosodically identical to sincere speech. The sarcastic entry is additionally flagged sarcasm_flag: yes with annotator notes documenting the contextual conditions for the sarcastic reading.


Companion Datasets

WAZOBIALABS/nigerian-pidgin-eval Gold-standard evaluation set — v0.3 — 253 entries — all 16 categories at minimum 15 entries — 28 sarcasm pairs — 40 health entries

WAZOBIALABS/igbo-voice-text Igbo emotion dataset — v0.1 — 50 entries — 14 Igbo-specific emotion categories


Version History

Version Entries Date Notes
v0.1 50 March 2026 Initial release
v0.2 100 April 2026 Expanded
v0.3 200 April 2026 Taxonomy expanded
v0.4 300 April 2026 Health domain added
v0.5 400 May 2026 Sarcasm pairs expanded
v0.6 484 May 2026 Full taxonomy coverage
v0.7 500 May 2026 Eval set published
v0.8 550 May 2026 Native speaker corrections, 100 health entries, continuous entry IDs WZ-T-0001 to WZ-T-0550

Roadmap

Milestone Target
Inter-annotator agreement published June 2026
arXiv paper — taxonomy methodology June 2026
1,000 entries Month 3
Voice recordings begin Month 4
Igbo dataset — 200 entries Month 3
v1.0 public release Q3 2026

Citation

@dataset{wazobia_labs_pidgin_2026,
  author    = {Okoye, Stephanie Nkemjika},
  title     = {Wazobia Labs Nigerian Pidgin Emotion and Sentiment Dataset},
  year      = {2026},
  version   = {0.8.0},
  publisher = {Hugging Face},
  url       = {https://huggingface.co/datasets/WAZOBIALABS/nigerian-pidgin-voice-text},
  license   = {CC-BY-4.0},
  note      = {First commercially licensed Nigerian Pidgin emotion dataset with 16-category cultural taxonomy}
}

Licensing

Published under CC-BY-4.0 — free to use for research, academic, and commercial purposes with attribution.

Enterprise licensing with support, update guarantees, version locking, and integration documentation available separately.

Contact: wazobialabs@gmail.com


About Wazobia Labs

Wazobia Labs builds African language AI infrastructure that does not exist but should. We identify the specific, high-value gaps in African language data that existing datasets leave open — then build exactly those gaps with commercial licensing, production-grade quality, and the cultural specificity that real AI products need.

Not another Twitter scrape. Not another scripted studio recording. We build what they deliberately left out.

HuggingFace WAZOBIALABS
Contact wazobialabs@gmail.com
Founded Lagos, Nigeria — 2026
Downloads last month
231