File size: 9,805 Bytes
41c5709
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
---
language:
- yo
license: other
pretty_name: Yoruba Honorific Pronoun Etiquette Benchmark
size_categories:
- 1K\<n\<10K
tags:
- yoruba
- linguistics
- pragmatics
- politeness
- honorifics
- pronouns
- low-resource-language
- african-languages
- llm-evaluation
- cultural-alignment
---

# Yoruba Honorific Pronoun Etiquette Benchmark

## Overview

This dataset is a Yoruba-language benchmark focused on **honorific
pronouns, politeness markers, and socially appropriate pronoun
selection**.

The project is motivated by the observation that politeness is
culturally and socially grounded. In Yoruba, choices among second-person
forms can encode age, social status, familiarity, deference, and
interpersonal relationships. An LLM may produce a grammatically possible
Yoruba form while still failing to preserve the culturally appropriate
level of respect.

The aim of this project is therefore not only to test Yoruba language
generation, but to evaluate whether a language model can maintain
**socially appropriate Yoruba pronoun choices** when speaker-addressee
relationships and discourse contexts change.

## Dataset contents

The repository contains both the raw/source dataset and the
AdaptLab-adapted dataset, together with benchmark and error-analysis
outputs.

### Main datasets

-   `yoruba_pronoun_etiquette.csv` --- raw/source dataset.
-   `Yoruba_5000_AdaptLab_READY.csv` --- 5,000-row AdaptLab-adapted
    dataset.

### Benchmark outputs

-   `yoruba_pronoun_benchmark_clean.csv` --- cleaned benchmark data.
-   `yoruba_pronoun_benchmark_v4.csv` --- V4 benchmark results.
-   `yoruba_pronoun_results_v4.csv` --- pronoun-level results.
-   `yoruba_relationship_results_v4.csv` --- results grouped by social
    relationship.
-   `yoruba_pronoun_error_matrix_v4.csv` --- pronoun error matrix.

## Raw dataset

The raw dataset contains controlled Yoruba examples designed around
pronoun etiquette and social relationships. The examples encode
contextual information such as:

-   speaker/addressee relationship;
-   relative age or social position;
-   familiarity;
-   communicative situation;
-   candidate pronoun forms;
-   target politeness/honorific interpretation.

The raw dataset is a controlled dataset rather than a collection of
naturally occurring conversations. This distinction is important when
interpreting the results.

## Adapted dataset

The adapted dataset was produced using **AdaptLab**. The adaptation
process reformulated the original examples into model-oriented
prompt/completion examples while retaining the central linguistic and
pragmatic task.

The adapted data includes Yoruba contexts in which the model is required
to select or produce an appropriate form based on the relationship
between interlocutors.

Examples include contrasts involving relationships such as:

-   peer → peer;
-   younger → elder;
-   younger → older visitor;
-   younger → leader;
-   student → teacher;
-   student → professor;
-   adult → child;
-   younger → family head;
-   younger → Babaláwo;
-   close colleagues;
-   friends;
-   siblings/close family.

## Annotation scheme

The benchmark treats pronoun selection as a pragmatic
classification/evaluation problem rather than purely a surface-form
matching task.

The relevant annotation dimensions include:

1.  **Social relationship** --- who is speaking to whom.
2.  **Discourse context** --- the situation in which the utterance
    occurs.
3.  **Candidate forms** --- the pronoun alternatives presented to the
    model.
4.  **Gold pronoun** --- the expected socially appropriate form.
5.  **Adapted pronoun** --- the form produced/selected after adaptation.
6.  **Politeness/honorific function** --- whether the form reflects
    deference, solidarity, or a non-honorific usage.

The project distinguishes forms including `ìwọ`, `ẹ`, `ẹ̀yin`, `yín`,
`o`, `ọ`, and `rẹ` where they occur in the benchmark.

## Cultural and linguistic motivation

Politeness is treated in this project as a culturally situated component
of language use. Yoruba honorific usage cannot be reduced to a simple
grammatical rule because social variables such as age, status,
familiarity, and relationship influence appropriate forms.

The benchmark therefore deliberately places pronoun choices inside
social contexts. This is intended to test whether an LLM preserves
culturally meaningful distinctions rather than simply generating a
locally grammatical Yoruba expression.

The project follows the linguistic literature supplied with the
research, including work discussing Yoruba honorific pronouns, age,
social status, familiarity, and the relationship between politeness and
cultural norms.

## AdaptLab and model adaptation

AdaptLab was used as the dataset adaptation tool.

The adapted dataset was subsequently used in model
adaptation/fine-tuning experiments. The AutoScientist workflow was used
for the training experiment.

The reported training configuration included:

