REVIEW 2 major objections 2 cited by
Graph constraints on reasoning paths expand usable multi-hop training data by 4.4 times without improving per-path quality.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · grok-4.3
2026-06-28 22:23 UTC pith:HHHHTNK6
load-bearing objection They get 4.4x more multi-hop examples from legal text by offline graph path selection with five geometric constraints, and the ablation shows the gain is volume not quality. the 2 major comments →
Scaling Multi-Hop Training Data via Graph-Constrained Path Selection
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The central discovery is that enforcing five geometric admissibility constraints on paths through a graph of contextual keyword centroids allows enumeration of 4.4 times more verbalizable multi-hop chains from plain text than unconstrained methods, with the performance gain arising from corpus expansion rather than superior chain quality, as shown by matched-size ablations where both yield indistinguishable results.
What carries the argument
The graph of contextual keyword centroids with five geometric admissibility constraints that enforce local similarity bounds to prevent endpoint drift and escape dense embedding cliques.
Load-bearing premise
The five geometric constraints correctly identify paths that the teacher model can verbalize without introducing systematic bias or excluding valid chains in dense embedding regions formed by boilerplate text.
What would settle it
A matched-scale experiment in which constrained paths produce measurably higher downstream performance than unconstrained paths, or a full-scale run showing no gain from the 4.4 times larger corpus.
If this is right
- Larger volumes of multi-hop data become feasible from specialized corpora without manual curation.
- Teacher models can be invoked only on pre-validated paths, increasing the fraction of synthesizable examples.
- Performance on compositional reasoning tasks improves through data volume rather than path quality.
- The constraints function to raise teacher synthesizability rather than to select higher-quality chains.
- At equal training scale the two approaches produce equivalent results on downstream tasks.
Where Pith is reading between the lines
- The same decoupling of enumeration and verbalization could apply to other domains with repetitive text structures.
- Relaxing one or more of the five constraints might alter the expansion factor and offer a tunable parameter for data volume.
- The result suggests that quantity of examples can outweigh per-example sophistication in multi-hop fine-tuning regimes.
- Similar graph-based filtering might help scale other forms of synthetic training data where joint generation fails.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript presents a method for scaling multi-hop QA training data from unannotated specialized text by enumerating paths offline on a graph of contextual keyword centroids subject to five geometric admissibility constraints, with a teacher model used only for verbalization of validated paths. Gram-matrix arguments are provided to justify the constraints by showing that local similarity alone allows up to ~91° endpoint drift and that an upper bound is needed to escape dense cliques from boilerplate. A matched-size ablation demonstrates that constrained and unconstrained chains perform similarly at equal scale, attributing the overall gain to a 4.4× increase in usable data volume. Fine-tuning Qwen3-32B on 80K examples from the CUAD corpus improves closed-book Token F1 from 21.66% to 38.58%. Code is released.
Significance. If the central claim holds—that the constraints primarily increase the number of teacher-verbalizable paths without altering per-path quality or introducing bias—this work could meaningfully advance data construction for compositional reasoning in domain-specific corpora characterized by repetitive structures. The explicit ablation isolating volume from quality is a strength, as is the public release of the code, which supports reproducibility. The approach reframes graph-based constraints as a scalability tool rather than a quality filter.
major comments (2)
- [Methods (Gram-matrix arguments)] Methods section, Gram-matrix arguments for the five constraints: the claim that these constraints raise teacher synthesizability without systematic bias or exclusion of valid multi-hop chains in dense boilerplate regions of CUAD is load-bearing for interpreting the 4.4× expansion as the source of gains. The ~91° drift bound is derived, but no direct evidence (e.g., verbalization success rates on selected vs. rejected paths or manual inspection in template-heavy sections) is shown to confirm the constraints avoid bias or omission in repetitive legal embeddings.
- [Experiments (matched-size ablation)] Experiments section, matched-size ablation: the report that constrained and unconstrained chains yield indistinguishable downstream performance at equal scale underpins the volume-over-quality interpretation. However, the construction of the unconstrained set (sampling method, path enumeration without graph, and distribution matching to the constrained set) requires explicit detail to rule out selection effects that could confound the ablation result.
Simulated Author's Rebuttal
We thank the referee for the constructive feedback and positive assessment of the work's significance. We address each major comment below and will revise the manuscript to incorporate the requested clarifications and evidence.
read point-by-point responses
-
Referee: [Methods (Gram-matrix arguments)] the claim that these constraints raise teacher synthesizability without systematic bias or exclusion of valid multi-hop chains in dense boilerplate regions of CUAD is load-bearing... no direct evidence (e.g., verbalization success rates on selected vs. rejected paths or manual inspection in template-heavy sections) is shown to confirm the constraints avoid bias or omission in repetitive legal embeddings.
Authors: We agree that direct empirical evidence would strengthen the load-bearing claim. The Gram-matrix arguments establish theoretical bounds on drift and clique escape, while the matched-size ablation supports that per-path quality is not systematically altered. In the revision we will add verbalization success rates comparing constrained versus rejected paths and qualitative inspection of examples from template-heavy CUAD sections. revision: yes
-
Referee: [Experiments (matched-size ablation)] the construction of the unconstrained set (sampling method, path enumeration without graph, and distribution matching to the constrained set) requires explicit detail to rule out selection effects that could confound the ablation result.
Authors: We will expand the Experiments section with explicit details on the unconstrained-set construction, including the path-enumeration procedure without graph constraints, the sampling method, and the exact distribution-matching criteria used to ensure the sets are comparable at equal scale. revision: yes
Circularity Check
No circularity; central claims rest on held-out empirical ablations and self-contained Gram-matrix arguments
full rationale
The paper's key result—that gains arise from 4.4× corpus expansion rather than per-chain quality—is isolated by a matched-size ablation showing indistinguishable downstream performance for constrained vs. unconstrained chains on a held-out legal QA task. The five geometric admissibility constraints are justified by Gram-matrix arguments developed within this manuscript (local similarity bounds permitting ~91° drift and necessity of upper bound to exit cliques), without reference to prior self-citations or fitted parameters that would reduce the claim to its inputs by construction. No derivation step equates a reported prediction or uniqueness result to a quantity defined by the method itself. The analysis is therefore self-contained against external benchmarks.
Axiom & Free-Parameter Ledger
free parameters (1)
- similarity bounds for graph edges
axioms (1)
- domain assumption Gram-matrix arguments establish that local similarity bounds alone admit endpoint drift up to ~91° and that an upper similarity bound is necessary to exit dense embedding cliques formed by boilerplate text.
invented entities (1)
-
graph of contextual keyword centroids
no independent evidence
Cite this review
Pith. "Pith review of Scaling Multi-Hop Training Data via Graph-Constrained Path Selection." pith.science (2026). https://pith.science/paper/HHHHTNK6
@misc{pith2026260531238,
author = {Pith},
title = {Pith review of: Scaling Multi-Hop Training Data via Graph-Constrained Path Selection},
year = {2026},
howpublished = {\url{https://pith.science/paper/HHHHTNK6}},
note = {Machine review of arXiv:2605.31238}
}
read the original abstract
Endowing large language models with compositional reasoning over specialized documents requires multi-hop training data at scale, where such data rarely exists outside of curated benchmarks built on structured sources. To construct it directly from plain, unannotated text, existing methods ask a single teacher model to jointly discover an evidence path through a document and verbalize it as a question-answer pair. However, these methods degrade sharply when documents are structured around repetitive templates and densely cross-referencing clauses, conditions that characterize most real-world specialized corpora. In this work, we decouple the two operations: reasoning paths are enumerated offline over a graph of contextual keyword centroids, and the teacher is invoked only to verbalize pre-validated paths. The graph enforces five geometric admissibility constraints, for which we provide Gram-matrix arguments establishing that local similarity bounds alone admit endpoint drift up to ${\sim}91^{\circ}$, and that an upper similarity bound is necessary to exit dense embedding cliques formed by boilerplate text. A matched-size ablation isolates the mechanism: at equal training scale, constrained and unconstrained chains yield indistinguishable downstream performance, and the gain at full scale comes from a 4.4$\times$ expansion of the usable corpus rather than from higher per-chain quality -- reframing the role of graph constraints, in this setting, as raising teacher synthesizability rather than improving chain content. Fine-tuning Qwen3-32B on 80K examples constructed from the CUAD legal contract corpus improves closed-book Token F1 from 21.66% to 38.58%. We have released our codes at https://github.com/hkgai-official/GCSCS.
Figures
Forward citations
Cited by 2 Pith papers
-
LongCrafter: Towards Diverse Long-Context Understanding via Evidence-Graph-Guided Instruction Synthesis
A structured data synthesis pipeline using evidence graphs and a 32-type task taxonomy generates 2,000 SFT samples that improve long-context LLM performance over baselines.
-
LongCrafter: Towards Diverse Long-Context Understanding via Evidence-Graph-Guided Instruction Synthesis
LongCrafter generates long-context SFT data via a 32-task taxonomy and evidence-graph-guided instruction synthesis; trained 7B/8B models outperform prior synthetic SFT baselines on LongBench, LongBench v2, and LooGLE.
Reference graph
Works this paper leans on
-
[1]
Self-RAG: Learn- ing to retrieve, generate, and critique through self-reflection
Akari Asai, Zeqiu Wu, Yizhong Wang, Avirup Sil, and Hannaneh Hajishirzi. Self-RAG: Learn- ing to retrieve, generate, and critique through self-reflection. In International Conference on Learning Representations, 2024
2024
-
[2]
AlpaGasus: Training a better alpaca with fewer data
Lichang Chen, Shiyang Li, Jun Y an, Hai Wang, Kalpa Gunaratna, Vikas Y adav, Zheng Tang, Vijay Srinivasan, Tianyi Zhou, Heng Huang, et al. AlpaGasus: Training a better alpaca with fewer data. In International Conference on Learning Representations , 2024
2024
-
[3]
Program of thoughts prompt- ing: Disentangling computation from reasoning for numerical reasoning tasks
Wenhu Chen, Xueguang Ma, Xinyi Wang, and William W Cohen. Program of thoughts prompt- ing: Disentangling computation from reasoning for numerical reasoning tasks. Transactions on Machine Learning Research, 2023
2023
-
[4]
DoG-Instruct: Towards premium instruction-tuning data via text-grounded instruction wrapping
Y ongrui Chen, Haiyun Jiang, Xinting Huang, Shuming Shi, and Guilin Qi. DoG-Instruct: Towards premium instruction-tuning data via text-grounded instruction wrapping. In Proceed- ings of the Conference of the North American Chapter of the Association for Computational Linguistics, pages 4125–4135, 2024
2024
-
[5]
QLoRA: Efficient fine- tuning of quantized LLMs
Tim Dettmers, Artidoro Pagnoni, Ari Holtzman, and Luke Zettlemoyer. QLoRA: Efficient fine- tuning of quantized LLMs. In Advances in Neural Information Processing Systems, volume 36, 2023
2023
-
[6]
SciNets: Graph-constrained multi-hop reasoning for scientific literature syn- thesis
Sauhard Dubey. SciNets: Graph-constrained multi-hop reasoning for scientific literature syn- thesis. arXiv preprint arXiv:2601.09727, 2026
-
[7]
Faith and fate: Limits of transformers on compositionality
Nouha Dziri, Ximing Lu, Melanie Sclar, Xiang Lorraine Li, Liwei Jiang, Bill Y uchen Lin, Peter West, Chandra Bhagavatula, et al. Faith and fate: Limits of transformers on compositionality. In Advances in Neural Information Processing Systems , volume 36, 2023
2023
-
[8]
IIRC: A dataset of incomplete information reading comprehension questions
James Ferguson, Matt Gardner, Hannaneh Hajishirzi, Tushar Khot, and Pradeep Dasigi. IIRC: A dataset of incomplete information reading comprehension questions. In Proceedings of the Conference on Empirical Methods in Natural Language Processing , pages 1137–1147, 2020
2020
-
[9]
SimCSE: Simple contrastive learning of sen- tence embeddings
Tianyu Gao, Xingcheng Y ao, and Danqi Chen. SimCSE: Simple contrastive learning of sen- tence embeddings. In Proceedings of the Conference on Empirical Methods in Natural Lan- guage Processing, pages 6894–6910, 2021
2021
-
[10]
TrueTeacher: Learning factual consistency evaluation with large language models
Zorik Gekhman, Jonathan Herzig, Roee Aharoni, Chen Elkind, and Idan Szpektor. TrueTeacher: Learning factual consistency evaluation with large language models. In Pro- ceedings of the Conference on Empirical Methods in Natural Language Processing , pages 2053–2070, 2023
2053
-
[11]
Did Aristotle use a laptop? A question answering benchmark with implicit reasoning strategies
Mor Geva, Daniel Khashabi, Elad Segal, Tushar Khot, Dan Roth, and Jonathan Berant. Did Aristotle use a laptop? A question answering benchmark with implicit reasoning strategies. Transactions of the Association for Computational Linguistics , 9:346–361, 2021
2021
-
[12]
LegalBench: A collaboratively built benchmark for measuring legal reasoning in large language models
Neel Guha, Julian Nyarko, Daniel E Ho, Christopher Ré, Adam Chilton, Aditya Narayana, Alex Chohlas-Wood, Austin Peters, Brandon Waldon, Daniel N Rockmore, et al. LegalBench: A collaboratively built benchmark for measuring legal reasoning in large language models. In Advances in Neural Information Processing Systems , volume 36, 2023
2023
-
[13]
arXiv preprint arXiv:2505.17063 , year =
Yiduo Guo, Zhen Guo, Chuanwei Huang, Zi-Ang Wang, Zekai Zhang, Haofei Y u, Huishuai Zhang, and Yikang Shen. Synthetic data RL: Task definition is all you need. arXiv preprint arXiv:2505.17063, 2025
-
[14]
CUAD: An expert-annotated NLP dataset for legal contract review
Dan Hendrycks, Collin Burns, Anya Chen, and Spencer Ball. CUAD: An expert-annotated NLP dataset for legal contract review. In Proceedings of the Neural Information Processing Systems Track on Datasets and Benchmarks , 2021
2021
-
[15]
Constructing a multi-hop QA dataset for comprehensive evaluation of reasoning steps
Xanh Ho, Anh-Khoa Duong Nguyen, Saku Sugawara, and Akiko Aizawa. Constructing a multi-hop QA dataset for comprehensive evaluation of reasoning steps. In Proceedings of the International Conference on Computational Linguistics , pages 6609–6625, 2020. 10
2020
-
[16]
Unnatural instructions: Tuning language models with (almost) no human labor
Or Honovich, Thomas Scialom, Omer Levy, and Timo Schick. Unnatural instructions: Tuning language models with (almost) no human labor. In Proceedings of the Annual Meeting of the Association for Computational Linguistics , pages 14409–14428, 2023
2023
-
[17]
LoRA: Low-rank adaptation of large language models
Edward J Hu, Y elong Shen, Phillip Wallis, Zeyuan Allen-Zhu, Y uanzhi Li, Shean Wang, Lu Wang, and Weizhu Chen. LoRA: Low-rank adaptation of large language models. In In- ternational Conference on Learning Representations , 2022
2022
-
[18]
Active retrieval augmented generation
Zhengbao Jiang, Frank F Xu, Luyu Gao, Zhiqing Sun, Qian Liu, Jane Dwivedi-Y u, Yiming Y ang, Jamie Callan, and Graham Neubig. Active retrieval augmented generation. In Pro- ceedings of the Conference on Empirical Methods in Natural Language Processing , pages 7969–7992, 2023
2023
-
[19]
Billion-scale similarity search with GPUs
Jeff Johnson, Matthijs Douze, and Hervé Jégou. Billion-scale similarity search with GPUs. IEEE Transactions on Big Data , 7(3):535–547, 2019
2019
-
[20]
TriviaQA: A large scale dis- tantly supervised challenge dataset for reading comprehension
Mandar Joshi, Eunsol Choi, Daniel Weld, and Luke Zettlemoyer. TriviaQA: A large scale dis- tantly supervised challenge dataset for reading comprehension. In Proceedings of the Annual Meeting of the Association for Computational Linguistics , pages 1601–1611, 2017
2017
-
[21]
Learning from synthetic data improves multi-hop reasoning
Anmol Kabra, Yilun Yin, Albert Gong, Kamile Stankeviciute, Dongyoung Go, Johann Lee, Katie Z Luo, Carla P Gomes, and Kilian Q Weinberger. Learning from synthetic data improves multi-hop reasoning. In International Conference on Learning Representations , 2026
2026
-
[22]
Dense passage retrieval for open-domain question answering
Vladimir Karpukhin, Barlas O ˇguz, Sewon Min, Patrick Lewis, Ledell Wu, Sergey Edunov, Danqi Chen, and Wen-tau Yih. Dense passage retrieval for open-domain question answering. In Proceedings of the Conference on Empirical Methods in Natural Language Processing , pages 6769–6781, 2020
2020
-
[23]
Decomposed prompting: A modular approach for solving complex tasks
Tushar Khot, Harsh Trivedi, Matthew Finlayson, Y ao Fu, Kyle Richardson, Peter Clark, and Ashish Sabharwal. Decomposed prompting: A modular approach for solving complex tasks. In International Conference on Learning Representations , 2023
2023
-
[24]
Overcoming catastrophic forgetting in neural networks
James Kirkpatrick, Razvan Pascanu, Neil Rabinowitz, Joel V eness, Guillaume Desjardins, An- drei A Rusu, Kieran Milan, John Quan, Tiago Ramalho, Agnieszka Grabska-Barwinska, et al. Overcoming catastrophic forgetting in neural networks. Proceedings of the National Academy of Sciences, 114(13):3521–3526, 2017
2017
-
[25]
Automatic inter- document multi-hop scientific QA generation
Seungmin Lee, Dongha Kim, Y uni Jeon, Junyoung Koh, and Min Song. Automatic inter- document multi-hop scientific QA generation. In Proceedings of the International Con- ference on Language Resources and Evaluation , Palma, Spain, 2026. Also available as arXiv:2603.14257
-
[26]
FactCG: Enhancing fact checkers with graph-based multi-hop data
Deren Lei, Y axi Li, Siyao Li, Mengya Hu, Rui Xu, Ken Archer, Mingyu Wang, Emily Ching, and Alex Deng. FactCG: Enhancing fact checkers with graph-based multi-hop data. In Pro- ceedings of the Conference of the North American Chapter of the Association for Computa- tional Linguistics, pages 5002–5020, 2025
2025
-
[27]
Retrieval- augmented generation for knowledge-intensive NLP tasks
Patrick Lewis, Ethan Perez, Aleksandra Piktus, Fabio Petroni, Vladimir Karpukhin, Na- man Goyal, Heinrich Küttler, Mike Lewis, Wen-tau Yih, Tim Rocktäschel, et al. Retrieval- augmented generation for knowledge-intensive NLP tasks. In Advances in Neural Information Processing Systems, volume 33, pages 9459–9474, 2020
2020
-
[28]
DESIGNER: Design-logic-guided multidisciplinary data synthesis for LLM reasoning
Weize Liu, Y ongchi Zhao, Yijia Luo, Mingyu Xu, Jiaheng Liu, Y anan Li, Xiguo Hu, Zhiqi Bai, Y uchi Xu, Wenbo Su, and Bo Zheng. DESIGNER: Design-logic-guided multidisciplinary data synthesis for LLM reasoning. In International Conference on Learning Representations, 2026
2026
-
[29]
SelfCheckGPT: Zero-resource black-box hallucination detection for generative large language models
Potsawee Manakul, Adian Liusie, and Mark Gales. SelfCheckGPT: Zero-resource black-box hallucination detection for generative large language models. In Proceedings of the Conference on Empirical Methods in Natural Language Processing , pages 9004–9017, 2023. 11
2023
-
[30]
FActScore: Fine-grained atomic evalua- tion of factual precision in long form text generation
Sewon Min, Kalpesh Krishna, Xinxi Lyu, Mike Lewis, Wen-tau Yih, Pang Wei Koh, Mohit Iyyer, Luke Zettlemoyer, and Hannaneh Hajishirzi. FActScore: Fine-grained atomic evalua- tion of factual precision in long form text generation. In Proceedings of the Conference on Empirical Methods in Natural Language Processing , pages 12076–12100, 2023
2023
-
[31]
Training language models to follow instructions with human feedback
Long Ouyang, Jeffrey Wu, Xu Jiang, Diogo Almeida, Carroll Wainwright, Pamela Mishkin, Chong Zhang, Sandhini Agarwal, Katarina Slama, Alex Ray, et al. Training language models to follow instructions with human feedback. In Advances in Neural Information Processing Systems, volume 35, pages 27730–27744, 2022
2022
-
[32]
Mea- suring and narrowing the compositionality gap in language models
Ofir Press, Muru Zhang, Sewon Min, Ludwig Schmidt, Noah A Smith, and Mike Lewis. Mea- suring and narrowing the compositionality gap in language models. In Findings of the Associ- ation for Computational Linguistics: EMNLP , pages 5687–5711, 2023
2023
-
[33]
Sentence-BERT: Sentence embeddings using Siamese BERT-networks
Nils Reimers and Iryna Gurevych. Sentence-BERT: Sentence embeddings using Siamese BERT-networks. In Proceedings of the Conference on Empirical Methods in Natural Lan- guage Processing, pages 3982–3992, 2019
2019
-
[34]
The web as a knowledge-base for answering complex questions
Alon Talmor and Jonathan Berant. The web as a knowledge-base for answering complex questions. In Proceedings of the Conference of the North American Chapter of the Association for Computational Linguistics, pages 641–651, 2018
2018
-
[35]
MuSiQue: Multihop questions via single-hop question generation
Harsh Trivedi, Niranjan Balasubramanian, Tushar Khot, and Ashish Sabharwal. MuSiQue: Multihop questions via single-hop question generation. Transactions of the Association for Computational Linguistics, 10:539–554, 2022
2022
-
[36]
MAUD: An expert- annotated legal NLP dataset for merger agreement understanding
Steven H Wang, Antoine Scardigli, Leonard Tang, Wei Chen, Dimitry Levkin, Anya Chen, Spencer Ball, Thomas Woodside, Oliver Zhang, and Dan Hendrycks. MAUD: An expert- annotated legal NLP dataset for merger agreement understanding. In Proceedings of the Con- ference on Empirical Methods in Natural Language Processing , pages 16369–16382, 2023
2023
-
[37]
Self-consistency improves chain of thought reasoning in lan- guage models
Xuezhi Wang, Jason Wei, Dale Schuurmans, Quoc V Le, Ed H Chi, Sharan Narang, Aakanksha Chowdhery, and Denny Zhou. Self-consistency improves chain of thought reasoning in lan- guage models. In International Conference on Learning Representations , 2023
2023
-
[38]
Self-Instruct: Aligning language models with self-generated instruc- tions
Yizhong Wang, Y eganeh Kordi, Swaroop Mishra, Alisa Liu, Noah A Smith, Daniel Khashabi, and Hannaneh Hajishirzi. Self-Instruct: Aligning language models with self-generated instruc- tions. In Proceedings of the Annual Meeting of the Association for Computational Linguistics , pages 13484–13508, 2023
2023
-
[39]
Chain-of-thought prompting elicits reasoning in large language models
Jason Wei, Xuezhi Wang, Dale Schuurmans, Maarten Bosma, Brian Ichter, Fei Xia, Ed Chi, Quoc V Le, and Denny Zhou. Chain-of-thought prompting elicits reasoning in large language models. In Advances in Neural Information Processing Systems , volume 35, pages 24824– 24837, 2022
2022
-
[40]
WizardLM: Empowering large language models to follow complex instructions
Can Xu, Qingfeng Sun, Kai Zheng, Xiubo Geng, Pu Zhao, Jiazhan Feng, Chongyang Tao, Qingwei Lin, and Daxin Jiang. WizardLM: Empowering large language models to follow complex instructions. In International Conference on Learning Representations , 2024
2024
-
[41]
HotpotQA: A dataset for diverse, explainable multi-hop question answering
Zhilin Y ang, Peng Qi, Saizheng Zhang, Y oshua Bengio, William W Cohen, Ruslan Salakhut- dinov, and Christopher D Manning. HotpotQA: A dataset for diverse, explainable multi-hop question answering. In Proceedings of the Conference on Empirical Methods in Natural Lan- guage Processing, pages 2369–2380, 2018
2018
-
[42]
Tree of thoughts: Deliberate problem solving with large language models
Shunyu Y ao, Dian Y u, Jeffrey Zhao, Izhak Shafran, Thomas L Griffiths, Y uan Cao, and Karthik Narasimhan. Tree of thoughts: Deliberate problem solving with large language models. In Advances in Neural Information Processing Systems , volume 36, 2023
2023
-
[43]
QA- GNN: Reasoning with language models and knowledge graphs for question answering
Michihiro Y asunaga, Hongyu Ren, Antoine Bosselut, Percy Liang, and Jure Leskovec. QA- GNN: Reasoning with language models and knowledge graphs for question answering. In Proceedings of the Conference of the North American Chapter of the Association for Compu- tational Linguistics, pages 535–546, 2021. 12
2021
-
[44]
AgenticRAGTracer: A hop-aware benchmark for diagnosing multi-step retrieval reasoning in agentic RAG
Qijie Y ou, Wenkai Y u, and Wentao Zhang. AgenticRAGTracer: A hop-aware benchmark for diagnosing multi-step retrieval reasoning in agentic RAG. arXiv preprint arXiv:2602.19127 , 2026
work page internal anchor Pith review arXiv 2026
-
[45]
GreaseLM: Graph reasoning enhanced language models
Xikun Zhang, Antoine Bosselut, Michihiro Y asunaga, Hongyu Ren, Percy Liang, Christo- pher D Manning, and Jure Leskovec. GreaseLM: Graph reasoning enhanced language models. In International Conference on Learning Representations , 2022
2022
-
[46]
LIMA: Less is more for alignment
Chunting Zhou, Pengfei Liu, Puxin Xu, Srinivasan Iyer, Jiao Sun, Y uning Mao, Xuezhe Ma, Avia Efrat, Ping Y u, Lili Y u, et al. LIMA: Less is more for alignment. In Advances in Neural Information Processing Systems, volume 36, 2023
2023
-
[47]
Least-to-most prompting enables complex reasoning in large language models
Denny Zhou, Nathanael Schärli, Le Hou, Jason Wei, Nathan Scales, Xuezhi Wang, Dale Schu- urmans, Claire Cui, Olivier Bousquet, Quoc V Le, et al. Least-to-most prompting enables complex reasoning in large language models. In International Conference on Learning Repre- sentations, 2023
2023
-
[48]
find candidate evidence paths that the teacher comfortably verbalizes
Xinyu Zhu, Yihao Feng, Y anchao Sun, Xianzhi Du, Pingzhi Li, Olli Saarikivi, Y un Zhu, and Y u Meng. CHIMERA: Compact synthetic data for generalizable LLM reasoning. arXiv preprint arXiv:2603.00889, 2026. A Proof of Theorem 1 We provide a constructive proof for each L ≥ 3. Base case (L = 3). Consider the 3 × 3 Gram matrix of (v1, v2, v3): G = 1 7 10 ...
-
[49]
no transfer
validation questions (no supporting documents; paired t-tests on per-sample Token F1). Ta- ble 11 summarizes the outcome: Token F1 improvements are at most ∼0.6%—orders of magni- tude smaller than the +16%–+18% gains on our CUAD-style test—so the headline improvement is dominated by domain-specific answer style and citation-template adaptation rather than ...
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.