Design, implementation, and evaluation of a spoken language identification system for multilingual university settings | Blazingprojects Postgraduate Thesis
Home / Linguistics / Design, implementation, and evaluation of a spoken language identification system for multilingual university settings

Design, implementation, and evaluation of a spoken language identification system for multilingual university settings

 

Table Of Contents


Chapter ONE

INTRODUCTION

  • 1.
  • 1.1Introduction
  • 2.
  • 1.2Background of the Study
  • 3.
  • 1.3Statement of the Problem
  • 4.
  • 1.4Aim and Objectives of the Study
  • 5.
  • 1.5Research Questions
  • 6.
  • 1.6Research Hypotheses
  • 7.
  • 1.7Significance of the Study
  • 8.
  • 1.8Scope and Delimitation of the Study
  • 9.
  • 1.9Limitations of the Study
  • 10.
  • 1.10Organisation of the Study
  • 11.
  • 1.11Operational Definition of Terms

Chapter TWO

LITERATURE REVIEW

  • 1.
  • 2.1Conceptual Review: Spoken Language Identification in Multilingual Campus Settings
  • 2.
  • 2.2The Linguistic Features Used in LID Systems: Phones, Prosody, and Rhythm
  • 3.
  • 2.3Theoretical Framework: Bayesian Decision Theory in LID
  • 4.
  • 2.4Theoretical Framework: Deep Representation Learning for Acoustic Modelling
  • 5.
  • 2.5Conceptual Model of LID for University Contexts
  • 6.
  • 2.6Empirical Review: LID Systems in Multilingual Universities
  • 7.
  • 2.7Empirical Review: Acoustic Feature Extraction Techniques
  • 8.
  • 2.8Empirical Review: Classifiers for Language Identification
  • 9.
  • 2.9Data Resources and Benchmark Corpora for LID
  • 10.
  • 2.10Language Confusability and Acoustic Similarity in Campus Environments
  • 11.
  • 2.11Evaluation Metrics and Benchmarking in LID
  • 12.
  • 2.12Gaps in the Literature and Implications for University LID
  • 13.
  • 2.13Conceptual Model or Review Summary

Chapter THREE

RESEARCH METHODOLOGY

  • 1.
  • 3.1Research Design: Design, Implementation, and Evaluation of a Campus LID System
  • 2.
  • 3.2Philosophical Paradigm: Pragmatism and its Justification for Applied LID
  • 3.
  • 3.3Population of the Study: Multilingual Student and Staff Speech Samples
  • 4.
  • 3.4Sample Size and Sampling Technique: Stratified Sampling across Campus Languages
  • 5.
  • 3.5Sources of Data: Real-World Recordings and Laboratory Speech
  • 6.
  • 3.6Instruments of Data Collection: Audio Capture, Annotation, and Feature Extraction Tools
  • 7.
  • 3.7Validity and Reliability of Instruments: Calibration and Inter?Coder Reliability
  • 8.
  • 3.8Data Preprocessing and Feature Extraction Pipeline
  • 9.
  • 3.9Model Development: Acoustic and Linguistic Features Fusion
  • 10.
  • 3.10Model Evaluation: Cross-Validation and Real-World Campus Testing
  • 11.
  • 3.11Ethical Considerations: Informed Consent and Anonymization
  • 12.
  • 3.12Data Security and Privacy Measures

Chapter FOUR

DATA PRESENTATION AND ANALYSIS

  • ANALYSIS AND DISCUSSION OF FINDINGS
  • 1.
  • 4.1Data Presentation: Corpus Composition and Baseline Statistics
  • 2.
  • 4.2Descriptive Analysis of Feature Spaces Across Languages
  • 3.
  • 4.3Hypotheses Testing: Feature Efficacy Across Language Pairs
  • 4.
  • 4.4Hypotheses Testing: Classifier Performance Across Scenarios
  • 5.
  • 4.5Error Analysis: Language Confusability on Campus Data
  • 6.
  • 4.6Interpretation of Results Within Campus Linguistic Diversity
  • 7.
  • 4.7Comparison with Prior Campus LID Studies
  • 8.
  • 4.8Synthesis of Findings and Practical Implications

Chapter FIVE

SUMMARY, CONCLUSION AND RECOMMENDATIONS

  • CONCLUSION AND RECOMMENDATIONS
  • 1.
  • 5.1Summary of Key Findings
  • 2.
  • 5.2Conclusions on Design, Implementation, and Evaluation of Campus LID
  • 3.
  • 5.3Contributions to Knowledge and Practice in Multilingual University Settings
  • 4.
  • 5.4Practical Recommendations for University LID Deployment
  • 5.
  • 5.5Suggestions for Further Research in LID for Multilingual Campuses

