liyucheng commited on
Commit
fa18275
1 Parent(s): df31bdf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -2
README.md CHANGED
@@ -17,7 +17,39 @@ dataset_info:
17
  num_examples: 37370
18
  download_size: 4354865
19
  dataset_size: 6970850
 
20
  ---
21
- # Dataset Card for "trofi_metaphor"
22
 
23
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  num_examples: 37370
18
  download_size: 4354865
19
  dataset_size: 6970850
20
+ license: cc-by-2.0
21
  ---
 
22
 
23
+ # TroFi_Metaphor
24
+
25
+ ## Dataset Description
26
+
27
+ - **Paper:** [A Clustering Approach for the Nearly Unsupervised Recognition of Nonliteral Language](https://aclanthology.org/E06-1042.pdf)
28
+
29
+ ## Dataset Summary
30
+
31
+ The TroFi (Trope Finder) dataset is an unsupervised collection of data specifically designed to classify verbs into either literal or nonliteral categories. This dataset is composed of three primary sets. Firstly, the Target Set, which includes sentences featuring the verbs to be classified. These sentences are extracted from the '88-'89 Wall Street Journal (WSJ) Corpus and tagged using specific tagging systems, namely Ratnaparkhi's tagger and Bangalore & Joshi's SuperTagger. Secondly, there's the Literal Feedback Set, which consists of sentences from the WSJ Corpus that contain seed words derived from WordNet, used to provide a literal context. Finally, the Nonliteral Feedback Set comprises sentences from the WSJ that contain seed words drawn from known databases of metaphors, idioms, and expressions. These include Wayne Magnuson's English Idioms Sayings & Slang and George Lakoff’s Conceptual Metaphor List. The TroFi dataset employs an automated method to minimize the potential negative impact of unverified "literalness" in the feedback sets and to manage instances where nonliteral sets are sparse. The primary goal of the TroFi dataset is to recognize instances of nonliteral language that may not be fully covered by existing databases, thereby enhancing our ability to determine when an expression is being used nonliterally.
32
+ For the details of this dataset, we refer you to the original [paper](https://aclanthology.org/E06-1042.pdf).
33
+
34
+ Metadata in Creative Language Toolkit ([CLTK](https://github.com/liyucheng09/cltk))
35
+ - CL Type: Metaphor
36
+ - Task Type: detection
37
+ - Size: 37k
38
+ - Created time: 2006
39
+
40
+ ### Citation Information
41
+
42
+ If you find this dataset helpful, please cite:
43
+
44
+ ```
45
+ @inproceedings{Birke2006ACA,
46
+ title={A Clustering Approach for Nearly Unsupervised Recognition of Nonliteral Language},
47
+ author={Julia Birke and Anoop Sarkar},
48
+ booktitle={Conference of the European Chapter of the Association for Computational Linguistics},
49
+ year={2006}
50
+ }
51
+ ```
52
+
53
+ ### Contributions
54
+
55
+ If you have any queries, please open an issue or direct your queries to [mail](mailto:yucheng.li@surrey.ac.uk).