File size: 2,183 Bytes
7c4aa09
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: cc-by-3.0
task_categories:
- feature-extraction
- sentence-similarity
language:
- en
size_categories:
- 10K<n<100K
---

# Dataset Card for "cqadupstack"

## Table of Contents
- [Table of Contents](#table-of-contents)
- [Dataset Description](#dataset-description)
  - [Dataset Summary](#dataset-summary)
- [Dataset Structure](#dataset-structure)
  - [Data Instances](#data-instances)
  - [Data Fields](#data-fields)
- [Additional Information](#additional-information)
  - [Licensing Information](#licensing-information)

## Dataset Description

- **Homepage:** [https://sites.google.com/view/fiqa/?pli=1](https://sites.google.com/view/fiqa/?pli=1)


### Dataset Summary
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).


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. 



## Dataset Structure

### Data Instances

An example of 'train' looks as follows.

```json
{
    "question": "How does a 2 year treasury note work?",
    "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. ..."
}
```

### Data Fields

The data fields are the same among all splits.

- `question`: a `string` feature.
- `answer`: a `string` feature.


## Additional Information

### Licensing Information

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.