OfekGlick commited on
Commit
237968b
·
1 Parent(s): 9c752d1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -59,7 +59,7 @@ of discourse analysis and coherence.
59
 
60
  1. **Sentence Positioning**
61
  - **Datasets Sources**: Arxiv, Wikipedia, Rocstory
62
- - **Description**: Determine the correct placement of a sentence within a given context of five sentences. To form the input when training classifiers encode the five sentences to vector representations $x_i$. As input to the classfier we include $x_1$ and the contcatination of $x_1 - x_i$ for all $i$: $[x_1, x_1 - x_2, x_1-x_3,x_1-x_4,x_1-x_5]$
63
 
64
  2. **Binary Sentence Ordering**
65
  - **Datasets Sources**: Arxiv, Wikipedia, Rocstory
 
59
 
60
  1. **Sentence Positioning**
61
  - **Datasets Sources**: Arxiv, Wikipedia, Rocstory
62
+ - **Description**: Determine the correct placement of a sentence within a given context of five sentences. To form the input when training classifiers encode the five sentences to vector representations $x_i$. As input to the classfier we include $x_1$ and the contcatination of $x_1 - x_i$ for all $i$: \\([x_1, x_1 - x_2, x_1-x_3,x_1-x_4,x_1-x_5]\\)
63
 
64
  2. **Binary Sentence Ordering**
65
  - **Datasets Sources**: Arxiv, Wikipedia, Rocstory