paper-with-me

Papers

Problem-Oriented Segmentation and Retrieval: Case Study on Tutoring Conversations

2024-11-12 · Rose E. Wang, Pawan Wirawarn, Kenny Lam, Omar Khattab, Dorottya Demszky

Many open-ended conversations (e.g., tutoring lessons or business meetings) revolve around pre-defined reference materials, like worksheets or meeting bullets. To provide a framework for studying such conversation structure, we introduce Problem-Oriented Segmentation & Retrieval (POSR), the task of jointly breaking down conversations into segments and linking each segment to the relevant reference item. As a case study, we apply POSR to education where effectively structuring lessons around problems is critical yet difficult. We present LessonLink, the first dataset of real-world tutoring lessons, featuring 3,500 segments, spanning 24,300 minutes of instruction and linked to 116 SAT math problems. We define and evaluate several joint and independent approaches for POSR, including segmentation (e.g., TextTiling), retrieval (e.g., ColBERT), and large language models (LLMs) methods. Our results highlight that modeling POSR as one joint task is essential: POSR methods outperform independent segmentation and retrieval pipelines by up to +76% on joint metrics and surpass traditional segmentation methods by up to +78% on segmentation metrics. We demonstrate POSR's practical impact on downstream education applications, deriving new insights on the language and time use in real-world lesson structures.

📄 PDF Abstract BibTeX arXiv:2411.07598

Code (1)

rosewang2008/posr 공식 구현

Tasks

MathRetrievalSegmentation

Similar Papers 제목 키워드 기반

How Can Graph Neural Networks Help Document Retrieval: A Case Study on CORD19 with Concept Map Generation

2022-01-12 · Hejie Cui, Jiaying Lu, Yao Ge, Carl Yang

Graph neural networks (GNNs), as a group of powerful tools for representation learning on irregular data, have manifested superiority in various downstream tasks. With unstructured texts represented as concept maps, GNNs…

Representation LearningRetrieval

InstructPart: Task-Oriented Part Segmentation with Instruction Reasoning

2025-05-23 · Zifu Wan, Yaqi Xie, Ce Zhang, Zhiqiu Lin 외

Large multimodal foundation models, particularly in the domains of language and vision, have significantly advanced various tasks, including robotics, autonomous driving, information retrieval, and grounding. However, ma…

Autonomous DrivingInformation RetrievalRetrievalSegmentation

ROSE: Retrieval-Oriented Segmentation Enhancement

2026-04-15 · Song Tang, Guangquan Jie, Henghui Ding, Yu-Gang Jiang arxiv

Existing segmentation models based on multimodal large language models (MLLMs), such as LISA, often struggle with novel or emerging entities due to their inability to incorporate up-to-date knowledge. To address this cha…

External Experience Serving in Production LLM Systems: A Deployment-Oriented Study of Quality-Cost Trade-offs

2026-06-10 · Lin Sun, Heming Zhang, Xiangzheng Zhang arxiv

Production LLM systems accumulate reusable operational experience, but the practical deployment issue is not merely whether such experience can help. It is how different serving strategies trade off quality against onlin…

Prompt-Guided Attention Head Selection for Focus-Oriented Image Retrieval

2025-04-02 · Yuji Nozawa, Yu-Chieh Lin, Kazumoto Nakamura, Youyang Ng

The goal of this paper is to enhance pretrained Vision Transformer (ViT) models for focus-oriented image retrieval with visual prompting. In real-world image retrieval scenarios, both query and database images often exhi…

Image RetrievalRetrievalVisual Prompting