Commit e70434d8 authored by mbecker's avatar mbecker
Browse files

Update README.md

parent 36bc9290
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -4,7 +4,8 @@ We introduce an attention mechanism that pinpoints relevant context not only for
The advantage of our neural model is that it avoids the need to reproduce linguistic features for other languages and is thus more easily transferable. 
The advantage of our neural model is that it avoids the need to reproduce linguistic features for other languages and is thus more easily transferable. 


We provide the code for the basic local model (GRU), the local model with attention (GRU+attention), and our best performing context model which uses labels of previous clauses and genre information (GRU+attention+label+genre).
We provide the code for the basic local model (GRU), the local model with attention (GRU+attention), and our best performing context model which uses labels of previous clauses and genre information (GRU+attention+label+genre).
https://github.com/annefried/sitent/tree/master/annotated_corpus

The data we used for our experiments can be found here, and we used the same train-dev-test split: https://github.com/annefried/sitent/tree/master/annotated_corpus


References:
References:
Classifying Semantic Clause Types: Modeling Context and Genre Characteristics with Recurrent Neural Networks and Attention.
Classifying Semantic Clause Types: Modeling Context and Genre Characteristics with Recurrent Neural Networks and Attention.