REVIEW 3 major objections 6 minor 1 cited by
DTELS: Towards Dynamic Granularity of Timeline Summarization
T0 review · 3 major / 6 minor · reviewed 2026-08-12 · deepseek-v4-flash
Pith's one-line read This paper proposes a dynamic-granularity timeline summarization benchmark whose event-atom metrics align with human judgments and shows that current LLMs still struggle to stay informative and granularly consistent.
desk verdict A genuinely new benchmark task and metric family for dynamic-granularity timeline summarization, with a real but addressable weakness in how the gold multi-granularity references are built. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing mechanism is event atoms plus a mount-then-measure paradigm. Event atoms are the smallest distinguishable event units within a sentence, extracted automatically with GPT-3.5 for generated summaries and annotated for references. The mount-then-measure step builds an InfoScore matrix between predicted and reference nodes using entailment precision and recall weighted by a temporal interval penalty, then finds a global optimal matching with the Hungarian algorithm. Granular consistency extends this to edges between adjacent nodes, mounting each predicted edge to reference edges across all granularity levels. This shared alignment machinery lets all four metrics judge whether the same event information appears at the right time and at the right omission level, rather than relying on surface n-gram overlap.
What would settle it
Annotate a random sample of topics twice, once with the paper's GPT-4o consensus pipeline and once with human-only selection from the same fine-grained atoms, then compare the two reference sets and the scores they give to a fixed set of model outputs; if the system ranking changes materially, the benchmark is measuring the annotator's salience bias rather than a stable property of timelines.
Extended reading notes
Core claim
The central claim is that timeline quality at any granularity can be measured in a common currency: event atoms, the smallest distinguishable event units in a sentence. Predicted node summaries are mounted to reference nodes via optimal matching with a temporal penalty, and each matched pair is scored by entailment between atom sets. Granularity is then assessed at the edge level: adjacent-node pairs are matched to reference edges, and granular consistency is the fraction of predicted edges that land on a reference edge of the requested granularity. The paper reports that the resulting metrics align with human judgments, with Pearson correlations of 78.74% for informativeness, 76.66% for granular consistency, 95.87% for factuality, and 99.14% for coherence on a 50-timeline sample. It further claims that LLM-based solutions outperform extractive timeline-summarization baselines across all dimensions, but that they still struggle to combine informativeness with granular consistency.
Load-bearing premise
The reference medium- and coarse-grained timelines are built by having GPT-4o agents in three roles pick salient event groups from the fine-grained timeline; if that model's sense of salience differs from human readers, every metric computed against those references inherits the same bias.
Editorial extensions
If this is right
- Timeline evaluation can move beyond ROUGE-style n-gram overlap to event-level entailment, which is more robust to differences in narrative style.
- DTELS-Bench provides a multi-granularity reference set with 543 topics and three granularity levels, enabling direct comparisons among controllable timeline generation systems.
- LLM-based solutions, especially hierarchical merging for context-limited models and long-context prompting for large-window models, dominate extractive TLS baselines on all four metrics.
- Natural-language granularity instructions, such as requesting a coarse-grained timeline, can substitute for specifying node counts, with one-shot prompting performing competitively.
- Current state-of-the-art models still score low on informativeness and granular consistency at coarser granularities, so the task remains open.
Reading between the lines
- The event-atom matching machinery is language-agnostic in principle; replacing the Chinese NLI model and dataset with other languages would likely transfer the four metrics, though the paper only demonstrates them on Chinese.
- If GPT-4o's salience judgments in the consensus annotation encode a stable editorial style, the benchmark rewards timelines that match that style; a human-only re-annotation of a subset would quantify how large this effect is.
- The same granularity-as-edge-omission definition could be applied to other structured summarization tasks, such as meeting minutes, financial reports, or historical chronologies, wherever nodes form a timeline-like sequence.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces Dynamic-granularity TimELine Summarization (DTELS), a task in which a timeline must be generated at a user-specified granularity, and presents a benchmark built around it. The benchmark contributions are: (1) an evaluation framework based on event atoms, with four metrics—Informativeness, Granular Consistency, Factuality, and Coherence; (2) a Chinese dataset, DTELS-Bench, with 543 post-October-2023 news topics, 55,432 articles from 2,858 sources, and reference timelines at three granularities (GN, G10, G5); and (3) an experimental comparison of extractive TLS baselines, several LLMs, and two proposed LLM-based solutions (Long-context Prompting and Hierarchical Merging). The authors report that their metrics correlate strongly with human judgments on a 50-timeline study, and that LLM-based systems outperform extractive baselines but still struggle with informativeness and granular consistency.
Significance. If the reported metric alignment holds, DTELS-Bench could become a useful evaluation standard for controllable timeline generation. The event-atom formulation is a principled response to the well-known fragility of ROUGE for timeline evaluation, and the decision to restrict topics to after October 2023 is a concrete and welcome mitigation of data contamination. The release of code, the large multi-source dataset, and the explicit human-alignment check are also strengths. The main reservation is that the gold medium- and coarse-grained references—against which the two central metrics are computed—are themselves constructed by GPT-4o role-play with limited agreement and without independent human validation of the reference timelines; the human study validates the scores, not the reference construction process. This is a fixable gap, but it is load-bearing for the central claim that the benchmark measures human-valued timeline quality.
major comments (3)
- [Section 5.2 and Appendix C.2, Table 6] The gold G10 and G5 reference timelines are produced by a consensus process in which three GPT-4o role-players select salient event-atom groups, followed by expert refinement. Table 6 reports only 45.09% full agreement among the three GPT-4o annotators, and no inter-annotator reliability is reported between the final expert-refined references and independent human annotations. Since the Informativeness and Granular Consistency scores in Equations (9) and (12) are computed against these references, the headline ranking of LLM-based methods over extractive baselines may reflect agreement with GPT-4o's notion of salience rather than with human salience. The paper should add a validation study in which human annotators independently construct or rate G10/G5 timelines on a sample of topics and report agreement with the published references, or otherwise quantify the expert-refinement step against an independent human gold standard.
- [Section 7.3 and Appendix F] The human-alignment evidence rests on 50 timelines, three annotators, and a group-discussion step, and the reported Pearson correlations—especially 99.14% for coherence—are presented without confidence intervals, per-metric sample details, or inter-annotator agreement statistics. Given that coherence is scored automatically by GPT-4o and that the same model family is used in the reference-construction process, the exceptionally high coherence correlation needs more scrutiny. The paper should report the number of pairwise comparisons for the consistency score, annotator agreement (e.g., Krippendorff's alpha or Cohen's kappa), and confidence intervals for the correlations, and ideally include human coherence ratings on a larger held-out sample.
- [Section 4.3, Equations (10)-(12)] The edge-mapping procedure for Granular Consistency computes the cost of aligning a predicted edge to a reference edge solely from the endpoint InfoScores and then counts whether the matched reference edge belongs to the target granularity E_Go. Because the endpoint matching is done independently for each edge and the temporal interval penalty in Equation (5) is applied only at the node level, a predicted coarse edge whose two endpoints happen to match distant fine-grained nodes could be mapped to a fine edge and counted as inconsistent, or conversely. The paper should discuss or empirically test whether the Granularity metric is sensitive to the choice of the denominator in Equation (5) and whether edge-level temporal spans should be penalized explicitly.
minor comments (6)
- [Abstract] The abstract contains the typo 'DTLES' in 'This paper establishes a comprehensive benchmark for DTLES'; it should read 'DTELS'.
- [Section 5.2] The section heading 'Consesus-based Annotation' contains a misspelling; it should be 'Consensus-based Annotation'.
- [Appendix B, Figure 7] The third sub-metric is labeled 'Linguistic Coherence' in Figure 7, but its definition concerns consistency of style and tone; the label should be 'Stylistic Coherence' to match the description in Section 4.3.
- [Appendix A.1] The protocol text says 'Down each sentence into smaller units'; this should be 'Break down each sentence into smaller units'.
- [Section 5.1 and Appendix C.1] The article filtering threshold of 0.3 for BERT embedding similarity and the denominator in the temporal penalty of Equation (5) are hand-set choices; a brief sensitivity analysis would clarify how stable the reported conclusions are to these choices.
- [Table 9] The column header '#Node Go' is confusing; separating the granularity-instruction type, node count, and prompt type into distinct columns would make the table easier to read.
Circularity Check
No equation-level circularity; the metrics are computed from fixed references and articles with no fitted parameters, though one minor non-load-bearing self-citation and a GPT-4o-in-the-loop gold-reference validity risk keep the score at 2.
full rationale
The derivation chain is self-contained in the narrow sense that the proposed metrics do not reduce to their own inputs by the paper's equations. Info(S_hat) (Eq. 9), Granu(S_hat) (Eq. 12), Fact(S_hat) (Eq. 13), and the coherence review-form score are all functions of a predicted timeline, a fixed reference/article set, and hand-specified matching and entailment operations (Eqs. 3-11); no parameter is fitted to make one system win, and the temporal penalty delta in Eq. (5) and the node-count granularity levels (G_N/G10/G5) are design choices rather than fitted values. The GPT-4o construction of the gold medium/coarse references (Sec. 5.2, Table 6, 45.09% full agreement) and the GPT-4o-based coherence evaluator (Sec. 4.3) create a legitimate external-validity risk that system rankings partly reflect agreement with one LLM's salience rather than an independent human gold standard; the paper's own Limitations section acknowledges the LLM-API reliance but does not quantify this reference-bias risk. That is a load-bearing validity gap, not a circular reduction: the reference timelines are inputs to the metrics, not outputs of the metrics, and the human-alignment study (Section 7.3, Appendix F) was run on separate human ratings. The only same-author citation in the construction loop, He et al. (2023) for role-playing, is methodological and not load-bearing. No circular step meeting the quote-and-reduction bar was found.
Assumptions & free parameters
free parameters (3)
- Timestamp penalty denominator constant =
1
- Granularity level node counts =
G5=5, G10=10, GN=original N
- Article filtering similarity threshold =
0.3 BERT similarity
assumptions (6)
- domain assumption Event atoms can be reliably decomposed by GPT-3.5 for predicted summaries and by human annotators for references, and the resulting atoms capture all information relevant to evaluation.
- domain assumption A BERT-based Chinese NLI model produces correct binary entailment decisions for event atoms.
- ad hoc to paper GPT-4o role-playing agents approximate human consensus when selecting salient event groups for medium and coarse granularity references.
- standard math The Hungarian algorithm can be applied to timelines of unequal node counts and yields a meaningful optimal matching without additional constraints.
- domain assumption The 50 timelines and 3 expert annotators used in Appendix F are representative enough to validate the metrics.
- domain assumption Baidu event-page timelines used as the fine-grained references are expert-curated and factually correct.
invented entities (1)
-
Event atoms
Cite this review
Pith. "Pith review of DTELS: Towards Dynamic Granularity of Timeline Summarization." pith.science (2026). https://pith.science/paper/QP2JCHJV
@misc{pith2026241109297,
author = {Pith},
title = {Pith review of: DTELS: Towards Dynamic Granularity of Timeline Summarization},
year = {2026},
howpublished = {\url{https://pith.science/paper/QP2JCHJV}},
note = {Machine review of arXiv:2411.09297}
}
read the original abstract
The rapid proliferation of online news has posed significant challenges in tracking the continuous development of news topics. Traditional timeline summarization constructs a chronological summary of the events but often lacks the flexibility to meet the diverse granularity needs. To overcome this limitation, we introduce a new paradigm, Dynamic-granularity TimELine Summarization, (DTELS), which aims to construct adaptive timelines based on user instructions or requirements. This paper establishes a comprehensive benchmark for DTLES that includes: (1) an evaluation framework grounded in journalistic standards to assess the timeline quality across four dimensions: Informativeness, Granular Consistency, Factuality, and Coherence; (2) a large-scale, multi-source dataset with multiple granularity timeline annotations based on a consensus process to facilitate authority; (3) extensive experiments and analysis with two proposed solutions based on Large Language Models (LLMs) and existing state-of-the-art TLS methods. The experimental results demonstrate the effectiveness of LLM-based solutions. However, even the most advanced LLMs struggle to consistently generate timelines that are both informative and granularly consistent, highlighting the challenges of the DTELS task.
Figures
Figures from the paper (8 more)
Forward citations
Cited by 1 Pith paper
-
TIM: A Large-Scale Dataset and large Timeline Intelligence Model for Open-domain Timeline Summarization
A timeline summarization model trained on a new 1,189-topic dataset outperforms much larger general LLMs on the authors' open-domain test set.
Reference graph
Works this paper leans on
-
[2]
yyyy-mm-dd: Event summary 2 . . . {N}. yyyy-mm-dd: Event summary {N} ## Note: - The timeline should contain at least {N} event summaries. - The summary content must match the timestamp. - It’s important to select key events to build the timeline, as not all [articles] are worth summarizing. Input [Topic] {Topic of the Timeline} [Article 0] Title: {Title o...
-
[3]
Stylistic Coherence: {Definition of Stylistic Coherence} ## 3. Overall Assessment {Definition of Overall Assessment} ## 4. Final json output: {"Structural_Coherence": rating score, "Linguistic_Coherence": rating score, "Consistency": rating score, "Overall_Assessment": rating score} # Review Output Format: ## 1. Review Summary: A brief paragraph (2-3 sent...
-
[6]
Structural Coherence: {Definition of Structural Coherence}
-
[7]
Linguistic Coherence: {Definition of Linguistic Coherence}
-
[9]
Structural Coherence: - Rating: [Select one: 3 = Excellent, 2 = Moderate, 1 = Poor] - Reason: Provide justification for the rating in 2-3 sentences
-
[10]
Linguistic Coherence: - Rating: [Select one: 3 = Excellent, 2 = Moderate, 1 = Poor] - Reason: Provide justification for the rating in 2-3 sentences
-
[11]
Consistency: - Rating: [Select one: 3 = Excellent, 2 = Moderate, 1 = Poor] - Reason: Provide justification for the rating in 2-3 sentences. ## 3. Overall Assessment: - Rating: [Select one: 5 = Exceptional, 4 = Strong, 3 = Good, 2 = Needs Improvement, 1 = Major Revisions Necessary] - Reason: Provide justification for the rating in 2-3 sentences. ## Example...
work page 2004
-
[12]
Structural Coherence: - Rating: 3 = Excellent - Reason: The timeline is structured in a coherent and chronological order, … without redundancy and with each entry offering n ew information
Show all 19 references
-
[13]
Linguistic Coherence: - Rating: 3 = Excellent - Reason: The summaries are well-written and grammatically correct, …, ensuring a complete and coherent storyline without missin g entities or ambiguous references
-
[14]
Stylistic Coherence: - Rating: 3 = Excellent - Reason: The style and tone remain consistent throughout the timeline, maintaining a formal yet engaging narrative approach … # 3. Overall Assessment: - Rating: 5 = Exceptional - Reason: This timeline provides valuable insights int...
-
[15]
3 = Excellent: The timeline is structured in a highly coherent way
Structural Coherence: Is the timeline structured in a coherent way? Are the events in the timeline narrated in a causally coherent order? Do the summaries describe events that are non-redundant with each other? Does each summary provide new information? Please adjust your base...
-
[16]
They form a complete narrative without ambiguous references or missing entities
Linguistic Coherence: Are the summaries written in a coherent way? Are the summaries grammatically correct? When the summaries are read together, do they form a complete narrative without ambiguous references or missing entities? 3 = Excellent: The summaries are written cohere...
-
[17]
The overall narrative is presented uniformly
Linguistic Coherence: Are the summaries consistent in terms of style and tone throughout the timeline? Is the overall narrative presented uniformly? 3 = Excellent: The summaries are consistent in style and tone throughout the timeline. The overall narrative is presented unifor...
-
[19]
yyyy-mm-dd: Event summary 2 . . . {N}. yyyy-mm-dd: Event summary {N} ## Note: - There can only be ONE event summary per day. - It’s important to select key events to build the timeline, as not all [articles] are worth summarizing. Input [Topic] {Topic of the Timeline} [Article...
-
[20]
yyyy-mm-dd: Event summary 1
-
[21]
*” indicates that the node amounts {N} in the [Task Prompt] is replaced with “N
yyyy-mm-dd: Event summary 2 . . . N. yyyy-mm-dd: Event summary N ## Note: - There can only be ONE event summary per day. - It’s important to select key events to build the timeline, as not all events are worth summarizing. Input [Timeline 0] Timeline 0 . . . Table 8: Prompts u...
-
[2020]
In Proceedings of the 58th Annual Meeting of the Association for Computational Lin- guistics, pages 1322–1334, Online
Examining the state-of-the-art in news timeline summarization. In Proceedings of the 58th Annual Meeting of the Association for Computational Lin- guistics, pages 1322–1334, Online. Association for Computational Linguistics. Tanya Goyal, Junyi Jessy Li, and Greg Durrett. 2022....
2022 arXiv
-
[2022]
John arrived at the station and met his friend
CrisisLTLSum: A benchmark for local crisis event timeline extraction and summarization. InFind- ings of the Association for Computational Linguistics: EMNLP 2022, pages 5455–5477, Abu Dhabi, United Arab Emirates. Association for Computational Lin- guistics. Vinay Setty. 2024. ...
2022 arXiv
-
[2024]
In The Twelfth International Conference on Learning Representations
Booookscore: A systematic exploration of book-length summarization in the era of LLMs. In The Twelfth International Conference on Learning Representations. Jianhao Chen, Haoyuan Ouyang, Junyang Ren, Wentao Ding, Wei Hu, and Yuzhong Qu. 2024. Timeline- based sentence decomposit...
2024 arXiv
Reviewed August 12, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.