paper-with-me

Papers

FOFO: A Benchmark to Evaluate LLMs' Format-Following Capability

2024-02-28 · Congying Xia, Chen Xing, Jiangshu Du, Xinyi Yang, Yihao Feng, ran Xu, Wenpeng Yin, Caiming Xiong

This paper presents FoFo, a pioneering benchmark for evaluating large language models' (LLMs) ability to follow complex, domain-specific formats, a crucial yet underexamined capability for their application as AI agents. Despite LLMs' advancements, existing benchmarks fail to assess their format-following proficiency adequately. FoFo fills this gap with a diverse range of real-world formats and instructions, developed through an AI-Human collaborative method. Our evaluation across both open-source (e.g., Llama 2, WizardLM) and closed-source (e.g., GPT-4, PALM2, Gemini) LLMs highlights three key findings: open-source models significantly lag behind closed-source ones in format adherence; LLMs' format-following performance is independent of their content generation quality; and LLMs' format proficiency varies across different domains. These insights suggest the need for specialized tuning for format-following skills and highlight FoFo's role in guiding the selection of domain-specific AI agents. FoFo is released here at https://github.com/SalesforceAIResearch/FoFo.

📄 PDF Abstract BibTeX arXiv:2402.18667

Code (1)

salesforceairesearch/fofo 공식 구현

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Multi-Head Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

InfoFocus: 3D Object Detection for Autonomous Driving with Dynamic Information Modeling

2020-07-16 · ECCV 2020 8 · Jun Wang, Shiyi Lan, Mingfei Gao, Larry S. Davis

Real-time 3D object detection is crucial for autonomous cars. Achieving promising performance with high efficiency, voxel-based approaches have received considerable attention. However, previous methods model the input s…

3D Object DetectionAutonomous Drivingobject-detectionObject Detection+1

InfoForager: Leveraging Semantic Search with AMR for COVID-19 Research

2020-12-01 · DMR (COLING) 2020 12 · Claire Bonial, Stephanie M. Lukin, David Doughty, Steven Hill 외

This paper examines how Abstract Meaning Representation (AMR) can be utilized for finding answers to research questions in medical scientific documents, in particular, to advance the study of UV (ultraviolet) inactivatio…

Abstract Meaning RepresentationDomain Adaptation

FireBench: Evaluating Instruction Following in Enterprise and API-Driven LLM Applications

2026-03-05 · Yunfan Zhang, Yijie Bei, Jetashree Ravi, Pawel Garbacki arxiv

Instruction following is critical for LLMs deployed in enterprise and API-driven settings, where strict adherence to output formats, content constraints, and procedural requirements is essential for enabling reliable LLM…

Information ExtractionInstruction Following

Do LLMs Recognize Your Preferences? Evaluating Personalized Preference Following in LLMs

2025-02-13 · Siyan Zhao, Mingyi Hong, Yang Liu, Devamanyu Hazarika 외

Large Language Models (LLMs) are increasingly used as chatbots, yet their ability to personalize responses to user preferences remains limited. We introduce PrefEval, a benchmark for evaluating LLMs' ability to infer, me…

BenchmarkingRetrievalRetrieval-augmented Generation

Parrot: Enhancing Multi-Turn Instruction Following for Large Language Models

2023-10-11 · Yuchong Sun, Che Liu, Kun Zhou, Jinwen Huang 외

Humans often interact with large language models (LLMs) in multi-turn interaction to obtain desired answers or more information. However, most existing studies overlook the multi-turn instruction following ability of LLM…

AttributeInstruction Following