Thesis Abstract

In multilingual university settings, spoken language identification (LID) systems are essential for real-time classroom assistance, routing of student inquiries, and secure access control, yet existing solutions underperform when confronted with culturally diverse accents, code-switching, and domain-specific vocabulary. This study aims to design, implement, and evaluate a robust LID system tailored to the linguistic diversity of university environments, with the objective of achieving high accuracy across languages commonly encountered in higher-education contexts and providing reliable confidence estimates for downstream applications. Specifically, the objectives are (1) to develop a modular LID architecture combining acoustic-phonetic and end-to-end neural components; (2) to create and curate a university-domain speech corpus comprising five target languages (English, Mandarin, Spanish, French, and Arabic) with balanced intra-language variability (gender, age, native/non-native speakers) and realistic conversational and lecture-style recordings; (3) to implement language normalization and robust handling of code-switching and background noise; (4) to evaluate system performance against state-of-the-art baselines using comprehensive metrics and statistical tests; and (5) to analyze system interpretability and deployment readiness for university IT ecosystems. The research adopts a mixed-methods, design-implement-evaluate paradigm, drawing on the theoretical framework of probabilistic modeling for LID and the Information-Theoretic Perspective on language cues, supplemented by the Theory of Sociolinguistic Variation to account for intra-language diversity. A corpus of 200 hours of speech will be collected, including 40 hours per target language, with 80 hours from native speakers and 60 hours from proficient non-native speakers, and 20 hours of naturalistic classroom recordings. The dataset will be split into training (70%), validation (15%), and testing (15%) sets, ensuring speaker-disjoint partitions. Data collection instruments include standardized speech elicitation protocols, synchronized metadata schemas, and noise augmentation tools to simulate cafeteria, outdoors, and hallway environments. The methodology integrates a hybrid LID pipeline an acoustic-phonetic frontend grounded in i-vector/Probabilistic Linear Discriminant Analysis (PLDA) representations, and a neural backend leveraging a Transformer-based encoder with self-supervised pretraining (wav2vec 2.0) fine-tuned for language identification. A language-agnostic spectro-temporal feature extractor will be employed to capture cross-language cues, complemented by phonotactic modeling to improve discrimination in closely related languages. System calibration will use temperature scaling to produce reliable confidence scores. The primary evaluation metrics will include language identification accuracy, equal error rate (EER), log-likelihood ratio (LLR) calibration, and macro-averaged F1 scores across languages, with secondary analyses of per-language performance, robustness to code-switching, and resilience to background noise at signal-to-noise ratios (SNRs) of 0–20 dB. Statistical analyses will employ repeated-measures ANOVA to compare pipeline variants, and pairwise McNemar tests for significance on the testing set. Interpretability will be assessed via saliency mapping and analysis of attention weights to identify language-specific cues. Expected findings include (i) the hybrid LID architecture achieving superior accuracy relative to baselines (target overall accuracy > 92%, EER < 6% across languages) and improved resilience to code-switching; (ii) demonstration that incorporating phonotactic features and language-specific phoneme inventories significantly boosts discrimination for closely related languages (e.g., English-Spanish or Arabic-French); (iii) evidence that confidence estimates align with true correctness, enabling threshold-based routing for classroom support tools; and (iv) practical guidance on data collection protocols and deployment considerations for university IT infrastructures. The study contributes to knowledge by providing a rigorously validated, scalable LID framework that accounts for multilingual university dynamics, offers reproducible corpus-building methodologies, and informs best practices for deploying language-aware educational technologies. The main conclusion anticipates that a carefully engineered hybrid model, with explicit phonotactic components and calibrated confidence outputs, can deliver reliable language identification in real-world university settings, enabling improved accessibility, efficient resource routing, and enhanced security. Recommendations include expanding the language set to capture regional dialects, integrating user-adaptive models that personalize to institutional cohorts, and developing open benchmarks for university-domain LID to foster further research and cross-institutional collaboration.

Thesis Overview

