Stage 3: Sampling

Select candidate lemmas and sentence examples for controlled, reviewable LLM-assisted function tagging.

Purpose: Stage 3 creates manageable samples for LLM-assisted sentence-level function tagging.

What happens in this stage?

Lemmas are filtered and sampled so that the project can test the workflow without tagging an unmanageable number of sentences. The current pilot design samples candidate lemmas that pass a minimum ARF threshold and then extracts sentence examples for those lemmas.

Current sampling settings

SettingCurrent pilot valueReason
Languages en, fr, es, de, cs Five-language feasibility pilot.
Content POS NOUN, VERB, ADJ, ADV Focuses on lexical content items.
Minimum ARF per million ≥ 50 Reduces unstable or very low-dispersion items.
Initial sample 15 lemmas per language Small enough for testing but large enough to expose workflow issues.
Sentence extraction all sentences for selected lemmas Allows functional distribution to be inspected by lemma.

Example sampling row

ColumnExample value
languageen
lemmasend
posVERB
arf_per_million58.7
sample_statusselected
sentence_count50

Example sampled sentence row

ColumnExample value
row_iden_send_0001
languageen
lemmasend
sentenceCould you send me the report by Friday?

Output folders

OutputFolder
Filtered lemma listsDrive/data/interim/{lang}/filtered_lemmas/
Sampled lemma filesDrive/data/interim/{lang}/samples/
Sentence samples for taggingDrive/data/interim/{lang}/samples/

Checks and risks

← Back to workflow overview