Datasets:

Modalities:
Text
Formats:
json
Languages:
Japanese
ArXiv:
DOI:
Libraries:
Datasets
pandas
License:
File size: 2,603 Bytes
e563868
 
 
c337d03
 
e563868
 
 
 
 
315ae22
 
e563868
 
 
 
 
 
315ae22
 
e563868
 
 
 
 
 
 
 
a0c7310
335b2b7
e563868
 
 
c337d03
335b2b7
 
 
 
 
 
68dccc0
335b2b7
 
 
 
 
 
 
 
 
 
 
e563868
c337d03
 
 
 
 
0c2c8c8
c337d03
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e563868
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
---
language: ja
license: cc-by-4.0
size_categories:
  - 100K<n<1M
configs:
- config_name: current
  data_files:
  - split: train
    path: "current/train.jsonl"
  - split: validation
    path: "current/validation.jsonl"
  - split: test
    path: "current/test.jsonl"
- config_name: future
  data_files:
  - split: train
    path: "future/train.jsonl"
  - split: validation
    path: "future/validation.jsonl"
  - split: test
    path: "future/test.jsonl"
---


# economy-watchers-survey
[Economy Watchers Survey](https://www5.cao.go.jp/keizai3/watcher-e/index-e.html) data.  
It is automatically updated by GitHub Actions as the economy watcher is updated.  
The dataset for tasks is [retarfi/economy-watchers-survey-evaluation](https://huggingface.co/datasets/retarfi/economy-watchers-survey-evaluation). 


[景気ウォッチャー調査](https://www5.cao.go.jp/keizai3/watcher/watcher_menu.html)のデータを自動更新・整形・抽出を行います。  
自動更新はGitHub Actionsによって月次で行われます。  
タスク用のデータセットは[retarfi/economy-watchers-survey-evaluation](https://huggingface.co/datasets/retarfi/economy-watchers-survey-evaluation)から利用可能です。  


## Data detail
Please refer to the following papers for the data detail.    
データの詳細は、以下の論文を参照してください。

- English paper: https://arxiv.org/abs/2407.14727
- GitHub: https://github.com/retarfi/economy-watchers-survey

For citation:
```
@preprint{suzuki2024-ews,
  title={{Economy Watchers Survey provides Datasets and Tasks for Japanese Financial Domain}}, 
  author={Masahiro Suzuki and Hiroki Sakaji},
  year={2024},
  doi={10.48550/arXiv.2407.14727}, 
}
```


## How to use


```py
# datasets >= 2.15.0 is required
from datasets import load_dataset
ds = load_dataset(
    "retarfi/economy-watchers-survey",
    name="current",
    revision="2024.06.0",
    split="validation",
)
```
The `name` can be selected from `current` (current business cycle) or `future` (future business cycle).  
If `revision` is not specified, the latest data is read.  
If `split` is specified, the data is read in `datasets.Dataset` format, otherwise in `datasets.DatasetDict` format.


`name``"current"`(現状の景気判断)または`"future"`(先行きの景気判断)から選択できます。  
`revision`を指定しない場合、最新のデータが読み込まれます。  
`split`を指定した場合は`datasets.Dataset`形式で、指定しない場合は`datasets.DatasetDict`形式で読み込まれます。


## LICENSE
CC-BY 4.0