Cyrile commited on
Commit
a22363a
1 Parent(s): 4e9b1f1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -37
README.md CHANGED
@@ -35,43 +35,26 @@ select the first question from each paragraph, along with the paragraph constitu
35
  is that the number of themes is limited, and each context from a corresponding theme that does not match the query is considered as a hard negative (other contexts
36
  outside the theme are simple negatives). Thus, we can construct the following table, with each theme showing the number of contexts and associated query:
37
 
38
- | Theme name | Context number |
39
- |---------------------------------------------:|:---------------|
40
- | Normans | 39 |
41
- | Computational_complexity_theory | 48 |
42
- | Southern_California | 39 |
43
- | Sky_(United_Kingdom) | 22 |
44
- | Victoria_(Australia) | 25 |
45
- | Huguenot | 44 |
46
- | Steam_engine | 46 |
47
- | Oxygen | 43 |
48
- | 1973_oil_crisis | 24 |
49
- | European_Union_law | 40 |
50
- | Amazon_rainforest | 21 |
51
- | Ctenophora | 31 |
52
- | Fresno,_California | 28 |
53
- | Packet_switching | 23 |
54
- | Black_Death | 23 |
55
- | Geology | 25 |
56
- | Pharmacy | 26 |
57
- | Civil_disobedience | 26 |
58
- | Construction | 22 |
59
- | Private_school | 26 |
60
- | Harvard_University | 30 |
61
- | Jacksonville,_Florida | 21 |
62
- | Economic_inequality | 44 |
63
- | University_of_Chicago | 37 |
64
- | Yuan_dynasty | 47 |
65
- | Immune_system | 49 |
66
- | Intergovernmental_Panel_on_Climate_Change | 24 |
67
- | Prime_number | 31 |
68
- | Rhine | 44 |
69
- | Scottish_Parliament | 39 |
70
- | Islamism | 39 |
71
- | Imperialism | 39 |
72
- | Warsaw | 49 |
73
- | French_and_Indian_War | 46 |
74
- | Force | 44 |
75
 
76
  The evaluation corpus consists of 1204 pairs of query/context to be ranked.
77
 
 
35
  is that the number of themes is limited, and each context from a corresponding theme that does not match the query is considered as a hard negative (other contexts
36
  outside the theme are simple negatives). Thus, we can construct the following table, with each theme showing the number of contexts and associated query:
37
 
38
+ | Theme name | Context number | Theme name | Context number |
39
+ |---------------------------------------------:|:---------------|---------------------------------------------:|:---------------|
40
+ | Normans | 39 | Civil_disobedience | 26 |
41
+ | Computational_complexity_theory | 48 | Construction | 22 |
42
+ | Southern_California | 39 | Private_school | 26 |
43
+ | Sky_(United_Kingdom) | 22 | Harvard_University | 30 |
44
+ | Victoria_(Australia) | 25 | Jacksonville,_Florida | 21 |
45
+ | Huguenot | 44 | Economic_inequality | 44 |
46
+ | Steam_engine | 46 | University_of_Chicago | 37 |
47
+ | Oxygen | 43 | Yuan_dynasty | 47 |
48
+ | 1973_oil_crisis | 24 | Immune_system | 49 |
49
+ | European_Union_law | 40 | Intergovernmental_Panel_on_Climate_Change | 24 |
50
+ | Amazon_rainforest | 21 | Prime_number | 31 |
51
+ | Ctenophora | 31 | Rhine | 44 |
52
+ | Fresno,_California | 28 | Scottish_Parliament | 39 |
53
+ | Packet_switching | 23 | Islamism | 39 |
54
+ | Black_Death | 23 | Imperialism | 39 |
55
+ | Geology | 25 | Warsaw | 49 |
56
+ | Pharmacy | 26 | French_and_Indian_War | 46 |
57
+ | Force | 44 | | |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
 
59
  The evaluation corpus consists of 1204 pairs of query/context to be ranked.
60