paper-with-me

홈 › Papers

LLMs Learn Task Heuristics from Demonstrations: A Heuristic-Driven Prompting Strategy for Document-Level Event Argument Extraction

2023-11-11 · Hanzhang Zhou, Junlang Qian, Zijian Feng, Hui Lu, Zixiao Zhu, Kezhi Mao

In this study, we investigate in-context learning (ICL) in document-level event argument extraction (EAE) to alleviate the dependency on large-scale labeled data for this task. We introduce the Heuristic-Driven Link-of-Analogy (HD-LoA) prompting to address the challenge of example selection and to develop a prompting strategy tailored for EAE. Specifically, we hypothesize and validate that LLMs learn task-specific heuristics from demonstrations via ICL. Building upon this hypothesis, we introduce an explicit heuristic-driven demonstration construction approach, which transforms the haphazard example selection process into a methodical method that emphasizes task heuristics. Additionally, inspired by the analogical reasoning of human, we propose the link-of-analogy prompting, which enables LLMs to process new situations by drawing analogies to known situations, enhancing their performance on unseen classes beyond limited ICL examples. Experiments show that our method outperforms existing prompting methods and few-shot supervised learning methods on document-level EAE datasets. Additionally, the HD-LoA prompting shows effectiveness in diverse tasks like sentiment analysis and natural language inference, demonstrating its broad adaptability.

📄 PDF Abstract BibTeX arXiv:2311.06555

Code (1)

hzzhou01/hd-loa-prompting 공식 구현

Tasks

Event Argument ExtractionIn-Context LearningNatural Language InferenceSentiment Analysis

Similar Papers 제목 키워드 기반

SORREL: Suboptimal-Demonstration-Guided Reinforcement Learning for Learning to Branch

2024-12-20 · Shengyu Feng, Yiming Yang

Mixed Integer Linear Program (MILP) solvers are mostly built upon a Branch-and-Bound (B\&B) algorithm, where the efficiency of traditional solvers heavily depends on hand-crafted heuristics for branching. The past few ye…

Imitation Learningreinforcement-learningReinforcement Learning

Efficient Heuristics Generation for Solving Combinatorial Optimization Problems Using Large Language Models

2025-05-19 · Xuan Wu, Di Wang, Chunguo Wu, Lijie Wen 외

Recent studies exploited Large Language Models (LLMs) to autonomously generate heuristics for solving Combinatorial Optimization Problems (COPs), by prompting LLMs to first provide search directions and then derive heuri…

Combinatorial OptimizationSemantic SimilaritySemantic Textual Similarity

LLM-Generated Heuristics for AI Planning: Do We Even Need Domain-Independence Anymore?

2025-01-30 · Alexander Tuisov, Yonatan Vernik, Alexander Shleyfman

Domain-independent heuristics have long been a cornerstone of AI planning, offering general solutions applicable across a wide range of tasks without requiring domain-specific engineering. However, the advent of large la…

Computational Efficiency

Planning of Heuristics: Strategic Planning on Large Language Models with Monte Carlo Tree Search for Automating Heuristic Optimization

2025-02-17 · Chaoxu Mu, Xufeng Zhang, Hui Wang

Heuristics have achieved great success in solv- ing combinatorial optimization problems (COPs). However, heuristics designed by humans re- quire too much domain knowledge and testing time. Given the fact that Large Langu…

Combinatorial OptimizationScheduling

Self-Refine Instruction-Tuning for Aligning Reasoning in Language Models

2024-05-01 · Leonardo Ranaldi, Andrè Freitas

The alignments of reasoning abilities between smaller and larger Language Models are largely conducted via Supervised Fine-Tuning (SFT) using demonstrations generated from robust Large Language Models (LLMs). Although th…

Math