paper-with-me

Papers

One Arrow, Many Targets: Probing LLMs for Multi-Attribute Controllable Text Summarization

2024-11-02 · Tathagato Roy, Rahul Mishra

Text summarization is a well-established task within the natural language processing (NLP) community. However, the focus on controllable summarization tailored to user requirements is gaining traction only recently. While several efforts explore controllability in text summarization, the investigation of Multi-Attribute Controllable Summarization (MACS) remains limited. This work addresses this gap by examining the MACS task through the lens of large language models (LLMs), using various learning paradigms, particularly low-rank adapters. We experiment with different popular adapter fine-tuning strategies to assess the effectiveness of the resulting models in retaining cues and patterns associated with multiple controllable attributes. Additionally, we propose and evaluate a novel hierarchical adapter fusion technique to integrate learnings from two distinct controllable attributes. Subsquently, we present our findings, discuss the challenges encountered, and suggest potential avenues for advancing the MACS task.

📄 PDF Abstract BibTeX arXiv:2411.01213

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeText Summarization

Methods 이 논문이 사용한 방법론

Focus 설명 없음
Adapter 설명 없음

Similar Papers 제목 키워드 기반

Probing LLMs for Multilingual Discourse Generalization Through a Unified Label Set

2025-03-13 · Florian Eichin, Yang Janet Liu, Barbara Plank, Michael A. Hedderich

Discourse understanding is essential for many NLP tasks, yet most existing work remains constrained by framework-dependent discourse representations. This work investigates whether large language models (LLMs) capture di…

RelationRelation Classification

The Skipped Beat: A Study of Sociopragmatic Understanding in LLMs for 64 Languages

2023-10-23 · Chiyu Zhang, Khai Duy Doan, Qisheng Liao, Muhammad Abdul-Mageed

Instruction tuned large language models (LLMs), such as ChatGPT, demonstrate remarkable performance in a wide range of tasks. Despite numerous recent studies that examine the performance of instruction-tuned LLMs on vari…

Emotion RecognitionFew-Shot Learning

Date Fragments: A Hidden Bottleneck of Tokenization for Temporal Reasoning

2025-05-22 · Gagan Bhatia, Maxime Peyrard, Wei Zhao

Modern BPE tokenizers often split calendar dates into meaningless fragments, e.g., 20250312 $\rightarrow$ 202, 503, 12, inflating token counts and obscuring the inherent structure needed for robust temporal reasoning. In…

Exploring Multilingual Probing in Large Language Models: A Cross-Language Analysis

2024-09-22 · Daoyang Li, Haiyan Zhao, Qingcheng Zeng, Mengnan Du

Probing techniques for large language models (LLMs) have primarily focused on English, overlooking the vast majority of the world's languages. In this paper, we extend these probing methods to a multilingual context, inv…

On the Tip of the Tongue: Analyzing Conceptual Representation in Large Language Models with Reverse-Dictionary Probe

2024-02-22 · Ningyu Xu, Qi Zhang, Menghan Zhang, Peng Qian 외

Probing and enhancing large language models' reasoning capacity remains a crucial open question. Here we re-purpose the reverse dictionary task as a case study to probe LLMs' capacity for conceptual inference. We use in-…

In-Context LearningReverse Dictionary