-   base model: `meta-llama/Llama-4-Scout-17B-16E-Instruct`;
-   training method: supervised fine-tuning (SFT);
-   parameter-efficient training: LoRA;
-   LoRA rank: 64;
-   LoRA alpha: 128;
-   learning rate: 0.0001;
-   epochs: 4;
-   batch size: max;
-   learning-rate scheduler: cosine;
-   warmup ratio: 0.03;
-   weight decay: 0.02;
-   dropout: 0;
-   training on inputs: false.

The trained model was named:

`adaption_yoruba_pronoun_etiquette`

## Benchmark methodology

The final V4 benchmark independently compares the adapted model output
with the expected/gold pronoun.

From the V4 benchmark run:

-   total source rows inspected: 27,780;
-   relationships extracted: 2,096;
-   gold pronouns identified: 2,093;
-   adapted pronouns identified: 2,066;
-   valid benchmark cases: 2,064;
-   correct predictions: 1,705;
-   incorrect predictions: 359;
-   exact pronoun accuracy: **82.61%**.

The benchmark also reports results by social relationship and by gold
pronoun, together with an error matrix.

## Key benchmark findings

Overall exact pronoun accuracy was **82.61%**.

Performance was strongest for several explicitly hierarchical
relationships. For example:

-   younger → elder: 98.94%;
-   adult → child: 100%;
-   younger → older visitor: 100%;
-   younger → elder neighbour: 100%;
-   younger → leader: 100%;
-   younger → older man: 100%;
-   younger → older woman: 100%;
-   younger → family head: 100%;
-   student → teacher: 100%;
-   student → professor: 100%;
-   younger → Babaláwo: 100%.

The largest relationship category was peer → peer, with 1,767 valid
cases and 80.08% accuracy. This is important because peer interactions
create greater ambiguity between solidarity/informal forms and honorific
forms.

By gold pronoun, the V4 benchmark reported:

-   `ìwọ`: 72.47%;
-   `o`: 87.38%;
-   `ọ`: 81.05%;
-   `ẹ̀yin`: 97.73%;
-   `yín`: 100%;
-   `ẹ`: 97.53%;
-   `rẹ`: 100%.

The benchmark also identified recurring confusions among candidate
forms, especially in peer-to-peer contexts.

## Error analysis

The principal error pattern is not simply random Yoruba generation. Many
errors involve choosing a different candidate pronoun from the set
supplied in the prompt.

For example, the V4 error analysis contains cases where:

-   gold = `ọ`, adapted = `ẹ`;
-   gold = `ìwọ`, adapted = `yín`;
-   gold = `o`, adapted = `ẹ`;
-   gold = `ìwọ`, adapted = `ẹ̀yin`.

The concentration of errors in peer → peer cases suggests that socially
less hierarchical interactions can be more difficult to disambiguate
than strongly marked age/status relationships.

This supports the central research motivation: **culturally appropriate
Yoruba politeness requires sensitivity to social context, not only
lexical or grammatical competence.**

## Intended use

This dataset is intended for:

-   evaluation of Yoruba-capable language models;
-   research on cultural and pragmatic alignment;
-   low-resource African-language NLP;
-   evaluation of honorific and politeness-sensitive generation;
-   research into socially grounded pronoun selection;
-   benchmarking model adaptation methods.

It should not be treated as a comprehensive representation of all Yoruba
speakers, dialects, communities, or politeness practices.

## Limitations

1.  The raw benchmark data are controlled/constructed examples rather
    than a corpus of naturally occurring conversations.
2.  Yoruba politeness is context-sensitive, and the benchmark cannot
    represent every possible social interaction.
3.  Some pronoun forms are multifunctional and may require discourse
    information beyond a short prompt.
4.  Social categories such as age, status, familiarity, and relationship
    may overlap in real interaction.
5.  Benchmark accuracy should therefore be interpreted as performance on
    the defined evaluation task, not as a complete measure of Yoruba
    language competence.
6.  Cultural and pragmatic judgments may vary across speakers and
    communities.

## Reproducibility

The repository provides the raw and adapted datasets together with
benchmark outputs so that researchers can inspect the transformation and
reproduce the reported evaluation.

The benchmark results were generated with the V4 evaluation pipeline and
saved as CSV files in this repository.

## Citation

If you use this dataset, please cite the associated competition
submission/research paper:

> Bamigbala Christianah Adedoyin. *Yoruba Honorific Pronoun Etiquette:
> Culturally Grounded Pronoun Adaptation and Benchmarking for LLMs*.
> 2026.

## Acknowledgement

This project was developed as part of an African computational
linguistics/LLM adaptation research activity focused on improving the
representation of Yoruba pragmatic and cultural knowledge in language
models.