DialSeg-Ar-Gemma3-4B
is a model for
linear semantic segmentation
in
dialectal conversational Arabic
and related transcript-like genres.
The model is designed to split a sequence of utterances into
contiguous topic-coherent segments
.
What the Model Does
Given an ordered list of utterances, the model predicts
segments splits
.
In our setup, the task is framed as instruction-following generation over structured input, where the model outputs a JSON list of segments with line IDs.
topic segmentation of Arabic conversational transcripts
chunking spoken or transcript-like content for downstream NLP
segmentation of dialectal Arabic discourse
baseline evaluation on DialSeg-Ar
Downstream use
Potential downstream applications include:
transcript chunking for retrieval systems
podcast navigation / chaptering
discourse preprocessing for summarization
call-center or conversational analytics
Note: this model is evaluated intrinsically for segmentation quality. Its impact on downstream tasks such as RAG or summarization was not directly measured in the paper.
Covered varieties and genres
Broadcast transcripts
Phone conversations
Code-switched podcasts
Dialogues from fiction books
MSA news corpora
For details, see the dataset card:
Dataset:
MBZUAI/DialSeg-Ar
How to Use
from transformers import AutoTokenizer, AutoModelForCausalLM
model_id = "MBZUAI/DialSeg-Ar-Gemma3-4B"
tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(model_id, device_map="auto")
prompt = """Split the conversation (podcasts) in Gulf Arabic-English into sequential segments,where each segment contains lines that discuss the same topic.Conversation:{"line_id": 1, "speaker": "A", "text": "..."}{"line_id": 2, "speaker": "B", "text": "..."}"""
inputs = tokenizer(prompt, return_tensors="pt").to(model.device)
outputs = model.generate(**inputs, max_new_tokens=512)
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
Citation
If you use this model, please cite:
@inproceedings{
title = {Linear Semantic Segmentation for Low-Resource Spoken Dialects},
author = {Chirkunov, Kirill and Samih, Younes and Freihat, Abed Alhakim and Aldarmaki, Hanan},
booktitle = {Proceedings of ACL 2026},
year = {2026}
}
Runs of MBZUAI dialseg-ar-gemma3-4B on huggingface.co
0
Total runs
0
24-hour runs
0
3-day runs
0
7-day runs
0
30-day runs
More Information About dialseg-ar-gemma3-4B huggingface.co Model
dialseg-ar-gemma3-4B huggingface.co is an AI model on huggingface.co that provides dialseg-ar-gemma3-4B's model effect (), which can be used instantly with this MBZUAI dialseg-ar-gemma3-4B model. huggingface.co supports a free trial of the dialseg-ar-gemma3-4B model, and also provides paid use of the dialseg-ar-gemma3-4B. Support call dialseg-ar-gemma3-4B model through api, including Node.js, Python, http.
dialseg-ar-gemma3-4B huggingface.co is an online trial and call api platform, which integrates dialseg-ar-gemma3-4B's modeling effects, including api services, and provides a free online trial of dialseg-ar-gemma3-4B, you can try dialseg-ar-gemma3-4B online for free by clicking the link below.
MBZUAI dialseg-ar-gemma3-4B online free url in huggingface.co:
dialseg-ar-gemma3-4B is an open source model from GitHub that offers a free installation service, and any user can find dialseg-ar-gemma3-4B on GitHub to install. At the same time, huggingface.co provides the effect of dialseg-ar-gemma3-4B install, users can directly use dialseg-ar-gemma3-4B installed effect in huggingface.co for debugging and trial. It also supports api for free installation.
dialseg-ar-gemma3-4B install url in huggingface.co: