Skip to content

Commit

Permalink
Update concepts.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pfliu-nlp committed Jan 13, 2020
1 parent b141b0b commit 837fbd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ and no other tags need to be applied.
* Cloze-style Prediction, Masked Language Modeling (right and left context -> word): [`task-cloze`](http://pfliu.com/pl-nlp2019/bs/task-cloze.html)
* Context Prediction (as in word2vec) (word -> right and left context): [`task-context`](http://pfliu.com/pl-nlp2019/bs/task-context.html)
* Relation Prediction (text -> graph of relations between words, including dependency parsing): [`task-relation`](http://pfliu.com/pl-nlp2019/bs/task-relation.html)
* Tree Prediction (text -> tree, including syntactic and some semantic semantic parsing): [`task-tree`
* Tree Prediction (text -> tree, including syntactic and some semantic semantic parsing): [`task-tree`](http://pfliu.com/pl-nlp2019/bs/task-tree.html)
* Graph Prediction (text -> graph not necessarily between nodes): [`task-graph`](http://pfliu.com/pl-nlp2019/bs/task-graph.html)
* Lexicon Induction/Embedding Alignment (text/embeddings -> bi- or multi-lingual lexicon): [`task-lexicon`](http://pfliu.com/pl-nlp2019/bs/task-lexicon.html)
* Word Alignment (parallel text -> alignment between words): [`task-alignment`](http://pfliu.com/pl-nlp2019/bs/task-alignment.html)
Expand Down

0 comments on commit 837fbd6

Please sign in to comment.