Prompting an LLM for Semantic Segmentation
You are tasked with breaking down a long article about the history of renewable energy into semantically coherent segments for a reward model. Each segment should focus on a distinct sub-topic (e.g., early water wheels, the development of solar panels, modern wind turbine technology). Write a clear and effective prompt that you would provide to a Large Language Model to perform this segmentation. Your prompt should instruct the model to insert a specific marker (e.g., [SEGMENT]) at the end of each identified semantic segment.
0
1
Tags
Ch.4 Alignment - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Creation in Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
Choosing a Segmentation Implementation Strategy
A development team is refining a reward model by segmenting long user-chatbot interactions. They use a dedicated software library that is specifically trained to parse text and insert break-points at the end of complete sentences and paragraphs. This process divides the long interactions into a series of coherent, smaller chunks. Which method of segmentation is being implemented in this scenario?
Prompting an LLM for Semantic Segmentation