paper-with-me

Papers

Reading Subtext: Evaluating Large Language Models on Short Story Summarization with Writers

2024-03-02 · Melanie Subbiah, Sean Zhang, Lydia B. Chilton, Kathleen McKeown

We evaluate recent Large Language Models (LLMs) on the challenging task of summarizing short stories, which can be lengthy, and include nuanced subtext or scrambled timelines. Importantly, we work directly with authors to ensure that the stories have not been shared online (and therefore are unseen by the models), and to obtain informed evaluations of summary quality using judgments from the authors themselves. Through quantitative and qualitative analysis grounded in narrative theory, we compare GPT-4, Claude-2.1, and LLama-2-70B. We find that all three models make faithfulness mistakes in over 50% of summaries and struggle with specificity and interpretation of difficult subtext. We additionally demonstrate that LLM ratings and other automatic metrics for summary quality do not correlate well with the quality ratings from the writers.

📄 PDF Abstract BibTeX arXiv:2403.01061

Code (2)

melaniesubbiah/reading-subtext 공식 구현
EncryptedBinary/Meta_analysis pytorch

Tasks

Specificity

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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…
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 제목 키워드 기반

Probing the topological properties of complex networks modeling short written texts

2014-12-29 · Diego R. Amancio

In recent years, graph theory has been widely employed to probe several language properties. More specifically, the so-called word adjacency model has been proven useful for tackling several practical problems, especiall…

Beneath the Surface: Investigating LLMs' Capabilities for Communicating with Subtext

2026-04-07 · Kabir Ahuja, Yuxuan Li, Andrew Kyle Lampinen arxiv

Human communication is fundamentally creative, and often makes use of subtext -- implied meaning that goes beyond the literal content of the text. Here, we systematically study whether language models can use subtext in …

CSD: A Chinese Dataset for Subtext Problem

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Subtext is a kind of deep semantics which can be acquired after one or more rounds of expression transformation. As a popular way of expressing one's intentions, it is well worth studying. In this paper, we propose two s…

Reading Between the Lines: Exploring Infilling in Visual Narratives

2020-10-26 · EMNLP 2020 11 · Khyathi Raghavi Chandu, Ruo-Ping Dong, Alan Black

Generating long form narratives such as stories and procedures from multiple modalities has been a long standing dream for artificial intelligence. In this regard, there is often crucial subtext that is derived from the …

Visual Storytelling

SASICM A Multi-Task Benchmark For Subtext Recognition

2021-06-13 · Hua Yan, Feng Han, Junyi An, Weikang Xiao 외

Subtext is a kind of deep semantics which can be acquired after one or more rounds of expression transformation. As a popular way of expressing one's intentions, it is well worth studying. In this paper, we try to make c…