Papers › Large Language Models Can Learn Temporal Reasoning

Large Language Models Can Learn Temporal Reasoning

12 Jan 2024arXiv:2401.06853archive 2025-07-28

Siheng Xiong, Ali Payani, Ramana Kompella, Faramarz Fekri

While large language models (LLMs) have demonstrated remarkable reasoning capabilities, they are not without their flaws and inaccuracies. Recent studies have introduced various methods to mitigate these limitations. Temporal reasoning (TR), in particular, presents a significant challenge for LLMs due to its reliance on diverse temporal concepts and intricate temporal logic. In this paper, we propose TG-LLM, a novel framework towards language-based TR. Instead of reasoning over the original context, we adopt a latent representation, temporal graph (TG) that enhances the learning of TR. A synthetic dataset (TGQA), which is fully controllable and requires minimal supervision, is constructed for fine-tuning LLMs on this text-to-TG translation task. We confirmed in experiments that the capability of TG translation learned on our dataset can be transferred to other TR tasks and benchmarks. On top of that, we teach LLM to perform deliberate reasoning over the TGs via Chain-of-Thought (CoT) bootstrapping and graph data augmentation. We observed that those strategies, which maintain a balance between usefulness and diversity, bring more reliable CoTs and final results than the vanilla CoT distillation.

PaperPDFCodeCode 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="2401.06853")

Code

Syntology Ran 12 of 27 code samples harvested from 1 repository linked to this paper; 15 have no recorded run. Of those that ran: 12 ran with no contract checked.

By repository: official repository: 27 samples from 1 repository, 12 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

xiongsiheng/tg-llm officialmentioned in papermentioned on GitHubpytorchMIT 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

27 samples harvested; 12 ran; 0 honoured the contract we drafted; 15 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.

12ran
15unverified

Licence: 0 of the 27 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 xiongsiheng/tg-llm. “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.

TG_formating_change xiongsiheng/tg-llm/src/utlis.py official repository ran MIT (permissive) · 2c503ce417d1dcb7 · report
add_brackets xiongsiheng/tg-llm/src/utlis.py official repository ran MIT (permissive) · e60f57957786c21d · report
calculate_EM xiongsiheng/tg-llm/src/Evaluation.py official repository ran fingerprinted MIT (permissive) · aafcf7f19d17018f · report
configure_experiment xiongsiheng/tg-llm/src/Inference_in_context_learning_ppl.py official repository ran MIT (permissive) · 7bf3b153ae77bf4e · report
initialize_model xiongsiheng/tg-llm/src/Inference_in_context_learning_ppl.py official repository ran MIT (permissive) · 04baeed1a6087e14 · report
my_generate_prompt_CoT_bs xiongsiheng/tg-llm/src/prompt_generation.py official repository ran MIT (permissive) · 59cd476e2da672b1 · report
my_generate_prompt_TG_Reasoning xiongsiheng/tg-llm/src/prompt_generation.py official repository ran MIT (permissive) · 728cf1bc1de4ee15 · report
my_gpt_completion xiongsiheng/tg-llm/src/Models.py official repository ran MIT (permissive) · 0f869ecd0da8b94a · report
parse_generation xiongsiheng/tg-llm/src/Evaluation.py official repository ran fingerprinted MIT (permissive) · b06bb22f061273b7 · report
prepare_prompts xiongsiheng/tg-llm/src/Example_accelerate_inference.py official repository ran MIT (permissive) · 67e14cf8263186c1 · report
process_CoT xiongsiheng/tg-llm/src/utlis.py official repository ran fingerprinted MIT (permissive) · 8aaaded627e91fec · report
setup_model xiongsiheng/tg-llm/src/CoT_bootstrap.py official repository ran MIT (permissive) · 5e981e8216935d05 · report
calculate_F1 xiongsiheng/tg-llm/src/Evaluation.py official repository unverified MIT (permissive) · cb4f976df70802fa · report
initialize_model_and_tokenizer xiongsiheng/tg-llm/src/Inference_in_context_learning.py official repository unverified MIT (permissive) · 03fb82e648b4f4cb · report
load_and_prepare_data xiongsiheng/tg-llm/src/CoT_bootstrap.py official repository unverified MIT (permissive) · d9e464347efd6ebe · report
load_and_prepare_dataset xiongsiheng/tg-llm/src/SFT_text_to_TG_Trans.py official repository unverified MIT (permissive) · f5f3d5df55849409 · report
load_data xiongsiheng/tg-llm/src/Inference_in_context_learning_ppl.py official repository unverified MIT (permissive) · c7264563bb030e10 · report
load_data xiongsiheng/tg-llm/src/SFT_TG_Reasoning.py official repository unverified MIT (permissive) · 53c786894bf78ed0 · report
load_model_and_tokenizer xiongsiheng/tg-llm/src/SFT_TG_Reasoning_ppl.py official repository unverified MIT (permissive) · e9cff349000673db · report
load_test_data xiongsiheng/tg-llm/src/Inference_in_context_learning.py official repository unverified MIT (permissive) · cce7996e68e164e1 · report
my_generate_prompt_ICL xiongsiheng/tg-llm/src/prompt_generation.py official repository unverified MIT (permissive) · ea5ab833166b0ed2 · report
obtain_loss_in_batch xiongsiheng/tg-llm/src/Models.py official repository unverified MIT (permissive) · 57830d7473a5dbd2 · report
prepare_TG_pred xiongsiheng/tg-llm/src/SFT_TG_Reasoning.py official repository unverified MIT (permissive) · 485538ab9c196ec3 · report
prepare_data xiongsiheng/tg-llm/src/SFT_TG_Reasoning_ppl.py official repository unverified MIT (permissive) · 5c967fee8b9215c7 · report
read_data xiongsiheng/tg-llm/src/SFT_TG_Reasoning.py official repository unverified MIT (permissive) · 37999e53da63da2e · report
run_inference xiongsiheng/tg-llm/src/Example_accelerate_inference.py official repository unverified MIT (permissive) · b0e211cdbd2080be · report
setup_directories xiongsiheng/tg-llm/src/SFT_TG_Reasoning_ppl.py official repository unverified MIT (permissive) · c676e0c7b2233e53 · report

Tasks

Data AugmentationDiversityText GenerationTranslation

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