Unified Semantic Typing with Meaningful Label Inference
James Y. Huang, Bangzheng Li, Jiashu Xu, Muhao Chen

TL;DR
UniST is a unified semantic typing framework that embeds inputs and labels into a shared space, enabling flexible, multi-task learning and improved generalization across entity, relation, and event classification tasks.
Contribution
This paper introduces UniST, a novel unified semantic typing model that incorporates task descriptions and joint embeddings to handle multiple tasks without task-specific components.
Findings
Achieves strong performance on entity, relation, and event typing tasks.
Effectively transfers semantic knowledge to rarely seen and unseen types.
Supports multi-task training with comparable or better results than single-task models.
Abstract
Semantic typing aims at classifying tokens or spans of interest in a textual context into semantic categories such as relations, entity types, and event types. The inferred labels of semantic categories meaningfully interpret how machines understand components of text. In this paper, we present UniST, a unified framework for semantic typing that captures label semantics by projecting both inputs and labels into a joint semantic embedding space. To formulate different lexical and relational semantic typing tasks as a unified task, we incorporate task descriptions to be jointly encoded with the input, allowing UniST to be adapted to different tasks without introducing task-specific model components. UniST optimizes a margin ranking loss such that the semantic relatedness of the input and labels is reflected from their embedding similarity. Our experiments demonstrate that UniST achieves…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Multimodal Machine Learning Applications
