From cb6a6c7a489e9e6f6bda4f57cb2d298777990717 Mon Sep 17 00:00:00 2001 From: Ronen Tamari Date: Mon, 31 Jul 2023 16:51:13 -0400 Subject: [PATCH] update --- dgraph/EVD Example Evidence 2.md | 1 - dgraph/EVD Example Evidence.md | 1 - dgraph/SRC Example Source 1.md | 1 - ...xample Claim.md => {CLM} Example Claim.md} | 2 +- dgraph/{EVD} Example Evidence 2.md | 1 + dgraph/{EVD} Example Evidence.md | 1 + dgraph/{P} Discourse Graph Grammar.md | 21 +++++++++++++++++++ ... Question.md => {QUE} Example Question.md} | 0 dgraph/{SRC} Example Source 1.md | 1 + 9 files changed, 25 insertions(+), 4 deletions(-) delete mode 100644 dgraph/EVD Example Evidence 2.md delete mode 100644 dgraph/EVD Example Evidence.md delete mode 100644 dgraph/SRC Example Source 1.md rename dgraph/{CLM Example Claim.md => {CLM} Example Claim.md} (50%) create mode 100644 dgraph/{EVD} Example Evidence 2.md create mode 100644 dgraph/{EVD} Example Evidence.md create mode 100644 dgraph/{P} Discourse Graph Grammar.md rename dgraph/{QUE Example Question.md => {QUE} Example Question.md} (100%) create mode 100644 dgraph/{SRC} Example Source 1.md diff --git a/dgraph/EVD Example Evidence 2.md b/dgraph/EVD Example Evidence 2.md deleted file mode 100644 index a7fe98d..0000000 --- a/dgraph/EVD Example Evidence 2.md +++ /dev/null @@ -1 +0,0 @@ -- opposes [[CLM Example Claim]] \ No newline at end of file diff --git a/dgraph/EVD Example Evidence.md b/dgraph/EVD Example Evidence.md deleted file mode 100644 index bdea639..0000000 --- a/dgraph/EVD Example Evidence.md +++ /dev/null @@ -1 +0,0 @@ -- supports [[CLM Example Claim]] \ No newline at end of file diff --git a/dgraph/SRC Example Source 1.md b/dgraph/SRC Example Source 1.md deleted file mode 100644 index 38fbf9f..0000000 --- a/dgraph/SRC Example Source 1.md +++ /dev/null @@ -1 +0,0 @@ -[[EVD Example Evidence]] \ No newline at end of file diff --git a/dgraph/CLM Example Claim.md b/dgraph/{CLM} Example Claim.md similarity index 50% rename from dgraph/CLM Example Claim.md rename to dgraph/{CLM} Example Claim.md index 5a4cde0..bf51bbf 100644 --- a/dgraph/CLM Example Claim.md +++ b/dgraph/{CLM} Example Claim.md @@ -1,3 +1,3 @@ Here is more detail about the claim -- informs [[QUE Example Question]] +- informs [[{QUE} Example Question]] diff --git a/dgraph/{EVD} Example Evidence 2.md b/dgraph/{EVD} Example Evidence 2.md new file mode 100644 index 0000000..ad33b51 --- /dev/null +++ b/dgraph/{EVD} Example Evidence 2.md @@ -0,0 +1 @@ +- opposes [[{CLM} Example Claim]] \ No newline at end of file diff --git a/dgraph/{EVD} Example Evidence.md b/dgraph/{EVD} Example Evidence.md new file mode 100644 index 0000000..239ee4b --- /dev/null +++ b/dgraph/{EVD} Example Evidence.md @@ -0,0 +1 @@ +- supports [[{CLM} Example Claim]] \ No newline at end of file diff --git a/dgraph/{P} Discourse Graph Grammar.md b/dgraph/{P} Discourse Graph Grammar.md new file mode 100644 index 0000000..13d0d10 --- /dev/null +++ b/dgraph/{P} Discourse Graph Grammar.md @@ -0,0 +1,21 @@ + +This document is subject to adaptation as we experiment with new node and edge types. + +# Node types + +- QUE - Question +- CLM - Claim +- EVD - Evidence +- SRC - Source +- P - Post. For any node the doesn't match one of the types above. + +All node names should be prefixed with {`type`}, e.g., `{SRC} Example Source` + +# Edge types + +- EVD or CLM Informs QUE +- EVD Supports CLM +- EVD 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. \ No newline at end of file diff --git a/dgraph/QUE Example Question.md b/dgraph/{QUE} Example Question.md similarity index 100% rename from dgraph/QUE Example Question.md rename to dgraph/{QUE} Example Question.md diff --git a/dgraph/{SRC} Example Source 1.md b/dgraph/{SRC} Example Source 1.md new file mode 100644 index 0000000..38b3e3e --- /dev/null +++ b/dgraph/{SRC} Example Source 1.md @@ -0,0 +1 @@ +[[{EVD} Example Evidence]] \ No newline at end of file