Papers › Better Rewards Yield Better Summaries: Learning to Summarise Without References

Better Rewards Yield Better Summaries: Learning to Summarise Without References

3 Sep 2019IJCNLP 2019 11arXiv:1909.01214archive 2025-07-28

Florian Böhm, Yang Gao, Christian M. Meyer, Ori Shapira, Ido Dagan, Iryna Gurevych

Reinforcement Learning (RL) based document summarisation systems yield state-of-the-art performance in terms of ROUGE scores, because they directly use ROUGE as the rewards during training. However, summaries with high ROUGE scores often receive low human judgement. To find a better reward function that can guide RL to generate human-appealing summaries, we learn a reward function from human ratings on 2,500 summaries. Our reward function only takes the document and system summary as input. Hence, once trained, it can be used to train RL-based summarisation systems without using any reference summaries. We show that our learned rewards have significantly higher correlation with human ratings than previous approaches. Human evaluation experiments show that, compared to the state-of-the-art supervised-learning systems and ROUGE-as-rewards RL summarisation systems, the RL systems using our learned rewards during training generate summarieswith higher human ratings. The learned reward function and our source code are available at https://github.com/yg211/summary-reward-no-reference.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1909.01214")

Code

Syntology Ran 4 of 14 code samples harvested from 2 repositories linked to this paper; 10 have no recorded run. Of those that ran: 2 ran · honoured contract; 2 ran · our draft was wrong.

By repository: official repository: 9 samples from 1 repository, 0 ran; community (archive-listed): 5 samples from 1 repository, 4 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

yg211/summary-reward-no-reference officialmentioned in papermentioned on GitHubpytorchApache-2.0 report
UKPLab/emnlp2019-summary-reward mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

14 samples harvested; 4 ran; 2 honoured the contract we drafted; 10 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · honoured contract
2ran · our draft was wrong
10unverified

Licence: 5 of the 14 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

bleu yg211/summary-reward-no-reference/scorer/auto_metrics/metrics.py official repository unverified Apache-2.0 (permissive) · b8a6998c443cf95c · report
countAppearance yg211/summary-reward-no-reference/scorer/data_helper/generate_samples.py official repository unverified Apache-2.0 (permissive) · 7c4d342f8afe60b2 · report
getPossibleSwaps yg211/summary-reward-no-reference/scorer/data_helper/generate_samples.py official repository unverified Apache-2.0 (permissive) · b1505c96d52fa4ce · report
inHistory yg211/summary-reward-no-reference/scorer/data_helper/generate_samples.py official repository unverified Apache-2.0 (permissive) · 08a56c9270b8138e · report
remove_spaces_lines yg211/summary-reward-no-reference/helpers/data_helpers.py official repository unverified Apache-2.0 (permissive) · b76aabfbdd5cd7dd · report
sent2tokens yg211/summary-reward-no-reference/helpers/data_helpers.py official repository unverified Apache-2.0 (permissive) · 59b18c5647389fbf · report
sts_bert_encoder yg211/summary-reward-no-reference/compare_reward.py official repository unverified Apache-2.0 (permissive) · ba627e31aa948470 · report
sts_bert_rewarder yg211/summary-reward-no-reference/compare_reward.py official repository unverified Apache-2.0 (permissive) · 6abe2a89945836f0 · report
text_normalization yg211/summary-reward-no-reference/helpers/data_helpers.py official repository unverified Apache-2.0 (permissive) · ff0f39e164572c49 · report
build_model UKPLab/emnlp2019-summary-reward/rewarder.py community (archive-listed) ran · our draft was wrong fingerprinted no licence file found · pointer only · 7b6ce349a42f2945 · report
parse_split_data UKPLab/emnlp2019-summary-reward/step2_train_rewarder.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · ceee2c8bc03cc5b0 · report
raw_bert_encoder UKPLab/emnlp2019-summary-reward/rewarder.py community (archive-listed) ran · honoured contract no licence file found · pointer only · d193c2053b5ce0cb · report
raw_bert_encoder UKPLab/emnlp2019-summary-reward/step1_encode_doc_summ.py community (archive-listed) ran · honoured contract no licence file found · pointer only · 2cbfa7df6a518aa2 · report
deep_pair_train UKPLab/emnlp2019-summary-reward/step2_train_rewarder.py community (archive-listed) unverified no licence file found · pointer only · c6edfba6734d0282 · report

Tasks

Reinforcement LearningReinforcement Learning (RL)

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections