Skip to content

acoli-repo/rdf4discourse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discourse parsing with RDF/LOD technology

Discourse parsing is concerned with understanding the hierarchical and relational structure of utterances in a text. Discourse semantics complement semantic parsing by capturing context dependencies and allowing to aggregate information over multiple sentences.

This involves several dimensions:

  • discourse structure (hierarchical organization of the discourse)
  • discourse relations (coherence relations between multiple discourse segments)
  • discourse markers (explicit cues for discourse relations)
  • frame semantics (implicit semantic roles)
  • anaphora (coreference, bridging, event anaphora)
  • etc.

So far, we've been focusing on

  • interoperability: using RDF technology and ontologies to facilitate the interoperability between annotation schemas for discourse, coreference and information structure (OLiA Discourse Extensions, in the OLiA repository) (Chiarcos 2014)
  • implicit discourse relations: discourse parsing of implicit relations (Rönnqvist, Schenk and Chiarcos 2017, in separate repository)
  • interlinked discourse marker inventories: using RDF technology and the OLiA Discourse Extensions for creating discourse marker inventories that are linked across languages and theoretical frameworks (discourse marker inventories in OntoLex-Lemon) (Chiarcos and Ionov 2021)
  • cross-lingual induction of discourse marker inventories over lexical resources, see lexical-induction/ (Chiarcos 2022)

Research on discourse semantics which do not directly depend on either RDF or LOD technology is being dealt with in separate ACoLi repositories.

Contents

  • discourse-markers/: OntoLex-Lemon edition of multilingual discourse marker inventories in RDF and as Linked Data
  • lexical-induction/: Experiments on inducing multilingual discourse marker inventory stubs from discourse-markers/ and lexical knowledge graphs

In preparation:

  • Experiments on inducing multilingual discourse marker inventory stubs from discourse-markers/ and parallel corpora
  • Experiments on inducing multilingual discourse marker annotations from discourse-markers/ and parallel corpora

References