Datasets:
id stringlengths 9 18 | document stringlengths 62 1.33M | summary stringlengths 127 12.3k |
|---|---|---|
GAO_GAO-06-1085 | Background The structure of the armed forces is based on the Total Force concept, which recognizes that all elements of the structure—active duty military personnel, reservists, defense contractors, host nation military and civilian personnel, and DOD federal civilian employees—contribute to national defense. In recent... | As the Department of Defense (DOD) has expanded its involvement in overseas military operations, it has grown increasingly reliant on its federal civilian workforce to support contingency operations. The Senate Armed Services Committee required GAO to examine DOD's policies concerning the health care for DOD civilians ... |
GAO_GAO-06-1113T | Background Current Federal Taxation of Businesses Most income derived from private sector business activity in the United States is subject to federal corporate income tax, the individual income tax, or both. The tax treatment that applies to a business depends on its legal form of organization. Firms that are organize... | Business income taxes, both corporate and noncorporate, are a significant portion of federal tax revenue. Businesses also play a crucial role in collecting taxes from individuals, through withholding and information reporting. However, the design of the current system of business taxation is widely seen as flawed. It d... |
GAO_GAO-07-86 | Background There are some similarities in how Medicare pays ASCs and hospital outpatient departments for the procedures they perform. However, the methods used by CMS to calculate the payment rates in each system, as well as the mechanisms used to revise the Medicare payment rates, differ. Structure of the ASC Payment ... | Medicare pays for surgical procedures performed at ambulatory surgical centers (ASC) and hospital outpatient departments through different payment systems. Although they perform a similar set of procedures, no comparison of ASC and hospital outpatient per-procedure costs has been conducted. The Medicare Prescription Dr... |
GAO_GAO-16-589T | Background IRS’s mission is to provide America’s taxpayers top-quality service by helping them to understand and meet their tax responsibilities and to enforce the law with integrity and fairness to all. During fiscal year 2015, IRS collected more than $3.3 trillion; processed more than 243 million tax returns and othe... | In collecting taxes, processing returns, and providing taxpayer service, IRS relies extensively on computerized systems. Thus it is critical that sensitive taxpayer and other data are protected. Recent data breaches at IRS highlight the vulnerability of taxpayer information. In addition, identity theft refund fraud is ... |
GAO_GAO-02-168T | "Organizational Structure In 1991, we reported that, historically, INS leadership had allowed INS’(...TRUNCATED) | "The Immigration and Naturalization's (INS) organizational structure has led to recurring management(...TRUNCATED) |
GAO_GAO-07-1042T | "The State of Knowledge About TCE and Perchlorate While TCE and perchlorate are both DOD-classified (...TRUNCATED) | "DOD defines emerging contaminants as chemicals or materials with (1) perceived or real threat to he(...TRUNCATED) |
GAO_GAO-16-205T | "Background As you know, the cost of the Decennial Census has steadily increased during the past 40 (...TRUNCATED) | "The cost of the nation's decennial census has steadily increased over the past 40 years; the 2010 C(...TRUNCATED) |
GAO_GAO-15-538 | "Background DOD Management of Excess, Obsolete, and Unserviceable Conventional Ammunition Each milit(...TRUNCATED) | "DOD manages conventional ammunition that ranges from small arms cartridges to rockets, mortars, art(...TRUNCATED) |
GAO_GAO-02-852T | "Background DOE is responsible for a nationwide complex of facilities created during World War II an(...TRUNCATED) | "Compliance agreements between the Department of Energy (DOE) and its regulators specify cleanup act(...TRUNCATED) |
GAO_GAO-15-733 | "Background Unregulated Child Custody Transfers An unregulated child custody transfer, commonly refe(...TRUNCATED) | "Parents have the legal responsibility to protect and care for their children. However, recent media(...TRUNCATED) |
Dataset Card for GovReport
Dataset Summary
Government report dataset consists of reports and associated summaries written by government research agencies including Congressional Research Service and U.S. Government Accountability Office.
Compared with other long document summarization datasets, government report dataset has longer summaries and documents and requires reading in more context to cover salient words to be summarized.
Versions
1.0.1(default): remove extra whitespace.1.0.0: the dataset used in the original paper.
To use different versions, set the revision argument of the load_dataset function.
Supported Tasks and Leaderboards
[More Information Needed]
Languages
English
Dataset Structure
Three configs are available:
- plain_text (default): the text-to-text summarization setting used as in the original paper.
- plain_text_with_recommendations: the text-to-text summarization setting, with "What GAO recommends" included in the summary.
- structure: data with the section structure.
To use different configs, set the name argument of the load_dataset function.
Data Instances
plain_text & plain_text_with_recommendations
An example looks as follows.
{
"id": "GAO_123456",
"document": "This is a test document.",
"summary": "This is a test summary"
}
structure
An example looks as follows.
{
"id": "GAO_123456",
"document_sections": {
"title": ["test docment section 1 title", "test docment section 1.1 title"],
"paragraphs": ["test document\nsection 1 paragraphs", "test document\nsection 1.1 paragraphs"],
"depth": [1, 2]
},
"summary_sections": {
"title": ["test summary section 1 title", "test summary section 2 title"],
"paragraphs": ["test summary\nsection 1 paragraphs", "test summary\nsection 2 paragraphs"]
}
}
Data Fields
plain_text & plain_text_with_recommendations
id: astringfeature.document: astringfeature.summary: astringfeature.
structure
id: astringfeature.document_sections: a dictionary feature containing lists of (each element corresponds to a section):title: astringfeature.paragraphs: a ofstringfeature, with\nseparating different paragraphs.depth: aint32feature.
summary_sections: a dictionary feature containing lists of (each element corresponds to a section):title: astringfeature.paragraphs: astringfeature, with\nseparating different paragraphs.
Data Splits
- train: 17519
- valid: 974
- test: 973
Dataset Creation
Curation Rationale
[More Information Needed]
Source Data
Initial Data Collection and Normalization
[More Information Needed]
Who are the source language producers?
Editors of the Congressional Research Service and U.S. Government Accountability Office.
Personal and Sensitive Information
None.
Considerations for Using the Data
Social Impact of Dataset
[More Information Needed]
Discussion of Biases
[More Information Needed]
Other Known Limitations
[More Information Needed]
Additional Information
Dataset Curators
[More Information Needed]
Licensing Information
CC BY 4.0
Citation Information
@inproceedings{huang-etal-2021-efficient,
title = "Efficient Attentions for Long Document Summarization",
author = "Huang, Luyang and
Cao, Shuyang and
Parulian, Nikolaus and
Ji, Heng and
Wang, Lu",
booktitle = "Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies",
month = jun,
year = "2021",
address = "Online",
publisher = "Association for Computational Linguistics",
url = "https://aclanthology.org/2021.naacl-main.112",
doi = "10.18653/v1/2021.naacl-main.112",
pages = "1419--1436",
abstract = "The quadratic computational and memory complexities of large Transformers have limited their scalability for long document summarization. In this paper, we propose Hepos, a novel efficient encoder-decoder attention with head-wise positional strides to effectively pinpoint salient information from the source. We further conduct a systematic study of existing efficient self-attentions. Combined with Hepos, we are able to process ten times more tokens than existing models that use full attentions. For evaluation, we present a new dataset, GovReport, with significantly longer documents and summaries. Results show that our models produce significantly higher ROUGE scores than competitive comparisons, including new state-of-the-art results on PubMed. Human evaluation also shows that our models generate more informative summaries with fewer unfaithful errors.",
}
- Downloads last month
- 432