paper-with-me

홈 › Papers

Semantic Frame Induction with Deep Metric Learning

2023-04-27 · Kosuke Yamada, Ryohei Sasano, Koichi Takeda

Recent studies have demonstrated the usefulness of contextualized word embeddings in unsupervised semantic frame induction. However, they have also revealed that generic contextualized embeddings are not always consistent with human intuitions about semantic frames, which causes unsatisfactory performance for frame induction based on contextualized embeddings. In this paper, we address supervised semantic frame induction, which assumes the existence of frame-annotated data for a subset of predicates in a corpus and aims to build a frame induction model that leverages the annotated data. We propose a model that uses deep metric learning to fine-tune a contextualized embedding model, and we apply the fine-tuned contextualized embeddings to perform semantic frame induction. Our experiments on FrameNet show that fine-tuning with deep metric learning considerably improves the clustering evaluation scores, namely, the B-cubed F-score and Purity F-score, by about 8 points or more. We also demonstrate that our approach is effective even when the number of training instances is small.

📄 PDF Abstract BibTeX arXiv:2304.14286

Code (0)

등록된 구현이 없습니다.

Tasks

Metric LearningWord Embeddings

Similar Papers 제목 키워드 기반

FrameEOL: Semantic Frame Induction using Causal Language Models

2025-10-10 · Chihiro Yano, Kosuke Yamada, Hayato Tsukagoshi, Ryohei Sasano 외 arxiv

Semantic frame induction is the task of clustering frame-evoking words according to the semantic frames they evoke. In recent years, leveraging embeddings of frame-evoking words that are obtained using masked language mo…

Metric Learning

Acquiring Frame Element Knowledge with Deep Metric Learning for Semantic Frame Induction

2023-05-23 · Kosuke Yamada, Ryohei Sasano, Koichi Takeda

The semantic frame induction tasks are defined as a clustering of words into the frames that they evoke, and a clustering of their arguments according to the frame element roles that they should fill. In this paper, we a…

ClusteringLanguage ModelingLanguage ModellingMetric Learning

Neural GRANNy at SemEval-2019 Task 2: A combined approach for better modeling of semantic relationships in semantic frame induction

2019-06-01 · SEMEVAL 2019 6 · Nikolay Arefyev, Boris Sheludko, Adis Davletov, Dmitry Kharchev 외

We describe our solutions for semantic frame and role induction subtasks of SemEval 2019 Task 2. Our approaches got the highest scores, and the solution for the frame induction problem officially took the first place. Th…

ClusteringLanguage ModelingLanguage ModellingTask 2

Unsupervised Semantic Frame Induction using Triclustering

2018-05-12 · ACL 2018 7 · Dmitry Ustalov, Alexander Panchenko, Andrei Kutuzov, Chris Biemann 외

We use dependency triples automatically extracted from a Web-scale corpus to perform unsupervised semantic frame induction. We cast the frame induction problem as a triclustering problem that is a generalization of clust…

Clustering

AutoSchemaKG: Autonomous Knowledge Graph Construction through Dynamic Schema Induction from Web-Scale Corpora

2025-05-29 · Jiaxin Bai, Wei Fan, Qi Hu, Qing Zong 외

We present AutoSchemaKG, a framework for fully autonomous knowledge graph construction that eliminates the need for predefined schemas. Our system leverages large language models to simultaneously extract knowledge tripl…

graph constructionKnowledge Graphs