CLOct 15, 2021

DirectQuote: A Dataset for Direct Quotation Extraction and Attribution in News Articles

arXiv:2110.07827v1588 citations
Originality Synthesis-oriented
AI Analysis

This addresses the need for traceable and informative quotation data in news for tasks like fact-checking and media monitoring, though it is incremental as it focuses on dataset creation and baseline methods.

The paper tackles the problem of extracting and attributing direct quotations in news articles by introducing DirectQuote, a manually annotated dataset with 19,760 paragraphs and 10,279 direct quotations, which is the largest such corpus, and proposes baseline sequence labeling models for end-to-end processing.

Quotation extraction and attribution are challenging tasks, aiming at determining the spans containing quotations and attributing each quotation to the original speaker. Applying this task to news data is highly related to fact-checking, media monitoring and news tracking. Direct quotations are more traceable and informative, and therefore of great significance among different types of quotations. Therefore, this paper introduces DirectQuote, a corpus containing 19,760 paragraphs and 10,279 direct quotations manually annotated from online news media. To the best of our knowledge, this is the largest and most complete corpus that focuses on direct quotations in news texts. We ensure that each speaker in the annotation can be linked to a specific named entity on Wikidata, benefiting various downstream tasks. In addition, for the first time, we propose several sequence labeling models as baseline methods to extract and attribute quotations simultaneously in an end-to-end manner.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes