LLukas22 commited on
Commit
7c4aa09
1 Parent(s): d0d6540

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +62 -0
README.md ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-3.0
3
+ task_categories:
4
+ - feature-extraction
5
+ - sentence-similarity
6
+ language:
7
+ - en
8
+ size_categories:
9
+ - 10K<n<100K
10
+ ---
11
+
12
+ # Dataset Card for "cqadupstack"
13
+
14
+ ## Table of Contents
15
+ - [Table of Contents](#table-of-contents)
16
+ - [Dataset Description](#dataset-description)
17
+ - [Dataset Summary](#dataset-summary)
18
+ - [Dataset Structure](#dataset-structure)
19
+ - [Data Instances](#data-instances)
20
+ - [Data Fields](#data-fields)
21
+ - [Additional Information](#additional-information)
22
+ - [Licensing Information](#licensing-information)
23
+
24
+ ## Dataset Description
25
+
26
+ - **Homepage:** [https://sites.google.com/view/fiqa/?pli=1](https://sites.google.com/view/fiqa/?pli=1)
27
+
28
+
29
+ ### Dataset Summary
30
+ This is a preprocessed version of fiqa, to make it easily consumable via huggingface. The original dataset can be found [here](https://sites.google.com/view/fiqa/?pli=1).
31
+
32
+
33
+ The growing maturity of Natural Language Processing (NLP) techniques and resources is drastically changing the landscape of many application domains which are dependent on the analysis of unstructured data at scale. The financial domain, with its dependency on the interpretation of multiple unstructured and structured data sources and with its demand for fast and comprehensive decision making is already emerging as a primary ground for the experimentation of NLP, Web Mining and Information Retrieval (IR) techniques. This challenge focuses on advancing the state-of-the-art of aspect-based sentiment analysis and opinion-based Question Answering for the financial domain.
34
+
35
+
36
+
37
+ ## Dataset Structure
38
+
39
+ ### Data Instances
40
+
41
+ An example of 'train' looks as follows.
42
+
43
+ ```json
44
+ {
45
+ "question": "How does a 2 year treasury note work?",
46
+ "answer": "Notes and Bonds sell at par (1.0). When rates go up, their value goes down. When rates go down, their value goes up. ..."
47
+ }
48
+ ```
49
+
50
+ ### Data Fields
51
+
52
+ The data fields are the same among all splits.
53
+
54
+ - `question`: a `string` feature.
55
+ - `answer`: a `string` feature.
56
+
57
+
58
+ ## Additional Information
59
+
60
+ ### Licensing Information
61
+
62
+ This dataset is distributed under the [CC BY-NC](https://creativecommons.org/licenses/by-nc/3.0/) licence providing free access for non-commercial and academic usage.