Transferring Semantic Knowledge Into Language Encoders
We introduce semantic form mid-tuning, an approach for transferring semantic knowledge from semantic meaning representations into transformer-based language encoders. In mid-tuning, we learn to align the text of general sentences -- not tied to any particular inference task -- and structured semantic representations of those sentences. Our approach does not require gold annotated semantic representations. Instead, it makes use of automatically generated semantic representations, such as from off-the-shelf PropBank and FrameNet semantic parsers. We show that this alignment can be learned implicitly via classification or directly via triplet loss. Our method yields language encoders that demonstrate improved predictive performance across inference, reading comprehension, textual similarity, and other semantic tasks drawn from the GLUE, SuperGLUE, and SentEval benchmarks. We evaluate our approach on three popular baseline models, where our experimental results and analysis concludes that current pre-trained language models can further benefit from structured semantic frames with the proposed mid-tuning method, as they inject additional task-agnostic knowledge to the encoder, improving the generated embeddings as well as the linguistic properties of the given model, as evident from improvements on a popular sentence embedding toolkit and a variety of probing tasks.
Code (0)
등록된 구현이 없습니다.
Tasks
Reading ComprehensionSentenceSentence EmbeddingSentence-EmbeddingTripletSimilar Papers 제목 키워드 기반
Transferring CLIP's Knowledge into Zero-Shot Point Cloud Semantic Segmentation
Traditional 3D segmentation methods can only recognize a fixed range of classes that appear in the training set, which limits their application in real-world scenarios due to the lack of generalization ability. Large-sca…
3D Semantic SegmentationPoint Cloud SegmentationSegmentationSemantic Segmentation+1Enhancing Zero-Shot Facial Expression Recognition by LLM Knowledge Transfer
Current facial expression recognition (FER) models are often designed in a supervised learning manner and thus are constrained by the lack of large-scale facial expression images with high-quality annotations. Consequent…
Facial Expression RecognitionFacial Expression Recognition (FER)Transfer LearningZero-Shot Facial Expression RecognitionLAVIFT: Latent-Action-Guided Vision Fine-Tuning for Surgical Interaction Recognition
Understanding instrument-tissue interactions is essential for context-aware surgical AI and autonomous robotic surgery. Pretrained vision-language models (VLMs) and vision encoders offer an alternative to conventional in…
VLM-KD: Knowledge Distillation from VLM for Long-Tail Visual Recognition
For visual recognition, knowledge distillation typically involves transferring knowledge from a large, well-trained teacher model to a smaller student model. In this paper, we introduce an effective method to distill kno…
Knowledge DistillationLanguage ModelingLanguage ModellingTransfer: Cross Modality Knowledge Transfer using Adversarial Networks -- A Study on Gesture Recognition
Knowledge transfer across sensing technology is a novel concept that has been recently explored in many application domains, including gesture-based human computer interaction. The main aim is to gather semantic or data …
Gesture RecognitionTransfer Learning