File size: 1,228 Bytes
442e661
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: NIST_PARAPHRASE
    dtype: string
  - name: NLM_SUMMARY
    dtype: string
  - name: REFERENCE_ANSWERS
    list:
    - name: ANSWER
      dtype: string
    - name: AnswerURL
      dtype: string
    - name: COMMENT
      dtype: string
    - name: _aid
      dtype: string
  - name: QUESTION_ID
    dtype: string
  - name: ORIGINAL_QUESTION_SUBJECT
    dtype: string
  - name: ORIGINAL_QUESTION_MESSAGE
    dtype: string
  - name: ORIGINAL_QUESTION_FILE
    dtype: string
  - name: ANNOTATIONS_FOCUS
    list:
    - name: _fid
      dtype: string
    - name: _fcategory
      dtype: string
    - name: __text
      dtype: string
  - name: ANNOTATIONS_TYPE
    list:
    - name: _tid
      dtype: string
    - name: _hasFocus
      dtype: string
    - name: __text
      dtype: string
    - name: _hasKeyword
      dtype: string
  - name: ANNOTATIONS_KEYWORD
    list:
    - name: _kid
      dtype: string
    - name: _kcategory
      dtype: string
    - name: __text
      dtype: string
  splits:
  - name: test
    num_bytes: 212327
    num_examples: 104
  download_size: 139923
  dataset_size: 212327
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
---