Datasets:
dstrohmaier
commited on
Commit
•
d2ecf86
1
Parent(s):
c7c5592
updated README and added data
Browse files- README.md +18 -0
- SeCoDa.tsv +0 -0
README.md
CHANGED
@@ -2,7 +2,25 @@
|
|
2 |
|
3 |
Repository for the SeCoDa dataset
|
4 |
|
|
|
5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
|
7 |
This work is licensed under a [Creative Commons Attribution-NonCommerial-ShareAlike 4.0
|
8 |
International License][cc-by-nc-sa].
|
|
|
2 |
|
3 |
Repository for the SeCoDa dataset
|
4 |
|
5 |
+
Main data are found in SeCoDa.tsv. The file is structured as follows.
|
6 |
|
7 |
+
First column: token to be disambiguated.
|
8 |
+
Second column: offset start for token in context
|
9 |
+
Third column: offset end for token in context
|
10 |
+
Fourth column: context (sentence in which token occurs)
|
11 |
+
Fifth column: selected sense
|
12 |
+
Sixth column: comments (also contains MWE information)
|
13 |
+
|
14 |
+
Example:
|
15 |
+
|
16 |
+
| target | offset_start | offset_end | context | sense | comments |
|
17 |
+
| ------- |:------------:| ----------:| ------------------:| ----------------:| --------:|
|
18 |
+
| abroad | 39 | 45 | As we emerge... | OTHER COUNTRY... | - |
|
19 |
+
| abroad | 39 | 45 | As we emerge... | OTHER COUNTRY... | - |
|
20 |
+
| abroad | 73 | 79 | #1-8 The speech... | OTHER COUNTRY... | - |
|
21 |
+
|
22 |
+
|
23 |
+
The senses are drawn from the [Cambridge Advanced Learner's Dictionary](https://dictionary.cambridge.org).
|
24 |
|
25 |
This work is licensed under a [Creative Commons Attribution-NonCommerial-ShareAlike 4.0
|
26 |
International License][cc-by-nc-sa].
|
SeCoDa.tsv
ADDED
The diff for this file is too large to render.
See raw diff
|
|