paper-with-me

홈 › Papers

RDR: the Recap, Deliberate, and Respond Method for Enhanced Language Understanding

2023-12-15 · Yuxin Zi, Hariram Veeramani, Kaushik Roy, Amit Sheth

Natural language understanding (NLU) using neural network pipelines often requires additional context that is not solely present in the input data. Through Prior research, it has been evident that NLU benchmarks are susceptible to manipulation by neural models, wherein these models exploit statistical artifacts within the encoded external knowledge to artificially inflate performance metrics for downstream tasks. Our proposed approach, known as the Recap, Deliberate, and Respond (RDR) paradigm, addresses this issue by incorporating three distinct objectives within the neural network pipeline. Firstly, the Recap objective involves paraphrasing the input text using a paraphrasing model in order to summarize and encapsulate its essence. Secondly, the Deliberation objective entails encoding external graph information related to entities mentioned in the input text, utilizing a graph embedding model. Finally, the Respond objective employs a classification head model that utilizes representations from the Recap and Deliberation modules to generate the final prediction. By cascading these three models and minimizing a combined loss, we mitigate the potential for gaming the benchmark and establish a robust method for capturing the underlying semantic patterns, thus enabling accurate predictions. To evaluate the effectiveness of the RDR method, we conduct tests on multiple GLUE benchmark tasks. Our results demonstrate improved performance compared to competitive baselines, with an enhancement of up to 2\% on standard metrics. Furthermore, we analyze the observed evidence for semantic understanding exhibited by RDR models, emphasizing their ability to avoid gaming the benchmark and instead accurately capture the true underlying semantic patterns.

📄 PDF Abstract BibTeX arXiv:2312.09932

Code (0)

등록된 구현이 없습니다.

Tasks

Graph EmbeddingNatural Language Understanding

Similar Papers 제목 키워드 기반

What If We Recaption Billions of Web Images with LLaMA-3?

2024-06-12 · Xianhang Li, Haoqin Tu, Mude Hui, Zeyu Wang 외

Web-crawled image-text pairs are inherently noisy. Prior studies demonstrate that semantically aligning and enriching textual descriptions of these pairs can significantly enhance model training across various vision-lan…

Cross-Modal RetrievalImage GenerationText to Image GenerationText-to-Image Generation+1

Position: Simulating Society Requires Simulating Thought

2025-06-08 · Chance Jiajie Li, Jiayi Wu, Zhenze Mo, Ao Qu 외

Simulating society with large language models (LLMs), we argue, requires more than generating plausible behavior -- it demands cognitively grounded reasoning that is structured, revisable, and traceable. LLM-based agents…

Position

RECAP: REwriting Conversations for Intent Understanding in Agentic Planning

2025-08-29 · Kushan Mitra, Dan Zhang, Hannah Kim, Estevam Hruschka arxiv

Understanding user intent is essential for effective planning in conversational assistants, particularly those powered by large language models (LLMs) coordinating multiple agents. However, real-world dialogues are often…

Intent Detection

S1-MMAlign: A Large-Scale, Multi-Disciplinary Dataset for Scientific Figure-Text Understanding

2026-01-01 · He Wang, Longteng Guo, Pengkang Huo, Xuanxu Lin 외 arxiv

Multimodal learning has revolutionized general domain tasks, yet its application in scientific discovery is hindered by the profound semantic gap between complex scientific imagery and sparse textual descriptions. We pre…

Towards robust long-context understanding of large language model via active recap learning

2026-01-20 · Chenyu Hui arxiv

In this paper, we propose active recap learning (ARL), a framework for enhancing large language model (LLM) in understanding long contexts. ARL enables models to revisit and summarize earlier content through targeted seq…

Long-Context Understanding