Natural language processing (NLP) is the field of computer science focused on enabling computers to understand, interpret, and generate human language. Core tasks include tokenization, part-of-speech tagging, syntactic parsing, named entity recognition, machine translation, text summarization, question answering, and sentiment analysis. Early NLP systems relied on rule-based grammars and statistical language models; current approaches are dominated by transformer-based architectures and large language models pretrained on extensive text corpora and fine-tuned for specific tasks. Active research increasingly targets efficient attention mechanisms, including linear and sparse attention, to reduce the heavy compute and memory costs of standard transformers, alongside work on multilingual and low-resource languages, model bias, and factual reliability in generated text. Applications include chatbots and virtual assistants, automated document analysis, information extraction from unstructured text, and cross-lingual translation systems. As an open-access natural language processing journal (an NLP journal), IJACSA publishes research on language models and applied systems evaluated across multiple languages and domain-specific text corpora.
Published in International Journal of Advanced Computer Science and Applications (IJACSA)
· list last refreshed September 2026
Most neural machine translation (NMT) systems rely on parallel data, comprising text in the source language and its corresponding translation in the target language. While it’s acknowledged that context enhances NMT mode…
The proposed research paper explores the application of machine learning techniques in crime analysis problem, specifically focusing on the classification of crime-related textual data. Through a comparative analysis of…
Based on the high dynamic of Sentiment Analysis (SA) topic among the latest publication landscape, the current review attempts to fill a research gap. Consequently, the paper elaborates on the most recent body of literat…
This study introduces the Retrieval Augmented Generation (RAG) method to improve Question-Answering (QA) systems by addressing document processing in Natural Language Processing problems. It represents the latest breakth…
Sentiment Analysis (SA) and Emotion Analysis (EA) are effective areas of research aimed to auto-detect and recognize the sentiment expressed in a text and identify the underpinning opinion towards a specific topic. Altho…
This research article delves into the impact of ChatGPT on education, focusing on the perceptions and usage patterns among high school and university students. The article begins by introducing ChatGPT, emphasizing its r…
Sentence parsing is a fundamental step in the conversion of a text document into semantic graphs. In this research, novel phrase parsing techniques for semantic graph-based induction are presented, namely the ChatGPT-bas…
This paper investigates the integration of Artificial Intelligence (AI) into systematic literature reviews (SLRs), aiming to address the challenges associated with the manual review process. SLRs, a crucial aspect of sch…
With the rapid development of artificial intelligence technology, robots have gradually entered people's lives and work. The robot human-machine interaction system for image recognition has been widely used. However, the…
Relation extraction is a fundamental task in natural language processing, which involves extracting structured information from textual data. Despite the success of joint methods in recent years, most of them still have…