paper-with-me

Papers

ConTReGen: Context-driven Tree-structured Retrieval for Open-domain Long-form Text Generation

2024-10-20 · Kashob Kumar Roy, Pritom Saha Akash, Kevin Chen-Chuan Chang, Lucian Popa

Open-domain long-form text generation requires generating coherent, comprehensive responses that address complex queries with both breadth and depth. This task is challenging due to the need to accurately capture diverse facets of input queries. Existing iterative retrieval-augmented generation (RAG) approaches often struggle to delve deeply into each facet of complex queries and integrate knowledge from various sources effectively. This paper introduces ConTReGen, a novel framework that employs a context-driven, tree-structured retrieval approach to enhance the depth and relevance of retrieved content. ConTReGen integrates a hierarchical, top-down in-depth exploration of query facets with a systematic bottom-up synthesis, ensuring comprehensive coverage and coherent integration of multifaceted information. Extensive experiments on multiple datasets, including LFQA and ODSUM, alongside a newly introduced dataset, ODSUM-WikiHow, demonstrate that ConTReGen outperforms existing state-of-the-art RAG models.

📄 PDF Abstract BibTeX arXiv:2410.15511

Code (0)

등록된 구현이 없습니다.

Tasks

FormRAGRetrievalRetrieval-augmented GenerationText Generation

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
Adam 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Structured Multi-modal Feature Embedding and Alignment for Image-Sentence Retrieval

2021-08-05 · Xuri Ge, Fuhai Chen, Joemon M. Jose, Zhilong Ji 외

The current state-of-the-art image-sentence retrieval methods implicitly align the visual-textual fragments, like regions in images and words in sentences, and adopt attention modules to highlight the relevance of cross-…

cross-modal alignmentRetrievalSemantic correspondenceSentence+1

Deriving Character Logic from Storyline as Codified Decision Trees

2026-01-15 · Letian Peng, Kun Zhou, Longfei Yun, Yupeng Hou 외 arxiv

Role-playing (RP) agents rely on behavioral profiles to act consistently across diverse narrative contexts, yet existing profiles are largely unstructured, non-executable, and weakly validated, leading to brittle agent b…

HDSL: A Hierarchical Domain-Specific Language for Structured 3D Indoor Scene Generation and Localized Editing with LLM Agents

2026-06-08 · Letian Li, Chao Shen, Shuzhao Xie, Chenghao Gu 외 arxiv

Text-driven indoor scene generation and editing require an intermediate representation that language models can both produce and revise. Existing LLM-based systems often rely on scene graphs or global constraint lists, w…

Scene GenerationProgram Repair

PersonaTree: Structured Lifecycle Memory for Person Understanding in LLM Agents

2026-06-03 · Yubo Hou, Jingwei Song, Hongbo Zhang, Zhisheng Chen 외 arxiv

Persistent LLM agents require memory representations that make the formation of person understanding explicit across long term interaction. Existing agent memory methods emphasize information retention and retrieval, yet…

Temporal Order Matters for Agentic Memory: Segment Trees for Long-Horizon Agents

2026-06-03 · Yifan Simon Liu, Liam Gallagher, Faeze Moradi Kalarde, Jiazhou Liang 외 arxiv

Long-horizon conversational agents need to interact with users through evolving events, tasks, and goals. Such histories are naturally temporal, yet many existing memory systems organize information primarily by topical …