maximoss commited on
Commit
03fb18f
·
1 Parent(s): df70ef3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +114 -1
README.md CHANGED
@@ -9,4 +9,117 @@ task_categories:
9
  - text-classification
10
  size_categories:
11
  - 1K<n<10K
12
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  - text-classification
10
  size_categories:
11
  - 1K<n<10K
12
+ ---
13
+ # Dataset Card for Dataset Name
14
+
15
+ ## Dataset Description
16
+
17
+ - **Homepage:**
18
+ - **Repository:**
19
+ - **Paper:**
20
+ - **Leaderboard:**
21
+ - **Point of Contact:**
22
+
23
+ ### Dataset Summary
24
+
25
+ This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
26
+
27
+ ### Supported Tasks and Leaderboards
28
+
29
+ [More Information Needed]
30
+
31
+ ### Languages
32
+
33
+ [More Information Needed]
34
+
35
+ ## Dataset Structure
36
+
37
+ ### Data Instances
38
+
39
+ [More Information Needed]
40
+
41
+ ### Data Fields
42
+
43
+ [More Information Needed]
44
+
45
+ ### Data Splits
46
+
47
+ [More Information Needed]
48
+
49
+ ## Dataset Creation
50
+
51
+ ### Curation Rationale
52
+
53
+ [More Information Needed]
54
+
55
+ ### Source Data
56
+
57
+ #### Initial Data Collection and Normalization
58
+
59
+ [More Information Needed]
60
+
61
+ #### Who are the source language producers?
62
+
63
+ [More Information Needed]
64
+
65
+ ### Annotations
66
+
67
+ #### Annotation process
68
+
69
+ [More Information Needed]
70
+
71
+ #### Who are the annotators?
72
+
73
+ [More Information Needed]
74
+
75
+ ### Personal and Sensitive Information
76
+
77
+ [More Information Needed]
78
+
79
+ ## Considerations for Using the Data
80
+
81
+ ### Social Impact of Dataset
82
+
83
+ [More Information Needed]
84
+
85
+ ### Discussion of Biases
86
+
87
+ [More Information Needed]
88
+
89
+ ### Other Known Limitations
90
+
91
+ [More Information Needed]
92
+
93
+ ## Additional Information
94
+
95
+ ### Dataset Curators
96
+
97
+ [More Information Needed]
98
+
99
+ ### Licensing Information
100
+
101
+ [More Information Needed]
102
+
103
+ ### Citation Information
104
+
105
+ @InProceedings{10.1007/11736790_9,
106
+ author="Dagan, Ido
107
+ and Glickman, Oren
108
+ and Magnini, Bernardo",
109
+ editor="Qui{\~{n}}onero-Candela, Joaquin
110
+ and Dagan, Ido
111
+ and Magnini, Bernardo
112
+ and d'Alch{\'e}-Buc, Florence",
113
+ title="The PASCAL Recognising Textual Entailment Challenge",
114
+ booktitle="Machine Learning Challenges. Evaluating Predictive Uncertainty, Visual Object Classification, and Recognising Tectual Entailment",
115
+ year="2006",
116
+ publisher="Springer Berlin Heidelberg",
117
+ address="Berlin, Heidelberg",
118
+ pages="177--190",
119
+ abstract="This paper describes the PASCAL Network of Excellence first Recognising Textual Entailment (RTE-1) Challenge benchmark. The RTE task is defined as recognizing, given two text fragments, whether the meaning of one text can be inferred (entailed) from the other. This application-independent task is suggested as capturing major inferences about the variability of semantic expression which are commonly needed across multiple applications. The Challenge has raised noticeable attention in the research community, attracting 17 submissions from diverse groups, suggesting the generic relevance of the task.",
120
+ isbn="978-3-540-33428-6"
121
+ }
122
+
123
+ ### Contributions
124
+
125
+ [More Information Needed]