Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
Libraries:
Datasets
pandas
License:
sileod commited on
Commit
a679aa8
·
1 Parent(s): 1b80f1c

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -27
README.md CHANGED
@@ -1,29 +1,19 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: label
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
- # Dataset Card for "TroFi"
28
-
29
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ```