Papers › METGEN: A Module-Based Entailment Tree Generation Framework for Answer Explanation

METGEN: A Module-Based Entailment Tree Generation Framework for Answer Explanation

5 May 2022Findings (NAACL) 2022 7arXiv:2205.02593archive 2025-07-28

Ruixin Hong, Hongming Zhang, Xintong Yu, ChangShui Zhang

Knowing the reasoning chains from knowledge to the predicted answers can help construct an explainable question answering (QA) system. Advances on QA explanation propose to explain the answers with entailment trees composed of multiple entailment steps. While current work proposes to generate entailment trees with end-to-end generative models, the steps in the generated trees are not constrained and could be unreliable. In this paper, we propose METGEN, a Module-based Entailment Tree GENeration framework that has multiple modules and a reasoning controller. Given a question and several supporting knowledge, METGEN can iteratively generate the entailment tree by conducting single-step entailment with separate modules and selecting the reasoning flow with the controller. As each module is guided to perform a specific type of entailment reasoning, the steps generated by METGEN are more reliable and valid. Experiment results on the standard benchmark show that METGEN can outperform previous state-of-the-art models with only 9% of the parameters.

PaperPDFConference PDFCodeCode 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="2205.02593")

Code

Syntology Ran 0 of 15 code samples harvested from 2 repositories linked to this paper; 15 have no recorded run.

By repository: official repository: 2 samples from 1 repository, 0 ran; community (archive-listed): 13 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Raising-hrx/MetGen officialmentioned on GitHubpytorch report
2023-MindSpore-1/ms-code-145 mentioned on GitHubmindspore report
tencent-ailab/metalogic mentioned 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

15 samples harvested; 0 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.

15unverified

Licence: 0 of the 15 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

inference_alltype_batch Raising-hrx/MetGen/code/reasoning.py official repository unverified Apache-2.0 (permissive) · b8079af0c4132e0a · report
module_generate Raising-hrx/MetGen/code/reasoning.py official repository unverified Apache-2.0 (permissive) · 00efe99655a93027 · report
add_prefix tencent-ailab/metalogic/code/MultitaskGenerator.py community (archive-listed) unverified MIT (permissive) · beba7770688234ee · report
average_metric tencent-ailab/metalogic/code/evaluate_metric.py community (archive-listed) unverified MIT (permissive) · 5eec4de27f0a807e · report
compute_f1 tencent-ailab/metalogic/code/evaluate_metric.py community (archive-listed) unverified MIT (permissive) · 6724ecbf0decf84e · report
compute_ppl tencent-ailab/metalogic/code/inference.py community (archive-listed) unverified MIT (permissive) · 2e5c0702c50628ea · report
div tencent-ailab/metalogic/code/evaluate_metric.py community (archive-listed) unverified MIT (permissive) · afa489d8ecd9a6b0 · report
eval_triples_by_operator tencent-ailab/metalogic/code/show_results.py community (archive-listed) unverified MIT (permissive) · b9f140e483016d14 · report
load_model tencent-ailab/metalogic/code/inference.py community (archive-listed) unverified MIT (permissive) · bb8883844e1d86f0 · report
model_inference tencent-ailab/metalogic/code/inference.py community (archive-listed) unverified MIT (permissive) · cd4093a904b501e5 · report
preprocess_raw_data tencent-ailab/metalogic/code/tree_utils.py community (archive-listed) unverified MIT (permissive) · 136e8658ff8e991a · report
remove_given_tokens tencent-ailab/metalogic/code/tree_utils.py community (archive-listed) unverified MIT (permissive) · 085a151d0f4302bb · report
results_three_components tencent-ailab/metalogic/code/show_results.py community (archive-listed) unverified MIT (permissive) · fa555ae62592ef54 · report
train_one_step tencent-ailab/metalogic/code/ModuleGenerator.py community (archive-listed) unverified MIT (permissive) · eadaf1fa3927a98e · report
transform_by_dict tencent-ailab/metalogic/code/tree_utils.py community (archive-listed) unverified MIT (permissive) · 95f196e28e3cebb0 · report

Tasks

Question Answering

1 archive task tag without a task page not shown.

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