paper-with-me

홈 › Papers

Functionality learning through specification instructions

2023-11-14 · Pedro Henrique Luz de Araujo, Benjamin Roth

Test suites assess natural language processing models' performance on specific functionalities: cases of interest involving model robustness, fairness, or particular linguistic capabilities. This paper introduces specification instructions: text descriptions specifying fine-grained task-specific behaviors. For each functionality in a suite, we generate an instruction that describes it. We combine the specification instructions to create specification-augmented prompts, which we feed to language models pre-trained on natural instruction data. We conduct experiments to measure how optimizing for some functionalities may negatively impact functionalities that are not covered by the specification set. Our analyses across four tasks and models of diverse sizes and families show that smaller models struggle to follow specification instructions. However, larger models (>~3B params.) can benefit from specifications and -- surprisingly -- even generalize certain desirable behaviors across functionalities.

📄 PDF Abstract BibTeX arXiv:2311.08481

Code (0)

등록된 구현이 없습니다.

Tasks

Fairness

Similar Papers 제목 키워드 기반

PaniniQA: Enhancing Patient Education Through Interactive Question Answering

2023-08-07 · Pengshan Cai, Zonghai Yao, Fei Liu, Dakuo Wang 외

Patient portal allows discharged patients to access their personalized discharge instructions in electronic health records (EHRs). However, many patients have difficulty understanding or memorizing their discharge instru…

Question Answering

Guiding LLM Temporal Logic Generation with Explicit Separation of Data and Control

2024-06-11 · William Murphy, Nikolaus Holzer, Nathan Koenig, Leyi Cui 외

Temporal logics are powerful tools that are widely used for the synthesis and verification of reactive systems. The recent progress on Large Language Models (LLMs) has the potential to make the process of writing such sp…

Program Synthesis

Linear Temporal Logic Translation via Human-Inspired Self-Constrained Reasoning for Robot Task Specification

2026-08-28 · Haofei Hou, Fanxu Meng, Shunyi Zhao, Kairui Yang 외 arxiv

Many robotic tasks are temporally extended and demand precise specifications of subgoals, constraints, and their temporal ordering. Yet human operators typically communicate such tasks in natural language, which is inher…

Strategies for Guiding LLMs to Use Software Design Patterns: A Case of Singleton

2026-05-26 · Viktor Kjellberg, Farnaz Fotrousi, Miroslaw Staron arxiv

Large Language Models (LLMs) can generate functional source code from natural-language prompts, but often fail to consistently follow higher-level architectural structures or design patterns. Since LLMs are increasingly …

Nl2Hltl2Plan: Scaling Up Natural Language Understanding for Multi-Robots Through Hierarchical Temporal Logic Task Representation

2024-08-15 · Shaojun Xu, Xusheng Luo, Yutong Huang, Letian Leng 외

To enable non-experts to specify long-horizon, multi-robot collaborative tasks, language models are increasingly used to translate natural language commands into formal specifications. However, because translation can oc…

Natural Language UnderstandingRobot Task PlanningSentenceTask Planning+1