Supervised Text Segmentation Task
		
		
		
		
		
		Jump to navigation
		Jump to search
		
		
	
A Supervised Text Segmentation Task is a text segmentation task that is a supervised string segmentation task.
- Context:
- It can be solved by a Supervised Text Segmentation System (that implements a supervised text segmentation algorithm).
 - It can support a Supervised Text Segment Recognition Task (such as supervised named entity recognition).
 - It can range from being an Unlabeled Text Segmentation Task to being a Labeled Text Segmentation Task.
 - ...
 
 - Example(s):
 - Counter-Example(s):
 - See: Supervised Text Tagging Task.
 
References
2006
- (Sarawagi, 2006) ⇒ Sunita Sarawagi. (2006). “Efficient Inference on Sequence Segmentation Models.” In: Proceedings of the 23rd International Conference on Machine Learning (ICML 2006). doi:10.1145/1143844.1143944
- QUOTE: ... Examples of such segment level features for extraction tasks are: the whole entity has an exact match in an database of entities, the length of the entity is between 4 and 8 words, the third or fourth token of the entity is a “-”, and the last three tokens in the entity are digits. ...