paper-with-me

Papers

Khmer Text Classification Using Word Embedding and Neural Networks

2021-12-13 · Rina Buoy, Nguonly Taing, Sovisal Chenda

Text classification is one of the fundamental tasks in natural language processing to label an open-ended text and is useful for various applications such as sentiment analysis. In this paper, we discuss various classification approaches for Khmer text, ranging from a classical TF-IDF algorithm with support vector machine classifier to modern word embedding-based neural network classifiers including linear layer model, recurrent neural network and convolutional neural network. A Khmer word embedding model is trained on a 30-million-Khmer-word corpus to construct word vector representations that are used to train three different neural network classifiers. We evaluate the performance of different approaches on a news article dataset for both multi-class and multi-label text classification tasks. The result suggests that neural network classifiers using a word embedding model consistently outperform the traditional classifier using TF-IDF. The recurrent neural network classifier provides a slightly better result compared to the convolutional network and the linear layer network.

📄 PDF Abstract BibTeX arXiv:2112.06748

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationMulti Label Text ClassificationMulti-Label Text ClassificationSentiment Analysistext-classificationText Classification

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

Towards a Joint Khmer Text Recognition and Word Segmentation

2026-08-31 · Marry Kong, Rina Buoy, Sovisal Chenda, Nguonly Taing 외 arxiv

Text recognition, or extracting electronic text from document images, has been indispensable for knowledge retrieval tasks, such as retrieval-augmented generation (RAG). For Khmer, extracted text is subject to an extra w…

Khmer Word Search: Challenges, Solutions, and Semantic-Aware Search

2021-12-16 · Rina Buoy, Nguonly Taing, Sovisal Chenda

Search is one of the key functionalities in digital platforms and applications such as an electronic dictionary, a search engine, and an e-commerce platform. While the search function in some languages is trivial, Khmer …

Towards Explainable Khmer Polarity Classification

2025-11-12 · Marry Kong, Rina Buoy, Sovisal Chenda, Nguonly Taing arxiv

Khmer polarity classification is a fundamental natural language processing task that assigns a positive, negative, or neutral label to a given Khmer text input. Existing Khmer models typically predict the label without e…

KSW: Khmer Stop Word based Dictionary for Keyword Extraction

2024-05-27 · Nimol Thuon, Wangrui Zhang, Sada Thuon

This paper introduces KSW, a Khmer-specific approach to keyword extraction that leverages a specialized stop word dictionary. Due to the limited availability of natural language processing resources for the Khmer languag…

Information RetrievalKeyword ExtractionRetrieval

Khmer Spellchecking: A Holistic Approach

2025-11-12 · Marry Kong, Rina Buoy, Sovisal Chenda, Nguonly Taing arxiv

Compared to English and other high-resource languages, spellchecking for Khmer remains an unresolved problem due to several challenges. First, there are misalignments between words in the lexicon and the word segmentatio…