paper-with-me

홈 › Papers

Play the Shannon Game With Language Models: A Human-Free Approach to Summary Evaluation

2021-03-19 · Nicholas Egan, Oleg Vasilyev, John Bohannon

The goal of a summary is to concisely state the most important information in a document. With this principle in mind, we introduce new reference-free summary evaluation metrics that use a pretrained language model to estimate the information content shared between a document and its summary. These metrics are a modern take on the Shannon Game, a method for summary quality scoring proposed decades ago, where we replace human annotators with language models. We also view these metrics as an extension of BLANC, a recently proposed approach to summary quality measurement based on the performance of a language model with and without the help of a summary. Using transformer based language models, we empirically verify that our metrics achieve state-of-the-art correlation with human judgement of the summary quality dimensions of both coherence and relevance, as well as competitive correlation with human judgement of consistency and fluency.

📄 PDF Abstract BibTeX arXiv:2103.10918

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BLANC BLANC is an automatic estimation approach for document summary quality. The goal is to measure the functional performance of a summary with an objective, reproducible, and…
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Weight Decay 설명 없음
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…
Linear Warmup With Cosine Annealing Linear Warmup With Cosine Annealing is a learning rate schedule where we increase the learning rate linearly for $n$ updates and then anneal according to a cosine schedule…
Multi-Head Attention 설명 없음
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 제목 키워드 기반

Nemobot Games: Crafting Strategic AI Gaming Agents for Interactive Learning with Large Language Models

2026-04-23 · Chee Wei Tan, Yuchen Wang, Shangxin Guo arxiv

This paper introduces a new paradigm for AI game programming, leveraging large language models (LLMs) to extend and operationalize Claude Shannon's taxonomy of game-playing machines. Central to this paradigm is Nemobot, …

Reinforcement LearningMathematical Reasoning

Beating humans in a penny-matching game by leveraging cognitive hierarchy theory and Bayesian learning

2019-09-27 · Ran Tian, Nan Li, Ilya Kolmanovsky, Anouck Girard

It is a long-standing goal of artificial intelligence (AI) to be superior to human beings in decision making. Games are suitable for testing AI capabilities of making good decisions in non-numerical tasks. In this paper,…

Decision Making

A Comparative Genomic Analysis of Coronavirus Families Using Chaos Game Representation and Fisher-Shannon Complexity

2021-07-13 · S. K. Laha

From its first emergence in Wuhan, China in December, 2019 the COVID-19 pandemic has caused unprecedented health crisis throughout the world. The novel coronavirus disease is caused by severe acute respiratory syndrome c…

Information Plane

Multimodal Shannon Game with Images

2023-03-20 · Vilém Zouhar, Sunit Bhattacharya, Ondřej Bojar

The Shannon game has long been used as a thought experiment in linguistics and NLP, asking participants to guess the next letter in a sentence based on its preceding context. We extend the game by introducing an optional…

Language ModelingLanguage ModellingSentence

Playing the Werewolf game with artificial intelligence for language understanding

2023-02-21 · Hisaichi Shibata, Soichiro Miki, Yuta Nakamura

The Werewolf game is a social deduction game based on free natural language communication, in which players try to deceive others in order to survive. An important feature of this game is that a large portion of the conv…

AI AgentLanguage Modelling