Datasets:
Sub-tasks:
dialogue-modeling
Languages:
English
Size:
1K<n<10K
ArXiv:
Tags:
relation-extraction
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -23,6 +23,39 @@ paperswithcode_id: dialogre
|
|
23 |
pretty_name: DialogRE
|
24 |
tags:
|
25 |
- relation-extraction
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
---
|
27 |
|
28 |
# Dataset Card for [DialogRE]
|
|
|
23 |
pretty_name: DialogRE
|
24 |
tags:
|
25 |
- relation-extraction
|
26 |
+
dataset_info:
|
27 |
+
features:
|
28 |
+
- name: dialog
|
29 |
+
sequence: string
|
30 |
+
- name: relation_data
|
31 |
+
sequence:
|
32 |
+
- name: x
|
33 |
+
dtype: string
|
34 |
+
- name: y
|
35 |
+
dtype: string
|
36 |
+
- name: x_type
|
37 |
+
dtype: string
|
38 |
+
- name: y_type
|
39 |
+
dtype: string
|
40 |
+
- name: r
|
41 |
+
sequence: string
|
42 |
+
- name: rid
|
43 |
+
sequence: int32
|
44 |
+
- name: t
|
45 |
+
sequence: string
|
46 |
+
config_name: dialog_re
|
47 |
+
splits:
|
48 |
+
- name: test
|
49 |
+
num_bytes: 472306
|
50 |
+
num_examples: 357
|
51 |
+
- name: train
|
52 |
+
num_bytes: 1520940
|
53 |
+
num_examples: 1073
|
54 |
+
- name: validation
|
55 |
+
num_bytes: 490580
|
56 |
+
num_examples: 358
|
57 |
+
download_size: 3816234
|
58 |
+
dataset_size: 2483826
|
59 |
---
|
60 |
|
61 |
# Dataset Card for [DialogRE]
|