Pārlūkot izejas kodu

larger training set

Lucas Gautheron 1 gadu atpakaļ
vecāks
revīzija
36f833ed24

+ 5 - 18
analyses/category_prediction.py

@@ -43,7 +43,7 @@ if __name__ == '__main__':
     parser.add_argument('--min-df', type=int, default=0, help='min_df')
     parser.add_argument('--reuse-stored-vocabulary', default=False, action='store_true')
     parser.add_argument('--threads', type=int, default=4)
-    args = parser.parse_args(["output/category_prediction", "categories", "--values", "Experiment-HEP", "Phenomenology-HEP", "Theory-HEP", "--samples", "60000", "--nouns", "--lemmatize", "--lemmatize-ngrams", "--remove-latex", "--add-title", "--top-unithood", "1000", "--threads", "4"])
+    args = parser.parse_args(["output/category_prediction", "categories", "--values", "Experiment-HEP", "Phenomenology-HEP", "Theory-HEP", "--samples", "110000", "--nouns", "--lemmatize", "--lemmatize-ngrams", "--remove-latex", "--add-title", "--top-unithood", "1000", "--threads", "16"])
 
     with open(opj(args.location, "params.yml"), "w+") as fp:
         yaml.dump(args, fp)
@@ -157,7 +157,7 @@ if __name__ == '__main__':
     cats = cat_classifier.fit_transform(articles["categories"]).tolist()
     articles["cats"] = cats
 
-    training, validation = train_test_split(articles, train_size=0.8333333)
+    training, validation = train_test_split(articles, train_size=100000/110000)
 
     from sklearn.linear_model import LogisticRegression
     from sklearn.dummy import DummyClassifier
@@ -173,7 +173,7 @@ if __name__ == '__main__':
 
     score_vs_vocab_size = []
 
-    for vocab in [50] + list(np.arange(125, 1000+125, 125)):
+    for vocab in [50] + list(np.arange(125, 1000, 125)):
         score = 0
         for i in range(3):
             dummies[i] = DummyClassifier(strategy="most_frequent")
@@ -287,19 +287,6 @@ if __name__ == '__main__':
             "pgf.rcfonts": False,
         }
     )
-    colors = ['#377eb8', '#ff7f00', '#4daf4a']
-
-    for i in range(3):
-        plt.plot(score_vs_vocab_size["vocab"], score_vs_vocab_size[f"acc_{i}"], color=colors[i], label=["Expérience", "Phénoménologie", "Théorie"][i])
-        plt.plot(score_vs_vocab_size["vocab"], [dummies_scores[i]]*len(score_vs_vocab_size["vocab"]), color=colors[i], ls="--")
-
-    plt.xlim(0,500)
-    plt.title("Prédiction des catégories d'un article à partir de son résumé")
-    plt.xlabel("Taille du vocabulaire ($V$)")
-    plt.ylabel("Précision")
-    plt.legend()
-    plt.savefig("plots/categories_bow_prediction.png")
-    plt.savefig("plots/categories_bow_prediction.eps")
 
     cats = {"exp": "Experiment-HEP", "th": "Theory-HEP"}
     cats_friendly = {"th": "Theory", "exp": "Experiment"}
@@ -344,8 +331,8 @@ if __name__ == '__main__':
 
     for cat in ["th", "exp"]:
         table = []
-        top = results[results["Phenomenology-HEP"]>0].sort_values(f"ph_minus_{cat}", ascending=False).head(40).index.values
-        bottom = results[results[cats[cat]]>0].sort_values(f"ph_minus_{cat}", ascending=True).head(40).index.values
+        top = results[results["Phenomenology-HEP"]>0].sort_values(f"ph_minus_{cat}", ascending=False).head(45).index.values
+        bottom = results[results[cats[cat]]>0].sort_values(f"ph_minus_{cat}", ascending=True).head(45).index.values
             
         table.append({
             'Reference category': cats_friendly[cat],

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 109879 - 59879
output/category_prediction/articles.csv


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 1000 - 1000
output/category_prediction/ngrams.csv


+ 2 - 2
output/category_prediction/params.yml

@@ -13,8 +13,8 @@ nouns: true
 remove_latex: true
 reuse_articles: false
 reuse_stored_vocabulary: false
-samples: 60000
-threads: 4
+samples: 110000
+threads: 16
 top_unithood: 1000
 values:
 - Experiment-HEP

+ 484 - 485
output/category_prediction/results.csv

@@ -1,486 +1,485 @@
 term,Experiment-HEP,Phenomenology-HEP,Theory-HEP,ph_minus_th,ph_minus_exp
-geometry,-1.750124731719428,-4.02162891518384,4.901508734089181,-8.92313764927302,-2.271504183464412
-manifold,-1.4650446238087922,-3.7695645166707847,4.080996381428888,-7.850560898099673,-2.3045198928619923
-algebra,-2.7936062919397613,-3.759721387306253,3.953911063829911,-7.713632451136164,-0.9661150953664919
-spacetime,-2.048634254224315,-3.40247461538008,4.277131212382119,-7.679605827762199,-1.3538403611557648
-theory,-4.7543923515577164,-3.2319064924061887,4.35239793014711,-7.5843044225532985,1.5224858591515278
-partition,-0.742317193361544,-4.015624706305016,3.4046569903131227,-7.420281696618138,-3.273307512943472
-gravity,-2.7701088645307617,-3.0475024123885652,4.016616198512874,-7.0641186109014384,-0.27739354785780357
-ad,-0.731853917204028,-3.230716091174171,3.5789245442569517,-6.809640635431123,-2.498862173970143
-action,-2.4773285454311034,-3.1976736559197283,3.485284337133545,-6.682957993053273,-0.7203451104886249
-string,-3.5060807077268787,-2.9180953013864217,3.592821904575037,-6.510917205961459,0.587985406340457
-deformation,-1.3684964148224186,-3.2448931417702886,3.1447720894995825,-6.389665231269872,-1.87639672694787
-correspondence,-1.7224475190706268,-2.981675333541457,3.1745420631143926,-6.156217396655849,-1.2592278144708304
-branes,-0.8277754177033569,-2.984181315715243,3.0730700100256385,-6.057251325740881,-2.1564058980118856
-chern-simons,-0.4629891580525254,-3.3601121934257296,2.566892430693901,-5.927004624119631,-2.8971230353732045
-construction,-0.0977406737038216,-3.1264101232161905,2.6344097283056502,-5.760819851521841,-3.028669449512369
-quantum,-2.3060385930786382,-2.4122375958450823,3.3322553494192375,-5.744492945264319,-0.10619900276644412
-supergravity,-2.542926894257665,-2.0881086984910624,3.38263084500613,-5.470739543497192,0.45481819576660243
-duality,-1.5104695534691148,-1.9253298021968872,3.527881714386634,-5.453211516583521,-0.4148602487277724
-modulus space,-0.7881071926629071,-3.1983918341991373,2.2396344724849246,-5.438026306684062,-2.4102846415362302
-yang-mills,-1.927976084601936,-2.1104138966690305,3.160065477858176,-5.2704793745272065,-0.18243781206709442
-entropy,-1.3145720100539149,-2.12430137767737,3.1053499856899576,-5.229651363367328,-0.8097293676234549
-surface,-0.9289686730930714,-2.3887072197243007,2.5185839874086415,-4.907291207132943,-1.4597385466312294
-horizon,-1.601466868517892,-1.861281936997006,2.982685917025446,-4.843967854022452,-0.25981506847911384
-space-time,-1.5498449122414966,-2.327830974008347,2.386555280911746,-4.714386254920093,-0.7779860617668504
-formulation,-1.2477784329243138,-2.106788667539846,2.53646157857572,-4.643250246115565,-0.8590102346155322
-detector,7.273426859476881,-7.809973539350839,-3.2283053155012897,-4.581668223849549,-15.08340039882772
-dimension,-2.1890175883537673,-1.9100238509802916,2.5502417597281886,-4.46026561070848,0.27899373737347566
-field,-3.662666099850624,-1.8922306687503159,2.5213589341032363,-4.413589602853552,1.770435431100308
-curvature,-0.8771731343040822,-1.530656143789707,2.7802305877551143,-4.310886731544821,-0.6534830094856249
-quantization,-2.2442312102521567,-2.303814583678814,1.9536099467794825,-4.257424530458296,-0.05958337342665754
-space,-1.7552270622317034,-1.4456571923222494,2.8042556717416125,-4.249912864063862,0.309569869909454
-background,-0.5546262257128024,-1.5112761001006296,2.7108560245751456,-4.222132124675776,-0.9566498743878272
-conformal field theory,-0.6941968283508894,-1.9384473966005726,2.191245501172988,-4.129692897773561,-1.2442505682496834
-sample,5.036733346271425,-6.191837547317384,-2.1237093060894794,-4.068128241227905,-11.22857089358881
-identity,-1.134669586820598,-1.723531240558243,2.3069077407906766,-4.03043898134892,-0.588861653737645
-transformation,-1.581560711463849,-1.8352774853815326,2.121715111109258,-3.9569925964907906,-0.25371677391768355
-brane,-1.4318439668682132,-2.1725317239378383,1.7472860438818605,-3.9198177678196986,-0.7406877570696251
-solution,-2.6120436194943872,-1.78911749155709,2.0876768797212044,-3.8767943712782946,0.8229261279372972
-singularity,-0.807707128926258,-1.448140919190336,2.34236207587901,-3.790502995069346,-0.6404337902640781
-coordinate,-0.30526938616502175,-2.0082652809920454,1.760886339798263,-3.7691516207903084,-1.7029958948270236
-central charge,-0.7163488003544249,-1.7634882838682582,1.9775625313005254,-3.7410508151687836,-1.0471394835138332
-black hole,-2.6746296867731885,-1.290523220412627,2.3932191987724716,-3.6837424191850987,1.3841064663605616
-massless,-1.5001273596411129,-1.5391928586195267,2.028194447258691,-3.567387305878218,-0.039065498978413826
-path,-0.3549480691119483,-1.8192187561693773,1.7279265785808533,-3.5471453347502306,-1.4642706870574291
-cosmology,-2.0463640596435586,-1.4008570158779197,2.1241154177492647,-3.5249724336271844,0.6455070437656389
-type,-1.9539987796964908,-1.7874213202711755,1.6564169624038898,-3.443838282675065,0.16657745942531532
-generalization,-1.9597490945466918,-1.6038446651529878,1.7419105894905234,-3.345755254643511,0.3559044293937039
-proton-proton collision,1.1716643768602437,-3.309175963155119,0.025343816103188057,-3.334519779258307,-4.480840340015362
-class,-1.8712010772471501,-1.3541313008419273,1.968363050587172,-3.3224943514290994,0.5170697764052228
-soliton,-1.888861137238292,-1.548039309065613,1.7227258305201367,-3.27076513958575,0.3408218281726789
-general relativity,-0.8169562054805162,-1.43115983853912,1.8087471159850095,-3.2399069545241295,-0.6142036330586038
-paper,1.044024863384615,-1.2800774816570863,1.957499602859804,-3.2375770845168903,-2.3241023450417013
-sitter,-0.7487507440366208,-1.1178925955533807,2.0942659988753385,-3.212158594428719,-0.36914185151675993
-representation,-2.020548273514799,-1.3724239721872853,1.8056819552992438,-3.178105927486529,0.6481243013275138
-conjecture,-0.21209750392434426,-0.8242111256292312,2.2576682617103154,-3.0818793873395465,-0.6121136217048869
-connection,-1.0928016624028456,-1.2331871573710989,1.8169118794318533,-3.050099036802952,-0.14038549496825325
-cosmological constant,-0.7091128181419412,-1.5148044034751027,1.4838473003918782,-2.998651703866981,-0.8056915853331615
-realization,-0.5387018921369363,-1.4256445387496723,1.5160943664628566,-2.941738905212529,-0.886942646612736
-second order,0.27681937978879495,-1.6510541389769586,1.2480510638560736,-2.899105202833032,-1.9278735187657536
-operator,-1.3443370489008002,-0.9860938579156937,1.9109132776981097,-2.897007135613803,0.3582431909851065
-limit,1.015419593219913,-1.7633848536721226,1.1017021184962805,-2.8650869721684034,-2.7788044468920354
-system,0.5693461993068906,-1.6911176399290129,1.1597437721328163,-2.850861412061829,-2.2604638392359035
-dirac,-0.6377286322232782,-1.3530616435606355,1.4826070045345106,-2.835668648095146,-0.7153330113373573
-boundary,-0.8144736011967788,-1.1203467135082985,1.695926326705529,-2.8162730402138276,-0.3058731123115197
-universe,-2.02314787373441,-1.2425686746393054,1.4692481555137578,-2.7118168301530634,0.7805791990951045
-tensor,-0.794597143868939,-0.9042019449766285,1.7408761737459477,-2.6450781187225765,-0.10960480110768955
-relativity,-0.4872672492967696,-0.8247199281992627,1.8028827708125734,-2.627602699011836,-0.33745267890249303
-article,0.8100626104624934,-1.27244982601004,1.3510642440026093,-2.623514070012649,-2.0825124364725336
-mechanic,-1.1072951405153224,-1.2085095420940373,1.385536419921532,-2.5940459620155694,-0.10121440157871486
-anomaly,-0.01118547169679917,-0.7448931999744212,1.8233502255529888,-2.56824342552741,-0.733707728277622
-term,-1.4750508233649853,-1.0382389243936376,1.4954089318564232,-2.533647856250061,0.43681189897134765
-evidence,2.0348032543683976,-2.254530265192105,0.21177769696256088,-2.4663079621546657,-4.289333519560502
-variable,0.39785045727063223,-1.389698223149717,1.0722739730368378,-2.461972196186555,-1.7875486804203493
-motion,-1.9687936846877823,-1.074246331682172,1.3142480078314613,-2.3884943395136333,0.8945473530056103
-absence,0.39357577044453995,-1.0079283571338973,1.370988158349897,-2.3789165154837946,-1.4015041275784372
-theorem,-0.6501851902503614,-1.0912799457510192,1.2008453403504276,-2.292125286101447,-0.4410947555006578
-fact,-0.13677141878071802,-0.5548707448696768,1.7263215784935657,-2.2811923233632427,-0.4180993260889588
-graviton,-0.5287208030849796,-0.8134637159775897,1.4167715600736708,-2.2302352760512605,-0.2847429128926101
-mode,-0.3859735101684939,-0.7922521958113944,1.366732896950241,-2.158985092761635,-0.4062786856429005
-case,-2.8048014336857268,-0.5452156094698241,1.5689308570658065,-2.1141464665356304,2.2595858242159026
-hamiltonian,-1.3138398346351265,-1.2203861519016654,0.8809083358074771,-2.1012944877091426,0.09345368273346111
-sigma,-0.725270116856156,-1.1686779320511618,0.9215528369088791,-2.090230768960041,-0.4434078151950057
-top quark,1.1219662388205969,-2.836717281592791,-0.819344239025673,-2.017373042567118,-3.9586835204133877
-expectation,1.3324853154039757,-1.7114389677125286,0.29561697429017203,-2.0070559420027005,-3.043924283116504
-example,-1.0706060337620793,-0.44214019909702873,1.5254236643491648,-1.9675638634461934,0.6284658346650506
-invariant,-1.1620974058809552,-1.203965700097656,0.7388145926514061,-1.9427802927490623,-0.0418682942167008
-continuum,1.2497540976393005,-1.0875170647298738,0.8179339959507608,-1.9054510606806345,-2.3372711623691744
-scalar field,-1.741202344310715,-1.01700050041353,0.8830175739557072,-1.9000180743692372,0.7242018438971849
-volume,-0.7026824885043923,-0.8709571138809034,1.020404698242544,-1.8913618121234475,-0.16827462537651106
-group,-1.574865058406534,-0.7757101327774241,1.0431546199529371,-1.8188647527303612,0.79915492562911
-boundary condition,-1.2469122602127598,-0.9279717087938687,0.8397899949513509,-1.7677617037452196,0.3189405514188911
-charge,0.4698147199119531,-0.8927264277823254,0.864195323919918,-1.7569217517022433,-1.3625411476942784
-flux,-0.47133421652896107,-0.8381446768829572,0.8961916919116786,-1.7343363687946358,-0.36681046035399617
-modulus,-1.0299906445789535,-0.23234372811402404,1.4911415334135192,-1.7234852615275433,0.7976469164649295
-condition,-1.2630585136957277,-0.718194683420834,0.986479269325574,-1.704673952746408,0.5448638302748937
-luminosity,1.6449429862123706,-3.0849910109723764,-1.3903938464119432,-1.6945971645604332,-4.729933997184747
-spin,-1.0122300606582493,-0.8959464179437617,0.7965423052661381,-1.6924887232099,0.11628364271448755
-derivation,-1.260976586958112,-0.876089691021653,0.7813354089593405,-1.6574250999809936,0.384886895936459
-invariance,-1.6447058751444825,-0.4861323041175902,1.1708388887364316,-1.6569711928540218,1.1585735710268923
-presence,-0.20410612485458698,-0.6625387250556789,0.9505830364314394,-1.6131217614871183,-0.4584326002010919
-excitation,-0.0038322062269721745,-0.6022941546516641,0.9953927392262283,-1.5976868938778925,-0.5984619484246919
-series,0.3639192312446534,-0.7329638800919419,0.8497238023252107,-1.5826876824171525,-1.0968831113365953
-principle,-1.3666746824513134,-0.16486098462207202,1.4121299085660437,-1.5769908931881158,1.2018136978292413
-transfer,0.895275295403864,-1.055720682714443,0.5199192079517371,-1.5756398906661802,-1.950995978118307
-formula,-1.81957030609895,-0.37795216614055804,1.1968564304446547,-1.5748085965852128,1.441618139958392
-point,-0.8393597578823079,-0.6016858305432234,0.9411396547328135,-1.5428254852760368,0.23767392733908443
-increase,1.309940533284058,-0.7644555426591626,0.7712433064963677,-1.5356988491555303,-2.0743960759432207
-relation,-0.7905167839077951,-0.37136822571924083,1.1513866604286962,-1.522754886147937,0.4191485581885543
-vacuum,-1.819115759077444,-0.14508471728196906,1.3765921937311454,-1.5216769110131145,1.674031041795475
-object,0.23534005541310965,-0.22242406720533275,1.2889386534758926,-1.5113627206812255,-0.4577641226184424
-yield,1.7318173697156047,-1.9833168502861835,-0.4916634774657164,-1.491653372820467,-3.7151342200017883
-product,0.45301999134467974,-0.6213176719406936,0.8582796266917952,-1.479597298632489,-1.0743376632853734
-confidence,2.477944174137995,-2.3494784634040347,-0.8831964486683973,-1.4662820147356372,-4.82742263754203
-rise,-0.39260363396784265,-0.43071071839198366,0.9942234180715892,-1.4249341364635728,-0.03810708442414101
-world,0.48492158356195075,-1.0555978353358473,0.3007997096451311,-1.3563975449809784,-1.540519418897798
-consistency,-1.451661568321543,0.15711169482605206,1.5095220553397055,-1.3524103605136535,1.608773263147595
-effective potential,-0.5641452777299104,-1.034123531571845,0.30747452504495854,-1.3415980566168035,-0.4699782538419345
-configuration,-1.8300137732864312,-0.3160068569660325,0.9602455109363025,-1.276252367902335,1.5140069163203989
-model,-3.5733427064943064,0.2544156159726499,1.5186946789186657,-1.2642790629460159,3.8277583224669565
-upper limit,3.293215749115837,-2.9788281241756436,-1.7386457246443652,-1.2401823995312784,-6.27204387329148
-version,-0.9556764061657584,-0.5033426375115138,0.7294371148083337,-1.2327797523198476,0.4523337686542447
-existence,-0.287732042230858,-0.33181165027815035,0.8998644633397372,-1.2316761136178875,-0.04407960804729233
-gauge field,-0.5147317559753135,-0.8778075441648788,0.34942943810017085,-1.2272369822650497,-0.3630757881895653
-ii,0.6467646329170795,-0.4837869809686527,0.7154345347853378,-1.1992215157539905,-1.130551613885732
-finite temperature,-1.6627129319095064,-0.7847530060903337,0.40056828353493057,-1.1853212896252643,0.8779599258191727
-formalism,-1.0941036855810051,-0.3167061907005545,0.8548733784929463,-1.1715795691935007,0.7773974948804506
-time,0.8051900088283631,-0.5844507069898757,0.5483876865250025,-1.132838393514878,-1.389640715818239
-computation,-0.8957057924214784,0.09771088731230318,1.2129392570269122,-1.115228369714609,0.9934166797337816
-measurement,5.614204421317625,-4.556901324061952,-3.5146105218704986,-1.0422908021914536,-10.171105745379577
-exact solution,-0.25880633264624936,-0.3996677602338823,0.5664023076765675,-0.9660700679104498,-0.14086142758763293
-expression,-0.3641950893421541,-0.2780981833581767,0.679648944839348,-0.9577471281975247,0.0860969059839774
-result,3.1267399208537934,-1.7489785028238694,-0.8040900408412918,-0.9448884619825776,-4.875718423677663
-ground,-0.7828635774031258,-0.5787245475168777,0.31860383993757185,-0.8973283874544495,0.2041390298862481
-matrix,-1.3591711708079481,-0.5655652097035594,0.3281104074293216,-0.893675617132881,0.7936059611043887
-definition,-0.7690013252958177,-0.3099901816613338,0.5716788684478322,-0.881669050109166,0.45901114363448386
-probability,-0.4563414222430914,0.14023407091256526,1.0006906336855186,-0.8604565627729533,0.5965754931556566
-degree,-0.7774459819107141,-0.40702284361029073,0.41591696170222814,-0.8229398053125189,0.3704231383004234
-large hadron collider,-0.06281484460436071,-0.7165478614907805,0.09990786989796696,-0.8164557313887475,-0.6537330168864198
-target,2.4168121482887432,-1.994841701416657,-1.1846256798413848,-0.8102160215752723,-4.4116538497054005
-index,-0.7135914876165708,-0.10731584358862835,0.6901183320597833,-0.7974341756484117,0.6062756440279424
-hierarchy,-0.7924778907407756,0.06602328484331853,0.8436415029265203,-0.7776182180832018,0.8585011755840941
-renormalization,-0.7462173745417298,-0.3563977968573509,0.4207530191389067,-0.7771508159962577,0.38981957768437886
-law,-1.1194993079732678,-0.3677049432773415,0.3779747820367493,-0.7456797253140908,0.7517943646959263
-wilson,-0.34541533291895044,0.038147887147515804,0.7646856336749417,-0.7265377465274259,0.38356322006646626
-first order,-1.2194463416576728,-0.07235281578529135,0.6500789979636357,-0.722431813748927,1.1470935258723816
-context,-0.5998098594493836,-0.18827141795335603,0.5333005691911269,-0.7215719871444829,0.4115384414960276
-behaviour,-0.6985548953641462,-0.5075177519783792,0.21358054527880402,-0.7210982972571832,0.19103714338576694
-cm,1.9547589048326763,-2.004212813852745,-1.3154776263461019,-0.6887351875066432,-3.9589717186854214
-family,-0.33630964669013086,-0.2082903572256009,0.4771724665680606,-0.6854628237936615,0.12801928946452995
-quantity,0.1339428855409901,-0.03808904804615607,0.6421775013978294,-0.6802665494439855,-0.17203193358714616
-divergence,-1.207367995214746,0.07596035467764746,0.7483666072148142,-0.6724062525371667,1.2833283498923935
-recent result,1.4785315987531022,-1.2218191671675391,-0.5710671217867798,-0.6507520453807594,-2.7003507659206414
-length,-0.18661133036924013,-0.23750127166456295,0.4034658950932211,-0.6409671667577841,-0.050889941295322816
-frame,-0.09725016353717368,-0.27805764451094794,0.35161799338228866,-0.6296756378932367,-0.18080748097377425
-monte,-0.0536683274062,-0.10694519545260957,0.5218545388979305,-0.6287997343505402,-0.05327686804640957
-regime,-0.862490110337897,0.2844497730758858,0.898118580989892,-0.6136688079140061,1.1469398834137827
-angular momentum,-0.3808849022376012,0.26743509494945883,0.8723019335597593,-0.6048668386103004,0.64831999718706
-domain,-0.8940505848972741,-0.03367800128443981,0.5517454560464343,-0.5854234573308741,0.8603725836128343
-fermion,-1.1348006616250386,-0.1948888886570329,0.38339013421128015,-0.578279022868313,0.9399117729680057
-behavior,-1.0526193810942621,-0.39848145010185637,0.1789110104380245,-0.5773924605398808,0.6541379309924058
-radiation,-0.28695114252655735,-0.13937242753563714,0.43706314158091053,-0.5764355691165477,0.1475787149909202
-energy,0.2776003313272652,-0.2428735008656865,0.28665796495115115,-0.5295314658168376,-0.5204738321929516
-expansion,-2.222803167084949,-0.0618622572486734,0.43055270524208017,-0.49241496249075356,2.1609409098362753
-way,-0.9890525405668481,0.32934843698858485,0.8038659578811105,-0.47451752089252563,1.318400977555433
-plane,-0.5518079035505471,-0.5528700316438994,-0.08625494037779093,-0.46661509126610845,-0.0010621280933522659
-higgs boson,-0.4919734962660165,-0.049050323600184444,0.41592648106724417,-0.46497680466742863,0.44292317266583203
-mean,-0.3264097852817356,-0.08875362112363205,0.3610767250016069,-0.449830346125239,0.23765616415810353
-argument,-1.3261507385855997,-0.022210274756077727,0.412005667967951,-0.43421594272402875,1.303940463829522
-gauge,-1.2797545248137954,-0.14647608436695872,0.2814735293744344,-0.42794961374139306,1.1332784404468366
-supersymmetry,-1.5553015494554896,-0.20616289582823877,0.2201936026013958,-0.4263564984296346,1.349138653627251
-equation,-3.6262988168393235,-0.06128152632539755,0.32766137825282965,-0.3889429045782272,3.565017290513926
-property,-0.16492371768590577,-0.05949484631014976,0.2985666956345966,-0.3580615419447464,0.10542887137575602
-literature,-0.9047870689177644,0.5150683731991005,0.8717000511110607,-0.35663167791196027,1.419855442116865
-choice,0.3576479657944566,0.024919758725839004,0.3776520646474805,-0.3527323059216415,-0.3327282070686176
-aspect,-0.48535221959254915,-0.0784877915598523,0.24047726810426953,-0.3189650596641218,0.40686442803269685
-regularization,-1.7860408625057458,-0.2813009178076802,0.03535122577694344,-0.3166521435846236,1.5047399446980656
-first time,1.6746641435971408,-0.9448236150053148,-0.6768742290821262,-0.2679493859231885,-2.6194877586024554
-freedom,-0.929720727900098,0.13035933769158725,0.3702688051155258,-0.23990946742393854,1.060080065591685
-reduction,-0.6564113871760249,-0.3301700442147671,-0.11136188055592844,-0.21880816365883865,0.3262413429612578
-procedure,0.3003961143675812,-0.07958216771681152,0.13513351067449886,-0.2147156783913104,-0.3799782820843927
-view,-0.09968927622815542,0.7459994521067829,0.9567640817969271,-0.2107646296901442,0.8456887283349382
-agreement,0.3198882838051523,-0.033304394189602744,0.15527048396885057,-0.1885748781584533,-0.353192677994755
-description,-0.6669912358945702,0.29739504918100856,0.47080816638505774,-0.17341311720404917,0.9643862850755788
-higher order,0.10987905232341903,-0.46497254972872537,-0.2937414339355423,-0.17123111579318306,-0.5748516020521444
-requirement,0.09334315441993869,-0.2885853926599075,-0.12232881087028563,-0.16625658178962188,-0.3819285470798462
-content,0.2478940477435671,0.1580263584153923,0.32275309211860453,-0.16472673370321222,-0.0898676893281748
-resolution,3.148034703952808,-1.151386952474899,-1.01540667246292,-0.13598028001197893,-4.2994216564277075
-branching,1.2910596804537593,-1.6855066432571846,-1.555578540927156,-0.1299281023300285,-2.976566323710944
-perturbation,-1.347924215277015,0.13729520063140804,0.2664415061456003,-0.12914630551419226,1.485219415908423
-pair,0.09103573713846069,0.008819888409221545,0.13146963064391107,-0.12264974223468952,-0.08221584872923915
-shape,1.0555123495612508,-0.017194898173737296,0.10272209382380415,-0.11991699199754144,-1.0727072477349882
-amplitude,-1.3480534449847106,0.4797738055088422,0.5836570360666538,-0.10388323055781157,1.8278272504935527
-upper bound,-0.148660073044619,0.4301614047235462,0.528000866978708,-0.09783946225516177,0.5788214777681652
-flow,-0.27487148227147645,0.39374483235302066,0.48643166668187277,-0.09268683432885211,0.6686163146244971
-investigation,1.4388933076562576,-0.4334594085898451,-0.346830988291013,-0.08662842029883211,-1.8723527162461027
-function,-0.8280346813213558,0.08366091209569147,0.11857686929795179,-0.03491595720226032,0.9116955934170473
-zero,0.17894983358381944,-0.1379347535970531,-0.13653093545756034,-0.0014038181394927518,-0.31688458718087253
-spectrum,-0.7287931687988501,0.22639520814832262,0.2176110295250176,0.008784178623305022,0.9551883769471727
-power,0.3533881176954283,0.36180239228698735,0.35139033676368714,0.010412055523300212,0.008414274591559023
-strong coupling,0.5820049741943766,-0.332345889182638,-0.34355888851817845,0.01121299933554043,-0.9143508633770145
-range,1.7210399714963154,-0.5783663399426189,-0.6023254094517801,0.023959069509161268,-2.2994063114389345
-feature,-0.4137953780867724,0.45158765382789634,0.4016436101911114,0.04994404363678495,0.8653830319146687
-number,-0.26137421580734116,0.27917123702687535,0.2270813720513714,0.05208986497550394,0.5405454528342165
-electromagnetic field,-0.41894692963666286,0.1519432053446986,0.09130453630585042,0.06063866903884818,0.5708901349813614
-lagrangian,-1.2733444977928776,0.6530017965769997,0.5770474982876245,0.07595429828937528,1.9263462943698775
-line,-0.7329777242536435,0.18937567592832058,0.10548235169198658,0.083893324236334,0.9223534001819641
-change,0.10365576512541512,0.13318863952689242,0.04482910064681576,0.08835953888007667,0.029532874401477296
-symmetry,-1.5902112791440632,0.2728439140796377,0.18179635479786926,0.09104755928176844,1.863055193223701
-differential cross section,0.6141516846493181,-0.4108271749976161,-0.5349267025152991,0.12409952751768294,-1.0249788596469342
-interpretation,-1.4502145982487449,0.5003733061947454,0.375300996180911,0.1250723100138344,1.9505879044434904
-constant,-1.6314189909982872,0.11261317222495516,-0.015477240678524394,0.12809041290347956,1.7440321632232425
-dynamic,-0.6873318340181113,0.27533431099119376,0.14556562573556286,0.1297686852556309,0.962666145009305
-level,0.707535305284292,0.07614416519894941,-0.0619999846861075,0.1381441498850569,-0.6313911400853426
-respect,0.26378131532721205,-0.3439581127805276,-0.497956987386231,0.15399887460570338,-0.6077394281077397
-bulk,-0.6776806114254935,0.18777767808209747,0.03359461609755841,0.15418306198453907,0.865458289507591
-vertex,-0.25575735713503794,0.12703459463348737,-0.05744655929496312,0.1844811539284505,0.3827919517685253
-contrast,-0.44145735858381224,0.729683826436859,0.5358156602461263,0.19386816619073277,1.1711411850206712
-phenomenon,-0.15509543800919,0.6730757824992766,0.4532547327903436,0.21982104970893296,0.8281712205084666
-review,0.6525504687083284,0.1151224718476816,-0.12277601977011801,0.2378984916177996,-0.5374279968606468
-phase,-1.7377413335395955,0.2321384568785256,-0.015831110210079543,0.24796956708860515,1.9698797904181211
-structure,-0.1595653020445974,0.1630952382839831,-0.09758495451624268,0.26068019280022575,0.3226605403285805
-state,0.6571154293408223,0.19488195942478492,-0.08008139167228165,0.2749633510970666,-0.4622334699160374
-show,0.3645678374858474,-0.07890738111978103,-0.3984483643302157,0.31954098321043467,-0.44347521860562844
-distance,-0.7206128900351974,0.42941924129732323,0.1052942376572254,0.32412500364009783,1.1500321313325206
-radius,-0.8970681321065506,0.4029498695131769,0.07676380951925421,0.3261860599939227,1.3000180016197276
-direction,0.18265223436732292,0.5029328029604736,0.1524971969707292,0.35043560598974444,0.3202805685931507
-pattern,0.4463620794400478,0.5742608877177496,0.22066953512989318,0.35359135258785646,0.12789880827770184
-form,-1.1421034641575176,0.681128663497809,0.3245461766930788,0.3565824868047302,1.8232321276553267
-loop,-1.3115040351446228,0.36270327172097255,0.004496569486477159,0.3582067022344954,1.6742073068655954
-vector,-1.1600481516915915,0.5659519867419266,0.2037086564208819,0.3622433303210447,1.726000138433518
-extension,-0.3658272990307732,0.31319676690890536,-0.053940824217893486,0.36713759112679883,0.6790240659396786
-integrated luminosity,0.47633987772215014,-0.39729678191879086,-0.7703632942156988,0.37306651229690796,-0.8736366596409411
-size,-0.5405227671205693,0.5227367960792006,0.14190964260724676,0.3808271534719539,1.0632595631997699
-technique,1.266387884713031,-0.3173085524241729,-0.6986475105270132,0.38133895810284035,-1.583696437137204
-method,0.4214466054819238,0.18847835623108494,-0.2234196695393332,0.4118980257704181,-0.23296824925083887
-detail,-0.06933428607895914,0.6595414830624965,0.1987815895238085,0.46075989353868796,0.7288757691414556
-idea,-0.13717386818124921,0.5027884803527103,0.03114997409937061,0.4716385062533397,0.6399623485339595
-value,-0.420652038791254,0.2692822106075043,-0.2201288711889959,0.48941108179650017,0.6899342493987584
-other hand,-0.892113278644862,0.4701643793292639,-0.02660429976796685,0.49676867909723077,1.362277657974126
-work,-0.8570594325181933,0.9328409698527872,0.4138894304829753,0.5189515393698119,1.7899004023709804
-probe,-0.69222703237668,1.154231180234274,0.6327803633288661,0.5214508169054078,1.8464582126109539
-set,0.6843004763138985,0.5130414757014131,-0.029493010497652638,0.5425344861990657,-0.17125900061248533
-su,-1.2919585874123172,0.5541428792263814,0.0071270070198139945,0.5470158722065674,1.8461014666386986
-fraction,2.5285424677159836,-1.397253685602312,-1.9632082741930077,0.5659545885906958,-3.9257961533182955
-force,-1.1030793072142377,0.5966358473999994,0.027239738200177725,0.5693961091998216,1.6997151546142373
-current,0.48379540252186154,0.23971122068170905,-0.34408002735495397,0.583791248036663,-0.2440841818401525
-generation,-0.3938087140325503,0.7612539843444538,0.1756368306007016,0.5856171537437522,1.155062698377004
-addition,0.8140159950079069,0.2625231926916836,-0.32367896010892794,0.5862021528006116,-0.5514928023162233
-nature,0.3442278555053942,0.8731079042716876,0.27650594920138893,0.5966019550702987,0.5288800487662935
-sector,-0.05340893540828047,0.6513016846199908,0.05459742889241771,0.5967042557275731,0.7047106200282713
-year,1.3549164517368184,-0.42156534090139397,-1.0245779892038238,0.6030126483024298,-1.7764817926382124
-gev,2.7478650428752247,-1.7802026149953802,-2.389833263086085,0.6096306480907046,-4.528067657870605
-treatment,0.010041917131971242,0.48891482157566174,-0.13323255285419788,0.6221473744298596,0.4788729044436905
-consequence,-1.2078406026533908,0.6238777299674793,-0.0003455343728936886,0.6242232643403729,1.83171833262087
-particle,0.6640286200659925,0.4359021633971524,-0.20368195811551632,0.6395841215126687,-0.22812645666884013
-section,0.5699769706412595,-0.28969852328109325,-0.9306993014570168,0.6410007781759236,-0.8596754939223528
-information,-0.7979795375871204,0.5804471549226726,-0.06160812945087569,0.6420552843735483,1.378426692509793
-low energy,-1.1640459643522512,0.08403865071336084,-0.5956776038615932,0.679716254574954,1.248084615065612
-enhancement,0.3453056457568674,0.458113340298436,-0.24536865784500758,0.7034819981434436,0.11280769454156858
-modification,-1.1991197624986616,0.30200582723061753,-0.4051686678790892,0.7071744951097068,1.5011255897292792
-potential,-2.2609671765097086,0.6048587393463026,-0.10546054585161327,0.7103192851979159,2.865825915856011
-dependence,0.663523430091659,0.36475821969043476,-0.34866786471173805,0.7134260844021728,-0.2987652104012243
-question,0.48505504223615276,0.24240360765447266,-0.4920069495694749,0.7344105572239475,-0.2426514345816801
-coefficient,-0.07265841248229808,0.586234417203331,-0.15735587699344683,0.7435902941967778,0.6588928296856291
-problem,-1.4076883673979443,0.6441044384748923,-0.10018860169622691,0.7442930401711192,2.0517928058728367
-correlation,0.5547550185015239,0.23720795120517227,-0.5304870632596959,0.7676950144648681,-0.3175470672963516
-scaling,-0.7389888551375492,0.7034906953329142,-0.09153683847007879,0.795027533802993,1.4424795504704635
-pole,-0.8930467008999307,0.7569751678156278,-0.054842076977265335,0.8118172447928931,1.6500218687155583
-diagram,-1.363411481765141,0.7758741281546876,-0.07102057555268497,0.8468947037073725,2.1392856099198285
-wave,-1.0533961258629847,1.1107519085637505,0.25813673363991674,0.8526151749238338,2.164148034426735
-stability,-0.43961980121628613,0.6539482061733609,-0.20653063533321117,0.8604788415065721,1.093568007389647
-ratio,1.2829604671862271,-0.4299020097291633,-1.2930279110466718,0.8631259013175085,-1.7128624769153904
-temperature,-1.6352618884563004,0.8401686202595794,-0.048788586500661674,0.888957206760241,2.47543050871588
-effective action,-0.8463599464746293,0.5755465344771086,-0.35245893308362874,0.9280054675607373,1.4219064809517379
-analysis,0.5514979558504595,0.20170704956375543,-0.7327645297824044,0.9344715793461598,-0.34979090628670406
-qed,-0.45296860812749584,0.42484912893673293,-0.5340084334439701,0.958857562380703,0.8778177370642288
-prospect,-0.09364119384927047,0.4661828715112808,-0.5041158200432612,0.970298691554542,0.5598240653605513
-one,-0.5904529684767619,0.595967335474315,-0.3953586054060605,0.9913259408803755,1.1864203039510768
-momentum,1.050629211941922,-0.06920707594936165,-1.0942717758981226,1.025064699948761,-1.1198362878912838
-density,-1.1333553761339104,0.6810072175912064,-0.347728706729124,1.0287359243203305,1.8143625937251167
-observation,0.9833088093566877,-0.00040280090239553886,-1.0315476409784208,1.0311448400760252,-0.9837116102590833
-study,1.5394529493522868,-0.2645131877320954,-1.3064667642229555,1.04195357649086,-1.8039661370843822
-beta,1.0954835152109454,-0.1460293615690662,-1.1966441357101085,1.0506147741410423,-1.2415128767800117
-supersymmetric model,-0.23696972817881523,0.727078258054816,-0.32530262816824496,1.052380886223061,0.9640479862336312
-coupling,-1.1938758805189864,1.1501416074027886,0.09643374107618179,1.0537078663266068,2.344017487921775
-lattice,-1.9280186928670286,0.8243089267148107,-0.26153985970543236,1.085848786420243,2.7523276195818394
-uncertainty,0.8481423959638346,0.23140221329332164,-0.8562467379994831,1.0876489512928047,-0.6167401826705129
-yukawa,0.009072157818172008,0.8612722775355967,-0.24279632965944695,1.1040686071950436,0.8522001197174246
-deviation,0.6461758841796005,0.3431520539924266,-0.7697324846640758,1.1128845386565025,-0.3030238301871739
-use,0.5181053857122869,0.7136121474130849,-0.4055633970465192,1.119175544459604,0.19550676170079795
-shift,-0.17334301729772778,0.8412985367268127,-0.30031516737813607,1.1416137041049488,1.0146415540245404
-beam,2.1479947629594345,-1.4662928640817106,-2.633329776365051,1.1670369122833406,-3.6142876270411453
-inflation,-2.514761561866141,1.304332810019106,0.1164387652886023,1.1878940447305038,3.8190943718852473
-carlo,0.01365372796957386,0.8175836762259596,-0.371343311993653,1.1889269882196127,0.8039299482563858
-part,-0.36241543924848946,0.8370023188240823,-0.3631843039674496,1.2001866227915319,1.1994177580725718
-application,-0.19248644604352408,0.7017701592309092,-0.5101843924048705,1.2119545516357797,0.8942566052744333
-search,4.973050418135944,-2.664248729748692,-3.878110447959121,1.213861718210429,-7.637299147884637
-total cross section,0.7360075588680132,1.2503211259682956,-0.011700353477398406,1.262021479445694,0.5143135671002824
-event,2.6903552949187803,-1.648515807627822,-2.9353041684521055,1.2867883608242836,-4.3388711025466025
-condensate,-1.5736687030962533,0.9959755718886047,-0.2944377521328794,1.2904133240214841,2.5696442749848583
-multiplicity,1.4705505319701344,-0.15400259701728294,-1.4599496014720115,1.3059470044547286,-1.6245531289874173
-picture,-1.1221783727137777,0.8475540363008648,-0.4711516013850943,1.3187056376859592,1.9697324090146426
-magnetic moment,-0.5992260092981128,0.8384780988191266,-0.48929654494786123,1.327774643766988,1.4377041081172393
-gauge theory,-0.35720851025623984,0.773497157490029,-0.5643134945934227,1.3378106520834518,1.1307056677462688
-heavy ion,-0.6888487589634286,0.9201684129677896,-0.42952982594537836,1.349698238913168,1.6090171719312183
-component,0.2529658938212928,0.8073710680721055,-0.5519874089558823,1.3593584770279876,0.5544051742508127
-magnitude,0.5549232663435881,1.1925453928324423,-0.17013125698049653,1.3626766498129388,0.6376221264888542
-discussion,0.5438962900666882,1.0340758642217318,-0.3425645142260132,1.376640378447745,0.49017957415504365
-quantum field theory,-0.7776688079980799,0.8169740172117574,-0.5690572886761881,1.3860313058879457,1.5946428252098372
-interest,0.08802918391826374,1.0250511420746733,-0.3705172852376286,1.395568427312302,0.9370219581564095
-heavy ion collision,-0.9195527595317926,1.777881366157924,0.3705646694129499,1.4073166967449742,2.6974341256897167
-interaction,1.3177934813195051,0.4308060759922322,-0.9790967960850794,1.4099028720773115,-0.8869874053272729
-neutrino oscillation,-0.27619449627564446,0.6010756736840801,-0.8373924188107353,1.4384680924948154,0.8772701699597245
-reaction,1.2409552648353832,-0.3961051224456901,-1.8595227807910786,1.4634176583453884,-1.6370603872810734
-scalar,-0.23453195286966488,1.373802732690322,-0.09294809531815755,1.4667508280084796,1.6083346855599867
-invariant mass,1.289522158793257,-0.011920180411383933,-1.4960655565318557,1.4841453761204717,-1.301442339204641
-light,-0.2160707354947495,1.3117444191474146,-0.21441135281943563,1.5261557719668501,1.527815154642164
-issue,-0.42476215787008015,0.8445888051148585,-0.6867146451904054,1.5313034503052638,1.2693509629849387
-order,-0.3911354851707306,1.3296595159875793,-0.20907821741196309,1.5387377333995422,1.7207950011583097
-combination,0.6468373974446203,0.5261179816441894,-1.0332781586768809,1.5593961403210703,-0.12071941580043088
-program,1.2466361595583901,-0.01710595375502228,-1.580669753240201,1.5635637994851788,-1.2637421133134124
-fluctuation,-1.4002293103069237,1.0751741815177345,-0.4928250765095289,1.5679992580272635,2.4754034918246584
-charm,0.8881806691127898,-0.540288032446749,-2.175551164676646,1.6352631322298972,-1.4284687015595388
-approach,-2.4718275459885,1.4327552056862911,-0.230880231434236,1.663635437120527,3.9045827516747913
-unitarity,0.1328120461087799,1.1997570860763838,-0.48588571474711617,1.6856428008235,1.066945039967604
-angle,0.4602957011304647,0.4710102398899654,-1.2197968958408336,1.690807135730799,0.01071453875950068
-propagator,-1.076242602812345,1.3616502270139592,-0.3513248258745288,1.712975052888488,2.4378928298263043
-generator,-1.4282860733562834,1.6730658735305663,-0.04346644819804269,1.716532321728609,3.10135194688685
-transverse,1.15679488283353,-0.17284083827534813,-1.8993196420007907,1.7264788037254426,-1.329635721108878
-boson,1.2691371294072127,0.824377841166015,-0.9121793383879235,1.7365571795539385,-0.4447592882411977
-experiment,4.27960556454361,-2.4702984773340972,-4.2386472725528614,1.7683487952187642,-6.749904041877707
-electron,1.039191958133786,0.10013438147059253,-1.6964479756747544,1.796582357145347,-0.9390575766631936
-matter,-1.0090935507398398,1.2344339513124587,-0.5627413614109716,1.7971753127234305,2.2435275020522987
-suppression,-0.9124579616221032,0.851003638727275,-0.9596261890181897,1.8106298277454647,1.7634616003493782
-difference,0.5144849587661314,0.626427238678427,-1.1902897215601294,1.8167169602385562,0.11194227991229555
-basis,-0.2978258261498559,1.3268787924210872,-0.523569342887705,1.8504481353087923,1.624704618570943
-assumption,-0.54214490818766,1.2297908954189871,-0.6322052616187537,1.8619961570377408,1.771935803606647
-radiative correction,-0.3271033316840988,1.3113680757284694,-0.551798227152013,1.8631663028804824,1.6384714074125681
-future,-0.04249145728750088,1.2024122040206742,-0.6772767088796801,1.8796889129003542,1.244903661308175
-origin,-0.866657317703564,1.8058684234239613,-0.09294521744326396,1.8988136408672251,2.6725257411275254
-source,-0.6420307130334292,1.0591031208248645,-0.8517055444969839,1.9108086653218483,1.7011338338582935
-final state,1.097568852286651,-0.13591903651353,-2.0516285190458685,1.9157094825323386,-1.2334878888001808
-neutron,1.1934883387028599,0.41639782038124634,-1.500597019243799,1.9169948396250454,-0.7770905183216135
-tevatron,-0.8418274686824082,-0.06209015042293728,-2.004689439999446,1.942599289576509,0.7797373182594709
-tev,2.439967800400884,-1.0446093249629336,-3.014014846115937,1.9694055211530033,-3.484577125363818
-tool,-0.13835313134498026,1.1344533389060492,-0.8556104092217439,1.9900637481277932,1.2728064702510293
-parity,-0.3853764486186129,0.9420255636742634,-1.05463642769508,1.9966619913693433,1.3274020122928762
-possibility,-1.0633182176510307,1.6540393225180536,-0.34750616409985147,2.001545486617905,2.7173575401690844
-good agreement,0.11943560177338808,0.8702264643401773,-1.1469460689002606,2.017172533240438,0.7507908625667892
-comparison,1.0732076724332908,0.7418412583935798,-1.2961344759475324,2.0379757343411122,-0.331366414039711
-breaking,-0.965292289776115,1.2311754900930851,-0.807980873349404,2.039156363442489,2.1964677798692
-role,-0.7304870869809434,1.6577290387870158,-0.3854020954681159,2.0431311342551317,2.3882161257679595
-mev,1.7124375986744849,-0.34202258262983304,-2.443819753311435,2.101797170681602,-2.054460181304318
-emission,0.0006619171253360275,1.05173268042063,-1.0654965794730786,2.1172292598937084,1.051070763295294
-transition,0.37226605246915645,1.2031541756452113,-0.915491778240389,2.1186459538856,0.8308881231760549
-algorithm,0.6199082393482503,1.2511037502437585,-0.8792591891198576,2.130362939363616,0.6311955108955082
-approximation,-1.6650850030886644,1.368509791153204,-0.7626202425037201,2.131130033656924,3.0335947942418686
-jet,1.4471317356865143,0.3861855749355732,-1.7702658447995154,2.1564514197350886,-1.0609461607509412
-proton,1.2796152745636795,-0.15637600607230306,-2.3150816015732834,2.1587055955009804,-1.4359912806359825
-signature,0.49904348176812263,2.258824731326222,0.09454326262366941,2.1642814687025527,1.7597812495580993
-dark,0.26712458473812695,1.7454728187533617,-0.4205359797096793,2.166008798463041,1.4783482340152347
-end,0.7824320247714297,0.6333711641242991,-1.5417642179557447,2.1751353820800436,-0.14906086064713064
-mechanism,-1.0400546378721172,1.7763701125604359,-0.40506814033137517,2.181438252891811,2.816424750432553
-chiral symmetry,-1.1268473032852966,1.4529487458545947,-0.7396818849729145,2.192630630827509,2.5797960491398912
-inelastic scattering,-1.1508026334995183,1.263326452355803,-0.9424026244681944,2.2057290768239977,2.414129085855321
-introduction,-0.8237128496618933,1.3623706097589432,-0.8616288248817804,2.2239994346407235,2.1860834594208365
-photon,0.4230301792741357,0.9315707666587386,-1.3102306631079292,2.2418014297666677,0.508540587384603
-effect,-1.6841960237236986,1.9115350342492954,-0.3736229343143353,2.2851579685636305,3.595731057972994
-sum,-1.024995866432247,1.3798451321716079,-0.9131228425868673,2.2929679747584752,2.404840998603855
-scale,-0.3369539542586834,1.8486425709818326,-0.4800810500642875,2.32872362104612,2.185596525240516
-physic,2.235026907567387,0.2081510291661087,-2.144983223803798,2.3531342529699066,-2.0268758784012784
-rate,-0.35321816539797096,1.8091856246737459,-0.5449027149520528,2.3540883396257986,2.162403790071717
-parameter,-1.0211830440253844,1.799801055544111,-0.5629632499376708,2.362764305481782,2.8209840995694955
-cp violation,-0.022881472806728097,0.5060320576577033,-1.8611403872682697,2.367172444925973,0.5289135304644315
-integral,-1.5556782926386383,1.9920798345511337,-0.38034631503704414,2.3724261495881778,3.547758127189772
-muon,1.5725193563041246,-0.9711716743622782,-3.3462327300496026,2.3750610556873246,-2.5436910306664027
-candidate,1.132458314553385,0.768437650490858,-1.6657028689252353,2.4341405194160934,-0.3640206640625271
-framework,-0.9908738709753111,1.9119588637633407,-0.5257242638606077,2.4376831276239486,2.9028327347386518
-collision,1.1595820172748084,0.04273984945210539,-2.4002933810887352,2.4430332305408404,-1.116842167822703
-tension,-0.24380541331629504,1.847054087466779,-0.6085480259285138,2.4556021133952926,2.090859500783074
-error,-0.07766510914426905,0.9517664570301547,-1.540483098431411,2.492249555461566,1.0294315661744238
-direct detection,0.1615222959805551,1.7053224091831414,-0.8281766123706187,2.53349902155376,1.5438001132025863
-bound,-1.463817399706696,2.2053715758528023,-0.3405507642104245,2.545922340063227,3.669188975559498
-nucleus,0.1846087143806904,0.6694601368484322,-1.8843476491680726,2.5538077860165047,0.4848514224677418
-star,-0.4956211273897293,1.3167687210507322,-1.250400374711329,2.567169095762061,1.8123898484404615
-region,0.9046636603499711,0.8489116298596813,-1.7248352988551428,2.573746928714824,-0.05575203049028987
-constraint,-1.6055645038162427,2.062472517596616,-0.5112753912143932,2.573747908811009,3.6680370214128586
-factor,0.5253517295744621,1.1078316590804709,-1.4827443153461761,2.590575974426647,0.5824799295060088
-strength,0.4898058728501965,1.2512471776963177,-1.3480850767776813,2.5993322544739987,0.7614413048461212
-lepton,0.28222234319565487,1.2692797209852822,-1.3835617939985405,2.6528415149838227,0.9870573777896273
-rule,-0.47443972545463664,1.7058616266687838,-0.9532302217731891,2.6590918484419728,2.1803013521234202
-perturbative qcd,-0.5726315621474649,1.1251031334593191,-1.5392250203773132,2.6643281538366326,1.697734695606784
-discovery,1.6644073334324738,1.3577399396870835,-1.306900324064258,2.6646402637513416,-0.3066673937453903
-cross,1.0128018264114071,0.1778244601184155,-2.541734509245625,2.7195589693640407,-0.8349773662929917
-status,1.845695639621193,-0.022689694601657272,-2.805646674057446,2.782956979455789,-1.8683853342228502
-understanding,0.4675871204359188,1.3570024099950462,-1.4475117440658545,2.8045141540609007,0.8894152895591274
-polarization,-0.0482961034006592,1.5536191479153187,-1.2656977700637793,2.819316917979098,1.601915251315978
-estimate,-0.9876179907628082,2.2336147565391373,-0.5969125803970381,2.8305273369361754,3.2212327473019453
-scattering,0.494190916302549,1.5832623212486077,-1.281502719890987,2.8647650411395946,1.0890714049460586
-oscillation,-0.13682465545436714,1.223681150912211,-1.6733179432272511,2.896999094139462,1.360505806366578
-correction,-1.5862431509657424,1.9997127557033871,-0.8995790092255082,2.899291764928895,3.5859559066691293
-early universe,-1.0145315601559288,1.7477945795438818,-1.1521563656964007,2.8999509452402825,2.7623261396998107
-scheme,-0.38888185483550136,1.7825331159972972,-1.1354372680446525,2.9179703840419497,2.1714149708327986
-account,-0.592469837173849,2.51033014578032,-0.42869352797936955,2.9390236737596895,3.102799982954169
-numerical result,-1.1270261727976825,2.260027192364426,-0.7324942951074691,2.9925214874718953,3.3870533651621084
-rapidity,0.46628868245985294,1.0372987261072721,-2.0039319105467133,3.041230636653985,0.5710100436474193
-medium,-0.39509356882862584,1.5681595633861403,-1.4939332290452187,3.062092792431359,1.9632531322147662
-observables,-0.6104024572131026,2.0731667595906,-0.9977388812035274,3.0709056407941273,2.6835692168037024
-detection,0.47307780255406834,2.1649783518280703,-0.9151519653223263,3.0801303171503966,1.691900549274002
-magnetic field,0.0029312605949367576,1.8889071636058303,-1.2097738385269852,3.0986810021328157,1.8859759030108936
-singlet,0.4443815614490542,1.5804795335138673,-1.5255826242911428,3.10606215780501,1.136097972064813
-standard,-0.14066282562279347,1.52612520738751,-1.6708448562617195,3.1969700636492293,1.6667880330103035
-formation,-0.7285327359753824,1.4301478721294931,-1.7746339530255952,3.2047818251550884,2.1586806081048753
-asymmetry,0.6291166534964054,1.2405585947633035,-2.042479668656623,3.2830382634199267,0.6114419412668981
-violation,-0.4892131966744149,1.898540890526079,-1.431081978560258,3.3296228690863368,2.387754087200494
-calculation,-1.0718908085291308,1.9289114691485254,-1.4007301467759996,3.3296416159245252,3.000802277677656
-higgs,-0.7185916428523862,2.013993584313094,-1.3503662368138158,3.36435982112691,2.7325852271654805
-collaboration,1.135893042007839,1.1639591990242866,-2.2318678163076653,3.395827015331952,0.028066157016447546
-gamma,0.24838964440945838,0.5056880520042526,-2.9122079970623496,3.417896049066602,0.2572984075947942
-heavy quark,-0.6425900236904959,2.1871820372489528,-1.237728284236304,3.4249103214852568,2.8297720609394488
-test,1.2807949084413655,1.6755104197483361,-1.7863514854068867,3.4618619051552226,0.3947155113069707
-scenario,-0.8044826745983756,2.6943575166331444,-0.8188503637111405,3.513207880344285,3.49884019123152
-prediction,0.24928445063924942,1.7992876211188416,-1.714668410433775,3.513956031552617,1.550003170479592
-development,-0.1474672747258724,1.812779127696318,-1.7198860461043934,3.5326651738007113,1.9602464024221904
-element,0.46881691519326196,1.7839365735094148,-1.766002799515855,3.5499393730252695,1.3151196583161529
-signal,0.809552876063592,1.8718338104744128,-1.678896556695915,3.5507303671703276,1.0622809344108206
-exchange,-1.282707135828004,1.951307696677146,-1.6128641002565909,3.5641717969337368,3.2340148325051503
-implication,-1.808799598344084,2.5717351357725504,-0.992620249784811,3.5643553855573615,4.380534734116635
-supersymmetric standard model,-0.7949419519871623,1.6783840533977246,-1.8876893576482785,3.566073411046003,2.473326005384887
-fit,0.6750998530419801,1.859808441648721,-1.740013900820198,3.599822342468919,1.184708588606741
-neutrino mass,0.11716130505371879,1.7259963377443277,-1.928728070418859,3.6547244081631867,1.608835032690609
-data,2.6278741958037135,-0.1823418421900445,-3.844573002995062,3.6622311608050175,-2.810216037993758
-production,1.451477110882893,0.25448273442207836,-3.412852285424807,3.6673350198468855,-1.1969943764608146
-channel,-0.3823043005650338,1.422400151533785,-2.2872469111834977,3.7096470627172824,1.8047044520988187
-annihilation,1.1010210066949004,1.212053097485074,-2.5249941801977127,3.7370472776827866,0.11103209079017362
-doublet,0.42075053755817854,1.8321326043266255,-1.9505716308073593,3.782704235133985,1.411382066768447
-unification,-1.2437383954568921,2.0301828834122793,-1.814421886933096,3.8446047703453754,3.2739212788691714
-moment,-0.1151253048212767,2.1706447634145247,-1.7516638678651701,3.922308631279695,2.2857700682358013
-precision,0.6116316739582174,1.8104912282583605,-2.20133429144218,4.01182551970054,1.1988595543001432
-sensitivity,0.06723071004868329,2.257459125798863,-1.7940672411438614,4.051526366942724,2.19022841575018
-mass,-0.5980370067718981,2.293752622497651,-1.8611094985162941,4.154862121013945,2.8917896292695495
-process,-0.877549988283355,2.8135946772150464,-1.3878864147976675,4.201481092012714,3.6911446654984013
-evolution,-1.2744056592706856,2.2257388030185874,-1.9943883685739938,4.220127171592582,3.5001444622892732
-accuracy,-0.08639176913648582,2.44374455200191,-1.7855187882462344,4.229263340248145,2.530136321138396
-next-to-leading order,-1.0271313473587258,1.9872189138362375,-2.3064696476149176,4.293688561451155,3.0143502611949633
-width,-0.2505857982210472,1.8471849532592277,-2.455836282792731,4.303021236051959,2.097770751480275
-threshold,-0.3453584699683487,2.485032761570562,-1.8220350622006927,4.307067823771255,2.830391231538911
-pion,0.9959433683739115,1.5300999838210931,-2.78488139818357,4.314981382004663,0.5341566154471816
-simulation,0.04434720627541293,2.6487181597179967,-1.6905478380543697,4.339265997772366,2.604370953442584
-determination,0.42310264235531453,1.4962129824879804,-2.8776994559022038,4.373912438390184,1.0731103401326658
-factorization,-1.4732211946004574,2.7085069740577965,-1.6728481450804706,4.381355119138267,4.181728168658254
-plasma,-1.4681849212886318,3.0778612079761336,-1.3868364173786485,4.464697625354782,4.546046129264766
-decay,1.8627487398656624,0.6291982563043463,-3.8570997713911708,4.486298027695517,-1.233550483561316
-flavor,-0.12310354462967406,2.65743371843893,-1.8531271252766368,4.510560843715567,2.780537263068604
-baryon,-0.17232844363987937,2.494317969527098,-2.09308734844254,4.587405317969638,2.666646413166977
-sm,0.4755614964176167,3.286927530164278,-1.420142627483642,4.70707015764792,2.8113660337466615
-impact,0.17694874201133873,2.82310146144001,-2.019939236268644,4.843040697708654,2.646152719428671
-cp,-0.3202956941341759,2.2986196860401398,-2.594733296434685,4.893352982474825,2.6189153801743155
-distribution,0.3519109394879579,2.0223478898825618,-2.9070144699581983,4.92936235984076,1.670436950394604
-meson,0.7676000577270491,1.6664973486028876,-3.3744156462317676,5.040912994834655,0.8988972908758385
-color,-0.6977480054992637,3.3035670875119663,-1.7609031610655912,5.064470248577558,4.00131509301123
-effective field theory,1.8957288819937064,3.0382871023449747,-2.044201176937445,5.082488279282419,1.1425582203512683
-mixing,-0.5604149360363644,2.902565394603948,-2.248337000134346,5.150902394738294,3.4629803306403124
-effective theory,-0.27769870662608764,2.81920463374929,-2.424794221029365,5.2439988547786545,3.096903340375378
-contribution,-1.1305721635317787,3.530328157456515,-1.8718057515270465,5.402133908983561,4.6609003209882935
-nucleon,-0.24896947369310105,2.3509056321704795,-3.0675959896769727,5.418501621847453,2.5998751058635805
-phenomenology,-0.5683895634168489,3.539801161790864,-1.9231670120649818,5.462968173855845,4.108190725207713
-electroweak,-0.21251557935440027,2.5833544576426632,-2.9674222281575005,5.550776685800164,2.7958700369970635
-parton,-0.6507971336507162,3.355261003061907,-2.2199107977139865,5.575171800775894,4.006058136712624
-resonance,0.7657252022433582,1.772656974802905,-3.8054022292263934,5.578059204029298,1.0069317725595468
-hadron,0.13920384134999866,2.428143655907739,-3.1965669134100794,5.624710569317818,2.2889398145577404
-new physic,-0.7607965979246095,3.3686948091504676,-2.3121795011448083,5.680874310295276,4.1294914070750774
-high energy,-0.9850160786533064,3.593048807040481,-2.1745366962528014,5.767585503293283,4.578064885693788
-chiral perturbation theory,0.324382064269014,2.992681514531437,-2.8382506585250775,5.830932173056515,2.668299450262423
-dark matter,-0.6444594450816158,3.9302088160678053,-2.160440620453824,6.090649436521629,4.574668261149421
-collider,0.1294057165845002,3.2653487207209735,-3.228222418065841,6.493571138786814,3.135943004136473
-experimental data,-1.5346529776642606,4.54197581499686,-1.9648165551215833,6.506792370118443,6.07662879266112
-standard model,1.0610424400043588,3.0809809764999003,-3.461303130337451,6.542284106837352,2.0199385364955416
-mssm,-1.273735160305403,3.5077723135937124,-3.037569180445945,6.545341494039658,4.781507473899115
-gluon,-0.28521329042446,4.282240789620743,-2.425707277715218,6.707948067335961,4.567454080045203
-extra dimension,0.10298109861718281,3.9454033624886744,-3.766329366932503,7.711732729421177,3.8424222638714918
-qcd,-0.7583339777868987,5.7629951802017025,-2.613471614631045,8.376466794832748,6.5213291579886015
-neutrino,-0.16205728668509628,3.593451587535035,-4.911713011253457,8.505164598788491,3.7555088742201312
-lhc,0.3557015240193416,4.912621673446308,-3.8190531704674475,8.731674843913755,4.556920149426967
-quark,-0.6269767975206297,5.461343316054844,-4.092167145590881,9.553510461645725,6.088320113575474
+algebra,-3.5678724144065135,-4.92609366149885,4.985651737459628,-9.911745398958479,-1.3582212470923367
+manifold,-2.491623738271724,-4.656987063486609,4.737462043455669,-9.394449106942279,-2.165363325214885
+geometry,-1.6869212186762257,-4.079720010772573,4.9923147752779755,-9.072034786050548,-2.3927987920963476
+spacetime,-2.717310276425868,-3.8662915524758357,5.075459373057597,-8.941750925533432,-1.1489812760499678
+partition,-1.5594964618972242,-3.9993439002115245,3.862146780540211,-7.861490680751736,-2.4398474383143003
+modulus space,-1.1534828350737123,-4.081694942718018,3.7321590142987913,-7.813853957016809,-2.9282121076443057
+gravity,-2.720468238164309,-2.9375639282365564,4.701528041638167,-7.639091969874723,-0.21709569007224738
+theory,-4.9531881837247225,-3.083367398269514,4.3491333523090425,-7.432500750578557,1.8698207854552087
+branes,-1.829291206042713,-3.4126034778622722,3.6740356812875374,-7.08663915914981,-1.5833122718195594
+correspondence,-2.015183015790597,-2.968006054610164,3.9960862444233554,-6.964092299033519,-0.9528230388195666
+central charge,-1.2999029674561682,-3.6999298460651913,3.210497132380438,-6.91042697844563,-2.4000268786090233
+deformation,-1.9296837555040178,-3.2907799466843235,3.562193057372701,-6.8529730040570245,-1.3610961911803057
+action,-3.102390870896043,-3.039439043212905,3.811184440805464,-6.850623484018369,0.062951827683138
+chern-simons,-1.0652221660447059,-3.3173640456711166,3.389833064441059,-6.707197110112176,-2.2521418796264108
+duality,-2.648381847235728,-2.421486423637906,4.273219895106741,-6.694706318744647,0.226895423597822
+string,-4.47296699441945,-2.8601734504987997,3.8339006014200723,-6.6940740519188715,1.6127935439206507
+horizon,-2.406856801042577,-2.9849120562917064,3.5062649381161606,-6.491176994407867,-0.5780552552491294
+supergravity,-2.815213341020382,-2.500592186126268,3.7919103631025344,-6.292502549228802,0.31462115489411424
+ad,-1.645674321525109,-2.8309323226356553,3.277010564930317,-6.107942887565972,-1.1852580011105462
+quantum,-2.2859949487447686,-2.6142164036412545,3.4098318511621653,-6.02404825480342,-0.3282214548964859
+space-time,-1.914467789008404,-2.7941383286329446,3.1625866419177027,-5.956724970550647,-0.8796705396245406
+yang-mills,-2.5293496804060456,-2.1407198980316613,3.695357118419454,-5.8360770164511155,0.3886297823743843
+coordinate,-1.2585843574781357,-2.3212944155064714,2.6902123317116096,-5.011506747218081,-1.0627100580283357
+sample,6.161777352943559,-6.983224996460475,-2.0557416041247434,-4.9274833923357315,-13.145002349404034
+detector,6.824895926257982,-8.126663398196222,-3.2141643110044047,-4.912499087191817,-14.951559324454204
+entropy,-2.2480648311083358,-1.8508702817333078,3.034448060049368,-4.885318341782676,0.39719454937502796
+conformal field theory,-1.1575521193382283,-2.098867180915706,2.7276128011777176,-4.826479982093423,-0.9413150615774775
+sitter,-1.3747661688352169,-1.5483457309685473,3.204198634556459,-4.752544365525006,-0.17357956213333048
+field,-3.494944185755198,-1.9552457807806831,2.5311559689563197,-4.486401749737003,1.539698404974515
+construction,0.12396403765812071,-2.4049017538282915,2.026490936813711,-4.431392690642003,-2.528865791486412
+surface,-0.9244183439751719,-2.2819856357472847,2.1221833199124194,-4.404168955659705,-1.3575672917721129
+dimension,-3.0923010640472053,-1.6521098335381357,2.678467537521888,-4.3305773710600235,1.4401912305090696
+boundary,-1.5509990820788109,-1.7923661051665278,2.452930514885489,-4.245296620052017,-0.24136702308771696
+transformation,-2.349691205478928,-1.994646082446342,2.248603285280947,-4.243249367727289,0.3550451230325862
+black hole,-3.172186264411376,-1.3992002739794818,2.7358279586811936,-4.135028232660675,1.772985990431894
+solution,-2.6085457836806984,-1.7482197318739814,2.38177083514853,-4.129990567022511,0.8603260518067171
+mechanic,-2.092780528863619,-2.072547819144814,1.9049713160768318,-3.9775191352216455,0.020232709718805086
+space,-2.1701752872207103,-1.2307268666590847,2.7227967000205178,-3.9535235666796025,0.9394484205616256
+conjecture,-1.165408017014601,-0.8534614436339313,3.0707325399353587,-3.92419398356929,0.3119465733806698
+type,-1.2719588915696936,-2.0075081023248926,1.798669756912439,-3.806177859237332,-0.7355492107551991
+class,-1.6645102428391636,-1.3393978410191298,2.280729476530054,-3.620127317549184,0.32511240182003376
+quantization,-2.4213566102333006,-1.863561684885421,1.6333764106200204,-3.4969380955054414,0.5577949253478796
+dirac,-0.9675981131435708,-1.498610994273439,1.9451025850200565,-3.4437135792934956,-0.5310128811298681
+formulation,-1.1689870175934365,-1.6289361305809729,1.7432701335587892,-3.372206264139762,-0.4599491129875364
+background,-0.667037509037593,-1.0659817634720485,2.2348111702584403,-3.300792933730489,-0.3989442544344556
+connection,-1.4550287741937435,-1.5873489009577568,1.6886036692772424,-3.275952570234999,-0.13232012676401328
+massless,-2.006242961277275,-1.0488750776551192,2.2216444186281263,-3.270519496283246,0.9573678836221557
+curvature,-1.4933909297612502,-1.0018403756032486,2.176030808276914,-3.1778711838801628,0.49155055415800164
+paper,0.39427143001359893,-1.3273109116118575,1.8314137329168303,-3.1587246445286876,-1.7215823416254565
+limit,0.8724140247205061,-1.7056294310657985,1.4277660133691719,-3.1333954444349703,-2.578043455786305
+cosmology,-2.2732249337085686,-1.1341711683872344,1.9625029679655293,-3.096674136352764,1.1390537653213342
+soliton,-2.055381332826654,-1.352045206327861,1.706288889127208,-3.058334095455069,0.703336126498793
+general relativity,-0.7155078886494546,-1.1887823342025052,1.8544632826731708,-3.043245616875676,-0.47327444555305065
+universe,-2.5203518624984116,-1.265213467634527,1.7445030543378608,-3.009716521972388,1.2551383948638846
+path,-0.2091978416645848,-1.7854225245845836,1.2120673944362204,-2.997489919020804,-1.5762246829199988
+hamiltonian,-1.5103986594773828,-1.306629010576341,1.6806165593868232,-2.9872455699631644,0.20376964890104188
+tensor,-1.1766223380233924,-1.0697687325153178,1.9135422541848504,-2.983310986700168,0.10685360550807466
+law,-1.1659299356778687,-1.6952854976795588,1.2382568811540005,-2.9335423788335593,-0.5293555620016901
+boundary condition,-1.278755731403856,-1.4782556305598396,1.410616036219852,-2.888871666779692,-0.19949989915598354
+generalization,-2.045492584825226,-1.3341654749414424,1.5361361818677406,-2.870301656809183,0.7113271098837834
+singularity,-1.4704293538505835,-1.1631064830025337,1.7039469714686044,-2.8670534544711384,0.30732287084804977
+system,0.41142484207921237,-1.6271932712103634,1.2004860125152552,-2.827679283725619,-2.0386181132895755
+cosmological constant,-1.2223970077280761,-1.372195424720616,1.3930067892203646,-2.765202213940981,-0.14979841699253993
+derivative,-1.0162696636133708,-1.1522063992646658,1.5750075378532442,-2.7272139371179103,-0.13593673565129505
+brane,-2.1906177660768895,-1.4313441582025128,1.2674843963252118,-2.698828554527725,0.7592736078743767
+anomaly,-0.12555117390792903,-0.7521919171939583,1.893791025233233,-2.6459829424271915,-0.6266407432860293
+representation,-1.6745720569422127,-1.068506796160238,1.5520950871632575,-2.6206018833234954,0.6060652607819748
+evidence,1.9914991279519454,-2.2617284890773184,0.32243945323339446,-2.584167942310713,-4.253227617029264
+existence,-0.2703359251486781,-0.8429884293393222,1.5603776038429973,-2.4033660331823192,-0.5726525041906441
+invariant,-1.3806060717279773,-1.1821362721916313,1.2182749575136063,-2.4004112297052376,0.19846979953634603
+operator,-0.8047051875556288,-0.7691761055607301,1.627902781958011,-2.397078887518741,0.03552908199489868
+regime,-0.6011418316992294,-0.5443582291010055,1.8417747246165304,-2.386132953717536,0.0567836025982239
+variable,0.1661938932189939,-1.0991645469177995,1.2643646549119878,-2.3635292018297873,-1.2653584401367934
+world,1.2302499361084203,-1.8768346960746303,0.4532422946030332,-2.3300769906776635,-3.1070846321830503
+proton-proton collision,1.0905313043569842,-3.1830890678318506,-0.8537536063155313,-2.3293354615163193,-4.273620372188835
+confidence,3.200995246521388,-3.575292456600869,-1.2813839471471524,-2.2939085094537166,-6.776287703122257
+product,0.14927159639560147,-1.1163717797150219,1.173226221226502,-2.289598000941524,-1.2656433761106234
+mode,-0.34227000883869746,-0.6303017960044108,1.6477960919101535,-2.2780978879145644,-0.28803178716571337
+wilson,-0.08750185551808633,-0.3549761322158138,1.9190990602722677,-2.2740751924880813,-0.2674742766977275
+scalar field,-2.0945388466898502,-0.8992590814460146,1.3502742104869896,-2.2495332919330044,1.1952797652438356
+group,-1.5847373321257154,-0.9374842790885157,1.3105750430561038,-2.2480593221446195,0.6472530530371997
+presence,-0.9238729542466868,-0.48231008665618774,1.6749997614445828,-2.1573098481007706,0.44156286759049906
+identity,-1.8675832781008121,-0.7882012734196576,1.3252798586038457,-2.1134811320235034,1.0793820046811544
+top quark,0.5744433586903409,-2.5226626047130134,-0.4694439404883979,-2.0532186642246155,-3.0971059634033544
+realization,-0.7211129731499905,-0.8045039754691149,1.1421027741842684,-1.9466067496533834,-0.08339100231912444
+vacuum,-1.9910706552970865,-0.3770991029744186,1.5508187638916877,-1.9279178668661063,1.6139715523226679
+modulus,-1.0695470776102545,-0.5203342782168708,1.40244238873324,-1.922776666950111,0.5492127993933836
+regularization,-2.1570613252391384,-1.0834843847284088,0.8331854966709256,-1.9166698813993344,1.0735769405107296
+spin,-0.6927465333546531,-0.8654282131535401,0.9912668371358444,-1.8566950502893844,-0.17268167979888704
+fact,-0.8812009266182326,0.018110808646075553,1.837857614673977,-1.8197468060279014,0.8993117352643081
+expectation,1.8048341708296811,-1.89873608583672,-0.14334779052163366,-1.7553882953150863,-3.703570256666401
+point,-1.3112795481830364,-0.7083221483391042,1.0391239262388408,-1.747446074577945,0.6029573998439322
+invariance,-1.236517805372933,-0.5816595192193,1.159518118019544,-1.741177637238844,0.6548582861536331
+formula,-1.7690615099720814,-0.48350058585866124,1.235975428924605,-1.7194760147832662,1.2855609241134203
+relation,-1.911162811033952,-0.42174913903531414,1.2936268904721113,-1.7153760295074254,1.489413671998638
+motion,-2.4264275258328394,-0.7959161510590439,0.9179851233913551,-1.713901274450399,1.6305113747737954
+finite temperature,-1.8028884434965173,-0.9528141259973995,0.7035946074059946,-1.656408733403394,0.8500743174991179
+second order,0.12209126363053686,-0.9897032058248357,0.6481666934249237,-1.6378698992497593,-1.1117944694553725
+energy,0.45257440298559237,-0.7520818903475559,0.8849647595027992,-1.637046649850355,-1.2046562933331484
+volume,-0.1959773801574534,-0.6052277023248345,1.0168923556003335,-1.622120057925168,-0.4092503221673811
+freedom,-1.8348954931925785,-0.40398696952198876,1.1970025935524518,-1.6009895630744406,1.4309085236705896
+continuum,0.012535065190679482,-1.0074713678328722,0.5884241708835167,-1.595895538716389,-1.0200064330235517
+divergence,-1.480526705206118,-0.5400790269371358,1.044652541983179,-1.5847315689203147,0.9404476782689821
+condition,-1.9617579883683423,-0.6717525258360151,0.911663763031893,-1.583416288867908,1.2900054625323272
+series,0.2854838831455768,-0.8903265448739286,0.6481912606464024,-1.538517805520331,-1.1758104280195054
+target,2.33114810897047,-2.7057853644061245,-1.1686922158865416,-1.537093148519583,-5.036933473376594
+expression,-1.7728678196836936,-0.2499553938393686,1.2829910288681643,-1.532946422707533,1.522912425844325
+strong coupling,0.7799411989232645,-0.6961147335451735,0.8258190297417365,-1.5219337632869099,-1.4760559324684381
+matrix,-1.2516700939116123,-0.8859065790307445,0.6116820191393189,-1.4975885981700634,0.3657635148808678
+term,-1.5190727347999418,-0.6221343609044536,0.8744039642846176,-1.4965383251890714,0.8969383738954881
+derivation,-0.9446655079447699,-0.7642094834101214,0.718065950225337,-1.4822754336354584,0.18045602453464848
+effective potential,-0.6801553963689313,-1.014199626794933,0.459442705201604,-1.4736423319965368,-0.3340442304260016
+version,-1.3877610514030865,-0.5622331896797935,0.9105509661958714,-1.472784155875665,0.825527861723293
+absence,0.14492623097606225,-0.9377556235901546,0.49636276193495954,-1.4341183855251143,-1.082681854566217
+procedure,0.2784809747940453,-0.692133773898596,0.7268235222329198,-1.4189572961315158,-0.9706147486926413
+example,-0.7767518492378859,-0.20357680027066716,1.1821451363863142,-1.3857219366569815,0.5731750489672187
+plane,0.1461931379660344,-0.6498024453995411,0.7288847718666662,-1.3786872172662075,-0.7959955833655755
+supersymmetry,-1.8738771385783262,-0.6111118471751521,0.7496088796279177,-1.3607207268030699,1.262765291403174
+yield,1.5304066840758879,-1.9184890105843313,-0.5770729592644827,-1.3414160513198485,-3.4488956946602194
+family,-0.930460580094171,-0.2794665976882438,1.023214383309728,-1.3026809809979718,0.6509939824059272
+measurement,5.29724502979967,-4.794007669632948,-3.5530196850982074,-1.2409879845347405,-10.091252699432617
+atlas,3.089088269087396,-2.8426656608290113,-1.6680586841104073,-1.174606976718604,-5.9317539299164075
+charge,0.3337672776120557,-0.6513687757251888,0.5211351231786057,-1.1725038989037944,-0.9851360533372445
+sigma,-1.338263633661076,-0.5904680987103366,0.5608922865652239,-1.1513603852755605,0.7477955349507395
+hierarchy,-0.8624366246621078,-0.3076630689248072,0.821357714037452,-1.1290207829622592,0.5547735557373006
+rise,-0.3667707689442141,0.05775979708968101,1.1834991738213605,-1.1257393767316795,0.4245305660338951
+index,-0.6032284880321731,-0.3741230359980753,0.7379251837815574,-1.1120482197796326,0.22910545203409782
+number,-0.3739651433201928,-0.20073655660116407,0.8892367873138224,-1.0899733439149863,0.17322858671902874
+gravitational wave,-0.4621264799565467,0.6498785620860245,1.7280581362679037,-1.0781795741818794,1.1120050420425711
+luminosity,1.7838024347203065,-2.855605256368466,-1.8186579946872827,-1.0369472616811835,-4.639407691088772
+case,-3.2743269623093014,0.05400538571943424,1.0846274043198187,-1.0306220186003845,3.3283323480287357
+equation,-4.32097862253139,-0.3516761029157045,0.6414765622049805,-0.993152665120685,3.9693025196156855
+reduction,-0.3492643272259367,-0.6432199952560564,0.3465256195433195,-0.989745614799376,-0.29395566803011974
+principle,-0.8624864243328213,-0.14159736983167814,0.838950601221654,-0.9805479710533321,0.7208890545011432
+investigation,0.9196959060028055,-0.9426010822704566,0.027885178460467137,-0.9704862607309237,-1.862296988273262
+angular momentum,-1.0356489595482343,0.16308092562572565,1.102774799664431,-0.9396938740387054,1.19872988517396
+configuration,-1.975353723662341,-0.14194188550464826,0.7975466391641693,-0.9394885246688176,1.833411838157693
+gauge field,-0.733143004940072,-0.42696240740420793,0.5056101724673695,-0.9325725798715774,0.3061805975358641
+theorem,-1.4865643838183316,-0.018372735687178118,0.9140110950315857,-0.9323838307187639,1.4681916481311534
+computation,-1.0122295719048457,0.21028046595283276,1.1267044379662936,-0.9164239720134608,1.2225100378576785
+first time,2.5940951135388644,-1.2860943779123506,-0.3898615115822301,-0.8962328663301204,-3.880189491451215
+consistency,-0.9435219958285705,0.20689604421973742,1.0640450691116752,-0.8571490248919378,1.150418040048308
+behaviour,-0.14229390430766217,-0.6333058071111353,0.21417001560357596,-0.8474758227147112,-0.49101190280347307
+ground,-0.4423766739232221,-0.5216978300733063,0.28717262080217404,-0.8088704508754803,-0.07932115615008417
+show,0.250911684340475,-0.5889229795408206,0.21580051625500005,-0.8047234957958207,-0.8398346638812957
+pair,-0.0037886408562828183,-0.01537408003273675,0.7887703506187238,-0.8041444306514606,-0.011585439176453933
+respect,0.9040898368317761,-0.7699768726014845,-0.004655221882351297,-0.7653216507191332,-1.6740667094332606
+flux,-1.6571170349926425,0.06177870487668294,0.8213215542364974,-0.7595428493598145,1.7188957398693254
+result,2.38774830845346,-1.6233683041178613,-0.865161120078233,-0.7582071840396283,-4.011116612571321
+ii,1.019930064286096,-0.5633648242452091,0.1837427198922772,-0.7471075441374863,-1.583294888531305
+branching,1.4931230211920632,-1.4648318354015517,-0.7309990207603829,-0.7338328146411688,-2.9579548565936147
+first order,-0.36702139075013274,-0.6074401882658272,0.11876832020142072,-0.7262085084672479,-0.2404187975156945
+model,-3.3400272638663693,0.5315526088297546,1.2559462375217116,-0.724393628691957,3.871579872696124
+change,0.41353975668880955,-0.4513687640864002,0.2611965912321967,-0.7125653553185969,-0.8649085207752097
+length,-0.49186014911987896,-0.27879890127389323,0.38059014709738176,-0.659389048371275,0.21306124784598574
+agreement,0.5674588417611571,-0.3123469900306462,0.32732419154518216,-0.6396711815758284,-0.8798058317918034
+dynamic,-1.375546384046136,-0.21804289717777356,0.4190680085874182,-0.6371109057651918,1.1575034868683625
+zero,0.35657905016111857,-0.6365441544394154,-0.0002939181675342168,-0.6362502362718812,-0.9931232046005339
+gauge,-1.3779447393354387,-0.17417634457279993,0.4620510769114013,-0.6362274214842012,1.2037683947626387
+gas,0.4862894814718699,-0.5704733219543658,0.06190651101285579,-0.6323798329672217,-1.0567628034262357
+mean,0.19851910001060627,-0.02013582795664839,0.5539982900385327,-0.5741341179951811,-0.21865492796725466
+large hadron collider,0.7525308843017995,-0.6186336972184495,-0.053196072850275666,-0.5654376243681738,-1.3711645815202491
+article,0.7799004693387799,-0.4878667632765801,0.04340259673016463,-0.5312693600067447,-1.26776723261536
+time,0.4147859982937971,-0.4572041918478021,0.05856208684993622,-0.5157662786977383,-0.8719901901415992
+property,-0.20124504341795105,-0.12900742351248148,0.3748772504501554,-0.5038846739626369,0.07223761990546956
+formalism,-2.161130332036636,0.2333886575553029,0.7361391479008287,-0.5027504903455258,2.3945189895919388
+cm,2.6071842069407682,-2.163343419311914,-1.7135773650621318,-0.4497660542497821,-4.770527626252682
+contrast,0.37160121384511646,-0.09832646812498343,0.3179081812019982,-0.4162346493269816,-0.4699276819700999
+object,-0.3270014136737908,0.09507877848891787,0.5016947391645094,-0.40661596067559147,0.4220801921627087
+higher order,0.23318955099353483,-0.3848184321466285,0.01491386148240923,-0.3997322936290377,-0.6180079831401633
+modification,-0.10441321283752575,-0.1038724634411963,0.2826678967669803,-0.3865403602081766,0.0005407493963294485
+recent result,1.475275281641936,-0.9402414547794372,-0.5589774679602012,-0.381263986819236,-2.4155167364213734
+extension,-0.8662287817908616,0.3199227682782612,0.6753156712083722,-0.355392902930111,1.1861515500691229
+context,-1.0685753177486885,0.21510510410485625,0.5421817454105702,-0.3270766413057139,1.2836804218535447
+quantity,-0.7745873425674459,-0.02256991090108863,0.3029928134070838,-0.3255627243081724,0.7520174316663573
+radiation,-0.41448890574758035,0.21125191481610128,0.5311562815198829,-0.31990436670378164,0.6257408205636816
+technique,1.951891004482296,-0.7263806281148308,-0.4095710533704573,-0.31680957474437355,-2.6782716325971268
+argument,-0.9597955595389498,0.08604145473419177,0.3873232094590064,-0.3012817547248146,1.0458370142731415
+behavior,-1.0777764832900234,0.011868619879128912,0.29514331314967085,-0.28327469327054194,1.0896451031691523
+size,-0.8534910618542825,0.22874724941052263,0.5063584468140375,-0.2776111974035149,1.082238311264805
+renormalization,-1.15827884018377,-0.1576843184632357,0.10814096941194479,-0.26582528787518045,1.0005945217205343
+probability,-0.25601117014759417,0.38313071512001995,0.6348404223237885,-0.2517097072037685,0.6391418852676141
+level,-0.06689629742589884,0.010459761656131703,0.2552310335219247,-0.244771271865793,0.07735605908203054
+excitation,0.296428726315375,-0.05686208009122307,0.1809258768962787,-0.23778795698750177,-0.35329080640659805
+aspect,-1.199586614361441,0.007235916725084126,0.24133165623203398,-0.23409573950694987,1.2068225310865253
+flow,-0.48000125251715203,0.2020658071942948,0.429885062905087,-0.2278192557107922,0.6820670597114469
+power,0.7697579173062112,0.13177287331684343,0.3563879269903549,-0.22461505367351145,-0.6379850439893678
+function,-0.6329614564522542,0.07121346204793222,0.2806042461390214,-0.2093907840910892,0.7041749185001864
+degree,-0.7353709004667549,0.04988665439953641,0.22381991955936506,-0.17393326515982865,0.7852575548662913
+bulk,-1.0617517692937033,-0.08619187804580249,0.07146659957105074,-0.15765847761685323,0.9755598912479008
+symmetry,-1.9309791428284655,0.20750631447937326,0.36452467507400976,-0.1570183605946365,2.138485457307839
+upper limit,3.6454666999875163,-3.1643630395294524,-3.0118107838879316,-0.15255225564152086,-6.809829739516969
+differential cross section,0.9484017949461955,-0.6651667094860401,-0.5354811307489323,-0.12968557873710773,-1.6135685044322354
+resolution,2.882339882750587,-1.318157529540419,-1.1909911143274874,-0.1271664152129317,-4.200497412291006
+probe,0.08465814788838949,0.38297756058415217,0.5016945252131243,-0.11871696462897213,0.2983194126957627
+description,-0.8505825748807442,0.374778011211531,0.47961811956059147,-0.10484010834906049,1.2253605860922752
+gauge theory,-0.47422388084555767,0.09665756067112728,0.2000903177099233,-0.10343275703879602,0.570881441516685
+work,-0.6568331454110738,0.6843925784682514,0.7745122986849363,-0.0901197202166849,1.3412257238793253
+vector,-0.07042848097063756,0.4044892356350892,0.46619731682391846,-0.061708081188829256,0.4749177166057268
+qed,-0.8012251835049343,0.2726153242668752,0.3174754049221625,-0.04486008065528729,1.0738405077718096
+definition,-0.9562209835969202,0.1884483267688192,0.21693347661722726,-0.028485149848408053,1.1446693103657395
+information,-0.2852483219489708,0.5387908946336268,0.5568533864104422,-0.018062491776815404,0.8240392165825976
+perturbation,-2.0513157563184685,0.24535574524266193,0.23866898557838823,0.006686759664273706,2.2966715015611303
+expansion,-2.161752191494981,0.17587793907982358,0.16915382361121437,0.00672411546860921,2.3376301305748046
+method,0.4868950144331462,-0.03420655894661294,-0.04384929237548813,0.009642733428875193,-0.5211015733797592
+content,0.2393196614318174,0.3721783367737186,0.2769957162191968,0.09518262055452181,0.13285867534190118
+enhancement,0.0686625347842414,-0.16189950718250093,-0.26348996450635376,0.10159045732385283,-0.23056204196674235
+scaling,0.017517692898084355,0.27711573205328344,0.17022050004616704,0.1068952320071164,0.2595980391551991
+deviation,0.8263649145764644,0.129112599429159,0.011139779747382079,0.11797281968177693,-0.6972523151473055
+monte,0.33772345854864844,-0.002288792120678666,-0.1402701971198335,0.13798140499915482,-0.3400122506693271
+sector,0.2727465237517277,0.49147930587004796,0.3474322902377798,0.14404701563226818,0.21873278211832026
+choice,0.17974651309280115,0.32861581094509457,0.17988333365791923,0.14873247728717534,0.14886929785229341
+amplitude,-1.214655183866535,0.7450959104320881,0.5852587530127896,0.1598371574192985,1.959751094298623
+sign,-0.9481441341374622,0.3638973835841903,0.19052718576434546,0.17337019781984486,1.3120415177216525
+question,-0.18778617446311394,0.3415723837527684,0.1394909247775521,0.2020814589752163,0.5293585582158823
+vertex,-0.6669872618060207,0.04545486530736324,-0.1592156867043105,0.20467055201167372,0.712442127113384
+other hand,-0.4792742886244259,0.6659823093144945,0.426215760980302,0.23976654833419253,1.1452565979389204
+phase,-1.3891468114415246,0.22804872933726397,-0.02445137765758593,0.2525001069948499,1.6171955407787886
+tree level,-0.8971658074277751,0.07634707855679966,-0.18444150409824972,0.2607885826550494,0.9735128859845747
+carlo,-0.24486686793471546,0.893249326021741,0.611226078294473,0.28202324772726806,1.1381161939564564
+section,1.0351807605523642,-0.8052814944966734,-1.0921006509357614,0.28681915643908795,-1.8404622550490375
+idea,0.12838954666783325,0.5465044852163261,0.2544868115946674,0.2920176736216587,0.41811493854849285
+value,-0.25171987629973125,0.3651701091986849,0.07258068568870404,0.29258942350998085,0.6168899854984162
+correlation,0.3574924658288883,0.3100609012074903,0.00830149815239849,0.3017594030550918,-0.04743156462139797
+lagrangian,-1.697291711493678,0.5086528728391386,0.19935896047410465,0.309293912365034,2.2059445843328165
+line,-0.34243237409766314,0.23401873680512122,-0.0753858654334225,0.3094046022385437,0.5764511109027843
+way,-1.0649713145288207,0.5604962850757189,0.24544258847830938,0.31505369659740956,1.6254675996045396
+detail,0.08352625714606353,0.1761180181164986,-0.14828010390987306,0.32439812202637164,0.09259176097043507
+addition,0.4982897939777535,0.12623675068710008,-0.21810460794093514,0.3443413586280352,-0.3720530432906535
+invariant mass,0.6325258030386223,-0.2110700143107704,-0.6046827317978519,0.3936127174870815,-0.8435958173493927
+loop,-1.9914639993054373,0.30778032928582605,-0.09141773208082357,0.3991980613666496,2.2992443285912634
+set,0.14953882498489696,0.26806892967427287,-0.15374287149979915,0.421811801174072,0.11853010468937591
+fermion,-1.7000594231418813,0.4467451864136308,0.023963962273989867,0.4227812241396409,2.1468046095555122
+domain,-0.7438163839295038,0.3404395844168479,-0.08555776040374771,0.4259973448205956,1.0842559683463517
+shape,0.7805848512398509,0.25687130769795397,-0.17280490786944264,0.4296762155673966,-0.5237135435418969
+constant,-1.882027446600267,0.4507154629479024,0.004913757162637896,0.44580170578526446,2.3327429095481693
+spectrum,-0.6532425745780241,0.45422477351907414,-0.030554147647692206,0.48477892116676635,1.1074673480970982
+gev,2.3239403038659745,-1.5887445203215926,-2.0794371229470143,0.4906926026254217,-3.912684824187567
+direction,-0.26030951498505545,0.5784381733955328,0.07290500551393811,0.5055331678815947,0.8387476883805882
+integrated luminosity,-0.6337749992594491,-0.34452112142214975,-0.8735517534032422,0.5290306319810925,0.2892538778372994
+stability,0.25016932648330165,0.5502553365993124,0.020825858571022687,0.5294294780282897,0.3000860101160107
+distance,-0.07233601345132223,0.7041586079855982,0.16291627630079064,0.5412423316848075,0.7764946214369204
+state,0.3214763897979868,0.21623582975145,-0.326908434242115,0.5431442639935651,-0.10524056004653681
+quantum field theory,-0.8153403387203036,0.259752304734189,-0.28488300855362514,0.5446353132878141,1.0750926434544925
+higgs boson,-0.3163730660535005,0.03246712037992827,-0.5278198824941213,0.5602870028740495,0.3488401864334288
+picture,-0.7744835153761819,0.3148644306717882,-0.2471482209033688,0.562012651575157,1.08934794604797
+su,-0.9163582756618333,0.5373101014387053,-0.0373990915080758,0.5747091929467811,1.4536683771005385
+range,2.187769456750951,-0.6306200469785985,-1.2075772340231865,0.576957187044588,-2.8183895037295494
+structure,-0.21095182327300122,0.42496366302745087,-0.1637637616409189,0.5887274246683698,0.6359154863004521
+view,-0.07581115319046386,0.6693459364915259,0.058601114031784605,0.6107448224597413,0.7451570896819897
+effective action,-1.4940508658145644,0.13262452935785418,-0.4832020022276417,0.6158265315854958,1.6266753951724184
+observation,1.48730525436785,-0.20313366876313624,-0.8351092303996598,0.6319755616365236,-1.6904389231309862
+interpretation,-1.1815666175755275,0.7489332018770806,0.06603330394156173,0.6828998979355189,1.9304998194526082
+phenomenon,0.13410757797549283,0.8599428617427919,0.17613212500682962,0.6838107367359623,0.725835283767299
+particle,1.1419656978712718,0.48684005807540826,-0.2015033784675419,0.6883434365429502,-0.6551256397958636
+pattern,-0.5637473770949786,0.6003182671825477,-0.11475454983897289,0.7150728170215206,1.1640656442775263
+form,-1.724302435185269,0.7568094216365767,-0.004804668103076982,0.7616140897396537,2.4811118568218458
+requirement,0.374733794205376,0.16837969956707532,-0.5982140405220272,0.7665937400891025,-0.20635409463830068
+force,-0.8863380088235538,0.8049230281745238,0.03819340028104933,0.7667296278934744,1.6912610369980776
+study,1.9334516372761228,-0.6211352226569768,-1.3883238672093972,0.7671886445524203,-2.5545868599330994
+fraction,2.3917021730976558,-1.6977807304646084,-2.488088438288192,0.7903077078235834,-4.089482903562264
+one,-0.6353087880595395,0.5228735007506127,-0.2690827069807587,0.7919562077313713,1.1581822888101523
+issue,-0.6934338692105225,0.5277451663644941,-0.2890311268566169,0.816776293221111,1.2211790355750165
+inflation,-3.3161581517608303,1.2002777566296579,0.37097716984844437,0.8293005867812135,4.516435908390488
+temperature,-2.168900001572549,0.795225805708433,-0.04235940822662704,0.8375852139350601,2.964125807280982
+understanding,0.22005963061560313,0.34534713574292597,-0.5102937330514822,0.8556408687944081,0.12528750512732284
+electron,1.2340832566516051,-0.37790559896923553,-1.2397216362018513,0.8618160372326158,-1.6119888556208406
+feature,0.13299598186765002,0.8490223278395993,-0.07058109392914103,0.9196034217687403,0.7160263459719493
+generation,-0.58636338039646,1.0227478711403977,0.09956535031680767,0.92318252082359,1.6091112515368575
+momentum,1.270453141562485,-0.07889667704185073,-1.0180327668098088,0.939136089767958,-1.3493498186043356
+uncertainty,0.47175002477921657,0.38875398338066236,-0.5850520318859,0.9738060152665624,-0.08299604139855421
+problem,-2.1440907859688725,0.6752494185803269,-0.30365170637727595,0.978901124957603,2.8193402045491993
+ratio,0.795645372030185,-0.3329602410886726,-1.3659719675028685,1.033011726414196,-1.1286056131188578
+literature,-0.9429860164532575,1.158655869204492,0.12034379494742012,1.0383120742570717,2.1016418856577497
+condensate,-1.1753800163927208,0.9402845700343466,-0.11558406279277945,1.055868632827126,2.1156645864270676
+propagator,-1.7201732466990043,0.9769393067043907,-0.0913439790556554,1.0682832857600462,2.697112553403395
+increase,1.4341525754008524,0.39352789538506866,-0.6868595407380942,1.080387436123163,-1.0406246800157837
+lattice,-2.0491145809132094,0.9806571441770909,-0.11974160280730632,1.1003987469843972,3.0297717250903005
+beta,0.6011149079414351,0.3082596972140838,-0.8138173832366771,1.122077080450761,-0.29285521072735127
+current,0.241573943810653,0.6483680416210328,-0.48481647731653443,1.133184518937567,0.4067940978103798
+end,0.9641115249287399,0.2523905618886987,-0.8986760600165818,1.1510666219052805,-0.7117209630400412
+parity,-0.6411888974659027,0.6705014696345596,-0.4878502865356146,1.1583517561701742,1.3116903671004623
+density,-1.4675553904186744,0.8060341056599082,-0.3712537353424779,1.1772878410023861,2.2735894960785825
+shift,-0.0735814243774801,0.9327404241319203,-0.24535752185851598,1.1780979459904362,1.0063218485094003
+radius,-1.1934796768273497,0.8580244249226149,-0.32272937217777814,1.180753797100393,2.0515041017499644
+analysis,1.3822074857511006,0.08120693481268886,-1.1250719594688219,1.2062788942815108,-1.3010005509384117
+experimental result,1.1286195934721563,-0.480408582427212,-1.6961363692637863,1.2157277868365743,-1.6090281758993683
+upper bound,-0.9338411055803133,1.037787897216949,-0.2132358201852372,1.251023717402186,1.9716290027972623
+generator,-1.8490319679287928,1.3270357936267585,0.07538149512422412,1.2516542985025343,3.1760677615555513
+light,0.3376973571344869,1.2999131371130141,0.026197063596293757,1.2737160735167203,0.9622157799785273
+coupling,-1.0511618695961293,1.3073457321059667,0.03104995047111811,1.2762957816348486,2.358507601702096
+wave,-1.2002808307949433,0.910048449799932,-0.3716715248886772,1.2817199746886092,2.1103292805948755
+consequence,-0.6427620870423751,1.392693176525394,0.0938588133489801,1.2988343631764139,2.035455263567769
+signature,0.1877550669504896,1.825940852715664,0.5136431070938628,1.3122977456218012,1.6381857857651743
+interest,0.043942323274581044,0.9489394480873562,-0.3666840263511924,1.3156234744385487,0.9049971248127752
+dependence,0.3556029728259615,0.5280568786229582,-0.8019641045007854,1.3300209831237435,0.17245390579699676
+tevatron,-0.16273399738077143,-0.9981132549811569,-2.3616663282444104,1.3635530732632535,-0.8353792576003854
+heavy ion,-1.3251656740548603,0.9561570001205448,-0.4243518337213202,1.380508833841865,2.281322674175405
+order,-1.0434252275209508,1.020407382147112,-0.3635727918196369,1.383980173966749,2.063832609668063
+potential,-2.84845971002007,1.1141916750217602,-0.27861122305277847,1.3928028980745386,3.96265138504183
+year,1.0457873968526714,-0.07509451542991227,-1.4878749225520103,1.412780407122098,-1.1208819122825837
+tev,2.1884875942306965,-1.00580150260416,-2.45092265105887,1.4451211484547102,-3.1942890968348565
+interaction,1.1403315908750797,0.3128093065532731,-1.1331977287110804,1.4460070352643535,-0.8275222843218066
+transition,-0.291589859952942,0.9272956153300062,-0.5331926757209903,1.4604882910509964,1.218885475282948
+scalar,-0.17262740314054956,1.287939427060778,-0.20602302445081588,1.493962451511594,1.4605668302013275
+discussion,-0.36695783726257697,1.2729635421378596,-0.2361696805224243,1.5091332226602838,1.6399213794004366
+diagram,-1.754484995735643,1.322206190702694,-0.21145007269468313,1.5336562633973772,3.076691186438337
+assumption,-0.42371025385074995,1.389634601618923,-0.15325763364830336,1.5428922352672263,1.813344855469673
+nature,0.09719343705380745,1.0943022330636873,-0.4493721020450985,1.5436743351087858,0.9971087960098799
+beam,2.2527549296601856,-1.4933280131400206,-3.0591000506015265,1.5657720374615058,-3.7460829428002063
+event,2.586505512682673,-1.7219048471699725,-3.2881153048193323,1.5662104576493598,-4.308410359852646
+cp violation,0.49984208459077806,-0.29548188437868256,-1.866810751506133,1.5713288671274503,-0.7953239689694607
+future,0.7336902296153629,1.656494213894793,0.055459770233627796,1.6010344436611652,0.92280398427943
+coefficient,-0.6678935167786498,1.2100801046751384,-0.3979942914200487,1.608074396095187,1.8779736214537883
+dark,-0.2855833762004539,2.0477642612718885,0.4018205209710909,1.6459437403007975,2.3333476374723423
+role,-1.6922848237552075,1.3868522634887692,-0.2754877046058793,1.6623399680946485,3.0791370872439767
+combination,0.47428710661664714,0.9729905925638173,-0.7233773634648751,1.6963679560286924,0.4987034859471701
+origin,-0.1462476420561182,1.6675256791775097,-0.03430179841486325,1.701827477592373,1.813773321233628
+total cross section,0.5296869797466643,1.5428913603788097,-0.16004095284372663,1.7029323132225362,1.0132043806321454
+low energy,-1.4274437817710885,0.9893010315203352,-0.7218073239873638,1.7111083555076991,2.416744813291424
+angle,0.613412999663095,0.5475745692415653,-1.166003531008421,1.7135781002499861,-0.0658384304215297
+source,0.01458227152384102,0.8629809711816563,-0.8637547378019028,1.726735708983559,0.8483986996578152
+status,1.206415988846688,-0.31102735656911035,-2.0440432290606827,1.7330158724915723,-1.5174433454157985
+algorithm,0.933601288706635,0.7098825677635847,-1.0458843934092958,1.7557669611728806,-0.22371872094305023
+application,-0.5938253090385502,1.0021772662129422,-0.7615346684134574,1.7637119346263996,1.5960025752514926
+fluctuation,-1.013411112196613,1.0210107731840512,-0.7479820184155663,1.7689927915996175,2.034421885380664
+magnitude,0.6621788505758549,1.192412894304909,-0.5949138281648427,1.7873267224697518,0.5302340437290541
+multiplicity,1.3982946770180475,-0.057841468421499065,-1.853066957459917,1.795225489038418,-1.4561361454395465
+boson,0.715390976559843,0.7916658026672064,-1.004927161738602,1.7965929644058085,0.07627482610736347
+tool,0.35964814304106213,0.8473377590209751,-0.9542816401437764,1.8016193991647516,0.48768961597991295
+parameter,-0.44390719610483015,1.3452723807805866,-0.46012940891438475,1.8054017896949714,1.7891795768854168
+reaction,1.7797509509186384,-0.6564697369018778,-2.544052089487019,1.8875823525851412,-2.436220687820516
+transverse,1.1095440193345407,-0.3300130394735491,-2.2284907480742357,1.8984777086006868,-1.4395570588080897
+chiral symmetry,-1.1732632598646389,1.5259241537431243,-0.3990965307701545,1.925020684513279,2.6991874136077634
+search,4.567051666491068,-2.5548941577426203,-4.480171503398196,1.925277345655576,-7.121945824233688
+part,-0.07437169667608488,1.1729157480709669,-0.7548748338729532,1.92779058194392,1.2472874447470517
+physic,1.6786002908136548,0.3012875696508029,-1.6310411972564995,1.9323287669073024,-1.377312721162852
+mechanism,-0.9429548581838003,1.5315755071494512,-0.40411650366305035,1.9356920108125015,2.4745303653332513
+strength,0.31721566593348427,0.6834090168147064,-1.2728986279467727,1.9563076447614791,0.3661933508812222
+confinement,-1.207618442612077,1.416099742591292,-0.5429503957420526,1.9590501383333447,2.6237181852033693
+difference,0.2927581573453549,0.48487585124481813,-1.4768440737977857,1.9617199250426038,0.19211769389946326
+candidate,1.292338155119901,0.5089006960448147,-1.4591414713763047,1.9680421674211193,-0.7834374590750862
+supersymmetric model,-0.9451317450561383,1.2461232516390603,-0.7309709409687112,1.9770941926077716,2.1912549966951986
+magnetic moment,-0.6365982848807193,0.9296364165168829,-1.0528428457321668,1.9824792622490497,1.5662347013976023
+scheme,-0.15979411148704242,1.474810118234254,-0.561831533982134,2.036641652216388,1.6346042297212964
+heavy quark,0.2208952154445724,0.9617879466790878,-1.0935989092753795,2.0553868559544672,0.7408927312345155
+breaking,-0.6248333729243252,1.1326243306369412,-0.9249720543655819,2.0575963850025234,1.7574577035612664
+program,1.46718086523062,0.07180717571022643,-1.9977991246722961,2.0696063003825227,-1.3953736895203934
+bound,-1.5895943756410333,1.8691457670721827,-0.20303350407690773,2.0721792711490905,3.458740142713216
+approach,-2.2863506735277856,1.6665089195423612,-0.4142036060670736,2.0807125256094348,3.952859593070147
+test,1.180097362872852,0.6249107636857013,-1.4835629863061637,2.108473749991865,-0.5551865991871506
+good agreement,0.012694999431833389,0.7313144683920956,-1.4140822833358362,2.1453967517279318,0.7186194689602622
+emission,-0.3316431745612069,1.3329755769741232,-0.8467049801736949,2.179680557147818,1.6646187515353301
+sum,-0.6292872682779886,1.4090504269122985,-0.785689285925452,2.1947397128377504,2.038337695190287
+review,0.5537280240574702,1.262920165809593,-0.948785292518675,2.211705458328268,0.7091921417521228
+use,1.2048876329688019,0.9746102768016068,-1.2389008075419574,2.213511084343564,-0.23027735616719502
+treatment,-1.078139689163239,1.183440590537821,-1.0390510498655428,2.222491640403364,2.26158027970106
+final state,0.8175119155530529,-0.3251040626915675,-2.5524354797639717,2.227331417072404,-1.1426159782446204
+integral,-1.8905076952070106,1.8292800285670856,-0.39835538497474365,2.2276354135418295,3.719787723774096
+matter,-0.5537744982761503,1.3274994079121332,-0.9595499906503354,2.2870493985624685,1.8812739061882835
+possibility,-1.630187020815215,1.8586455820047347,-0.43217980283566737,2.290825384840402,3.48883260281995
+rapidity,0.5339279512374381,0.46876880405887084,-1.8421622544478162,2.310931058506687,-0.06515914717856724
+neutrino oscillation,-0.14956899542858662,0.8309330110770901,-1.4907618743974806,2.321694885474571,0.9805020065056766
+error,0.38195490584266006,0.982080759998426,-1.392851744912957,2.374932504911383,0.6001258541557659
+star,-0.834526088630949,1.194905990573575,-1.1863768000364052,2.3812827906099803,2.029432079204524
+muon,1.5268321769848872,-1.0857055015334087,-3.468240116188165,2.382534614654756,-2.612537678518296
+comparison,0.9416723563480359,0.658427252308483,-1.7526503160589664,2.4110775683674492,-0.28324510403955294
+yukawa,0.6834738936434748,1.4377703842841165,-0.9902154947635785,2.427985879047695,0.7542964906406417
+correction,-1.4264301057609257,1.605321848610623,-0.8292613057185275,2.4345831543291507,3.0317519543715488
+rate,-0.07468289096823628,1.6262292454639624,-0.813442285751305,2.4396715312152675,1.7009121364321986
+constraint,-1.0225045170568867,2.012798645539823,-0.43145635716442277,2.444255002704246,3.0353031625967097
+component,-0.6632517049954887,1.476765729630296,-0.977283125264188,2.4540488548944843,2.1400174346257845
+standard,-0.1511901479191951,1.3851143250740414,-1.0820159468656219,2.4671302719396633,1.5363044729932365
+basis,-1.2488143623610766,1.521765023494696,-0.9575166128861925,2.4792816363808887,2.770579385855773
+tension,-0.1515523763034697,1.939037397764894,-0.5435462805022861,2.48258367826718,2.0905897740683637
+polarization,-0.3278307495671666,1.468859800523596,-1.0507331288884838,2.51959292941208,1.7966905500907626
+nucleus,0.4964613957522719,0.4735117558560959,-2.058220994936759,2.531732750792855,-0.02294963989617599
+discovery,0.6555869449116037,1.3879732749839253,-1.172067659746169,2.560040934730094,0.7323863300723216
+experiment,4.021406221560174,-2.356704312430423,-4.929418265967086,2.5727139535366628,-6.378110533990597
+unitarity,-0.6781925951996548,1.7037303962067334,-0.8798161865334707,2.583546582740204,2.3819229914063884
+scattering,0.3408373355592252,1.154736351201268,-1.4424392718097117,2.5971756230109797,0.8138990156420429
+radiative correction,-0.5229650773131808,1.7564097478996104,-0.8492060830141018,2.6056158309137123,2.2793748252127912
+factor,0.8452184755723519,1.3630811292469178,-1.2468038270266621,2.60988495627358,0.517862653674566
+charm,0.6536998216632652,-0.4394187849911425,-3.077436937032872,2.638018152041729,-1.0931186066544076
+heavy ion collision,-1.9296347488900933,2.912468516298041,0.16684123921094887,2.7456272770870918,4.842103265188134
+effect,-1.8317015000801369,2.344803604298399,-0.4216591334916127,2.766462737790012,4.176505104378536
+inelastic scattering,-0.16400730289699997,1.064070907929381,-1.7124289954617418,2.776499903391123,1.228078210826381
+medium,-0.7156543285233304,1.4831219351335048,-1.2966124028058823,2.779734337939387,2.198776263656835
+proton,0.9650514299417426,0.09937741445095918,-2.6820269035237314,2.781404317974691,-0.8656740154907835
+simulation,0.4622291102020935,1.4485179154923766,-1.3356997128092987,2.7842176283016755,0.9862888052902832
+region,0.13177815938833926,1.1876828811379714,-1.646515757450823,2.834198638588794,1.055904721749632
+oscillation,-0.16819871472126396,1.4490320059576511,-1.3923927111050498,2.8414247170627007,1.6172307206789152
+formation,-0.13269021566633563,1.3563027861842243,-1.4993591272249231,2.8556619134091474,1.48899300185056
+implication,-1.7904861149670426,2.36751547112174,-0.4993256686778928,2.8668411397996327,4.1580015860887825
+scale,-0.49958970235344385,2.266190666305726,-0.6878736005856364,2.9540642668913626,2.7657803686591698
+rule,-0.8710458306817086,1.818414068613599,-1.1627052790458563,2.9811193476594555,2.689459899295308
+prospect,-0.24752623265210544,1.515974069478305,-1.4741196168154291,2.990093686293734,1.7635003021304105
+approximation,-1.7915913010072304,1.8897370243800906,-1.1078960579085007,2.9976330822885915,3.6813283253873212
+data,2.4309969102865803,-0.03268502096478668,-3.0445225127379136,3.011837491773127,-2.463681931251367
+magnetic field,0.5136568526062651,1.9133419116641366,-1.1282709748337527,3.041612886497889,1.3996850590578713
+photon,0.1994602548531484,1.3688142289385103,-1.6946484938365658,3.063462722775076,1.169353974085362
+mev,1.9754277345149447,-0.15162060128804553,-3.2551625541499662,3.103541952861921,-2.12704833580299
+suppression,-1.2085228609592031,1.5537960199762653,-1.554119914487498,3.1079159344637635,2.762318880935468
+cross,0.19459492603715237,0.8465077172299152,-2.3327065428287987,3.179214260058714,0.6519127911927629
+exchange,-1.030960501321929,1.7827377070261896,-1.5205799575452812,3.3033176645714706,2.813698208348119
+jet,1.3462648687142131,0.49299993633200706,-2.827933243452507,3.320933179784514,-0.8532649323822061
+collision,1.1391371377324533,0.43392992243355477,-2.960658732269438,3.394588654702993,-0.7052072152988985
+scenario,-1.326400890529259,2.669186908262887,-0.7338619727482583,3.403048881011145,3.9955877987921458
+neutron,0.7024633574983266,1.1560174753926002,-2.273226306161743,3.429243781554343,0.4535541178942737
+width,0.09661057183018402,1.4117894119710341,-2.0231643965115813,3.4349538084826152,1.3151788401408502
+lepton,0.4707113506646066,1.5364432742218348,-1.9051425406549063,3.441585814876741,1.0657319235572282
+estimate,-1.1243554358603045,2.71665666902203,-0.7327092714143311,3.449365940436361,3.841012104882335
+detection,0.5054639534918075,2.3201895023758006,-1.1408057413465071,3.4609952437223077,1.814725548883993
+prediction,0.07873892579589513,1.790893255492082,-1.6839080270436741,3.474801282535756,1.712154329696187
+singlet,-0.5341061713074287,1.8525735242283972,-1.6361762029281532,3.4887497271565504,2.386679695535826
+numerical result,-1.0259556261455383,2.759374441327331,-0.7615949768656752,3.520969418193006,3.785330067472869
+framework,-0.579042314628742,2.2543711112232794,-1.2963674559929401,3.5507385672162197,2.8334134258520214
+channel,0.06252587785769298,1.4327265392393367,-2.1515705189339527,3.5842970581732896,1.3702006613816438
+development,0.8874680526224848,1.471310859093212,-2.1416609922507757,3.6129718513439877,0.5838428064707272
+pion,0.9397502554492834,1.0314241610611647,-2.58222093405529,3.6136450951164547,0.09167390561188138
+perturbative qcd,-0.8481655231655644,1.3507697950762532,-2.273096288247159,3.6238660833234118,2.1989353182418174
+unification,-1.3408312360110464,2.1860355838743564,-1.449665192984567,3.6357007768589233,3.5268668198854027
+supersymmetric standard model,-0.7157215764653472,1.7888987451320388,-1.954609364262226,3.7435081093942646,2.504620321597386
+observables,0.06344867969338715,2.6218496699916454,-1.1603363309233454,3.782186000914991,2.5584009902982583
+sm,0.707152078779265,2.5533333584867743,-1.2687435998617504,3.822076958348525,1.8461812797075092
+annihilation,1.2786408380790122,1.2451939155518592,-2.602781118314454,3.8479750338663132,-0.03344692252715298
+calculation,-1.1107497058637612,2.217587052759584,-1.6364100896584584,3.8539971424180424,3.3283367586233448
+early universe,-0.8995563620292231,2.3698140883850503,-1.5822763150580847,3.952090403443135,3.2693704504142733
+asymmetry,0.21892104451954614,1.4678784411209689,-2.5554626378180236,4.0233410789389925,1.2489573966014227
+plasma,-1.8288233678841481,3.1358762906962054,-0.8977242516495717,4.033600542345777,4.964699658580353
+precision,0.28402521678176496,1.7488078561122438,-2.3162215365775958,4.06502939268984,1.4647826393304788
+threshold,0.26998030295445336,2.0919749310930524,-2.0370888486983265,4.1290637797913785,1.821994628138599
+cp,-0.3820587404997294,2.1781629602590287,-1.963119140257271,4.1412821005163,2.560221700758758
+fit,0.4917334557233676,2.3818678027950644,-1.7838253696663964,4.165693172461461,1.890134347071697
+factorization,-1.4446352921399266,2.831817231479131,-1.3475460427877373,4.179363274266868,4.276452523619057
+mass,-0.4608168274043989,2.585507523187212,-1.6537648623895664,4.239272385576778,3.046324350591611
+production,0.8617011831842822,0.5592812097489915,-3.709176872351326,4.2684580821003175,-0.3024199734352907
+doublet,0.45771760746457757,1.7768693364366126,-2.530054770754056,4.306924107190668,1.319151728972035
+moment,-0.09420524921738124,2.520010667532017,-1.8154457525168266,4.3354564200488435,2.614215916749398
+gamma,-0.22041485479053055,1.0572757960833488,-3.3268552119659534,4.384131008049302,1.2776906508738792
+contribution,-0.9691806462845228,2.977793228487222,-1.4158703820517813,4.3936636105390035,3.946973874771745
+higgs,-0.955694826707655,2.5538747072644874,-1.9115228656184033,4.465397572882891,3.5095695339721424
+baryon,0.30350103159417446,2.6330233313686393,-1.885762668857169,4.518786000225808,2.3295222997744647
+element,0.41846087431164297,2.6065999999977776,-1.9775316929009166,4.584131692898694,2.1881391256861344
+meson,0.4694591734161639,1.4304728985537472,-3.1544744062056256,4.584947304759373,0.9610137251375832
+account,-1.4107369240029954,3.3506139614459904,-1.2892686586559579,4.6398826201019485,4.761350885448985
+evolution,-1.6646338785531123,2.7712569782862846,-1.879543475687451,4.650800453973735,4.435890856839396
+violation,-0.6935061898506344,2.4542334752374897,-2.3497729894880712,4.8040064647255605,3.147739665088124
+determination,0.29794580161749573,1.5322619485620022,-3.2797938861931133,4.812055834755116,1.2343161469445065
+effective field theory,1.4128994883239183,2.9832925745886003,-1.853062106945548,4.836354681534148,1.570393086264682
+decay,1.980971930553822,0.869721947671285,-3.974454104613346,4.844176052284631,-1.111249982882537
+flavor,0.013139821034092367,2.4809354135361152,-2.3854949316005682,4.866430345136683,2.4677955925020227
+distribution,0.28066176606982773,2.1150321644283667,-2.777620684297103,4.89265284872547,1.8343703983585389
+collaboration,0.8341683730792926,1.6551028147586961,-3.2552176575715923,4.910320472330288,0.8209344416794035
+accuracy,-0.7420491426174469,2.9841190741406223,-1.998363648710248,4.98248272285087,3.726168216758069
+process,-0.7012976257073581,3.200487003500956,-1.7965127459226544,4.99699974942361,3.901784629208314
+signal,0.2656325405124987,2.7549443175867014,-2.258522423466118,5.013466741052819,2.4893117770742026
+resonance,0.5876277044211633,1.9619792527566253,-3.0691984575605016,5.031177710317127,1.374351548335462
+neutrino mass,-0.8276415954252057,2.520699226484544,-2.51090894670632,5.031608173190865,3.3483408219097495
+impact,0.1206630527612846,3.2473557392351853,-1.873506308638313,5.120862047873498,3.1266926864739006
+next-to-leading order,-0.09385322946221562,2.415361813066815,-2.7295914676752258,5.14495328074204,2.5092150425290307
+chiral perturbation theory,-0.04634493495787696,2.884796029035359,-2.3195943843096924,5.204390413345052,2.931140963993236
+hadron,0.5706119643372305,2.110612083182587,-3.427913418244583,5.53852550142717,1.5400001188453567
+high energy,-0.878600375800025,3.46776398056577,-2.1566847586454667,5.624448739211237,4.346364356365795
+new physic,-1.459110452659948,3.5050551932252256,-2.257117463448012,5.762172656673238,4.964165645885174
+sensitivity,0.05056261550905554,3.2625290324039646,-2.713273942070179,5.975802974474144,3.211966416894909
+effective theory,0.7652919679119518,3.2746869954591897,-2.719685769773911,5.9943727652331,2.509395027547238
+nucleon,0.1349218453482201,2.2304597522164156,-3.8588443471492373,6.089304099365653,2.0955379068681954
+collider,0.572917322855237,2.7804170545297864,-3.5309054904838773,6.311322545013663,2.2074997316745493
+electroweak,-0.545938880378493,3.3854557675939394,-3.0293884570830083,6.414844224676948,3.931394647972432
+standard model,2.136898760023279,2.7080023466850713,-3.8786833729334886,6.5866857196185595,0.5711035866617924
+mixing,-0.3128283035648138,3.566073474710071,-3.06772886987365,6.633802344583721,3.878901778274885
+color,-1.4705554418634026,4.123118140840506,-2.5557656197798746,6.678883760620381,5.593673582703909
+gluon,-0.9004487491738253,4.14020593994104,-2.6414626080252117,6.781668547966252,5.040654689114865
+phenomenology,-0.6140106884173915,4.5737906080091735,-2.2449290933610553,6.818719701370229,5.187801296426565
+parton,-1.0119887105030314,3.476055448413987,-3.732981930959706,7.209037379373693,4.488044158917019
+extra dimension,0.2486271506258122,3.409736988040728,-3.923686030544615,7.333423018585343,3.161109837414916
+dark matter,-0.9162371680886137,4.887929542970943,-2.644127832112377,7.532057375083319,5.8041667110595565
+mssm,-2.203050846856135,4.12151946599372,-3.6813001394297706,7.80281960542349,6.324570312849856
+experimental data,-1.8899440393722298,5.441570829158965,-2.5966761108776693,8.038246940036634,7.331514868531195
+neutrino,-0.17628066250138347,3.4062364242637306,-5.218292226469701,8.624528650733431,3.582517086765114
+qcd,-0.8310539636454165,5.90374875244027,-2.899296909198241,8.80304566163851,6.734802716085687
+lhc,-0.04235626795063159,5.713745911947267,-3.6591685758306807,9.372914487777948,5.756102179897899
+quark,-0.6548965477638814,5.552587642363126,-4.22040514610361,9.772992788466736,6.2074841901270075

+ 8 - 9
output/category_prediction/vocab_performance.csv

@@ -1,10 +1,9 @@
 ,vocab,f1,acc_0,acc_1,acc_2,baseline_acc_0,baseline_acc_1,baseline_acc_2,f1_0,f1_1,f1_2
-0,50,2.086544621299401,0.8777122287771223,0.7557244275572442,0.8533146685331466,0.8425157484251575,0.5110488951104889,0.5474452554744526,0.5022385022385022,0.7428150331613855,0.8414910858995137
-1,125,2.3296433854447915,0.9033096690330967,0.8117188281171883,0.8918108189181082,0.8425157484251575,0.5110488951104889,0.5474452554744526,0.6430417128091547,0.8037519541427827,0.8828497184928541
-2,250,2.4003656688187256,0.9089091090890911,0.8403159684031597,0.9066093390660934,0.8425157484251575,0.5110488951104889,0.5474452554744526,0.6673968601679444,0.8348671285285906,0.8981016801221907
-3,375,2.433864558891104,0.9127087291270873,0.8511148885111489,0.911008899110089,0.8425157484251575,0.5110488951104889,0.5474452554744526,0.684495843874232,0.8467002985689281,0.9026684164479439
-4,500,2.443567849082256,0.9126087391260874,0.8561143885611439,0.9131086891310869,0.8425157484251575,0.5110488951104889,0.5474452554744526,0.6865136298421808,0.8521828454031843,0.904871373836891
-5,625,2.455629102894679,0.9143085691430857,0.8578142185781422,0.9157084291570843,0.8425157484251575,0.5110488951104889,0.5474452554744526,0.6940378436272759,0.8539141154715431,0.9076771437958602
-6,750,2.4699532975109126,0.9166083391660834,0.8627137286271372,0.9172082791720828,0.8425157484251575,0.5110488951104889,0.5474452554744526,0.7012893982808023,0.8594533729143209,0.9092105263157896
-7,875,2.4791150740654913,0.9178082191780822,0.8658134186581342,0.9183081691830817,0.8425157484251575,0.5110488951104889,0.5474452554744526,0.7060085836909871,0.8626407369498466,0.9104657534246575
-8,1000,2.4848811202802272,0.9185081491850815,0.8669133086691331,0.9197080291970803,0.8425157484251575,0.5110488951104889,0.5474452554744526,0.7092400998929718,0.8636410203872554,0.912
+0,50,2.1182215325634437,0.8824,0.7576,0.8506,0.8431,0.5116,0.5463,0.5351778656126482,0.7446270543615676,0.8384166125892277
+1,125,2.3599123713936176,0.9109,0.813,0.8881,0.8431,0.5116,0.5463,0.6763530693788593,0.8045977011494253,0.8789616008653327
+2,250,2.435424705992737,0.9174,0.839,0.904,0.8431,0.5116,0.5463,0.7072997873848333,0.8328141225337488,0.8953107960741549
+3,375,2.4568841178666534,0.9193,0.8481,0.9095,0.8431,0.5116,0.5463,0.7129135538954109,0.8427373434102909,0.9012332205609516
+4,500,2.4682673585958788,0.9199,0.854,0.9112,0.8431,0.5116,0.5463,0.7158566867683576,0.8496085702513392,0.9028021015761821
+5,625,2.4751440916062086,0.9209,0.8564,0.9115,0.8431,0.5116,0.5463,0.7196029776674938,0.852506162695152,0.903034951243563
+6,750,2.484390315601574,0.9218,0.8604,0.9135,0.8431,0.5116,0.5463,0.7226950354609929,0.8566146261298273,0.9050806540107539
+7,875,2.492793751234242,0.923,0.8629,0.9135,0.8431,0.5116,0.5463,0.728490832157969,0.8591390116099866,0.9051639074662866

+ 0 - 1
plots/categories_bow_prediction.pdf

@@ -1 +0,0 @@
-/annex/objects/MD5E-s12428--c04bf061001e81d1788c335cb70b5eca.pdf

+ 0 - 683
plots/categories_bow_prediction.pgf

@@ -1,683 +0,0 @@
-%% Creator: Matplotlib, PGF backend
-%%
-%% To include the figure in your LaTeX document, write
-%%   \input{<filename>.pgf}
-%%
-%% Make sure the required packages are loaded in your preamble
-%%   \usepackage{pgf}
-%%
-%% Also ensure that all the required font packages are loaded; for instance,
-%% the lmodern package is sometimes necessary when using math font.
-%%   \usepackage{lmodern}
-%%
-%% Figures using additional raster images can only be included by \input if
-%% they are in the same directory as the main LaTeX file. For loading figures
-%% from other directories you can use the `import` package
-%%   \usepackage{import}
-%%
-%% and then include the figures with
-%%   \import{<path to file>}{<filename>.pgf}
-%%
-%% Matplotlib used the following preamble
-%%   \usepackage{fontspec}
-%%
-\begingroup%
-\makeatletter%
-\begin{pgfpicture}%
-\pgfpathrectangle{\pgfpointorigin}{\pgfqpoint{6.400000in}{4.800000in}}%
-\pgfusepath{use as bounding box, clip}%
-\begin{pgfscope}%
-\pgfsetbuttcap%
-\pgfsetmiterjoin%
-\definecolor{currentfill}{rgb}{1.000000,1.000000,1.000000}%
-\pgfsetfillcolor{currentfill}%
-\pgfsetlinewidth{0.000000pt}%
-\definecolor{currentstroke}{rgb}{1.000000,1.000000,1.000000}%
-\pgfsetstrokecolor{currentstroke}%
-\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
-\pgfpathlineto{\pgfqpoint{6.400000in}{0.000000in}}%
-\pgfpathlineto{\pgfqpoint{6.400000in}{4.800000in}}%
-\pgfpathlineto{\pgfqpoint{0.000000in}{4.800000in}}%
-\pgfpathlineto{\pgfqpoint{0.000000in}{0.000000in}}%
-\pgfpathclose%
-\pgfusepath{fill}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\pgfsetbuttcap%
-\pgfsetmiterjoin%
-\definecolor{currentfill}{rgb}{1.000000,1.000000,1.000000}%
-\pgfsetfillcolor{currentfill}%
-\pgfsetlinewidth{0.000000pt}%
-\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetstrokecolor{currentstroke}%
-\pgfsetstrokeopacity{0.000000}%
-\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{0.800000in}{0.528000in}}%
-\pgfpathlineto{\pgfqpoint{5.760000in}{0.528000in}}%
-\pgfpathlineto{\pgfqpoint{5.760000in}{4.224000in}}%
-\pgfpathlineto{\pgfqpoint{0.800000in}{4.224000in}}%
-\pgfpathlineto{\pgfqpoint{0.800000in}{0.528000in}}%
-\pgfpathclose%
-\pgfusepath{fill}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\pgfsetbuttcap%
-\pgfsetroundjoin%
-\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetfillcolor{currentfill}%
-\pgfsetlinewidth{0.803000pt}%
-\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetstrokecolor{currentstroke}%
-\pgfsetdash{}{0pt}%
-\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
-\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
-\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
-\pgfusepath{stroke,fill}%
-}%
-\begin{pgfscope}%
-\pgfsys@transformshift{0.800000in}{0.528000in}%
-\pgfsys@useobject{currentmarker}{}%
-\end{pgfscope}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetstrokecolor{textcolor}%
-\pgfsetfillcolor{textcolor}%
-\pgftext[x=0.800000in,y=0.430778in,,top]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {0}\)}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\pgfsetbuttcap%
-\pgfsetroundjoin%
-\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetfillcolor{currentfill}%
-\pgfsetlinewidth{0.803000pt}%
-\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetstrokecolor{currentstroke}%
-\pgfsetdash{}{0pt}%
-\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
-\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
-\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
-\pgfusepath{stroke,fill}%
-}%
-\begin{pgfscope}%
-\pgfsys@transformshift{1.792000in}{0.528000in}%
-\pgfsys@useobject{currentmarker}{}%
-\end{pgfscope}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetstrokecolor{textcolor}%
-\pgfsetfillcolor{textcolor}%
-\pgftext[x=1.792000in,y=0.430778in,,top]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {100}\)}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\pgfsetbuttcap%
-\pgfsetroundjoin%
-\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetfillcolor{currentfill}%
-\pgfsetlinewidth{0.803000pt}%
-\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetstrokecolor{currentstroke}%
-\pgfsetdash{}{0pt}%
-\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
-\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
-\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
-\pgfusepath{stroke,fill}%
-}%
-\begin{pgfscope}%
-\pgfsys@transformshift{2.784000in}{0.528000in}%
-\pgfsys@useobject{currentmarker}{}%
-\end{pgfscope}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetstrokecolor{textcolor}%
-\pgfsetfillcolor{textcolor}%
-\pgftext[x=2.784000in,y=0.430778in,,top]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {200}\)}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\pgfsetbuttcap%
-\pgfsetroundjoin%
-\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetfillcolor{currentfill}%
-\pgfsetlinewidth{0.803000pt}%
-\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetstrokecolor{currentstroke}%
-\pgfsetdash{}{0pt}%
-\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
-\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
-\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
-\pgfusepath{stroke,fill}%
-}%
-\begin{pgfscope}%
-\pgfsys@transformshift{3.776000in}{0.528000in}%
-\pgfsys@useobject{currentmarker}{}%
-\end{pgfscope}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetstrokecolor{textcolor}%
-\pgfsetfillcolor{textcolor}%
-\pgftext[x=3.776000in,y=0.430778in,,top]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {300}\)}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\pgfsetbuttcap%
-\pgfsetroundjoin%
-\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetfillcolor{currentfill}%
-\pgfsetlinewidth{0.803000pt}%
-\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetstrokecolor{currentstroke}%
-\pgfsetdash{}{0pt}%
-\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
-\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
-\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
-\pgfusepath{stroke,fill}%
-}%
-\begin{pgfscope}%
-\pgfsys@transformshift{4.768000in}{0.528000in}%
-\pgfsys@useobject{currentmarker}{}%
-\end{pgfscope}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetstrokecolor{textcolor}%
-\pgfsetfillcolor{textcolor}%
-\pgftext[x=4.768000in,y=0.430778in,,top]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {400}\)}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\pgfsetbuttcap%
-\pgfsetroundjoin%
-\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetfillcolor{currentfill}%
-\pgfsetlinewidth{0.803000pt}%
-\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetstrokecolor{currentstroke}%
-\pgfsetdash{}{0pt}%
-\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
-\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
-\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
-\pgfusepath{stroke,fill}%
-}%
-\begin{pgfscope}%
-\pgfsys@transformshift{5.760000in}{0.528000in}%
-\pgfsys@useobject{currentmarker}{}%
-\end{pgfscope}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetstrokecolor{textcolor}%
-\pgfsetfillcolor{textcolor}%
-\pgftext[x=5.760000in,y=0.430778in,,top]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {500}\)}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetstrokecolor{textcolor}%
-\pgfsetfillcolor{textcolor}%
-\pgftext[x=3.280000in,y=0.251889in,,top]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont Taille du vocabulaire (\(\displaystyle V\))}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\pgfsetbuttcap%
-\pgfsetroundjoin%
-\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetfillcolor{currentfill}%
-\pgfsetlinewidth{0.803000pt}%
-\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetstrokecolor{currentstroke}%
-\pgfsetdash{}{0pt}%
-\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%
-\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%
-\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
-\pgfusepath{stroke,fill}%
-}%
-\begin{pgfscope}%
-\pgfsys@transformshift{0.800000in}{0.600153in}%
-\pgfsys@useobject{currentmarker}{}%
-\end{pgfscope}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetstrokecolor{textcolor}%
-\pgfsetfillcolor{textcolor}%
-\pgftext[x=0.455863in, y=0.551958in, left, base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {0.50}\)}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\pgfsetbuttcap%
-\pgfsetroundjoin%
-\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetfillcolor{currentfill}%
-\pgfsetlinewidth{0.803000pt}%
-\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetstrokecolor{currentstroke}%
-\pgfsetdash{}{0pt}%
-\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%
-\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%
-\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
-\pgfusepath{stroke,fill}%
-}%
-\begin{pgfscope}%
-\pgfsys@transformshift{0.800000in}{1.011555in}%
-\pgfsys@useobject{currentmarker}{}%
-\end{pgfscope}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetstrokecolor{textcolor}%
-\pgfsetfillcolor{textcolor}%
-\pgftext[x=0.455863in, y=0.963361in, left, base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {0.55}\)}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\pgfsetbuttcap%
-\pgfsetroundjoin%
-\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetfillcolor{currentfill}%
-\pgfsetlinewidth{0.803000pt}%
-\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetstrokecolor{currentstroke}%
-\pgfsetdash{}{0pt}%
-\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%
-\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%
-\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
-\pgfusepath{stroke,fill}%
-}%
-\begin{pgfscope}%
-\pgfsys@transformshift{0.800000in}{1.422958in}%
-\pgfsys@useobject{currentmarker}{}%
-\end{pgfscope}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetstrokecolor{textcolor}%
-\pgfsetfillcolor{textcolor}%
-\pgftext[x=0.455863in, y=1.374763in, left, base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {0.60}\)}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\pgfsetbuttcap%
-\pgfsetroundjoin%
-\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetfillcolor{currentfill}%
-\pgfsetlinewidth{0.803000pt}%
-\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetstrokecolor{currentstroke}%
-\pgfsetdash{}{0pt}%
-\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%
-\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%
-\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
-\pgfusepath{stroke,fill}%
-}%
-\begin{pgfscope}%
-\pgfsys@transformshift{0.800000in}{1.834360in}%
-\pgfsys@useobject{currentmarker}{}%
-\end{pgfscope}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetstrokecolor{textcolor}%
-\pgfsetfillcolor{textcolor}%
-\pgftext[x=0.455863in, y=1.786166in, left, base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {0.65}\)}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\pgfsetbuttcap%
-\pgfsetroundjoin%
-\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetfillcolor{currentfill}%
-\pgfsetlinewidth{0.803000pt}%
-\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetstrokecolor{currentstroke}%
-\pgfsetdash{}{0pt}%
-\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%
-\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%
-\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
-\pgfusepath{stroke,fill}%
-}%
-\begin{pgfscope}%
-\pgfsys@transformshift{0.800000in}{2.245763in}%
-\pgfsys@useobject{currentmarker}{}%
-\end{pgfscope}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetstrokecolor{textcolor}%
-\pgfsetfillcolor{textcolor}%
-\pgftext[x=0.455863in, y=2.197569in, left, base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {0.70}\)}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\pgfsetbuttcap%
-\pgfsetroundjoin%
-\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetfillcolor{currentfill}%
-\pgfsetlinewidth{0.803000pt}%
-\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetstrokecolor{currentstroke}%
-\pgfsetdash{}{0pt}%
-\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%
-\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%
-\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
-\pgfusepath{stroke,fill}%
-}%
-\begin{pgfscope}%
-\pgfsys@transformshift{0.800000in}{2.657166in}%
-\pgfsys@useobject{currentmarker}{}%
-\end{pgfscope}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetstrokecolor{textcolor}%
-\pgfsetfillcolor{textcolor}%
-\pgftext[x=0.455863in, y=2.608971in, left, base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {0.75}\)}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\pgfsetbuttcap%
-\pgfsetroundjoin%
-\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetfillcolor{currentfill}%
-\pgfsetlinewidth{0.803000pt}%
-\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetstrokecolor{currentstroke}%
-\pgfsetdash{}{0pt}%
-\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%
-\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%
-\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
-\pgfusepath{stroke,fill}%
-}%
-\begin{pgfscope}%
-\pgfsys@transformshift{0.800000in}{3.068568in}%
-\pgfsys@useobject{currentmarker}{}%
-\end{pgfscope}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetstrokecolor{textcolor}%
-\pgfsetfillcolor{textcolor}%
-\pgftext[x=0.455863in, y=3.020374in, left, base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {0.80}\)}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\pgfsetbuttcap%
-\pgfsetroundjoin%
-\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetfillcolor{currentfill}%
-\pgfsetlinewidth{0.803000pt}%
-\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetstrokecolor{currentstroke}%
-\pgfsetdash{}{0pt}%
-\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%
-\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%
-\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
-\pgfusepath{stroke,fill}%
-}%
-\begin{pgfscope}%
-\pgfsys@transformshift{0.800000in}{3.479971in}%
-\pgfsys@useobject{currentmarker}{}%
-\end{pgfscope}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetstrokecolor{textcolor}%
-\pgfsetfillcolor{textcolor}%
-\pgftext[x=0.455863in, y=3.431776in, left, base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {0.85}\)}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\pgfsetbuttcap%
-\pgfsetroundjoin%
-\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetfillcolor{currentfill}%
-\pgfsetlinewidth{0.803000pt}%
-\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetstrokecolor{currentstroke}%
-\pgfsetdash{}{0pt}%
-\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%
-\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%
-\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
-\pgfusepath{stroke,fill}%
-}%
-\begin{pgfscope}%
-\pgfsys@transformshift{0.800000in}{3.891373in}%
-\pgfsys@useobject{currentmarker}{}%
-\end{pgfscope}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetstrokecolor{textcolor}%
-\pgfsetfillcolor{textcolor}%
-\pgftext[x=0.455863in, y=3.843179in, left, base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {0.90}\)}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetstrokecolor{textcolor}%
-\pgfsetfillcolor{textcolor}%
-\pgftext[x=0.400308in,y=2.376000in,,bottom,rotate=90.000000]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont Précision}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\pgfpathrectangle{\pgfqpoint{0.800000in}{0.528000in}}{\pgfqpoint{4.960000in}{3.696000in}}%
-\pgfusepath{clip}%
-\pgfsetrectcap%
-\pgfsetroundjoin%
-\pgfsetlinewidth{1.505625pt}%
-\definecolor{currentstroke}{rgb}{0.215686,0.494118,0.721569}%
-\pgfsetstrokecolor{currentstroke}%
-\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{1.296000in}{3.742543in}}%
-\pgfpathlineto{\pgfqpoint{2.040000in}{3.977841in}}%
-\pgfpathlineto{\pgfqpoint{3.280000in}{3.992650in}}%
-\pgfpathlineto{\pgfqpoint{4.520000in}{4.014041in}}%
-\pgfpathlineto{\pgfqpoint{5.760000in}{4.029673in}}%
-\pgfpathlineto{\pgfqpoint{5.770000in}{4.029660in}}%
-\pgfusepath{stroke}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\pgfpathrectangle{\pgfqpoint{0.800000in}{0.528000in}}{\pgfqpoint{4.960000in}{3.696000in}}%
-\pgfusepath{clip}%
-\pgfsetbuttcap%
-\pgfsetroundjoin%
-\pgfsetlinewidth{1.505625pt}%
-\definecolor{currentstroke}{rgb}{0.215686,0.494118,0.721569}%
-\pgfsetstrokecolor{currentstroke}%
-\pgfsetdash{{5.550000pt}{2.400000pt}}{0.000000pt}%
-\pgfpathmoveto{\pgfqpoint{1.296000in}{3.417567in}}%
-\pgfpathlineto{\pgfqpoint{2.040000in}{3.417567in}}%
-\pgfpathlineto{\pgfqpoint{3.280000in}{3.417567in}}%
-\pgfpathlineto{\pgfqpoint{4.520000in}{3.417567in}}%
-\pgfpathlineto{\pgfqpoint{5.760000in}{3.417567in}}%
-\pgfpathlineto{\pgfqpoint{5.770000in}{3.417567in}}%
-\pgfusepath{stroke}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\pgfpathrectangle{\pgfqpoint{0.800000in}{0.528000in}}{\pgfqpoint{4.960000in}{3.696000in}}%
-\pgfusepath{clip}%
-\pgfsetrectcap%
-\pgfsetroundjoin%
-\pgfsetlinewidth{1.505625pt}%
-\definecolor{currentstroke}{rgb}{1.000000,0.498039,0.000000}%
-\pgfsetstrokecolor{currentstroke}%
-\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{1.296000in}{2.711671in}}%
-\pgfpathlineto{\pgfqpoint{2.040000in}{3.218468in}}%
-\pgfpathlineto{\pgfqpoint{3.280000in}{3.380545in}}%
-\pgfpathlineto{\pgfqpoint{4.520000in}{3.488321in}}%
-\pgfpathlineto{\pgfqpoint{5.760000in}{3.499017in}}%
-\pgfpathlineto{\pgfqpoint{5.770000in}{3.499262in}}%
-\pgfusepath{stroke}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\pgfpathrectangle{\pgfqpoint{0.800000in}{0.528000in}}{\pgfqpoint{4.960000in}{3.696000in}}%
-\pgfusepath{clip}%
-\pgfsetbuttcap%
-\pgfsetroundjoin%
-\pgfsetlinewidth{1.505625pt}%
-\definecolor{currentstroke}{rgb}{1.000000,0.498039,0.000000}%
-\pgfsetstrokecolor{currentstroke}%
-\pgfsetdash{{5.550000pt}{2.400000pt}}{0.000000pt}%
-\pgfpathmoveto{\pgfqpoint{1.296000in}{0.696000in}}%
-\pgfpathlineto{\pgfqpoint{2.040000in}{0.696000in}}%
-\pgfpathlineto{\pgfqpoint{3.280000in}{0.696000in}}%
-\pgfpathlineto{\pgfqpoint{4.520000in}{0.696000in}}%
-\pgfpathlineto{\pgfqpoint{5.760000in}{0.696000in}}%
-\pgfpathlineto{\pgfqpoint{5.770000in}{0.696000in}}%
-\pgfusepath{stroke}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\pgfpathrectangle{\pgfqpoint{0.800000in}{0.528000in}}{\pgfqpoint{4.960000in}{3.696000in}}%
-\pgfusepath{clip}%
-\pgfsetrectcap%
-\pgfsetroundjoin%
-\pgfsetlinewidth{1.505625pt}%
-\definecolor{currentstroke}{rgb}{0.301961,0.686275,0.290196}%
-\pgfsetstrokecolor{currentstroke}%
-\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{1.296000in}{3.483385in}}%
-\pgfpathlineto{\pgfqpoint{2.040000in}{3.824815in}}%
-\pgfpathlineto{\pgfqpoint{3.280000in}{3.930946in}}%
-\pgfpathlineto{\pgfqpoint{4.520000in}{3.987714in}}%
-\pgfpathlineto{\pgfqpoint{5.760000in}{4.018155in}}%
-\pgfpathlineto{\pgfqpoint{5.770000in}{4.018155in}}%
-\pgfusepath{stroke}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\pgfpathrectangle{\pgfqpoint{0.800000in}{0.528000in}}{\pgfqpoint{4.960000in}{3.696000in}}%
-\pgfusepath{clip}%
-\pgfsetbuttcap%
-\pgfsetroundjoin%
-\pgfsetlinewidth{1.505625pt}%
-\definecolor{currentstroke}{rgb}{0.301961,0.686275,0.290196}%
-\pgfsetstrokecolor{currentstroke}%
-\pgfsetdash{{5.550000pt}{2.400000pt}}{0.000000pt}%
-\pgfpathmoveto{\pgfqpoint{1.296000in}{0.987244in}}%
-\pgfpathlineto{\pgfqpoint{2.040000in}{0.987244in}}%
-\pgfpathlineto{\pgfqpoint{3.280000in}{0.987244in}}%
-\pgfpathlineto{\pgfqpoint{4.520000in}{0.987244in}}%
-\pgfpathlineto{\pgfqpoint{5.760000in}{0.987244in}}%
-\pgfpathlineto{\pgfqpoint{5.770000in}{0.987244in}}%
-\pgfusepath{stroke}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\pgfsetrectcap%
-\pgfsetmiterjoin%
-\pgfsetlinewidth{0.803000pt}%
-\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetstrokecolor{currentstroke}%
-\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{0.800000in}{0.528000in}}%
-\pgfpathlineto{\pgfqpoint{0.800000in}{4.224000in}}%
-\pgfusepath{stroke}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\pgfsetrectcap%
-\pgfsetmiterjoin%
-\pgfsetlinewidth{0.803000pt}%
-\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetstrokecolor{currentstroke}%
-\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{5.760000in}{0.528000in}}%
-\pgfpathlineto{\pgfqpoint{5.760000in}{4.224000in}}%
-\pgfusepath{stroke}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\pgfsetrectcap%
-\pgfsetmiterjoin%
-\pgfsetlinewidth{0.803000pt}%
-\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetstrokecolor{currentstroke}%
-\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{0.800000in}{0.528000in}}%
-\pgfpathlineto{\pgfqpoint{5.760000in}{0.528000in}}%
-\pgfusepath{stroke}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\pgfsetrectcap%
-\pgfsetmiterjoin%
-\pgfsetlinewidth{0.803000pt}%
-\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetstrokecolor{currentstroke}%
-\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{0.800000in}{4.224000in}}%
-\pgfpathlineto{\pgfqpoint{5.760000in}{4.224000in}}%
-\pgfusepath{stroke}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetstrokecolor{textcolor}%
-\pgfsetfillcolor{textcolor}%
-\pgftext[x=3.280000in,y=4.307333in,,base]{\color{textcolor}\rmfamily\fontsize{12.000000}{14.400000}\selectfont Prédiction des catégories d'un article à partir de son résumé}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\pgfsetbuttcap%
-\pgfsetmiterjoin%
-\definecolor{currentfill}{rgb}{1.000000,1.000000,1.000000}%
-\pgfsetfillcolor{currentfill}%
-\pgfsetfillopacity{0.800000}%
-\pgfsetlinewidth{1.003750pt}%
-\definecolor{currentstroke}{rgb}{0.800000,0.800000,0.800000}%
-\pgfsetstrokecolor{currentstroke}%
-\pgfsetstrokeopacity{0.800000}%
-\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{4.236389in}{2.063917in}}%
-\pgfpathlineto{\pgfqpoint{5.662778in}{2.063917in}}%
-\pgfpathquadraticcurveto{\pgfqpoint{5.690556in}{2.063917in}}{\pgfqpoint{5.690556in}{2.091695in}}%
-\pgfpathlineto{\pgfqpoint{5.690556in}{2.660305in}}%
-\pgfpathquadraticcurveto{\pgfqpoint{5.690556in}{2.688083in}}{\pgfqpoint{5.662778in}{2.688083in}}%
-\pgfpathlineto{\pgfqpoint{4.236389in}{2.688083in}}%
-\pgfpathquadraticcurveto{\pgfqpoint{4.208611in}{2.688083in}}{\pgfqpoint{4.208611in}{2.660305in}}%
-\pgfpathlineto{\pgfqpoint{4.208611in}{2.091695in}}%
-\pgfpathquadraticcurveto{\pgfqpoint{4.208611in}{2.063917in}}{\pgfqpoint{4.236389in}{2.063917in}}%
-\pgfpathlineto{\pgfqpoint{4.236389in}{2.063917in}}%
-\pgfpathclose%
-\pgfusepath{stroke,fill}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\pgfsetrectcap%
-\pgfsetroundjoin%
-\pgfsetlinewidth{1.505625pt}%
-\definecolor{currentstroke}{rgb}{0.215686,0.494118,0.721569}%
-\pgfsetstrokecolor{currentstroke}%
-\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{4.264167in}{2.583916in}}%
-\pgfpathlineto{\pgfqpoint{4.403056in}{2.583916in}}%
-\pgfpathlineto{\pgfqpoint{4.541944in}{2.583916in}}%
-\pgfusepath{stroke}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetstrokecolor{textcolor}%
-\pgfsetfillcolor{textcolor}%
-\pgftext[x=4.653056in,y=2.535305in,left,base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont Expérience}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\pgfsetrectcap%
-\pgfsetroundjoin%
-\pgfsetlinewidth{1.505625pt}%
-\definecolor{currentstroke}{rgb}{1.000000,0.498039,0.000000}%
-\pgfsetstrokecolor{currentstroke}%
-\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{4.264167in}{2.390305in}}%
-\pgfpathlineto{\pgfqpoint{4.403056in}{2.390305in}}%
-\pgfpathlineto{\pgfqpoint{4.541944in}{2.390305in}}%
-\pgfusepath{stroke}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetstrokecolor{textcolor}%
-\pgfsetfillcolor{textcolor}%
-\pgftext[x=4.653056in,y=2.341694in,left,base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont Phénoménologie}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\pgfsetrectcap%
-\pgfsetroundjoin%
-\pgfsetlinewidth{1.505625pt}%
-\definecolor{currentstroke}{rgb}{0.301961,0.686275,0.290196}%
-\pgfsetstrokecolor{currentstroke}%
-\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{4.264167in}{2.195028in}}%
-\pgfpathlineto{\pgfqpoint{4.403056in}{2.195028in}}%
-\pgfpathlineto{\pgfqpoint{4.541944in}{2.195028in}}%
-\pgfusepath{stroke}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetstrokecolor{textcolor}%
-\pgfsetfillcolor{textcolor}%
-\pgftext[x=4.653056in,y=2.146417in,left,base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont Théorie}%
-\end{pgfscope}%
-\end{pgfpicture}%
-\makeatother%
-\endgroup%

+ 4 - 4
tables/specific_vocabulary.tex

@@ -2,12 +2,12 @@
 \caption{Vocabulary specific to each category. The left column lists expressions that discriminate experiment and theory from phenomenology. The right column lists expressions that are the most specific to phenomenology and foreigh to experiment and theory.}
 \label{table:specific_pheno_vocabulary}\\
 \toprule
-{} &                                                                                                                                                                                                                                                                                                                                                                                                                          Vocabulary specific to phenomenology &                                                                                                                                                                                                                                                                                                                                                                                                                                 Vocabulary specific to theory \\
+{} &                                                                                                                                                                                                                                                                                                                                                                                                                                                    Vocabulary specific to phenomenology &                                                                                                                                                                                                                                                                                                                                                                                                                    Vocabulary specific to theory \\
 \midrule
 \endfirsthead
 \caption[]{Vocabulary specific to each category. The left column lists expressions that discriminate experiment and theory from phenomenology. The right column lists expressions that are the most specific to phenomenology and foreigh to experiment and theory.} \\
 \toprule
-{} &                                                                                                                                                                                                                                                                                                                                                                                                                          Vocabulary specific to phenomenology &                                                                                                                                                                                                                                                                                                                                                                                                                                 Vocabulary specific to theory \\
+{} &                                                                                                                                                                                                                                                                                                                                                                                                                                                    Vocabulary specific to phenomenology &                                                                                                                                                                                                                                                                                                                                                                                                                    Vocabulary specific to theory \\
 \midrule
 \endhead
 \midrule
@@ -17,6 +17,6 @@
 
 \bottomrule
 \endlastfoot
-\textbf{Experiment} &  qcd, quark, experimental data, mssm, contribution, high energy, dark matter, gluon, lhc, plasma, implication, factorization, new physic, phenomenology, parton, color, approach, extra dimension, model, inflation, neutrino, process, bound, constraint, effect, correction, integral, evolution, scenario, mixing, numerical result, unification, exchange, estimate, collider, account, generator, effective theory, approximation, next-to-leading order &                                                            detector, sample, measurement, search, experiment, upper limit, result, confidence, luminosity, gev, proton-proton collision, target, event, resolution, evidence, cm, top quark, fraction, yield, beam, tev, expectation, branching, data, limit, recent result, first time, muon, continuum, paper, range, system, article, increase, mev, physic, transfer, second order, investigation, status \\
-\textbf{Theory    } &           quark, lhc, neutrino, qcd, extra dimension, gluon, mssm, standard model, experimental data, collider, dark matter, chiral perturbation theory, high energy, new physic, hadron, resonance, parton, electroweak, phenomenology, nucleon, contribution, effective theory, mixing, effective field theory, color, meson, distribution, cp, impact, sm, baryon, flavor, decay, plasma, factorization, determination, simulation, pion, threshold, width &  geometry, manifold, algebra, spacetime, theory, partition, gravity, ad, action, string, deformation, correspondence, branes, chern-simons, construction, quantum, supergravity, duality, modulus space, yang-mills, entropy, surface, horizon, space-time, formulation, dimension, field, curvature, quantization, space, background, conformal field theory, identity, transformation, brane, solution, singularity, coordinate, central charge, black hole \\
+\textbf{Experiment} &                                      experimental data, qcd, mssm, quark, dark matter, lhc, color, phenomenology, gluon, plasma, new physic, heavy ion collision, account, inflation, parton, evolution, high energy, factorization, effect, implication, scenario, potential, approach, contribution, electroweak, process, mixing, model, estimate, numerical result, accuracy, integral, approximation, neutrino, unification, higgs, possibility, bound, neutrino mass, calculation &                                                    detector, sample, measurement, search, upper limit, confidence, experiment, atlas, target, cm, luminosity, event, proton-proton collision, evidence, resolution, fraction, result, gev, first time, beam, expectation, yield, tev, world, top quark, branching, range, technique, muon, limit, study, construction, data, reaction, recent result, mev, system, investigation, section, paper \\
+\textbf{Theory    } &  quark, lhc, qcd, neutrino, experimental data, mssm, dark matter, extra dimension, parton, phenomenology, gluon, color, mixing, standard model, electroweak, collider, nucleon, effective theory, sensitivity, new physic, high energy, hadron, chiral perturbation theory, next-to-leading order, impact, neutrino mass, resonance, signal, process, accuracy, collaboration, distribution, flavor, decay, effective field theory, determination, violation, evolution, account, meson &  algebra, manifold, geometry, spacetime, partition, modulus space, gravity, theory, branes, correspondence, central charge, deformation, action, chern-simons, duality, string, horizon, supergravity, ad, quantum, space-time, yang-mills, coordinate, entropy, conformal field theory, sitter, field, construction, surface, dimension, boundary, transformation, black hole, solution, mechanic, space, conjecture, type, class, quantization \\
 \end{longtable}

+ 3 - 3
tables/specific_vocabulary_exp_ph.tex

@@ -2,12 +2,12 @@
 \caption{Vocabulary specific to phenomenology (left column) versus experiment (right column).}
 \label{table:specific_pheno_vocabulary_exp_ph}\\
 \toprule
-                                                                                                                                                                                                                                                                                                                                                                                                                        Vocabulary specific to phenomenology &                                                                                                                                                                                                                                                                                                                                                                  Vocabulary specific to experiment \\
+                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Vocabulary specific to phenomenology &                                                                                                                                                                                                                                                                                                                                                                                                                                              Vocabulary specific to experiment \\
 \midrule
 \endfirsthead
 \caption[]{Vocabulary specific to phenomenology (left column) versus experiment (right column).} \\
 \toprule
-                                                                                                                                                                                                                                                                                                                                                                                                                        Vocabulary specific to phenomenology &                                                                                                                                                                                                                                                                                                                                                                  Vocabulary specific to experiment \\
+                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Vocabulary specific to phenomenology &                                                                                                                                                                                                                                                                                                                                                                                                                                              Vocabulary specific to experiment \\
 \midrule
 \endhead
 \midrule
@@ -17,5 +17,5 @@
 
 \bottomrule
 \endlastfoot
-qcd, quark, experimental data, mssm, contribution, high energy, dark matter, gluon, lhc, plasma, implication, factorization, new physic, phenomenology, parton, color, approach, extra dimension, model, inflation, neutrino, process, bound, constraint, effect, correction, integral, evolution, scenario, mixing, numerical result, unification, exchange, estimate, collider, account, generator, effective theory, approximation, next-to-leading order & detector, sample, measurement, search, experiment, upper limit, result, confidence, luminosity, gev, proton-proton collision, target, event, resolution, evidence, cm, top quark, fraction, yield, beam, tev, expectation, branching, data, limit, recent result, first time, muon, continuum, paper, range, system, article, increase, mev, physic, transfer, second order, investigation, status \\
+experimental data, qcd, mssm, quark, dark matter, lhc, color, phenomenology, gluon, plasma, new physic, heavy ion collision, account, inflation, parton, evolution, high energy, factorization, effect, implication, scenario, potential, approach, contribution, electroweak, process, mixing, model, estimate, numerical result, accuracy, integral, approximation, neutrino, unification, higgs, possibility, bound, neutrino mass, calculation, case, early universe, sensitivity, generator, extra dimension & detector, sample, measurement, search, upper limit, confidence, experiment, atlas, target, cm, luminosity, event, proton-proton collision, evidence, resolution, fraction, result, gev, first time, beam, expectation, yield, tev, world, top quark, branching, range, technique, muon, limit, study, construction, data, reaction, recent result, mev, system, investigation, section, paper, observation, respect, differential cross section, electron, experimental result \\
 \end{longtable}

+ 3 - 3
tables/specific_vocabulary_th_ph.tex

@@ -2,12 +2,12 @@
 \caption{Vocabulary specific to phenomenology (left column) versus theory (right column).}
 \label{table:specific_pheno_vocabulary_th_ph}\\
 \toprule
-                                                                                                                                                                                                                                                                                                                                                                                                               Vocabulary specific to phenomenology &                                                                                                                                                                                                                                                                                                                                                                                                                                Vocabulary specific to theory \\
+                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Vocabulary specific to phenomenology &                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Vocabulary specific to theory \\
 \midrule
 \endfirsthead
 \caption[]{Vocabulary specific to phenomenology (left column) versus theory (right column).} \\
 \toprule
-                                                                                                                                                                                                                                                                                                                                                                                                               Vocabulary specific to phenomenology &                                                                                                                                                                                                                                                                                                                                                                                                                                Vocabulary specific to theory \\
+                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Vocabulary specific to phenomenology &                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Vocabulary specific to theory \\
 \midrule
 \endhead
 \midrule
@@ -17,5 +17,5 @@
 
 \bottomrule
 \endlastfoot
-quark, lhc, neutrino, qcd, extra dimension, gluon, mssm, standard model, experimental data, collider, dark matter, chiral perturbation theory, high energy, new physic, hadron, resonance, parton, electroweak, phenomenology, nucleon, contribution, effective theory, mixing, effective field theory, color, meson, distribution, cp, impact, sm, baryon, flavor, decay, plasma, factorization, determination, simulation, pion, threshold, width & geometry, manifold, algebra, spacetime, theory, partition, gravity, ad, action, string, deformation, correspondence, branes, chern-simons, construction, quantum, supergravity, duality, modulus space, yang-mills, entropy, surface, horizon, space-time, formulation, dimension, field, curvature, quantization, space, background, conformal field theory, identity, transformation, brane, solution, singularity, coordinate, central charge, black hole \\
+quark, lhc, qcd, neutrino, experimental data, mssm, dark matter, extra dimension, parton, phenomenology, gluon, color, mixing, standard model, electroweak, collider, nucleon, effective theory, sensitivity, new physic, high energy, hadron, chiral perturbation theory, next-to-leading order, impact, neutrino mass, resonance, signal, process, accuracy, collaboration, distribution, flavor, decay, effective field theory, determination, violation, evolution, account, meson, element, baryon, higgs, contribution, gamma & algebra, manifold, geometry, spacetime, partition, modulus space, gravity, theory, branes, correspondence, central charge, deformation, action, chern-simons, duality, string, horizon, supergravity, ad, quantum, space-time, yang-mills, coordinate, entropy, conformal field theory, sitter, field, construction, surface, dimension, boundary, transformation, black hole, solution, mechanic, space, conjecture, type, class, quantization, dirac, formulation, background, connection, massless \\
 \end{longtable}