A set position encoding and set attention mask make decoder-only LLMs provably invariant to the ordering of options in a prompt.
Bitune: Leveraging Bidirectional Attention to Improve Decoder-Only LLMs
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Decoder-only large language models typically rely solely on masked causal attention, which limits their expressiveness by restricting information flow to one direction. We propose Bitune, a method that enhances pretrained decoder-only LLMs by incorporating bidirectional attention into prompt processing. We evaluate Bitune in instruction-tuning and question-answering settings, showing significant improvements in performance on commonsense reasoning, arithmetic, and language understanding tasks. Furthermore, extensive ablation studies validate the role of each component of the method, and demonstrate that Bitune is compatible with various parameter-efficient finetuning techniques and full model finetuning.
citation-role summary
citation-polarity summary
fields
cs.LG 1years
2025 1verdicts
CONDITIONAL 1roles
background 1polarities
unclear 1representative citing papers
citing papers explorer
-
Set-LLM: A Permutation-Invariant LLM
A set position encoding and set attention mask make decoder-only LLMs provably invariant to the ordering of options in a prompt.