Papers › Text Understanding with the Attention Sum Reader Network

Text Understanding with the Attention Sum Reader Network

4 Mar 2016ACL 2016 8arXiv:1603.01547archive 2025-07-28

Rudolf Kadlec, Martin Schmid, Ondrej Bajgar, Jan Kleindienst

Several large cloze-style context-question-answer datasets have been introduced recently: the CNN and Daily Mail news data and the Children's Book Test. Thanks to the size of these datasets, the associated text comprehension task is well suited for deep-learning techniques that currently seem to outperform all alternative approaches. We present a new, simple model that uses attention to directly pick the answer from the context as opposed to computing the answer using a blended representation of words in the document as is usual in similar models. This makes the model particularly suitable for question-answering problems where the answer is a single word from the document. Ensemble of our models sets new state of the art on all evaluated datasets.

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="1603.01547")

Code

Syntology Ran 0 of 10 code samples harvested from 1 repository linked to this paper; 10 have no recorded run.

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

rkadlec/asreader officialmentioned in papermentioned on GitHubNOASSERTION report
libertatis/mrc-cbt mentioned on GitHubtfApache-2.0 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

10 samples harvested; 0 ran; 0 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.

10unverified

Licence: 0 of the 10 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 libertatis/mrc-cbt. “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.

cbt_text2json libertatis/mrc-cbt/cbt_text2json.py community (archive-listed) unverified Apache-2.0 (permissive) · 1cbcbc7973ab4b10 · report
convert_to_features libertatis/mrc-cbt/prepro.py community (archive-listed) unverified Apache-2.0 (permissive) · a257835a6f083f17 · report
default_tokenizer libertatis/mrc-cbt/cbt_text2json.py community (archive-listed) unverified Apache-2.0 (permissive) · 4311e2158e8c5261 · report
default_tokenizer libertatis/mrc-cbt/prepro.py community (archive-listed) unverified Apache-2.0 (permissive) · 17de19718f9723ae · report
get_batch_dataset libertatis/mrc-cbt/util.py community (archive-listed) unverified Apache-2.0 (permissive) · 29a6e45846396956 · report
get_dataset libertatis/mrc-cbt/util.py community (archive-listed) unverified Apache-2.0 (permissive) · 1ea08aaae7fd9f80 · report
get_record_parser libertatis/mrc-cbt/util.py community (archive-listed) unverified Apache-2.0 (permissive) · 84fa04c20351d159 · report
glu libertatis/mrc-cbt/layers.py community (archive-listed) unverified Apache-2.0 (permissive) · 618e1a43f3790bc0 · report
layer_norm_compute_python libertatis/mrc-cbt/layers.py community (archive-listed) unverified Apache-2.0 (permissive) · 80444e734e109863 · report
noam_norm libertatis/mrc-cbt/layers.py community (archive-listed) unverified Apache-2.0 (permissive) · 98c3ae22156c7728 · report

Tasks

Machine Reading ComprehensionOpen-Domain Question AnsweringQuestion AnsweringReading Comprehension

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Open-Domain Question Answering SearchQA ASR N-gram F1 22.8 #13 of 14 Archive leaderboard report
Open-Domain Question Answering SearchQA ASR Unigram Acc 41.3 #13 of 14 Archive leaderboard report
Question Answering CNN / Daily Mail AS Reader (ensemble model) CNN 75.4 #6 of 16 Archive leaderboard report
Question Answering CNN / Daily Mail AS Reader (ensemble model) Daily Mail 77.7 #6 of 16 Archive leaderboard report
Question Answering CNN / Daily Mail AS Reader (single model) CNN 69.5 #12 of 16 Archive leaderboard report
Question Answering CNN / Daily Mail AS Reader (single model) Daily Mail 73.9 #12 of 16 Archive leaderboard report
Question Answering Children's Book Test AS reader (avg) Accuracy-CN 68.9% #5 of 8 Archive leaderboard report
Question Answering Children's Book Test AS reader (avg) Accuracy-NE 70.6% #5 of 8 Archive leaderboard report
Question Answering Children's Book Test AS reader (greedy) Accuracy-CN 67.5% #6 of 8 Archive leaderboard report
Question Answering Children's Book Test AS reader (greedy) Accuracy-NE 71% #6 of 8 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

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