paper-with-me

Papers

Exploring Prompt-Based Methods for Zero-Shot Hypernym Prediction with Large Language Models

2024-01-09 · Mikhail Tikhomirov, Natalia Loukachevitch

This article investigates a zero-shot approach to hypernymy prediction using large language models (LLMs). The study employs a method based on text probability calculation, applying it to various generated prompts. The experiments demonstrate a strong correlation between the effectiveness of language model prompts and classic patterns, indicating that preliminary prompt selection can be carried out using smaller models before moving to larger ones. We also explore prompts for predicting co-hyponyms and improving hypernymy predictions by augmenting prompts with additional information through automatically identified co-hyponyms. An iterative approach is developed for predicting higher-level concepts, which further improves the quality on the BLESS dataset (MAP = 0.8).

📄 PDF Abstract BibTeX arXiv:2401.04515

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Distilling Hypernymy Relations from Language Models: On the Effectiveness of Zero-Shot Taxonomy Induction

2022-02-10 · *SEM (NAACL) 2022 7 · Devansh Jain, Luis Espinosa Anke

In this paper, we analyze zero-shot taxonomy learning methods which are based on distilling knowledge from language models via prompting and sentence scoring. We show that, despite their simplicity, these methods outperf…

Sentence

Zero-shot Relation Classification from Side Information

2020-11-13 · Jiaying Gong, Hoda Eldardiry

We propose a zero-shot learning relation classification (ZSLRC) framework that improves on state-of-the-art by its ability to recognize novel relations that were not present in training data. The zero-shot learning appro…

ClassificationFew-Shot LearningRelationRelation Classification+3

An Evaluation of Interleaved Instruction Tuning on Semantic Reasoning Performance in an Audio MLLM

2025-11-04 · Jiawei Liu, Enis Berk Çoban, Zarina Schevchenko, Hao Tang 외 arxiv

Standard training for Multi-modal Large Language Models (MLLMs) involves concatenating non-textual information, like vision or audio, with a text prompt. This approach may not encourage deep integration of modalities, li…

Revisiting Large Language Models as Zero-shot Relation Extractors

2023-10-08 · Guozheng Li, Peng Wang, Wenjun Ke

Relation extraction (RE) consistently involves a certain degree of labeled or unlabeled data even if under zero-shot setting. Recent studies have shown that large language models (LLMs) transfer well to new tasks out-of-…

Question AnsweringRelationRelation Extraction

Analyzing BERT’s Knowledge of Hypernymy via Prompting

2021-11-01 · EMNLP (BlackboxNLP) 2021 11 · Michael Hanna, David Mareček

The high performance of large pretrained language models (LLMs) such as BERT on NLP tasks has prompted questions about BERT’s linguistic capabilities, and how they differ from humans’. In this paper, we approach this que…

Hypernym Discovery