REVIEW 3 major objections 1 minor 105 references
Fixing FOLIO and MALLS: Verified Annotations and an LLM-assisted Framework to Focus Human Relabeling
T0 review · 3 major / 1 minor · reviewed 2026-06-28 · grok-4.3
Pith's one-line read Incorrect FOL formalizations affect 39% of FOLIO and 36% of MALLS entries, and corrections improve LLM accuracy by 9 to 22 points.
desk verdict The paper finds high error rates in two NL-to-FOL benchmarks, releases fixes that shift model scores, and offers a prioritization framework, but the human audit lacks basic reproducibility details. 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
An LLM-based framework that scores instances for likely annotation errors and directs human reviewers to the highest-risk subset first.
What would settle it
An independent team re-inspecting a random sample of the released corrections and reporting disagreement rates above 10% on the FOL labels would indicate that the reported error rates and accuracy gains rest on unreliable fixes.
Extended reading notes
Core claim
Systematic human inspection shows that approximately 39% of FOLIO entries and 36% of sampled MALLS entries have incorrect FOL formalizations as ground truth, accompanied by 16.4% and 48% ambiguous natural-language sentences plus 8.4% incorrect NLI labels in FOLIO; the corrected ground truths raise accuracy for Gemma 4 31B-it, Qwen3-30B-A3B, and GPT-4o-mini by 9 to 22 points, while an LLM-based framework prioritizes error-prone instances so that reviewers reach 90% dataset accuracy after examining under 24% of the data.
Load-bearing premise
The human inspection process correctly and consistently identifies incorrect FOL formalizations and ambiguities without systematic bias or new errors introduced during correction.
Editorial extensions
If this is right
- All prior model comparisons and leaderboard rankings on FOLIO and MALLS must be recomputed with the corrected labels.
- Neurosymbolic systems trained or evaluated on these datasets inherit the original label noise and require re-testing.
- The targeted-review approach cuts the human labor required to produce high-accuracy NL-to-FOL data by more than two-thirds.
- Any new NL-to-FOL benchmark should incorporate the same inspection step before release.
Reading between the lines
- Un-audited NL-to-FOL or NLI datasets in other domains are likely to contain comparable fractions of label errors.
- The prioritization logic could be transferred to improve efficiency in other annotation-heavy tasks such as semantic parsing or program synthesis.
- Public release of the verified annotations creates a reusable reference that future work can treat as a cleaner baseline.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper audits the validation split of FOLIO and a subset of MALLS for NL-to-FOL translation quality via systematic human inspection, reporting ~39% and ~36% incorrect FOL formalizations (ground truth labels), plus 16.4%/48% ambiguous NL sentences and 8.4% incorrect NLI labels in FOLIO. It releases corrected annotations, shows that re-evaluating three LLMs (Gemma-4 31B-it, Qwen3-30B-A3B, GPT-4o-mini) on the corrected labels yields +9 to +22 pp accuracy gains, and proposes an LLM-assisted framework that directs human review to error-prone instances, achieving 90% dataset accuracy after reviewing <24% of instances versus >70% for unguided review.
Significance. If the human-verified corrections hold, the work demonstrates that annotation errors in prominent NL-to-FOL benchmarks materially distort model evaluations and supplies both corrected data and a practical prioritization framework that reduces human effort. Releasing the verified annotations and framework code strengthens reproducibility and enables follow-on auditing in neurosymbolic AI.
major comments (3)
- [Abstract and §3] Abstract and §3 (Human Inspection): The central numerical claims (39%/36% incorrect FOL, 16.4%/48% ambiguous, 8.4% wrong NLI) rest entirely on the authors' human inspection, yet the manuscript supplies no information on inspection protocol, number of annotators, inter-annotator agreement statistics, adjudication procedure for disagreements, or selection criteria for the MALLS subset. This directly undermines the load-bearing error-rate statistics and the downstream accuracy-gain results.
- [§4] §4 (Model Evaluation): The reported +9 to +22 pp accuracy gains are computed by comparing LLM performance on the original versus the authors' corrected labels. Without an independent validation of the corrections (e.g., blind re-annotation or external expert review), it is impossible to distinguish genuine error fixes from systematic shifts introduced by the inspection process itself.
- [§5] §5 (LLM-assisted Framework): The claim that the framework reaches 90% accuracy after reviewing <24% of instances depends on the same unvalidated human judgments used to define the 'error-prone' instances; any bias in the initial inspection propagates into the prioritization model and the reported efficiency gains.
minor comments (1)
- [Abstract] The abstract states results from human inspection but does not reference any supplementary material or appendix that might contain the missing protocol details; if such material exists, it should be explicitly cited in the main text.
Simulated Author's Rebuttal
We thank the referee for the detailed and constructive report. The concerns about transparency in the human inspection process and validation of corrections are well-taken. We address each major comment below and will incorporate revisions to strengthen the manuscript.
read point-by-point responses
-
Referee: [Abstract and §3] Abstract and §3 (Human Inspection): The central numerical claims (39%/36% incorrect FOL, 16.4%/48% ambiguous, 8.4% wrong NLI) rest entirely on the authors' human inspection, yet the manuscript supplies no information on inspection protocol, number of annotators, inter-annotator agreement statistics, adjudication procedure for disagreements, or selection criteria for the MALLS subset. This directly undermines the load-bearing error-rate statistics and the downstream accuracy-gain results.
Authors: We agree that the current description of the inspection process is insufficient. In the revised manuscript we will expand §3 with a dedicated subsection that specifies the annotation protocol, number of annotators and their qualifications, the guidelines provided to them, inter-annotator agreement statistics, the procedure used to resolve disagreements, and the exact selection criteria applied to the MALLS subset. These additions will make the reported error rates fully reproducible. revision: yes
-
Referee: [§4] §4 (Model Evaluation): The reported +9 to +22 pp accuracy gains are computed by comparing LLM performance on the original versus the authors' corrected labels. Without an independent validation of the corrections (e.g., blind re-annotation or external expert review), it is impossible to distinguish genuine error fixes from systematic shifts introduced by the inspection process itself.
Authors: We acknowledge that the manuscript does not include an independent blind re-annotation by external experts. The corrections were produced through systematic logical comparison of each FOL formula against its NL premise by the authors. In revision we will add an explicit limitations paragraph in §4 that discusses the possibility of systematic bias, reports any internal consistency checks performed, and stresses that the full set of corrected annotations is released publicly so that the community can perform independent verification. We maintain that the observed accuracy gains are driven by the removal of clear logical mismatches, but we will present this as an acknowledged limitation rather than a fully externally validated result. revision: partial
-
Referee: [§5] §5 (LLM-assisted Framework): The claim that the framework reaches 90% accuracy after reviewing <24% of instances depends on the same unvalidated human judgments used to define the 'error-prone' instances; any bias in the initial inspection propagates into the prioritization model and the reported efficiency gains.
Authors: We agree that the framework evaluation inherits the same human judgments used to label errors. In the revision we will clarify in §5 how the prioritization model was trained (on features derived from the inspected data), provide additional ablation results that isolate the contribution of the LLM component, and add a discussion of how inspection bias could affect the reported efficiency numbers. We will also release the framework code and the full set of model predictions so that others can re-evaluate the prioritization under alternative label sets. revision: yes
Circularity Check
Empirical audit reports direct observations with no self-referential reductions
full rationale
The paper reports error rates (39%/36% incorrect FOL, etc.) and LLM accuracy gains (+9 to +22 pp) obtained via systematic human inspection of existing dataset instances followed by direct re-evaluation of models on the resulting corrected labels. These quantities are produced by external annotation and testing steps rather than any equation, fitted parameter, or self-citation chain that reduces the outputs to the inputs by construction. No self-definitional, fitted-input-called-prediction, or ansatz-smuggling patterns appear in the abstract or described contributions. The LLM-assisted framework is a separate proposal and does not alter the reported statistics.
Assumptions & free parameters
assumptions (1)
- domain assumption Human annotators can reliably determine whether a given FOL formula is a correct formalization of a natural language sentence
Cite this review
Pith. "Pith review of Fixing FOLIO and MALLS: Verified Annotations and an LLM-assisted Framework to Focus Human Relabeling." pith.science (2026). https://pith.science/paper/2MSWBSYK
@misc{pith2026260602837,
author = {Pith},
title = {Pith review of: Fixing FOLIO and MALLS: Verified Annotations and an LLM-assisted Framework to Focus Human Relabeling},
year = {2026},
howpublished = {\url{https://pith.science/paper/2MSWBSYK}},
note = {Machine review of arXiv:2606.02837}
}
read the original abstract
Accurate translation from Natural Language to First-Order Logic (NL-to-FOL) underpins neurosymbolic AI systems and Natural Language Inference (NLI), making the quality of NL-to-FOL benchmarks essential -- yet these datasets have never been rigorously audited. Our first contribution is to present a systematic human inspection of the validation split of \textsf{FOLIO} and a subset of \textsf{MALLS} test instances, finding that approximately 39% and 36% of entries, respectively, contain incorrect FOL formalizations (i.e., ground truth labels), with additional rates of ambiguous NL sentences (16.4% and 48%) and incorrect NLI labels in \textsf{FOLIO} (8.4%). Our second contribution is to develop and release corrected ground truths for such datasets, showing that annotation errors distort model evaluation on a reference benchmark task: testing three state-of-the-art LLMs (Gemma~4 31B-it, Qwen3-30B-A3B, and GPT-4o-mini) with the corrected ground truths yields accuracy gains from +9 to +22 percentage points. Motivated by these findings, we propose an LLM-based framework to support humans in manual reviewing NL-to-FOL datasets. By directing reviewers toward the most error-prone instances, we empirically show that it is possible to achieve 90% dataset accuracy after reviewing fewer than 24% of instances, compared to over 70% required by unguided review. We release all human-verified annotations and the code for our framework.
Figures
Figures from the paper (8 more)
Reference graph
Works this paper leans on
-
[1]
13th International Conference on Intelligent Computer Mathematics (CICM) , series =
Christian Szegedy , title =. 13th International Conference on Intelligent Computer Mathematics (CICM) , series =. 2020 , doi =
2020
-
[2]
2024 , url =
Long Hei Matthew Lam and others , title =. 2024 , url =
2024
-
[4]
Cox and Robert Dale , title =
Dave Barker-Plummer and Richard J. Cox and Robert Dale , title =. 2011 , isbn =
2011
-
[5]
CoRR , volume =
Dalrymple, David "davidad" and Skalse, Joar and Bengio, Yoshua and Russel, Stuart and Tegmark, Max and Seshia, Sanjit and Omohundro, Steve and Szegedy, Christian and Goldhaber, Ben and Ammann, Nora and Abate, Alessandro and Halpern, Joe and Barrett, Clark and Zhao, Ding and Zhi-Xuan, Tan and Wing, Jeannette and Tenenbaum, Joshua , title =. CoRR , volume =...
2024
-
[6]
and Dale, Robert , booktitle=
Barker-Plummer, Dave and Cox, Richard J. and Dale, Robert , booktitle=. Student translations of natural language into logic:
-
[7]
Cox and Robert Dale , year=
Dave Barker-Plummer and Richard J. Cox and Robert Dale , year=. Tarski’s
-
[8]
Yanwei Wang, Nadia Figueroa, Shen Li, Ankit Shah, and Julie Shah
Wang, Jun and Sundarsingh, David Smith and V. Deshmukh, Jyotirmoy and Kantaros, Yiannis , title =. CoRR , volume =. 2025 , url =. doi:10.48550/ARXIV.2504.21022 , eprinttype =. 2504.21022 , timestamp =
-
[9]
Apurwa Yadav and Aarshil Patel and Manan Shah , title =. 2021 , url =. doi:10.1016/J.AIOPEN.2021.05.001 , timestamp =
Show all 105 references
-
[10]
CoRR , volume =
Lei Xu and others , title =. CoRR , volume =. 2025 , url =. doi:10.48550/ARXIV.2510.06774 , eprinttype =. 2510.06774 , timestamp =
2025 doi
-
[11]
Advancing Natural Language Formalization to First Order Logic with Fine-tuned LLMs
Vossel, Felix and Mossakowski, Till and Gehrke, Björn , biburl =. Advancing Natural Language Formalization to First Order Logic with Fine-tuned LLMs. , url =. CoRR , keywords =
-
[12]
Soviet physics
Binary codes capable of correcting deletions, insertions, and reversals , author=. Soviet physics. Doklady , year=
-
[13]
arXiv preprint arXiv:2405.02318 , year=
Autoformalizing Natural Language to First-Order Logic: A Case Study in Logical Fallacy Detection , author=. arXiv preprint arXiv:2405.02318 , year=
-
[14]
QA - N at V er: Question Answering for Natural Logic-based Fact Verification
Aly, Rami and others. QA - N at V er: Question Answering for Natural Logic-based Fact Verification. Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing. 2023. doi:10.18653/v1/2023.emnlp-main.521
2023 doi
-
[15]
Logical Fallacy Detection
Jin, Zhijing and others. Logical Fallacy Detection. Findings of the Association for Computational Linguistics: EMNLP 2022. 2022. doi:10.18653/v1/2022.findings-emnlp.532
2022 doi
-
[16]
CoRR , volume =
Yujun Zhou and others , title =. CoRR , volume =. 2025 , url =. doi:10.48550/ARXIV.2506.04810 , eprinttype =. 2506.04810 , timestamp =
2025 doi
-
[17]
2024 , url =
Andrea Brunello and others , title =. 2024 , url =
2024
-
[18]
Lee, Hyemin S
Ryu, Hyun and Kim, Gyeongman and S. Lee, Hyemin S. and Yang, Eunho , title =. 2025 , url =
2025
-
[19]
Complexity Parameters for First-Order Classes , booktitle =
Marta Arias and Roni Khardon , editor =. Complexity Parameters for First-Order Classes , booktitle =. 2003 , url =. doi:10.1007/978-3-540-39917-9\_4 , timestamp =
2003 doi
-
[20]
Proceedings of the Thirty-Fourth International Joint Conference on Artificial Intelligence,
Fengxiang Cheng and others , title =. Proceedings of the Thirty-Fourth International Joint Conference on Artificial Intelligence,. 2025 , url =. doi:10.24963/IJCAI.2025/1155 , timestamp =
2025 doi
-
[21]
2025 , url =
Lovish Madaan and others , title =. 2025 , url =. doi:10.18653/V1/2025.NAACL-LONG.466 , timestamp =
2025 doi
-
[22]
ICLR 2024 Workshop on Secure and Trustworthy Large Language Models , year=
Enhancing and Evaluating Logical Reasoning Abilities of Large Language Models , author=. ICLR 2024 Workshop on Secure and Trustworthy Large Language Models , year=
2024
-
[23]
NeurIPS 2022, November 28 - December 9, 2022 , year =
Yuhuai Wu and others , title =. NeurIPS 2022, November 28 - December 9, 2022 , year =
2022
-
[24]
Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers),
Jundong Xu and others , title =. Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers),. 2024 , url =. doi:10.18653/V1/2024.ACL-LONG.720 , timestamp =
2024 doi
-
[25]
CoRR , volume =
Benjamin Callewaert and others , title =. CoRR , volume =. 2025 , url =. doi:10.48550/ARXIV.2501.14540 , eprinttype =. 2501.14540 , timestamp =
2025 doi
-
[26]
Few-Shot Natural Language to First-Order Logic Translation via Code Generation , booktitle =
Junnan Liu , editor =. Few-Shot Natural Language to First-Order Logic Translation via Code Generation , booktitle =. 2025 , url =. doi:10.18653/V1/2025.NAACL-LONG.547 , timestamp =
2025 doi
-
[28]
2024 , url =
Xin Quan and others , title =. 2024 , url =. doi:10.18653/V1/2024.EMNLP-MAIN.172 , timestamp =
2024 doi
-
[29]
1990 , url=
Events in the Semantics of English: A Study in Subatomic Semantics , author=. 1990 , url=
1990
-
[30]
CoRR , volume =
Christopher Hahn and others , title =. CoRR , volume =. 2022 , url =. doi:10.48550/ARXIV.2206.01962 , eprinttype =. 2206.01962 , timestamp =
2022 doi
-
[31]
Parsing the WSJ Using CCG and Log-Linear Models
Clark, Stephen and Curran, James R. Parsing the WSJ Using CCG and Log-Linear Models. ACL -04. 2004. doi:10.3115/1218955.1218969
2004 doi
-
[32]
2015 , url =
Johan Bos , title =. 2015 , url =
2015
-
[33]
Yu Pei and others , title =. Trans. Assoc. Comput. Linguistics , volume =. 2025 , url =. doi:10.1162/TACL.A.41 , timestamp =
2025 doi
-
[34]
GCAT 2023 , year=
Data and Knowledge Engineering for Legal Precedents Using First-Order Predicate Logic , author=. GCAT 2023 , year=
2023
-
[35]
Towards Advanced Mathematical Reasoning for LLM s via First-Order Logic Theorem Proving
Cao, Chuxue and others. Towards Advanced Mathematical Reasoning for LLM s via First-Order Logic Theorem Proving. Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing. 2025. doi:10.18653/v1/2025.emnlp-main.628
2025 doi
-
[36]
Grammar-Constrained Decoding Makes Large Language Models Better Logical Parsers
Raspanti, Federico and others. Grammar-Constrained Decoding Makes Large Language Models Better Logical Parsers. Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 6: Industry Track). 2025. doi:10.18653/v1/2025.acl-industry.34
2025 doi
-
[37]
Let Me Speak Freely? A Study On The Impact Of Format Restrictions On Large Language Model Performance
Tam, Zhi Rui and others. Let Me Speak Freely? A Study On The Impact Of Format Restrictions On Large Language Model Performance. Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing: Industry Track. 2024. doi:10.18653/v1/2024.emnlp-industry.91
2024 doi
-
[39]
SEMANTiCS 2025, Vienna, Austria, September 3-5, 2025 , series =
Alexander Beiser and others , title =. SEMANTiCS 2025, Vienna, Austria, September 3-5, 2025 , series =. 2025 , url =
2025
-
[40]
Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers),
Mihir Parmar and others , title =. Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers),. 2024 , url =. doi:10.18653/V1/2024.ACL-LONG.739 , timestamp =
2024 doi
-
[41]
Into The Limits of Logic: Alignment Methods for Formal Logical Reasoning
Lopez-Ponce, FernandoFrancisco and Bel-Enguix, Gemma. Into The Limits of Logic: Alignment Methods for Formal Logical Reasoning. MathNLP 2025. 2025. doi:10.18653/v1/2025.mathnlp-main.8
2025 doi
-
[42]
Diagnosing the First-Order Logical Reasoning Ability Through L ogic NLI
Tian, Jidong and others. Diagnosing the First-Order Logical Reasoning Ability Through L ogic NLI. Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing. 2021. doi:10.18653/v1/2021.emnlp-main.303
2021 doi
-
[43]
CoRR , volume =
Thatikonda, Ramya Keerthy and Han, Jiuzhou and Buntine, Wray and Shareghi, Ehsan , title =. CoRR , volume =. 2024 , url =. doi:10.48550/ARXIV.2409.16461 , eprinttype =. 2409.16461 , timestamp =
2024 doi
-
[44]
2025 , url =
Chengwen Qi and others , title =. 2025 , url =
2025
-
[45]
NeurIPS 2023, December 10 - 16, 2023 , year =
Ye, Xi and Chen, Qiaochu and Dillig, Isil and Durrett, Greg , title =. NeurIPS 2023, December 10 - 16, 2023 , year =
2023
-
[46]
Generating Predicate Logic Expressions from Natural Language , year=
Levkovskyi, Oleksii and Li, Wei , booktitle=. Generating Predicate Logic Expressions from Natural Language , year=
-
[47]
Educational Data Mining , year=
Dimensions of Difficulty in Translating Natural Language into First-Order Logic , author=. Educational Data Mining , year=
-
[48]
CoRR , volume =
Singh, Hrituraj and Aggarwal, Milan and Krishnamurthy, Balaji , title =. CoRR , volume =. 2020 , url =. 2002.06544 , timestamp =
2020
-
[49]
Parsing Natural Language into Propositional and First-Order Logic with Dual Reinforcement Learning
Lu, Xuantao and others. Parsing Natural Language into Propositional and First-Order Logic with Dual Reinforcement Learning. Proceedings of the 29th International Conference on Computational Linguistics. 2022
2022
-
[50]
Findings of the Association for Computational Linguistics:
Akshay Chaturvedi and Nicholas Asher , title =. Findings of the Association for Computational Linguistics:. 2024 , url =. doi:10.18653/V1/2024.FINDINGS-EMNLP.390 , timestamp =
2024 doi
-
[51]
Faithful Chain-of-Thought Reasoning
Lyu, Qing and others. Faithful Chain-of-Thought Reasoning. Proceedings of the 13th International Joint Conference on Natural Language Processing and the 3rd Conference of the Asia-Pacific Chapter of the Association for Computational Linguistics (Volume 1: Long Papers). 2023. d...
2023 doi
-
[52]
CoRR , volume =
Qingchuan Li and others , title =. CoRR , volume =. 2024 , url =. doi:10.48550/ARXIV.2410.21779 , eprinttype =. 2410.21779 , timestamp =
2024 doi
-
[53]
2023 , url =
Olausson, Theo and Gu, Alex and Lipkin, Ben and Zhang, Cedegao and Solar-Lezama, Armando and Tenenbaum, Joshua and Levy, Roger , title =. 2023 , url =. doi:10.18653/V1/2023.EMNLP-MAIN.313 , timestamp =
2023 doi
-
[54]
CoRR , volume =
Peizhang Shao and others , title =. CoRR , volume =. 2025 , url =. doi:10.48550/ARXIV.2507.07748 , eprinttype =. 2507.07748 , timestamp =
2025 doi
-
[55]
2025 , url =
Bowen Jiang and others , title =. 2025 , url =. doi:10.18653/V1/2025.NAACL-LONG.186 , timestamp =
2025 doi
-
[56]
Frontiers Comput
Laura Orynbay and others , title =. Frontiers Comput. Sci. , volume =. 2025 , url =. doi:10.3389/FCOMP.2024.1486581 , timestamp =
2025 doi
-
[57]
Findings of the Association for Computational Linguistics:
Pan, Liangming and Albalak, Alon and Wang, Xinyi and Yang Wang, William , title =. Findings of the Association for Computational Linguistics:. 2023 , url =. doi:10.18653/V1/2023.FINDINGS-EMNLP.248 , timestamp =
2023 doi
-
[58]
CoRR , volume =
Shashank Kirtania and others , title =. CoRR , volume =. 2024 , url =. doi:10.48550/ARXIV.2407.02514 , eprinttype =. 2407.02514 , timestamp =
2024 doi
-
[59]
Logic-Thinker: Teaching Large Language Models to Think more Logically
Wen, Chengyao and others. Logic-Thinker: Teaching Large Language Models to Think more Logically. Findings of the Association for Computational Linguistics: EMNLP 2025. 2025. doi:10.18653/v1/2025.findings-emnlp.696
2025 doi
-
[60]
CoRR , volume =
Koushik Viswanadha and others , title =. CoRR , volume =. 2025 , url =. doi:10.48550/ARXIV.2506.18383 , eprinttype =. 2506.18383 , timestamp =
2025 doi
-
[61]
2024 , url =
Fangzhi Xu and others , title =. 2024 , url =. doi:10.18653/V1/2024.ACL-LONG.707 , timestamp =
2024 doi
-
[62]
2025 , url =
Ruikang Hu and others , title =. 2025 , url =
2025
-
[63]
CoRR , volume =
Hannah Bansal and others , title =. CoRR , volume =. 2025 , url =. doi:10.48550/ARXIV.2509.17377 , eprinttype =. 2509.17377 , timestamp =
2025 doi
-
[64]
2024 , url =
Zhaofeng Wu and others , title =. 2024 , url =. doi:10.18653/V1/2024.NAACL-LONG.102 , timestamp =
2024 doi
-
[65]
Findings of the Association for Computational Linguistics:
Oyvind Tafjord and others , title =. Findings of the Association for Computational Linguistics:. 2021 , url =. doi:10.18653/V1/2021.FINDINGS-ACL.317 , timestamp =
2021 doi
-
[66]
Transformers as Soft Reasoners over Language , booktitle =
Peter Clark and others , editor =. Transformers as Soft Reasoners over Language , booktitle =. 2020 , url =. doi:10.24963/IJCAI.2020/537 , timestamp =
2020 doi
-
[67]
CoRR , volume =
Debargha Ganguly and others , title =. CoRR , volume =. 2024 , url =. doi:10.48550/ARXIV.2409.17270 , eprinttype =. 2409.17270 , timestamp =
2024 doi
-
[68]
Findings of the Association for Computational Linguistics:
Simeng Han and others , title =. Findings of the Association for Computational Linguistics:. 2024 , url =. doi:10.18653/V1/2024.FINDINGS-EMNLP.966 , timestamp =
2024 doi
-
[69]
CoRR , volume =
Qianxi He and others , title =. CoRR , volume =. 2025 , url =. doi:10.48550/ARXIV.2502.19907 , eprinttype =. 2502.19907 , timestamp =
2025 doi
-
[70]
CoRR , volume =
Shokhrukh Ibragimov and others , title =. CoRR , volume =. 2025 , url =. doi:10.48550/ARXIV.2502.14180 , eprinttype =. 2502.14180 , timestamp =
2025 doi
-
[71]
CoRR , volume =
Navapat Nananukul and others , title =. CoRR , volume =. 2025 , url =. doi:10.48550/ARXIV.2510.01530 , eprinttype =. 2510.01530 , timestamp =
2025 doi
-
[72]
2025 , eprint=
From Hypothesis to Premises: LLM-based Backward Logical Reasoning with Selective Symbolic Translation , author=. 2025 , eprint=
2025
-
[73]
CoRR , volume =
Yue Zhang and others , title =. CoRR , volume =. 2025 , url =. doi:10.48550/ARXIV.2505.21281 , eprinttype =. 2505.21281 , timestamp =
2025 doi
-
[74]
Ontology learning towards expressiveness: A survey , journal =
Pauline Armary and others , keywords =. Ontology learning towards expressiveness: A survey , journal =. 2025 , issn =. doi:https://doi.org/10.1016/j.cosrev.2024.100693 , url =
2025 doi
-
[75]
CoRR , volume =
Rick Du and others , title =. CoRR , volume =. 2024 , url =. doi:10.48550/ARXIV.2404.14991 , eprinttype =. 2404.14991 , timestamp =
2024 doi
-
[76]
Zhengkun Di and others , title =. Knowl. Based Syst. , volume =. 2025 , url =. doi:10.1016/J.KNOSYS.2025.114140 , timestamp =
2025 doi
-
[77]
arXiv preprint arXiv:2509.24765 , year=
From Ambiguity to Verdict: A Semiotic-Grounded Multi-Perspective Agent for LLM Logical Reasoning , author=. arXiv preprint arXiv:2509.24765 , year=
-
[78]
2024 , eprint=
uto val: Autonomous Assessment of LLMs in Formal Synthesis and Interpretation Tasks , author=. 2024 , eprint=
2024
-
[79]
Learning First-Order Logic Rules for Argumentation Mining
Sun, Yang and others. Learning First-Order Logic Rules for Argumentation Mining. ACL 2025. 2025. doi:10.18653/v1/2025.acl-long.691
2025 doi
-
[80]
Transformer models for translating natural language sentences into formal logical expressions , school=
Deveci, İbrahim Ethem , year=. Transformer models for translating natural language sentences into formal logical expressions , school=
-
[81]
2025 , url =
Samuele Germiniani and others , title =. 2025 , url =. doi:10.1109/ACCESS.2025.3551607 , timestamp =
2025 doi
-
[82]
CoRR , volume =
Ali Mohammadjafari and others , title =. CoRR , volume =. 2024 , url =. doi:10.48550/ARXIV.2410.01066 , eprinttype =. 2410.01066 , timestamp =
2024 doi
-
[83]
CoRR , volume =
Ke Weng and others , title =. CoRR , volume =. 2025 , url =. doi:10.48550/ARXIV.2505.23486 , eprinttype =. 2505.23486 , timestamp =
2025 doi
-
[84]
CoRR , volume =
Agnieszka Mensfelt and others , title =. CoRR , volume =. 2025 , url =. doi:10.48550/ARXIV.2509.09810 , eprinttype =. 2509.09810 , timestamp =
2025 doi
-
[85]
Symmetry , volume =
Peng Jiang and Xiaodong Cai , title =. Symmetry , volume =. 2024 , url =. doi:10.3390/SYM16091201 , timestamp =
2024 doi
-
[86]
doi:10.20944/preprints202512.1848.v1 , url =
Francis Frydman , title =. doi:10.20944/preprints202512.1848.v1 , url =
-
[87]
Computational linguistics , volume=
A survey and classification of controlled natural languages , author=. Computational linguistics , volume=. 2014 , publisher=
2014
-
[88]
arXiv preprint arXiv:1812.00978 , year=
A survey on semantic parsing , author=. arXiv preprint arXiv:1812.00978 , year=
-
[89]
CoRR , volume =
Zishen Wan and others , title =. CoRR , volume =. 2024 , url =. doi:10.48550/ARXIV.2401.01040 , eprinttype =. 2401.01040 , timestamp =
2024 doi
-
[90]
First-Order Logic , year =
Raymond Merrill Smullyan , editor =. First-Order Logic , year =
-
[91]
ACL 2002 , pages=
Bleu: a method for automatic evaluation of machine translation , author=. ACL 2002 , pages=
2002
-
[92]
arXiv preprint arXiv:2312.06942 , year=
AI control: Improving safety despite intentional subversion , author=. arXiv preprint arXiv:2312.06942 , year=
-
[93]
2201.11903 , archiveprefix =
Chain-of-Thought Prompting Elicits Reasoning in Large Language Models , author =. 2201.11903 , archiveprefix =
-
[94]
2203.11171 , archiveprefix =
Self-Consistency Improves Chain of Thought Reasoning in Language Models , author =. 2203.11171 , archiveprefix =
-
[95]
2005.14165 , archiveprefix =
Language Models are Few-Shot Learners , author =. 2005.14165 , archiveprefix =
2005 arXiv
-
[96]
2024 , eprint=
Meta Prompting for AI Systems , author=. 2024 , eprint=
2024
-
[97]
2022 , eprint=
Self-critiquing models for assisting human evaluators , author=. 2022 , eprint=
2022
-
[98]
Harnessing the Power of Large Language Models for Natural Language to First-Order Logic Translation , booktitle =
Yuan Yang and Siheng Xiong and Ali Payani and Ehsan Shareghi and Faramarz Fekri , editor =. Harnessing the Power of Large Language Models for Natural Language to First-Order Logic Translation , booktitle =. 2024 , url =. doi:10.18653/V1/2024.ACL-LONG.375 , timestamp =
2024 doi
-
[99]
2024 , url =
Han, Simeng and Schoelkopf, Hailey and Zhao, Yilun and Qi, Zhenting and Riddell, Martin and Zhou, Wenfei and Coady, James and Peng, David and Qiao, Yujie and Benson, Luke and Sun, Lucy and Wardle. 2024 , url =. doi:10.18653/V1/2024.EMNLP-MAIN.1229 , timestamp =
2024 doi
-
[100]
International conference on Tools and Algorithms for the Construction and Analysis of Systems , pages=
Z3: An efficient SMT solver , author=. International conference on Tools and Algorithms for the Construction and Analysis of Systems , pages=. 2008 , organization=
2008
-
[101]
26th International symposium on temporal representation and reasoning (TIME 2019) , pages=
Synthesis of LTL formulas from natural language texts: State of the art and research directions , author=. 26th International symposium on temporal representation and reasoning (TIME 2019) , pages=. 2019 , organization=
2019
-
[102]
Proceedings of the AAAI Conference on Artificial Intelligence , volume=
Do LLMs Really Struggle at NL-FOL Translation? Revealing Their Strengths via a Novel Benchmarking Strategy , author=. Proceedings of the AAAI Conference on Artificial Intelligence , volume=
-
[103]
2024 , note =
GPT-4o-mini , howpublished =. 2024 , note =
2024
-
[104]
Towards a Common Framework for Autoformalization , booktitle =
Agnieszka Mensfelt and David Tena Cucala and Santiago Franco and Angeliki Koutsoukou. Towards a Common Framework for Autoformalization , booktitle =. 2026 , url =. doi:10.1609/AAAI.V40I48.42132 , timestamp =
2026 doi
-
[105]
Judging LLM-as-a-Judge with MT-Bench and Chatbot Arena , booktitle =
Lianmin Zheng and Wei. Judging LLM-as-a-Judge with MT-Bench and Chatbot Arena , booktitle =. 2023 , url =
2023
- [106]
-
[107]
2024 , note =
Gemma 4 , howpublished =. 2024 , note =
2024
-
[108]
TechRxiv , volume =
Jindong Li and Yali Fu and Fengxiang Cheng and Yang Yang and Jiahong Liu and Hongce Zhang and Yutao Yue and Menglin Yang and Haoxuan Li and Liangming Pan and Zhouchen Lin , title =. TechRxiv , volume =. 2025 , doi =. https://www.techrxiv.org/doi/pdf/10.36227/techrxiv.176538331...
2025 doi
Reviewed June 28, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.