paper-with-me

Papers

LCTG Bench: LLM Controlled Text Generation Benchmark

2025-01-27 · Kentaro Kurihara, Masato Mita, Peinan Zhang, Shota Sasaki, Ryosuke Ishigami, Naoaki Okazaki

The rise of large language models (LLMs) has led to more diverse and higher-quality machine-generated text. However, their high expressive power makes it difficult to control outputs based on specific business instructions. In response, benchmarks focusing on the controllability of LLMs have been developed, but several issues remain: (1) They primarily cover major languages like English and Chinese, neglecting low-resource languages like Japanese; (2) Current benchmarks employ task-specific evaluation metrics, lacking a unified framework for selecting models based on controllability across different use cases. To address these challenges, this research introduces LCTG Bench, the first Japanese benchmark for evaluating the controllability of LLMs. LCTG Bench provides a unified framework for assessing control performance, enabling users to select the most suitable model for their use cases based on controllability. By evaluating nine diverse Japanese-specific and multilingual LLMs like GPT-4, we highlight the current state and challenges of controllability in Japanese LLMs and reveal the significant gap between multilingual models and Japanese-specific models.

📄 PDF Abstract BibTeX arXiv:2501.15875

Code (1)

cyberagentailab/lctg-bench 공식 구현 pytorch

Tasks

Text Generation

Methods 이 논문이 사용한 방법론

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$…
Residual Connection 설명 없음
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…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
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…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

From Sub-Ability Diagnosis to Human-Aligned Generation: Bridging the Gap for Text Length Control via MARKERGEN

2025-02-19 · Peiwen Yuan, Chuyi Tan, Shaoxiong Feng, Yiwei Li 외

Despite the rapid progress of large language models (LLMs), their length-controllable text generation (LCTG) ability remains below expectations, posing a major limitation for practical applications. Existing methods main…

Text Generation

Language Conditioned Traffic Generation

2023-07-16 · Shuhan Tan, Boris Ivanovic, Xinshuo Weng, Marco Pavone 외

Simulation forms the backbone of modern self-driving development. Simulators help develop, test, and improve driving systems without putting humans, vehicles, or their environment at risk. However, simulators face a majo…

DecoderLanguage ModelingLanguage ModellingLarge Language Model+1

ToTTo: A Controlled Table-To-Text Generation Dataset

2020-04-29 · EMNLP 2020 11 · Ankur P. Parikh, Xuezhi Wang, Sebastian Gehrmann, Manaal Faruqui 외

We present ToTTo, an open-domain English table-to-text dataset with over 120,000 training examples that proposes a controlled generation task: given a Wikipedia table and a set of highlighted table cells, produce a one-s…

Conditional Text GenerationData-to-Text GenerationSentenceTable-to-Text Generation+1

MM-IssueLoc: A Controlled Benchmark for Evaluating Visual Evidence in Multimodal Repository-Level Issue Localization

2026-07-16 · Shaoxiong Zhan, Shi Hu, Boyu Feng, Hai Lin 외 arxiv

Real repository issues routinely include visual evidence such as screenshots, error dialogs, rendered UI states, and logs, yet repository-level issue localization is evaluated mostly as a text-only task. Existing multimo…

TWT: Table with Written Text for Controlled Data-to-Text Generation

2021-11-01 · Findings (EMNLP) 2021 11 · Tongliang Li, Lei Fang, Jian-Guang Lou, Zhoujun Li

Large pre-trained neural models have recently shown remarkable progress in text generation. In this paper, we propose to generate text conditioned on the structured data (table) and a prefix (the written text) by leverag…

Data-to-Text GenerationText Generation