Papers by Guanran Luo
AGSC: Adaptive Granularity and Semantic Clustering for Uncertainty Quantification in Long-text Generation (2026.acl-long)
Copied to clipboard
| Challenge: | Existing methods for aggregating large-form outputs overlook the nuance of neutral information and suffer from the high computational cost of fine-grained decomposition. |
| Approach: | They propose a UQ framework that uses NLI neutral probabilities as triggers to distinguish irrelevance from uncertainty, reducing computation costs. |
| Outcome: | Experiments on BIO and LongFact show that the proposed framework reduces inference time by 60% compared to full atomic decomposition. |
DTCRS: Dynamic Tree Construction for Recursive Summarization (2025.acl-long)
Copied to clipboard
| Challenge: | Recursive summarization (RAG) is an important method for mitigating large model hallucinations and enhancing answer interpretability. |
| Approach: | They propose a method that dynamically generates summary trees based on document structure and query semantics. |
| Outcome: | The proposed method significantly reduces summary tree construction time and achieves substantial improvements across three QA tasks. |
GCoT-Decoding: Unlocking Deep Reasoning Paths for Universal Question Answering (2026.findings-acl)
Copied to clipboard
| Challenge: | Recent work on Chain-of-Thought reasoning requires manual prompts to guide the model. |
| Approach: | They propose a general decoding strategy that generates CoT-style reasoning paths without prompts. |
| Outcome: | The proposed method maintains strong performance on fixed and free QA tasks and achieves significant improvements on free qa. |