Create README.md
Browse files
README.md
CHANGED
@@ -1,29 +1,19 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
dtype: string
|
6 |
-
- name: expression
|
7 |
-
dtype: string
|
8 |
-
- name: dataset
|
9 |
-
dtype: string
|
10 |
-
- name: position
|
11 |
-
sequence: int32
|
12 |
-
- name: id
|
13 |
-
dtype: string
|
14 |
-
- name: context
|
15 |
-
dtype: string
|
16 |
-
splits:
|
17 |
-
- name: train
|
18 |
-
num_bytes: 404131
|
19 |
-
num_examples: 1772
|
20 |
-
- name: validation
|
21 |
-
- name: test
|
22 |
-
num_bytes: 454784
|
23 |
-
num_examples: 1965
|
24 |
-
download_size: 464217
|
25 |
-
dataset_size: 858915
|
26 |
---
|
27 |
-
|
28 |
-
|
29 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
license: gpl
|
3 |
+
language:
|
4 |
+
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
6 |
+
```
|
7 |
+
@inproceedings{birke-sarkar-2007-active,
|
8 |
+
title = "Active Learning for the Identification of Nonliteral Language",
|
9 |
+
author = "Birke, Julia and
|
10 |
+
Sarkar, Anoop",
|
11 |
+
booktitle = "Proceedings of the Workshop on Computational Approaches to Figurative Language",
|
12 |
+
month = apr,
|
13 |
+
year = "2007",
|
14 |
+
address = "Rochester, New York",
|
15 |
+
publisher = "Association for Computational Linguistics",
|
16 |
+
url = "https://aclanthology.org/W07-0104",
|
17 |
+
pages = "21--28",
|
18 |
+
}
|
19 |
+
```
|