Update {P} Discourse Graph Grammar.md

This commit is contained in:
Ronen Tamari 2023-08-02 08:57:04 -04:00
parent d90406e591
commit 8d1de0afc7
1 changed files with 6 additions and 4 deletions

View File

@ -3,7 +3,7 @@ This document is subject to adaptation as we experiment with new node and edge t
# Node types
- QUE - Question
- Q - Question
- CLM - Claim
- EVD - Evidence
- 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`
# Edge types
(based on https://oasislab.pubpub.org/pub/54t0y9mk#7c8st7en56)
- EVD or CLM Informs QUE
- EVD Supports CLM
- EVD Opposes CLM
- EVD or CLM Informs Q (for EVD created in response to an existing Q)
- EVD or CLM Generates Q (for EVD or CLM resulting in a new Q)
- EVD Support/Opposes CLM
- CLM Supports/Opposes CLM
- 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.