This research investigates the design, implementation, and evaluation of a spoken language identification (LID) system for multilingual university settings. In universities with diverse student and staff populations, spoken communication occurs in multiple languages and dialects. An effective LID system can automatically detect the language being spoken in lectures, seminars, and informal conversations, enabling targeted language support, improved classroom management, and better data-driven decisions about language services. The study addresses a gap where many LID systems focus on broad, general-domain data and underperform in nuanced academic environments, where code-switching and domain-specific vocabulary are common. Researchers will proceed in three main phases. First, literature and feasibility: review current LID approaches (acoustic-phonetic features, i-vector/ x-vector embeddings, neural network classifiers) and identify barriers in university contexts, such as short utterances, mixed-language speech, and noisy academic environments. Second, design and implementation: collect a dataset from a multilingual university setting, including recorded lectures, student questions, and casual conversations, with consent and ethical approval. Target sample size is around 200 hours of audio from at least six languages commonly used on campus. Data will be annotated for language labels at utterance and segment levels. Feature extraction will combine traditional Mel-frequency cepstral coefficients with neural embeddings (x-vectors). Classifiers will include support vector machines and deep neural networks (CNNs/RNNs), with experiments on short segments (2–5 seconds) and overlapping speech. Third, evaluation and refinement: assess performance using metrics such as accuracy, precision, recall, and F1-score, with stratified analysis by language, speech style, and noise level. Statistical tests (ANOVA or Friedman test) will compare models, and error analysis will identify misclassification patterns to guide refinements. The anticipated contribution is a contextually robust LID framework optimized for university settings, including a reproducible dataset and evaluation protocol that accounts for code-switching and domain-specific vocabulary. The study aims to produce a practical pipeline for real-time or near-real-time language detection in academic environments, informing departmental language policies, accessibility improvements, and research on multilingual communication. Expected outcomes include improved language-aware moderation and resource allocation for language services, along with publishable results detailing model performance across the campus’s dominant languages.

Blazingprojects Mobile App

📚 Over 50,000 Research Thesis
📱 100% Offline: No internet needed
📝 Over 98 Departments
🔍 Thesis-to-Journal Publication
🎓 Undergraduate/Postgraduate Thesis
📥 Instant Whatsapp/Email Delivery

Blazingprojects App

Related Research

Music. 2 min read

Intelligent Adaptive Music Education Platform: Design, Implementation, Evaluation...

This research explores an intelligent adaptive music education platform that personalizes learning experiences for music students by adjusting content, pace, an...

BP
Blazingprojects
Read more →
Microbiology. 4 min read

Development of a Biosafety-Certified Microbial Biofilm Inhibition Platform using Eng...

This research explores creating a safe, controllable platform that uses engineered beneficial bacteria to prevent harmful microbial biofilms from forming on med...

BP
Blazingprojects
Read more →
Medical Rehabilitati. 2 min read

Development and evaluation of a home-based balance training program for stroke survi...

This research explores how a structured balance training program that is delivered at home can help people who have had a stroke improve their balance, reduce f...

BP
Blazingprojects
Read more →
Medical Laboratory S. 3 min read

Development of a point-of-care inflammatory biomarkers panel in sepsis management...

This research explores creating a rapid, bedside test panel that measures multiple inflammatory biomarkers to improve the diagnosis, prognosis, and management o...

BP
Blazingprojects
Read more →
Mechanical engineeri. 3 min read

Design and evaluation of a lightweight automotive crank mechanism with integrated vi...

This thesis topic focuses on designing and evaluating a lightweight automotive crank mechanism that includes integrated vibration damping. In simple terms, the ...

BP
Blazingprojects
Read more →
Mathematics. 3 min read

Data-driven spectral methods for sparse PDE solvers: design, implement, evaluate...

Data-driven spectral methods for sparse PDE solvers: design, implement, evaluate This research topic explores how modern data-driven techniques can improve the...

BP
Blazingprojects
Read more →
Materials and Metall. 3 min read

Design and Evaluation of Lightweight Aluminum-Titanium Matrix Composites via Frictio...

This research investigates creating lightweight composites by embedding titanium particles into an aluminum matrix and joining and consolidating the material us...

BP
Blazingprojects
Read more →
Mass communication. 2 min read

Design, implement, and evaluate a local-news chatbot for civic engagement ...

This research explores the design, implementation, and evaluation of a local-news chatbot intended to boost civic engagement in a community. The core idea is to...

BP
Blazingprojects
Read more →
Marketing. 3 min read

Design, implement, and evaluate a sustainable influencer marketing framework for SME...

Design, implement, and evaluate a sustainable influencer marketing framework for SMEs is a research project that investigates how small and medium-sized enterpr...

BP
Blazingprojects
Read more →
WhatsApp Click here to chat with us