sileod commited on
Commit
4f7fa5d
·
1 Parent(s): bbc33ab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -1,3 +1,22 @@
1
  ---
2
  license: apache-2.0
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ language:
4
+ - en
5
  ---
6
+ https://github.com/vered1986/lexcomp/tree/master
7
+ ```
8
+ @article{shwartz-dagan-2019-still,
9
+ title = "Still a Pain in the Neck: Evaluating Text Representations on Lexical Composition",
10
+ author = "Shwartz, Vered and
11
+ Dagan, Ido",
12
+ journal = "Transactions of the Association for Computational Linguistics",
13
+ volume = "7",
14
+ year = "2019",
15
+ address = "Cambridge, MA",
16
+ publisher = "MIT Press",
17
+ url = "https://aclanthology.org/Q19-1027",
18
+ doi = "10.1162/tacl_a_00277",
19
+ pages = "403--419",
20
+ abstract = "Building meaningful phrase representations is challenging because phrase meanings are not simply the sum of their constituent meanings. Lexical composition can shift the meanings of the constituent words and introduce implicit information. We tested a broad range of textual representations for their capacity to address these issues. We found that, as expected, contextualized word representations perform better than static word embeddings, more so on detecting meaning shift than in recovering implicit information, in which their performance is still far from that of humans. Our evaluation suite, consisting of six tasks related to lexical composition effects, can serve future research aiming to improve representations.",
21
+ }
22
+ ```