This model is a fine-tuned version of google/flan-t5-base for Turkish OTT and media search query parsing.
The model takes a Turkish natural language media search query as input and generates a structured JSON output. Its purpose is to convert user queries into machine-readable filters that can be used in search, recommendation, filtering, or vector database systems.
What This Model Does
This model is designed to understand Turkish OTT/media search queries.
The model was fine-tuned on a Turkish OTT/media query parsing dataset.
The dataset contains Turkish search queries and their corresponding structured JSON outputs.
The training examples include:
genre-based queries
exclusion queries
live broadcast queries
popularity-based queries
rating-based queries
country and language filters
similar-title queries
short Turkish user queries
Evaluation
Preliminary validation results:
Metric
Value
Train Loss
0.3083
Validation Loss
0.0488
Exact Match
61.47%
Valid JSON Rate
99.78%
The Exact Match score should be interpreted carefully. In this project, Exact Match is a strict metric and can be affected by formatting differences such as extra spaces, line breaks, field ordering, or small JSON representation differences. Therefore, a prediction may be semantically correct but still counted as incorrect by Exact Match.
For this reason, the Valid JSON Rate and field-level evaluation are also important when measuring the real performance of the model.
For production use, the model should also be evaluated with:
field-level precision
field-level recall
field-level F1 score
schema validity
intent accuracy
real user queries
downstream search quality
Limitations
This model is task-specific and should not be used as a general chatbot.
Known limitations:
It may produce incorrect filters for ambiguous queries.
It may confuse mood tags and genre labels.
It may not recognize rare movie, series, actor, or channel names.
It may generate valid JSON with semantically incorrect fields.
It should be tested with real user queries before production use.
License
This model is released under the Apache 2.0 license.
Author
Developed by Selenaydmrp for Turkish OTT/media query understanding and structured search experiments.