DRS, aka Discourse Representation Structures, is a knowledge base created in 1981 by Hans Kamp.
#2390on PLDB | 44Years Old |
Discourse Representation Structures (DRS) is a formal notation within Discourse Representation Theory (DRT), designed to represent the semantics of natural language discourse. It uses box-like structures to capture referents, conditions, and their relationships, enabling dynamic semantic analysis for anaphora and context-sensitive expressions.
man(x)
dog(y)
owns(x,y)
# Represents "A man owns a dog," capturing referents x (man) and y (dog).