hsuvaskakoty commited on
Commit
4e1084a
·
verified ·
1 Parent(s): 7705ff4

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +47 -0
README.md ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - text-classification
5
+ - zero-shot-classification
6
+ - feature-extraction
7
+ - text-generation
8
+ language:
9
+ - en
10
+ pretty_name: 'CHEW: A Dataset of CHanging Events in Wikipedia'
11
+ size_categories:
12
+ - 1K<n<10K
13
+ ---
14
+ # Dataset Card for Dataset Name
15
+
16
+ <!-- Provide a quick summary of the dataset. -->
17
+ This is the lexical/no-overlapping split of the CHEW dataset(CHEW: A Dataset of CHanging Events in Wikipedia).
18
+ ## Dataset Details
19
+
20
+ ### Dataset Description
21
+
22
+ This dataset is the Lexical/No-overlapping split of the CHEW Dataset,where CHEW stands for CHanging Events in Wikipedia. It contains Wikipedia titles, text in two timestamped versions and Binary Label showing Change(1) or No change(0). Change here means there has been informationm change in second version of the text with respect to the first version. The dataset is created for Information change detection of two versions of a Wikipedia article.
23
+
24
+ The fields in the dataset are:
25
+
26
+ - Title: Wikipedia article title
27
+
28
+ - Text: Contains the two versions of the text separated by comma(','). The format of this column is:
29
+
30
+ <t> TITLE </t> <y> TIMESTAMP1 </y> TEXT1 , <t> TITLE </t> <y> TIMESTAMP2 </y> TEXT2
31
+
32
+ - Label: Binary Label containing
33
+
34
+ - 0: No change/syntactic changes
35
+ - 1: Information change
36
+
37
+
38
+ - **Curated by:** Hsuvas Borkakoty
39
+ - **Language(s) (NLP):** English
40
+ - **License:** MIT
41
+
42
+ ### Dataset Sources [optional]
43
+
44
+ <!-- Provide the basic links for the dataset. -->
45
+
46
+ - **Repository:** https://github.com/hsuvas/temporal_wikipedia
47
+ - **Paper [optional]:** CHEW: A Dataset of CHanging Events in Wikipedia (Borkakoty and Espinosa-Anke,2024)