← Latest papers
💻 computer science

ESLA: Empirical and Semantic Label Alignment for Multi-Source NER Transfer in Unlabeled Target Domains

The paper introduces ESLA, a framework that combines empirical prediction consistency and semantic representations to align heterogeneous Named Entity Recognition labels across multiple source domains, enabling effective cross-domain transfer to unlabeled target domains without requiring target-side training supervision.

Original authors: Xiaobo Zhang, Congqing He, Ying He, Jian Peng, Dajie Fu, Tien-Ping Tan

Published 2026-09-04
📖 6 min read🧠 Deep dive

Original authors: Xiaobo Zhang, Congqing He, Ying He, Jian Peng, Dajie Fu, Tien-Ping Tan

Original paper licensed under CC BY 4.0 (https://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

In the world of computers that read and understand human language, there is a persistent bottleneck: the need for massive amounts of labeled data. To teach a machine to recognize a named entity—such as a person's name, a company, or a specific date—researchers must provide it with thousands of examples where these items have been manually identified and tagged by humans. This process is expensive, slow, and requires deep expertise, making it particularly difficult in specialized fields like finance or medicine, where texts are abundant but annotated examples are scarce. While researchers have built large libraries of labeled text for general topics like news or social media, these resources often use different systems for tagging. One dataset might call a specific type of entity a "product," while another calls it a "creative work," and a third might ignore it entirely. These inconsistencies create a wall that prevents computers from learning from the vast pool of existing public data, leaving them unable to transfer their knowledge to new, unlabeled domains where it is needed most.

To break down this wall, a team of researchers led by Xiaobo Zhang has developed a new method called ESLA, which stands for Empirical and Semantic Label Alignment. Their work addresses the challenge of merging multiple, mismatched datasets into a single, unified training resource without needing any labeled examples from the target domain. The researchers focused on the Chinese language, combining three distinct public datasets: one containing general news and media, another with fine-grained details from online texts, and a third drawn from social media. Each of these sources used its own unique set of tags and definitions. The goal was to align these different systems so that a computer could learn from all of them simultaneously, creating a more robust model capable of understanding text in a completely new area: financial reports.

The core of the ESLA framework is a two-part strategy for deciding which tags from different datasets should be treated as the same thing. The first part looks at how the data actually behaves. The researchers trained a model on one dataset and then tested it on another to see how often the computer's predictions matched the human tags in the second dataset. If a model trained to find "companies" in one dataset consistently identified "organizations" in another, the system recognized a strong practical link between those two tags. This is the empirical signal, a measure of real-world consistency rather than just dictionary definitions. The second part looks at the meaning of the words themselves. Using advanced language models, the system analyzes the context in which these tags appear. It calculates how close the "idea" of a tag is to another tag in a mathematical space, ensuring that "movie" and "book" are understood as semantically similar, even if they are labeled differently in the source files. By blending these two signals—the way the data behaves and the meaning of the words—the system constructs a map that connects the disparate datasets.

However, simply merging data can be dangerous. If the researchers forced tags together that were only loosely related, they risked confusing the model and degrading its performance. To prevent this, the team introduced a stability check. They treated the merging process as an optimization problem, searching for the specific combination of rules that would allow the most tags to be merged while ensuring the model's accuracy on its original data did not drop significantly. They also addressed a common problem where one dataset might have a tag for a specific type of number that another dataset lacks. Instead of ignoring these missing categories, the system used the knowledge from the dataset that had them to generate "pseudo-labels" for the other, filling in the gaps so the model could learn from the complete picture.

The results of this approach were tested by training the unified model on the merged Chinese datasets and then evaluating it on a financial benchmark called FinReportNER, which contained text from semiconductor company annual reports. Crucially, the financial data was never used to train the model or tune the alignment; it served only as a final test of how well the system could generalize to a new domain. The study found that the ESLA method successfully aligned fifteen different label types across the three source datasets, creating a unified corpus that maintained high accuracy. When tested on the financial reports, the model trained on this merged data achieved a Macro-F1 score of 0.59, outperforming models trained on any single source dataset or on a direct combination of the data without alignment.

The improvement was particularly notable in specific categories. For instance, the model's ability to identify "products" in financial reports jumped significantly, reaching a score of 0.06, which was three times higher than the best result from a single-source model. Similarly, the identification of "time" entities improved to a score of 0.89, surpassing all other configurations. These gains suggest that by carefully aligning the different ways humans label information, the system learned a richer, more flexible understanding of entities. The study explicitly ruled out the idea that simply pasting datasets together works; a direct merge without alignment resulted in a poor score of 0.17, demonstrating that the alignment process is essential. Furthermore, the researchers showed that relying solely on human experts or large language models to define the rules was less effective than their data-driven approach, which could discover connections that were not immediately obvious to human observers.

The researchers conclude that their method offers a reliable, automated way to reuse existing data resources for cross-domain tasks, provided that the target domain has no labeled data available. While the current system works best when merging many fine-grained tags into broader categories, it acknowledges that it cannot yet fully handle the reverse situation where one broad tag needs to be split into many specific ones. Nevertheless, the study demonstrates that by combining empirical evidence with semantic understanding, it is possible to build a unified training resource that significantly boosts performance in specialized fields like finance, turning fragmented public data into a powerful tool for machine learning.

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 →