Papers › From Atomic Evidence to Logical Composition: Structured Compositional Reasoning over...

From Atomic Evidence to Logical Composition: Structured Compositional Reasoning over Compound Answer Options

13 Aug 2026arXiv:2608.12836added by Syntology

Obed Junias, Maria Leonor Pacheco

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Large language models often fail when answer options require combining atomic judgments under explicit logical operators, even when they judge the individual atoms correctly. We study compound options connected by AND, OR, and NEITHER/NOR, introducing a framework that decomposes each option into atomic answers and scores contrastive hypotheses about each one, so the model never sees a compound option. An operator-constrained integer linear program then composes the calibrated scores into a single prediction. We evaluate on LOGICAL-COMMONSENSEQA and introduce LOGICAL-SATA, a reading-comprehension benchmark derived from SATA-Bench. Our framework improves Macro-F1 from 48.3 to 77.0 on the human-validated LOGICAL-COMMONSENSEQA split and from 47.0 to 75.6 on LOGICAL-SATA, with the largest gains on NEITHER/NOR.

PaperPDFCode 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="2608.12836")

Code

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

By repository: found in paper text by Syntology: 19 samples from 1 repository, 17 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

obedjunias19/structured-compositional-reasoning found in paper text by Syntology report

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

19 samples harvested; 17 ran; 0 honoured the contract we drafted; 2 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.

17ran
2unverified

Licence: 0 of the 19 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 obedjunias19/structured-compositional-reasoning. “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.

ab_probs_from_logprobs obedjunias19/structured-compositional-reasoning/utils/scoring.py found in paper text by Syntology ran MIT (permissive) · e8ef74df2fd8af3f · report
build_lcsqa_direct_prompt obedjunias19/structured-compositional-reasoning/lcsqa/run_direct_prompting.py found in paper text by Syntology ran MIT (permissive) · 2d2e921a306c7df7 · report
clean_text obedjunias19/structured-compositional-reasoning/lsata/run_structured_inference.py found in paper text by Syntology ran fingerprinted MIT (permissive) · b26dd53b8f714434 · report
compute_metrics obedjunias19/structured-compositional-reasoning/utils/metrics.py found in paper text by Syntology ran MIT (permissive) · ea8d26f4f608c139 · report
example_to_record obedjunias19/structured-compositional-reasoning/lcsqa/run_structured_inference.py found in paper text by Syntology ran MIT (permissive) · 763d1a8213cfec3e · report
extract_json_object obedjunias19/structured-compositional-reasoning/utils/prompting.py found in paper text by Syntology ran MIT (permissive) · 90f6d6d8b0329d43 · report
generate_and_combinations obedjunias19/structured-compositional-reasoning/lsata/run_structured_inference.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 2960c8eb596b39e9 · report
generate_or_combinations obedjunias19/structured-compositional-reasoning/lsata/run_structured_inference.py found in paper text by Syntology ran fingerprinted MIT (permissive) · bd042bf24358fdd4 · report
llm_engine_kwargs obedjunias19/structured-compositional-reasoning/utils/vllm_utils.py found in paper text by Syntology ran MIT (permissive) · 9703e58cf69dd71a · report
load_run_log_list obedjunias19/structured-compositional-reasoning/utils/logging_utils.py found in paper text by Syntology ran MIT (permissive) · 09c2c14eb8cb649b · report
normalize_label obedjunias19/structured-compositional-reasoning/lcsqa/run_direct_prompting.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 62cec6369fe909ac · report
parse_mcq_answer obedjunias19/structured-compositional-reasoning/lsata/run_direct_prompting.py found in paper text by Syntology ran fingerprinted MIT (permissive) · edfda541583cea9b · report
parse_verbalized_confidence obedjunias19/structured-compositional-reasoning/utils/scoring.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 04c5b0ad60792775 · report
read_prompt obedjunias19/structured-compositional-reasoning/utils/prompting.py found in paper text by Syntology ran MIT (permissive) · dfd6f1e61da0bede · report
render_prompt obedjunias19/structured-compositional-reasoning/utils/prompting.py found in paper text by Syntology ran MIT (permissive) · 948281f768f45354 · report
sample_stratified obedjunias19/structured-compositional-reasoning/lcsqa/run_structured_inference.py found in paper text by Syntology ran MIT (permissive) · a0338840ffebdbf5 · report
solve_hard_gate obedjunias19/structured-compositional-reasoning/utils/ilp.py found in paper text by Syntology ran MIT (permissive) · 6d320dfada8abc5b · report
select_answer obedjunias19/structured-compositional-reasoning/utils/ilp.py found in paper text by Syntology unverified MIT (permissive) · b7d08b342cf1515d · report
true_prob_from_logprobs obedjunias19/structured-compositional-reasoning/utils/scoring.py found in paper text by Syntology unverified MIT (permissive) · eec6c2c05053320d · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2608.12836, was issued in August 2026, after that date, so the archive has no leaderboard rows for it.

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