CLAINov 12, 2024

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

arXiv:2411.07598v124 citationsh-index: 5EMNLP
Originality Incremental advance
AI Analysis

This addresses the challenge of structuring lessons around problems in education, which is critical but difficult, though it appears incremental as it builds on existing segmentation and retrieval methods.

The paper tackles the problem of jointly segmenting open-ended conversations and linking segments to reference materials, introducing the Problem-Oriented Segmentation & Retrieval (POSR) task and applying it to tutoring conversations, with results showing that joint POSR methods outperform independent pipelines by up to +76% on joint metrics and traditional segmentation by up to +78% on segmentation metrics.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes