Update {P} Discourse Graph Grammar.md
This commit is contained in:
parent
d90406e591
commit
8d1de0afc7
|
@ -3,7 +3,7 @@ This document is subject to adaptation as we experiment with new node and edge t
|
||||||
|
|
||||||
# Node types
|
# Node types
|
||||||
|
|
||||||
- QUE - Question
|
- Q - Question
|
||||||
- CLM - Claim
|
- CLM - Claim
|
||||||
- EVD - Evidence
|
- EVD - Evidence
|
||||||
- SRC - Source
|
- SRC - Source
|
||||||
|
@ -12,10 +12,12 @@ This document is subject to adaptation as we experiment with new node and edge t
|
||||||
All node names should be prefixed with {`type`}, e.g., `{SRC} Example Source`
|
All node names should be prefixed with {`type`}, e.g., `{SRC} Example Source`
|
||||||
|
|
||||||
# Edge types
|
# Edge types
|
||||||
|
(based on https://oasislab.pubpub.org/pub/54t0y9mk#7c8st7en56)
|
||||||
|
|
||||||
- EVD or CLM Informs QUE
|
- EVD or CLM Informs Q (for EVD created in response to an existing Q)
|
||||||
- EVD Supports CLM
|
- EVD or CLM Generates Q (for EVD or CLM resulting in a new Q)
|
||||||
- EVD Opposes CLM
|
- EVD Support/Opposes CLM
|
||||||
|
- CLM Supports/Opposes CLM
|
||||||
- SRC Contains EVD (optional - may be omitted since only one type of SRC-EVD edge possible)
|
- SRC Contains EVD (optional - may be omitted since only one type of SRC-EVD edge possible)
|
||||||
|
|
||||||
All edges should conform to one of the following types, along with the source and target node types.
|
All edges should conform to one of the following types, along with the source and target node types.
|
Loading…
Reference in New Issue