Bactrainus HotpotQA Question Decomposer — Llama 3 8B Instruct

Artifact identity

  • Status: metadata-only placeholder; no model weights are present
  • Intended base model: meta-llama/Meta-Llama-3-8B-Instruct
  • Audited Hub revision: a55a003d5f1b748598b428facd3ffec306674546
  • Public artifact date: August 2024
  • Intended role: generate ordered subquestions from a question and selected paragraphs

This repository cannot currently be loaded as a model. At the audited revision it contains only repository metadata and a README. The status is stated explicitly to prevent a placeholder from being mistaken for a released checkpoint.

The intended artifact generation is legacy Llama 3, not the Llama 3.1 question-decomposition experiment described in the revised manuscript.

Intended model behavior

The question decomposer is designed to receive:

  1. the original multi-hop question;
  2. paragraphs selected from the ten HotpotQA candidates;
  3. an instruction to produce a concise ordered list of subquestions.

The subquestions are auxiliary inputs for a sentence selector. They do not replace the original question, do not constitute gold evidence, and must not introduce entities unsupported by the supplied input.

Availability

The following call is expected to fail because no configuration, tokenizer, or weight files are present:

# Not currently available:
# AutoModelForCausalLM.from_pretrained(
#     "bactrianus/HotpotQA-Question-Decomposition-Llama-3-8B-Instruct"
# )

Do not add loading or performance examples until a verified checkpoint, tokenizer, generation configuration, immutable revision, and run manifest are uploaded together.

Data and lineage boundary

HotpotQA is the source task. The matching canonical training view is question-decomposer-sft, pinned at revision 7f3a1d4d21f22aad7262d8ffd6520f31186b284d. It contains deterministic decomposition targets for all 90,447 training source IDs and joins to the original examples and every other view through source_id.

from datasets import load_dataset

train = load_dataset(
    "bactrianus/bactrainus-hotpotqa",
    "question-decomposer-sft",
    split="train",
    revision="7f3a1d4d21f22aad7262d8ffd6520f31186b284d",
)

This dataset release does not change the repository's availability boundary: no legacy model weights are present, and the canonical serialization is not claimed to be byte-identical to an unreleased 2024 training file.

The revised repository configuration question_decomposer.yaml documents the later Llama 3.1 manuscript setup. It must not be used to claim that a corresponding legacy Llama 3 checkpoint is present here.

Evaluation boundary

There is no loadable artifact and no evaluation result associated with this repository card. The paper discusses question decomposition as an optional module and characterizes its observed average contribution conservatively.

Limitations of the intended task

  • Generated subquestions can omit necessary reasoning steps or introduce unsupported assumptions.
  • Decomposition quality is not established by final-answer correctness alone.
  • Unnecessary subquestions can add latency and context noise.
  • The intended model operates within selected HotpotQA candidates, not over an open corpus.
  • A future upload must establish prompt, data, and checkpoint provenance before use.

License and attribution

Any future weights derived from Meta Llama 3 remain subject to the Meta Llama 3 Community License and Acceptable Use Policy.

Meta Llama 3 is licensed under the Meta Llama 3 Community License, Copyright Meta Platforms, Inc. All Rights Reserved.

Built with Meta Llama 3.

HotpotQA-derived data is licensed under CC BY-SA 4.0. Bactrainus code is Apache-2.0 licensed.

Citation

@article{barati2025bactrainus,
  title   = {Bactrainus: Optimizing Large Language Models for Multi-hop Complex Question Answering Tasks},
  author  = {Barati, Iman and Ghafouri, Arash and Minaei-Bidgoli, Behrouz},
  journal = {arXiv preprint arXiv:2501.06286},
  year    = {2025},
  doi     = {10.48550/arXiv.2501.06286},
  url     = {https://arxiv.org/abs/2501.06286}
}
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for bactrianus/HotpotQA-Question-Decomposition-Llama-3-8B-Instruct

Finetuned
(1084)
this model

Dataset used to train bactrianus/HotpotQA-Question-Decomposition-Llama-3-8B-Instruct

Paper for bactrianus/HotpotQA-Question-Decomposition-Llama-3-8B-Instruct