← Latest papers
💬 NLP

Malaysian English News Decoded: A Linguistic Resource for Named Entity and Relation Extraction

This paper introduces the Malaysian English News (MEN) dataset, a manually annotated resource containing 6,061 entities and 3,268 relations from 200 news articles, which addresses the lack of tailored data for Malaysian English and significantly improves Named Entity Recognition performance when used to fine-tune NLP models.

Original authors: Mohan Raj Chanthran, Lay-Ki Soon, Huey Fang Ong, Bhawani Selvaretnam

Published 2026-06-02
📖 4 min read☕ Coffee break read

Original authors: Mohan Raj Chanthran, Lay-Ki Soon, Huey Fang Ong, Bhawani Selvaretnam

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you have a very smart, well-read librarian named SpaCy. This librarian has spent years reading millions of books written in "Standard English" (the kind you find in British or American textbooks). Because of this, SpaCy is excellent at finding names of people, places, and organizations in those standard books.

However, the researchers in this paper discovered a problem: SpaCy gets confused when reading "Malaysian English."

The Problem: The "Local Flavor" Confusion

Malaysian English is like a delicious, unique stew. It's made with the base of Standard English, but it's seasoned with local ingredients from Malay, Chinese, and Tamil cultures. It has special words (like nasi lemak or ang pow) and unique sentence structures.

When the researchers asked SpaCy to read Malaysian news articles, it struggled. It was like asking a librarian who only knows how to sort library books to organize a collection of street food recipes. The librarian kept missing the important ingredients.

In a test with just 30 sentences, SpaCy and other similar tools only got about 58% of the names and places right. They missed things like local titles (e.g., Datuk or Tan Sri) and specific Malaysian organizations. The researchers realized that no one had ever built a "training manual" specifically for Malaysian English, so the AI had to guess, and it was guessing wrong.

The Solution: Building a Custom Training Manual

To fix this, the team decided to build their own "training manual," which they call the MEN Dataset (Malaysian English News Dataset).

Think of this process like training a new apprentice:

  1. Gathering the Material: They collected 14,320 news articles from major Malaysian news sites.
  2. The Human Touch: They didn't just use a computer to sort them. They hired four human experts who are fluent in both Malaysian English and the local language (Bahasa Malaysia).
  3. The Annotation: These humans read 200 articles and manually highlighted every person, place, organization, and relationship between them. They even created special categories for local things, like TITLE (for royal or honorific titles) and ROLE (for specific job positions common in Malaysia).
  4. Quality Control: To make sure the humans agreed with each other, they checked their work against one another. When they disagreed, a senior expert acted as a referee to make the final call.

The result? A massive, high-quality dataset containing 6,061 named entities and 3,268 relationships (like "Person X works for Organization Y").

The Experiment: Teaching the Librarian a New Trick

Once they had this custom manual, they went back to the librarian (SpaCy) and said, "Here, read this manual and learn how to spot Malaysian names."

They took the standard SpaCy model and fine-tuned it using their new Malaysian dataset. It's like giving the librarian a crash course in Malaysian culture before asking them to sort the recipes again.

The Results: A Dramatic Improvement

The difference was night and day:

  • Before training: The standard model was like a tourist trying to navigate a local market; it got lost and missed most of the stalls.
  • After training: The fine-tuned model became a local expert.
    • The researchers found that training a model from scratch using their new data (spacy-blank) achieved a 94% accuracy score.
    • Even the models that were already smart but just "refreshed" with the new data improved their performance by over 200% compared to their previous attempts.

The Takeaway

The paper concludes that you cannot simply take a tool built for Standard English and expect it to work perfectly on Malaysian English. Just as you wouldn't use a map of London to navigate Kuala Lumpur, you need a map (dataset) built specifically for the terrain.

By creating this MEN Dataset and showing how it dramatically improves AI performance, the researchers have handed the NLP (Natural Language Processing) community a new, essential tool. They have published this dataset and the rules they used to create it on GitHub, so other researchers can use it to build better AI that truly understands the Malaysian voice.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →