paper-with-me

홈 › Papers

Step-by-step Instructions and a Simple Tabular Output Format Improve the Dependency Parsing Accuracy of LLMs

2025-06-11 · Hiroshi Matsuda, Chunpeng Ma, Masayuki Asahara

Recent advances in large language models (LLMs) have enabled impressive performance in various tasks. However, standard prompting often struggles to produce structurally valid and accurate outputs, especially in dependency parsing. We propose a novel step-by-step instruction strategy, where universal part-of-speech tagging precedes the prediction of syntactic heads and dependency labels, and a simplified CoNLL-U like output format, our method achieves state-of-the-art accuracy on Universal Dependencies datasets across 17 languages without hallucination or contamination. We further show that multilingual fine-tuning simultaneously improves cross-language generalization performance. Our results highlight the effectiveness of explicit reasoning steps in LLM-based parsing and offer a scalable, format-consistent alternative to bracket-based approaches.

📄 PDF Abstract BibTeX arXiv:2506.09983

Code (1)

megagonlabs/llmpp 공식 구현

Tasks

Dependency ParsingHallucinationPart-Of-Speech Taggingvalid

Similar Papers 제목 키워드 기반

Chain-of-Instructions: Compositional Instruction Tuning on Large Language Models

2024-02-18 · Shirley Anugrah Hayati, Taehee Jung, Tristan Bodding-Long, Sudipta Kar 외

Fine-tuning large language models (LLMs) with a collection of large and diverse instructions has improved the model's generalization to different tasks, even for unseen tasks. However, most existing instruction datasets …

From Simple to Professional: A Combinatorial Controllable Image Captioning Agent

2024-12-15 · Xinran Wang, Muxi Diao, Baoteng Li, Haiwen Zhang 외

The Controllable Image Captioning Agent (CapAgent) is an innovative system designed to bridge the gap between user simplicity and professional-level outputs in image captioning tasks. CapAgent automatically transforms us…

Caption Generationcontrollable image captioningImage Captioningobject-detection+1

PizzaCommonSense: Learning to Model Commonsense Reasoning about Intermediate Steps in Cooking Recipes

2024-01-12 · Aissatou Diallo, Antonis Bikakis, Luke Dickens, Anthony Hunter 외

Understanding procedural texts, such as cooking recipes, is essential for enabling machines to follow instructions and reason about tasks, a key aspect of intelligent reasoning. In cooking, these instructions can be inte…

Text Generation

Improving Cross-Task Generalization with Step-by-Step Instructions

2023-05-08 · Yang Wu, Yanyan Zhao, Zhongyang Li, Bing Qin 외

Instruction tuning has been shown to be able to improve cross-task generalization of language models. However, it is still challenging for language models to complete the target tasks following the instructions, as the i…

Towards Benchmarking Foundation Models for Tabular Data With Text

2025-07-10 · Martin Mráz, Breenda Das, Anshul Gupta, Lennart Purucker 외 arxiv

Foundation models for tabular data are rapidly evolving, with increasing interest in extending them to support additional modalities such as free-text features. However, existing benchmarks for tabular data rarely includ…