Papers by Bingxuan Hou
Disentangle to Decay: Linear Attention with Trainable Decay Factor (2025.coling-main)
Copied to clipboard
| Challenge: | Existing linear attention models use a decay factor based positional encoding (PE), but the decay factor is manually designed and non-trainable, limiting further optimization. |
| Approach: | They propose a PE-based positional encoding that disentangles decay factor into two parts to achieve further optimization and stable training. |
| Outcome: | The proposed model achieves stable training of decay factor and improves inference efficiency in normal context and extrapolation scenarios. |
CHROMIC: Chronological Reasoning Across Multi-Panel Comics (2026.eacl-long)
Copied to clipboard
Bingxuan Hou, Jiayi Lin, Chenyang Zhang, Dapeng Yin, Shuyue Zhu, Qingqing Hong, Mengna Gao, Junli Wang
| Challenge: | Large-scale vision–language models have achieved remarkable progress on various reasoning tasks, but most studies focus on natural photographic images and pay limited attention to multi-panel visual narratives such as comics. |
| Approach: | They propose a benchmark dataset for chronological reasoning in multi-panel comics that covers six types of reasoning questions and spans both Western and Japanese comic styles. |
| Outcome: | The proposed dataset covers six types of reasoning questions and spans both Western and Japanese comic styles. |
StruNRAG: Evaluation of OCR-Induced Structural Noise on RAG Robustness (2026.findings-acl)
Copied to clipboard
| Challenge: | Existing evaluations of RAG systems ignore structural noise, authors say . complex layouts can cause OCR failures and disrupt semantic flow of text . advanced LLMs demonstrate robustness against local noise, but struggle to maintain reasoning capabilities under severe structural disruption that fragments global context. |
| Approach: | They propose a benchmark to evaluate RAG robustness against OCR-induced structural perturbations. |
| Outcome: | The proposed benchmark systematically injects three categories of real-world structural noise into a bilingual dataset of 2,132 question-answer pairs . results show that advanced LLMs demonstrate robustness against local noise, but struggle to maintain reasoning capabilities under severe structural disruption . |
Correct after Answer: Enhancing Multi-Span Question Answering with Post-Processing Method (2024.findings-emnlp)
Copied to clipboard
| Challenge: | Prior work focuses on designing specific methods or applying heuristic strategies to encourage models to predict more correct predictions. |
| Approach: | They propose a framework that uses a post-processing strategy to handle incorrect predictions. |
| Outcome: | The proposed framework significantly improves the Exact Match scores on multiple MSQA datasets. |
Bold Claims or Self-Doubt? Factuality Hallucination Type Detection via Belief State (2025.findings-emnlp)
Copied to clipboard
| Challenge: | Existing studies focus on detecting the presence of hallucinations but lack a systematic classification approach, which hinders deeper exploration of their characteristics. |
| Approach: | They propose a method to categorize hallucinations into two types: Overconfident and Unaware . |
| Outcome: | The proposed method categorizes factuality hallucination into two types: Overconfident and Unaware Hallucinations. |