paper-with-me

홈 › Papers

CoCoLex: Confidence-guided Copy-based Decoding for Grounded Legal Text Generation

2025-08-07 · Santosh T. Y. S. S, Youssef Tarek Elkhayat, Oana Ichim, Pranav Shetty, Dongsheng Wang, Zhiqiang Ma, Armineh Nourbakhsh, Xiaomo Liu arxiv

Due to their ability to process long and complex contexts, LLMs can offer key benefits to the Legal domain, but their adoption has been hindered by their tendency to generate unfaithful, ungrounded, or hallucinatory outputs. While Retrieval-Augmented Generation offers a promising solution by grounding generations in external knowledge, it offers no guarantee that the provided context will be effectively integrated. To address this, context-aware decoding strategies have been proposed to amplify the influence of relevant context, but they usually do not explicitly enforce faithfulness to the context. In this work, we introduce Confidence-guided Copy-based Decoding for Legal Text Generation (CoCoLex)-a decoding strategy that dynamically interpolates the model produced vocabulary distribution with a distribution derived based on copying from the context. CoCoLex encourages direct copying based on the model's confidence, ensuring greater fidelity to the source. Experimental results on five legal benchmarks demonstrate that CoCoLex outperforms existing context-aware decoding methods, particularly in long-form generation tasks.

📄 PDF Abstract BibTeX arXiv:2508.05534

Code (0)

등록된 구현이 없습니다.

Tasks

Text Generation

Similar Papers 제목 키워드 기반

Hallucinations Leave a Grounding Signature:Verifier-Guided Decoding for Selective Object Correction

2026-07-30 · Lei Yang, Xinze Liu, Dayan Wu, Ding Wang 외 arxiv

Large vision-language models (LVLMs) often hallucinate objects that are absent from an image. Despite recent progress, existing mitigation methods still lack reliable object-level grounding diagnostics and therefore tend…

Information-Guided Frontier Decoding: Contextual Utility-Driven Commitment in dMLLMs

2026-08-27 · Xingyou Fang, Jingxing Zhong, Xiaosong Yuan, Xiaofeng Zhang arxiv

Decoding quality in diffusion multimodal language models (dMLLMs) depends heavily on the order in which masked tokens are committed. Existing confidence-based strategies prioritize locally easy tokens, but confidence doe…

Dual-Confidence Contrastive Decoding for Retrieval-Augmented Generation

2026-07-01 · Raymond Li, Md Tawkat Islam Khondaker, Amirhossein Abaskohi, Gabriel Murray 외 arxiv

Retrieval-augmented generation (RAG) increasingly requires models to answer questions from multiple retrieved documents, where only some sources are relevant and the retrieved bundle may contain stale, noisy, or conflict…

Question Answering

Cluster-Level Attention-Guided Parallel Decoding for Masked Diffusion Language Models

2026-05-28 · Heqiang Qi, Wei Huang, Mingyuan Bai, Xiangming Meng arxiv

Masked diffusion language models (MDLMs) enable parallel decoding by predicting all masked positions at each denoising step, yet existing training-free samplers usually decide which positions to commit at token-level gra…

Fast-dLLM++: Fréchet Profile Decoding for Faster Diffusion LLM Inference

2026-06-01 · Siva Rajesh Kasa, Yasong Dai, Sumit Negi, Hongdong Li arxiv

Diffusion large language models promise parallel token generation, yet inference remains bottlenecked by deciding which masked tokens can be safely committed together. Fast-dLLM addressed this with KV caching and confide…