Advertisement
Guest User

snippet factors yandex

a guest
Jan 29th, 2023
645
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 90.94 KB | None | 0 0
  1. Factor {
  2. Index: 0
  3. CppName: "RF_FI_PAGE_RANK"
  4. Name: "RF_PR"
  5. Description: "Page rank. The factor is being remapped."
  6. Authors: "aavdonkin"
  7. Responsibles: "nkireev"
  8. Tags: [TG_SRC_WEB]
  9. DependsOn: [{Feature: ["PR"], Slice: "web_production"}]
  10. }
  11.  
  12. Factor {
  13. Index: 1
  14. CppName: "RF_FI_LONG"
  15. Name: "RF_Long"
  16. Description: "Long document (the longer the document, the greater the value of the factor)."
  17. Authors: "gulin"
  18. Responsibles: "nkireev"
  19. Tags: [TG_SRC_WEB]
  20. DependsOn: [{Feature: ["Long"], Slice: "web_production"}]
  21. }
  22.  
  23. Factor {
  24. Index: 2
  25. CppName: "RF_FI_SR"
  26. Name: "RF_SR"
  27. Description: "Complex static rank, assembled from static components using a separate formula ((http://wiki.yandex-team.ru/JandeksPoisk/KachestvoPoiska/ObshayaFormula/TekushhieKomponenty/#oftnd1 *))."
  28. Authors: ["gulin", "somov"]
  29. Responsibles: "nkireev"
  30. Tags: [TG_SRC_WEB, TG_DEPRECATED]
  31. DependsOn: [{Feature: ["SR"], Slice: "web_production"}]
  32. }
  33.  
  34. Factor {
  35. Index: 3
  36. CppName: "RF_REMOVED_3"
  37. Name: "RF_Removed_3"
  38. Description: ""
  39. Responsibles: ""
  40. Tags: [TG_REMOVED]
  41. }
  42.  
  43. Factor {
  44. Index: 4
  45. CppName: "RF_FI_LINK_QUALITY"
  46. Name: "RF_LinkQuality"
  47. Description: "Inbound link quality (Leschiner classifier) ​​- broken, see [405]"
  48. Authors: "leshch"
  49. Responsibles: "nkireev"
  50. Tags: [TG_SRC_WEB]
  51. DependsOn: [{Feature: ["LinkQuality"], Slice: "web_production"}]
  52. }
  53.  
  54. Factor {
  55. Index: 5
  56. CppName: "RF_FI_TEXT_FEATURES"
  57. Name: "RF_TextFeatures"
  58. Description: "The quality of the text. It is calculated according to a rather complex formula"
  59. Authors: ""
  60. Responsibles: "nkireev"
  61. Tags: [TG_SRC_WEB]
  62. DependsOn: [{Feature: ["TextFeatures"], Slice: "web_production"}]
  63. }
  64.  
  65. Factor {
  66. Index: 6
  67. CppName: "RF_REMOVED_6"
  68. Name: "RF_Removed_6"
  69. Description: ""
  70. Responsibles: ""
  71. Tags: [TG_REMOVED]
  72. }
  73.  
  74. Factor {
  75. Index: 7
  76. CppName: "RF_FI_HOST_SIZE"
  77. Name: "RF_HostSize"
  78. Description: "The size of the Raskovalov host in documents without taking into account duplicates (each double is taken into account in the factor by an independent document)"
  79. Authors: "denplusplus"
  80. Responsibles: "nkireev"
  81. Tags: [TG_SRC_WEB]
  82. DependsOn: [{Feature: ["HostSize"], Slice: "web_production"}]
  83. }
  84.  
  85. Factor {
  86. Index: 8
  87. CppName: "RF_FI_LINKS_WITH_WORDS_PERCENT"
  88. Name: "RF_LinksWithWordsPercent"
  89. Description: "Percentage of incoming links with query words"
  90. Authors: ""
  91. Responsibles: "nkireev"
  92. Tags: [TG_SRC_WEB]
  93. DependsOn: [{Feature: ["LinksWithWordsPercent"], Slice: "web_production"}]
  94. }
  95.  
  96. Factor {
  97. Index: 9
  98. CppName: "RF_FI_NUM_WORDS_TRFM"
  99. Name: "RF_NumWordsTRFm"
  100. Description: "percentage of all query words in the text (accurate to form)"
  101. Authors: ""
  102. Responsibles: "nkireev"
  103. Tags: [TG_SRC_WEB]
  104. DependsOn: [{Feature: ["NumWordsTRFm"], Slice: "web_production"}]
  105. }
  106.  
  107. Factor {
  108. index: 10
  109. CppName: "RF_FI_LINK_AGE"
  110. Name: "RF_LinkAge"
  111. Description: "Average age of links that contributed something to LR LinkAge=Min(log(average link age)/7, 1), 3 years taken as 1"
  112. Authors: ""
  113. Responsibles: "nkireev"
  114. Tags: [TG_SRC_WEB]
  115. DependsOn: [{Feature: ["LinkAge"], Slice: "web_production"}]
  116. }
  117.  
  118. Factor {
  119. Index: 11
  120. CppName: "RF_FI_QUERY_URL_CLICKS_FRC"
  121. Name: "RF_QueryURLClicksFRC"
  122. Description: "the ratio of the number of clicks on this URL to all clicks on the query"
  123. Authors: ["lidia", "akhropov"]
  124. Responsibles: "nkireev"
  125. Tags: [TG_SRC_WEB]
  126. DependsOn: [{Feature: ["QueryURLClicksFRC"], Slice: "web_production"}]
  127. }
  128.  
  129. Factor {
  130. Index: 12
  131. CppName: "RF_FI_PASSAGE_LEGACY_TR"
  132. Name: "RF_PassageLegacyTR"
  133. Description: "TR of the best passage - how high-quality the snippet can be"
  134. Authors: ""
  135. Responsibles: "nkireev"
  136. Tags: [TG_SRC_WEB]
  137. DependsOn: [{Feature: ["PassageLegacyTR"], Slice: "web_production"}]
  138. }
  139.  
  140. Factor {
  141. index: 13
  142. CppName: "RF_FI_TEXT_BM25_ATTEN_SYN"
  143. Name: "RF_TxtBM25AttenSyn"
  144. Description: "TR with discount for offer number"
  145. Authors: "pzuev"
  146. Responsibles: "nkireev"
  147. Tags: [TG_SRC_WEB]
  148. DependsOn: [{Feature: ["TxtBM25AttenSyn"], Slice: "web_production"}]
  149. }
  150.  
  151. Factor {
  152. Index: 14
  153. CppName: "RF_FI_YABAR_HOST_AVG_ACTIONS"
  154. Name: "RF_YabarHostAvgActions"
  155. Description: "Users average number of active actions (clicks, keystrokes) when a user continuously stays (in seconds) on host pages."
  156. Authors: "akhropov"
  157. Responsibles: "nkireev"
  158. Tags: [TG_SRC_WEB]
  159. DependsOn: [{Feature: ["YabarHostAvgActions"], Slice: "web_production"}]
  160. }
  161.  
  162. Factor {
  163. Index: 15
  164. CppName: "RF_FI_YABAR_URL_VISITS"
  165. Name: "RF_YabarUrlVisits"
  166. Description: "Url traffic according to i-bar"
  167. Authors: "akhropov"
  168. Responsibles: "nkireev"
  169. Tags: [TG_SRC_WEB]
  170. DependsOn: [{Feature: ["YabarUrlVisits"], Slice: "web_production"}]
  171. }
  172.  
  173. Factor {
  174. Index: 16
  175. CppName: "RF_FI_YABAR_URL_AVG_TIME"
  176. Name: "RF_YabarUrlAvgTime"
  177. Description: "Average user time spent on the page. Calculated as the difference between adjacent transitions."
  178. Authors: "akhropov"
  179. Responsibles: "nkireev"
  180. Tags: [TG_SRC_WEB]
  181. DependsOn: [{Feature: ["YabarUrlAvgTime"], Slice: "web_production"}]
  182. }
  183.  
  184. Factor {
  185. Index: 17
  186. CppName: "RF_FI_NORMAL_TEXT_IDF_SUM"
  187. Name: "RF_NormalTextIdfSum_broken"
  188. Description: "Idf for various parts of the document, broken, not used"
  189. Authors: "melton"
  190. Responsibles: "nkireev"
  191. Tags: [TG_SRC_WEB]
  192. DependsOn: [{Feature: ["NormalTextIdfSum_broken"], Slice: "web_production"}]
  193. }
  194.  
  195. Factor {
  196. Index: 18
  197. CppName: "RF_FI_Q_DIVERSITY2"
  198. Name: "RF_Diversity2"
  199. Description: "Geographic distribution of the request"
  200. Authors: "denplusplus"
  201. Responsibles: "nkireev"
  202. Tags: [TG_SRC_WEB]
  203. DependsOn: [{Feature: ["Diversity2"], Slice: "web_production"}]
  204. }
  205.  
  206. Factor {
  207. Index: 19
  208. CppName: "RF_FI_OWNER_SDIFF_CLICK_ENTROPY"
  209. Name: "RF_OwnerSDiffClickEntropy"
  210. Description: "Entropy - click distribution"
  211. Authors: ["cliff", "akhropov"]
  212. Responsibles: "nkireev"
  213. Tags: [TG_SRC_WEB]
  214. DependsOn: [{Feature: ["OwnerSDiffClickEntropy"], Slice: "web_production"}]
  215. }
  216.  
  217. Factor {
  218. Index: 20
  219. CppName: "RF_FI_OWNER_SDIFF_SHOW_ENTROPY"
  220. Name: "RF_OwnerSDiffShowEntropy"
  221. Description: "Entropy - distribution of impressions"
  222. Authors: ["cliff", "akhropov"]
  223. Responsibles: "nkireev"
  224. Tags: [TG_SRC_WEB]
  225. DependsOn: [{Feature: ["OwnerSDiffShowEntropy"], Slice: "web_production"}]
  226. }
  227.  
  228. Factor {
  229. Index: 21
  230. CppName: "RF_FI_REGIONAL_V_QUERY"
  231. Name: "RF_GeoRegionalityV"
  232. Description: "V- geovital - regional issuance is of fundamental importance"
  233. Authors: "esoloviev"
  234. Responsibles: "nkireev"
  235. Tags: [TG_SRC_WEB]
  236. DependsOn: [{Feature: ["GeoRegionalityV"], Slice: "web_production"}]
  237. }
  238.  
  239. Factor {
  240. Index: 22
  241. CppName: "RF_FI_SYN_FL_REMAP1"
  242. Name: "RF_SynFLremap1"
  243. Description: "They show how unnatural the text is from the point of view of the Russian language. Evaluation of how much the text of the document can be considered as generated by a synonymizer or even automatic. antispam?v=1il#h58953-2 more))"
  244. Authors: "grechnik"
  245. Responsibles: "nkireev"
  246. Tags: [TG_SRC_WEB]
  247. DependsOn: [{Feature: ["SynFLremap1"], Slice: "web_production"}]
  248. }
  249.  
  250. Factor {
  251. Index: 23
  252. CppName: "RF_FI_URL_SESS_NORM_DUR_RATE"
  253. Name: "RF_UrlSessNormDurRate"
  254. Description: "nd/i"
  255. Authors: ["cliff", "akhropov", "angshu"]
  256. Responsibles: "nkireev"
  257. Tags: [TG_SRC_WEB]
  258. DependsOn: [{Feature: ["UrlSessNormDurRate"], Slice: "web_production"}]
  259. }
  260.  
  261. Factor {
  262. Index: 24
  263. CppName: "RF_FI_SYNT_QUALITY"
  264. Name: "RF_SyntQuality"
  265. Description: "Does the request have full parsing"
  266. Authors: "zador"
  267. Responsibles: "nkireev"
  268. Tags: [TG_SRC_WEB]
  269. DependsOn: [{Feature: ["SyntQuality"], Slice: "web_production"}]
  270. }
  271.  
  272. Factor {
  273. Index: 25
  274. CppName: "RF_FI_SYN_NUM_BAD_WORD_PAIRS"
  275. Name: "RF_SynNumBadWordPairs"
  276. Description: "Proportion of bad pairs among all those found in the table: z/(x+1), where z is the number of bad pairs in the text, and x is the number ((http://wiki.yandex-team.ru/EvgenijjGrechnikov/TestSynonimizers 2000-relevant)) couples"
  277. Authors: ""
  278. Responsibles: "nkireev"
  279. Tags: [TG_SRC_WEB]
  280. DependsOn: [{Feature: ["SynNumBadWordPairs"], Slice: "web_production"}]
  281. }
  282.  
  283. Factor {
  284. Index: 26
  285. CppName: "RF_FI_NUM_LATIN_LETTERS"
  286. Name: "RF_NumLatinLetters"
  287. Description: "the number of Latin letters in the text (not counting the markup), driven into [0,1] by the formula n/(n+100)"
  288. Authors: "grechnik"
  289. Responsibles: "nkireev"
  290. Tags: [TG_SRC_WEB]
  291. DependsOn: [{Feature: ["NumLatinLetters"], Slice: "web_production"}]
  292. }
  293.  
  294. Factor {
  295. Index: 27
  296. CppName: "RF_FI_TITLE_IDF_SUM_FIXED"
  297. Name: "RF_TitleIdfSumFixed"
  298. Description: "Previous Factors - Corrected"
  299. Authors: ""
  300. Responsibles: "nkireev"
  301. Tags: [TG_SRC_WEB]
  302. DependsOn: [{Feature: ["TitleIdfSumFixed"], Slice: "web_production"}]
  303. }
  304.  
  305. Factor {
  306. Index: 28
  307. CppName: "RF_FI_HEADING_IDF_SUM_FIXED"
  308. Name: "RF_HeadingIdfSumFixed"
  309. Description: "Previous Factors - Corrected"
  310. Authors: ""
  311. Responsibles: "nkireev"
  312. Tags: [TG_SRC_WEB]
  313. DependsOn: [{Feature: ["HeadingIdfSumFixed"], Slice: "web_production"}]
  314. }
  315.  
  316. Factor {
  317. Index: 29
  318. CppName: "RF_FI_PERCENT_WORDS_IN_LINKS"
  319. Name: "RF_PercentWordsInLinks"
  320. Description: "Percentage of the number of words inside the <a>..</a> tag of the number of all words"
  321. Authors: ""
  322. Responsibles: "nkireev"
  323. Tags: [TG_SRC_WEB]
  324. DependsOn: [{Feature: ["PercentWordsInLinks"], Slice: "web_production"}]
  325. }
  326.  
  327. Factor {
  328. Index: 30
  329. CppName: "RF_FI_PERCENT_VISIBLE_CONTENT"
  330. Name: "RF_PercentVisibleContent"
  331. Description: "The percentage of the number of words outside the tags (outside the brackets <>) of the number of all words"
  332. Authors: ""
  333. Responsibles: "nkireev"
  334. Tags: [TG_SRC_WEB]
  335. DependsOn: [{Feature: ["PercentVisibleContent"], Slice: "web_production"}]
  336. }
  337.  
  338. Factor {
  339. Index: 31
  340. CppName: "RF_FI_PERCENT_USED_FREQ_WORDS"
  341. Name: "RF_PercentUsedFreqWords"
  342. Description: "The number of the 500 most popular words of the language used in the text, divided by 500"
  343. Authors: ""
  344. Responsibles: "nkireev"
  345. Tags: [TG_SRC_WEB]
  346. DependsOn: [{Feature: ["PercentUsedFreqWords"], Slice: "web_production"}]
  347. }
  348.  
  349. Factor {
  350. Index: 32
  351. CppName: "RF_FI_TRIGRAMS_COND_PROB"
  352. Name: "RF_TrigramsCondProb"
  353. Description: "Logarithm of the geometric mean of the conditional probabilities of trigrams. The conditional probability of a trigram is its probability divided by the probability of a bigram from the first two words"
  354. Authors: ""
  355. Responsibles: "nkireev"
  356. Tags: [TG_SRC_WEB]
  357. DependsOn: [{Feature: ["TrigramsCondProb"], Slice: "web_production"}]
  358. }
  359.  
  360. Factor {
  361. Index: 33
  362. CppName: "RF_FI_TEXT_WEIGHTED_FORMS"
  363. Name: "RF_TextWeightedForms"
  364. Description: "Word weighted sum of number of shapes - sum over all query words of number_of_forms_for_word/64*word_weight; remap of the form x/(1 + x)."
  365. Authors: ""
  366. Responsibles: "nkireev"
  367. Tags: [TG_SRC_WEB]
  368. DependsOn: [{Feature: ["TextWeightedForms"], Slice: "web_production"}]
  369. }
  370.  
  371. Factor {
  372. Index: 34
  373. CppName: "RF_FI_LINK_WEIGHTED_FORMS"
  374. Name: "RF_LinkWeightedForms"
  375. Description: "Word-weighted sum of the number of forms"
  376. Authors: ""
  377. Responsibles: "nkireev"
  378. Tags: [TG_SRC_WEB]
  379. DependsOn: [{Feature: ["LinkWeightedForms"], Slice: "web_production"}]
  380. }
  381.  
  382. Factor {
  383. Index: 35
  384. CppName: "RF_FI_QSEGMENTS_BREAKS"
  385. Name: "RF_QSegmentsBreaks"
  386. Description: "Query segments are parts of the query that are themselves frequent queries. The factor shows how segments beat in the text. value 0 - all words occur only within the indicated segments, 1 - all occurrences break the segments"
  387. Authors: "solar"
  388. Responsibles: "nkireev"
  389. Tags: [TG_SRC_WEB]
  390. DependsOn: [{Feature: ["QSegmentsBreaks"], Slice: "web_production"}]
  391. }
  392.  
  393. Factor {
  394. Index: 36
  395. CppName: "RF_FI_PARTICLES_PORTION"
  396. Name: "RF_ParticlesPortion"
  397. Description: "share particles"
  398. Authors: ""
  399. Responsibles: "nkireev"
  400. Tags: [TG_SRC_WEB]
  401. DependsOn: [{Feature: ["ParticlesPortion"], Slice: "web_production"}]
  402. }
  403.  
  404. Factor {
  405. Index: 37
  406. CppName: "RF_FI_ADV_PRONOUNS_PORTION"
  407. Name: "RF_AdvPronounsPortion"
  408. Description: "share of pronominal nouns"
  409. Authors: ""
  410. Responsibles: "nkireev"
  411. Tags: [TG_SRC_WEB]
  412. DependsOn: [{Feature: ["AdvPronounsPortion"], Slice: "web_production"}]
  413. }
  414.  
  415. Factor {
  416. Index: 38
  417. CppName: "RF_FI_VERBS_PORTION"
  418. Name: "RF_VerbsPortion"
  419. Description: "share of verbs"
  420. Authors: ""
  421. Responsibles: "nkireev"
  422. Tags: [TG_SRC_WEB]
  423. DependsOn: [{Feature: ["VerbsPortion"], Slice: "web_production"}]
  424. }
  425.  
  426. Factor {
  427. Index: 39
  428. CppName: "RF_FI_FEM_MAS_NOUNS_PORTION"
  429. Name: "RF_FemAndMasNounsPortion"
  430. Description: "the proportion of words that can be both masculine and feminine nouns, but not neuter, among all nouns (examples: 'hummingbird' is an example of an indefinite gender that can be defined in two ways, 'Alexandra' is a homonymy )."
  431. Authors: ""
  432. Responsibles: "nkireev"
  433. Tags: [TG_SRC_WEB]
  434. DependsOn: [{Feature: ["FemAndMasNounsPortion"], Slice: "web_production"}]
  435. }
  436.  
  437. Factor {
  438. Index: 40
  439. CppName: "RF_FI_QCLASS_KAK"
  440. Name: "RF_QClassKak"
  441. Description: "question"
  442. Authors: "agorodilov"
  443. Responsibles: "nkireev"
  444. Tags: [TG_SRC_WEB]
  445. DependsOn: [{Feature: ["QClassKak"], Slice: "web_production"}]
  446. }
  447.  
  448. Factor {
  449. Index: 41
  450. CppName: "RF_REMOVED_41"
  451. Name: "RF_Removed_41"
  452. Description: ""
  453. Responsibles: ""
  454. Tags: [TG_REMOVED]
  455. }
  456.  
  457. Factor {
  458. Index: 42
  459. CppName: "RF_FI_PLM"
  460. Name: "RF_PositionLanguageModel"
  461. Description: "A factor about how good a snippet can be."
  462. Authors: ""
  463. Responsibles: "nkireev"
  464. Tags: [TG_SRC_WEB]
  465. DependsOn: [{Feature: ["PositionLanguageModel"], Slice: "web_production"}]
  466. }
  467.  
  468. Factor {
  469. Index: 43
  470. CppName: "RF_FI_AURA_DOC_LOG_AUTHOR"
  471. Name: "RF_AuraDocLogAuthor"
  472. Description: "Logarithm of the number of shingles on which a given document owner is recognized as the author"
  473. Authors: "antonovvk"
  474. Responsibles: "nkireev"
  475. Tags: [TG_SRC_WEB]
  476. DependsOn: [{Feature: ["AuraDocLogAuthor"], Slice: "web_production"}]
  477. }
  478.  
  479. Factor {
  480. Index: 44
  481. CppName: "RF_FI_AURA_DOC_MEAN_SHARED_WEIGHT"
  482. Name: "RF_AuraDocMeanSharedWeight"
  483. Description: "Average weight of non-unique shingles in this document"
  484. Authors: "antonovvk"
  485. Responsibles: "nkireev"
  486. Tags: [TG_SRC_WEB]
  487. DependsOn: [{Feature: ["AuraDocMeanSharedWeight"], Slice: "web_production"}]
  488. }
  489.  
  490. Factor {
  491. Index: 45
  492. CppName: "RF_REMOVED_45"
  493. Name: "RF_Removed_45"
  494. Description: ""
  495. Responsibles: ""
  496. Tags: [TG_REMOVED]
  497. }
  498.  
  499. Factor {
  500. Index: 46
  501. CppName: "RF_FI_NUM_SLASHES"
  502. Name: "RF_NumSlashes"
  503. Description: "Number of slashes in url"
  504. Authors: "denplusplus"
  505. Responsibles: "nkireev"
  506. Tags: [TG_SRC_WEB]
  507. DependsOn: [{Feature: ["NumSlashes"], Slice: "web_production"}]
  508. }
  509.  
  510. Factor {
  511. Index: 47
  512. CppName: "RF_FI_GSK_URL_MODEL"
  513. Name: "RF_GskUrlModel"
  514. Description: "The factor is calculated from the url text using the quality/seq/gsk sequence classifier"
  515. Authors: "gulin"
  516. Responsibles: "nkireev"
  517. Tags: [TG_SRC_WEB]
  518. DependsOn: [{Feature: ["GskUrlModel"], Slice: "web_production"}]
  519. }
  520.  
  521. Factor {
  522. Index: 48
  523. CppName: "RF_FI_YMW_FULL"
  524. Name: "RF_YmwFull"
  525. Description: "The size of the minimum piece of text that includes all query words found in the document. Not currently used. ((http://wiki.yandex-team.ru/JandeksPoisk/KachestvoPoiska/ObshayaFormula/TekushhieKomponenty/YMW more))"
  526. Authors: "alsafr"
  527. Responsibles: "nkireev"
  528. Tags: [TG_SRC_WEB]
  529. DependsOn: [{Feature: ["YmwFull"], Slice: "web_production"}]
  530. }
  531.  
  532. Factor {
  533. Index: 49
  534. CppName: "RF_FI_QUERY_COMMERCIALITY_MX"
  535. Name: "RF_QueryCommercialityMx"
  536. Description: "A measure of the 'commerciality' of a request. It is a complexly calculated MatrixNet factor by a formula according to the purchase dictionary in direct + according to user request logs + additional intent dictionaries. Requests with the intent to buy the factor tends to ->1 product requests ->0.6 with the intent not to buy , reviews, etc. -> 0 about him))"
  537. Authors: ["anelyubin", "kvn"]
  538. Responsibles: "nkireev"
  539. Tags: [TG_SRC_WEB]
  540. DependsOn: [{Feature: ["QueryCommercialityMx"], Slice: "web_production"}]
  541. }
  542.  
  543. Factor {
  544. Index: 50
  545. CppName: "RF_FI_TITLE_TRIGRAMS_Q"
  546. Name: "RF_TitleTrigramsQuery"
  547. Description: "Calculates the coverage of the request by the letter trigrams of the document header"
  548. Authors: "akorsun"
  549. Responsibles: "nkireev"
  550. Tags: [TG_SRC_WEB]
  551. DependsOn: [{Feature: ["TitleTrigramsQuery"], Slice: "web_production"}]
  552. }
  553.  
  554. Factor {
  555. Index: 51
  556. CppName: "RF_FI_INLINKS_MODEL"
  557. Name: "RF_InlinksModel"
  558. Description: "A probabilistic model built on the texts of incoming links"
  559. Authors: "grechnik"
  560. Responsibles: "nkireev"
  561. Tags: [TG_SRC_WEB]
  562. DependsOn: [{Feature: ["InlinksModel"], Slice: "web_production"}]
  563. }
  564.  
  565. Factor {
  566. Index: 52
  567. CppName: "RF_FI_OWNER_NAV_QUOTA"
  568. Name: "RF_OwnerNavQuota"
  569. Description: "Navigation click-through rate"
  570. Authors: "ulyanov"
  571. Responsibles: "nkireev"
  572. Tags: [TG_SRC_WEB]
  573. DependsOn: [{Feature: ["OwnerNavQuota"], Slice: "web_production"}]
  574. }
  575.  
  576. Factor {
  577. Index: 53
  578. CppName: "RF_FI_QUERY_ISGEO"
  579. Name: "RF_IsGeo"
  580. Description: "Lowers the maximum weight of the encountered geo object in the request under the name isgeo. A geo object is an object of the category Geo, Geo1, GeoAddr, GeoAddr1, LandMark, LandMark1 (see ((http://wiki.yandex-team.ru/ AlekseySokirko/QueryObjects som markup))).((http://wiki.yandex-team.ru/ArsenGadzhikurbanov/Wares More))"
  581. Authors: "arseny"
  582. Responsibles: "nkireev"
  583. Tags: [TG_SRC_WEB]
  584. DependsOn: [{Feature: ["IsGeo"], Slice: "web_production"}]
  585. }
  586.  
  587. Factor {
  588. Index: 54
  589. CppName: "RF_FI_BCLM_LITE"
  590. Name: "RF_BclmLite"
  591. Description: "Modification of the Bclm2 factor, lighter for use in fastrank. The main difference is that BclmLite does not use absolute word offsets relative to the beginning of the document. Instead, the factor works with normal positions of the form <Sentence_Number, Sentence_Position>. At the same time, proximity between words is taken into account only inside the sentence.
  592. Authors: "alsafr"
  593. Responsibles: "nkireev"
  594. Tags: [TG_SRC_WEB]
  595. DependsOn: [{Feature: ["BclmLite"], Slice: "web_production"}]
  596. }
  597.  
  598. Factor {
  599. Index: 55
  600. CppName: "RF_FI_QUERY_DOWNER_SESS_NORM_DUR_REG"
  601. Name: "RF_QueryDOwnerSessNormDuration_Reg"
  602. Description: "nd/k"
  603. Authors: ["cliff", "akhropov", "angshu"]
  604. Responsibles: "nkireev"
  605. Tags: [TG_SRC_WEB]
  606. DependsOn: [{Feature: ["QueryDOwnerSessNormDuration_Reg"], Slice: "web_production"}]
  607. }
  608.  
  609. Factor {
  610. Index: 56
  611. CppName: "RF_FI_QUERY_DOWNER_WEIGHT_CLICK_REG"
  612. Name: "RF_QueryDOwnerWeightClick_Reg"
  613. Description: "w/k"
  614. Authors: ["cliff", "akhropov", "angshu"]
  615. Responsibles: "nkireev"
  616. Tags: [TG_SRC_WEB]
  617. DependsOn: [{Feature: ["QueryDOwnerWeightClick_Reg"], Slice: "web_production"}]
  618. }
  619.  
  620. Factor {
  621. Index: 57
  622. CppName: "RF_FI_SEGMENT_AUX_SPACES_IN_TEXT"
  623. Name: "RF_SegmentAuxSpacesInText"
  624. Description: "Number of spaces in the Aux segment"
  625. Authors: "avatar"
  626. Responsibles: "nkireev"
  627. Tags: [TG_SRC_WEB]
  628. DependsOn: [{Feature: ["SegmentAuxSpacesInText"], Slice: "web_production"}]
  629. }
  630.  
  631. Factor {
  632. Index: 58
  633. CppName: "RF_FI_SEGMENT_CONTENT_COMMAS_IN_TEXT"
  634. Name: "RF_SegmentContentCommasInText"
  635. Description: "Number of commas in the Content segment"
  636. Authors: "avatar"
  637. Responsibles: "nkireev"
  638. Tags: [TG_SRC_WEB]
  639. DependsOn: [{Feature: ["SegmentContentCommasInText"], Slice: "web_production"}]
  640. }
  641.  
  642. Factor {
  643. Index: 59
  644. CppName: "RF_FI_IDF_VARIANCE"
  645. Name: "RF_IdfVariance"
  646. Description: "IDF variance of query words given text hits in the document (mixed query-text factor)"
  647. Authors: "grechnik"
  648. Responsibles: "nkireev"
  649. Tags: [TG_SRC_WEB]
  650. DependsOn: [{Feature: ["IdfVariance"], Slice: "web_production"}]
  651. }
  652.  
  653. Factor {
  654. Index: 60
  655. CppName: "RF_FI_URL_NGRAMS_MODEL"
  656. Name: "RF_UrlNGramsModel"
  657. Description: "Ranking factor UrlNGramsModel in erf"
  658. Authors: "avatar"
  659. Responsibles: "nkireev"
  660. Tags: [TG_SRC_WEB]
  661. DependsOn: [{Feature: ["UrlNGramsModel"], Slice: "web_production"}]
  662. }
  663.  
  664. Factor {
  665. Index: 61
  666. CppName: "RF_FI_QUERY_DOWNER_WS_FRC_AND_BM25F_DPR_FIXED"
  667. Name: "RF_QueryDOwnerWeightedSumFRCAndBM25FdPRFixed"
  668. Description: "The sum of the QueryDOwnerClicksFRC and BM25FdPRFixed factors with weights 0.358449 and 0.184922 respectively. The '565' in the factor name should not be taken literally, it's a legacy or a typo."
  669. Authors: ["grechnik", "kustarev"]
  670. Responsibles: "nkireev"
  671. Tags: [TG_SRC_WEB]
  672. DependsOn: [{Feature: ["QueryDOwnerWeightedSumFRCAndBM25FdPRFixed"], Slice: "web_production"}]
  673. }
  674.  
  675. Factor {
  676. Index: 62
  677. CppName: "RF_FI_NUM_NON_LETTERS_IN_URL"
  678. Name: "RF_NumNonLettersInUrl"
  679. Description: "Number of 'non-letters' in url"
  680. Authors: "kartynnik"
  681. Responsibles: "nkireev"
  682. Tags: [TG_SRC_WEB]
  683. DependsOn: [{Feature: ["NumNonLettersInUrl"], Slice: "web_production"}]
  684. }
  685.  
  686. Factor {
  687. Index: 63
  688. CppName: "RF_FI_TITLE_IN_LINKS_TRIGRAMS"
  689. Name: "RF_TitleInLinksTrigrams"
  690. Description: "Proportion of unique title trigrams in link trigrams"
  691. Authors: "morph"
  692. Responsibles: "nkireev"
  693. Tags: [TG_SRC_WEB]
  694. DependsOn: [{Feature: ["TitleInLinksTrigrams"], Slice: "web_production"}]
  695. }
  696.  
  697. Factor {
  698. Index: 64
  699. CppName: "RF_FI_TRASH_ADV"
  700. Name: "RF_TrashAdv"
  701. Description: "Page Ads"
  702. Authors: "vvp"
  703. Responsibles: "nkireev"
  704. Tags: [TG_SRC_WEB]
  705. DependsOn: [{Feature: ["TrashAdv"], Slice: "web_production"}]
  706. }
  707.  
  708. Factor {
  709. Index: 65
  710. CppName: "RF_FI_YABAR_URL_LCAC"
  711. Name: "RF_YabarUrlLcAc"
  712. Description: "Number of sessions in which the url was last, divided by the number of sessions in which the url appeared"
  713. Authors: "snailer"
  714. Responsibles: "nkireev"
  715. Tags: [TG_SRC_WEB]
  716. DependsOn: [{Feature: ["YabarUrlLcAc"], Slice: "web_production"}]
  717. }
  718.  
  719. Factor {
  720. Index: 66
  721. CppName: "RF_FI_TRLR_QUORUM_FM"
  722. Name: "RF_TRLRQuorumFm"
  723. Description: "The weight of the query words that are in the text in the exact form"
  724. Authors: "denplusplus"
  725. Responsibles: "nkireev"
  726. Tags: [TG_SRC_WEB]
  727. DependsOn: [{Feature: ["TRLRQuorumFm"], Slice: "web_production"}]
  728. }
  729.  
  730. Factor {
  731. Index: 67
  732. CppName: "RF_FI_QUERY_ISTEXT"
  733. Name: "RF_IsText"
  734. Description: "Reduces to basic searches under the name istext the maximum weight of the encountered object of the category Text or Text1 in the request. (See ((http://wiki.yandex-team.ru/AlekseySokirko/QueryObjects som markup))).( (http://wiki.yandex-team.ru/ArsenGadzhikurbanov/Wares#istext More))"
  735. Authors: "arseny"
  736. Responsibles: "nkireev"
  737. Tags: [TG_SRC_WEB]
  738. DependsOn: [{Feature: ["IsText"], Slice: "web_production"}]
  739. }
  740.  
  741. Factor {
  742. Index: 68
  743. CppName: "RF_FI_QUERY_MINONE"
  744. Name: "RF_MinOne"
  745. Description: "Returns, under the name wminone, the maximum degree of nominality of encountered objects in the request. (See ((http://wiki.yandex-team.ru/AlekseySokirko/QueryObjects som markup))).((http://wiki .yandex-team.ru/ArsenGadzhikurbanov/Wares#minone More))"
  746. Authors: "arseny"
  747. Responsibles: "nkireev"
  748. Tags: [TG_SRC_WEB]
  749. DependsOn: [{Feature: ["MinOne"], Slice: "web_production"}]
  750. }
  751.  
  752. Factor {
  753. Index: 69
  754. CppName: "RF_FI_QUERY_URL_CORRECTED_CTR_REG"
  755. Name: "RF_QueryUrlCorrectedCtr_Reg"
  756. Description: "'Corrected' clicks counted with RequestAggregateLib. Regional Version"
  757. Authors: "kcd"
  758. Responsibles: "nkireev"
  759. Tags: [TG_SRC_WEB]
  760. DependsOn: [{Feature: ["QueryUrlCorrectedCtr_Reg"], Slice: "web_production"}]
  761. }
  762.  
  763. Factor {
  764. Index: 70
  765. CppName: "RF_FI_NAV_LINEAR"
  766. Name: "RF_NavLinear"
  767. Description: "((http://wiki.yandex-team.ru/JandeksPoisk/Antispam/polunavigacionnyezaprosy#faktornavigacionnostiparyurl-zapros classifier)) pair of vitals [request-url], vital url for the request, if the value on it is >0.5"
  768. Authors: ["burangulov", "kustarev"]
  769. Responsibles: "nkireev"
  770. Tags: [TG_SRC_WEB]
  771. DependsOn: [{Feature: ["NavLinear"], Slice: "web_production"}]
  772. }
  773.  
  774. Factor {
  775. Index: 71
  776. CppName: "RF_FI_QUERY_TH3973"
  777. Name: "RF_QueryThVideohosting"
  778. Description: "The result of the lexical query classifier, which predicts the probability of a click on the topic page 3973"
  779. Authors: "esoloviev"
  780. Responsibles: "nkireev"
  781. Tags: [TG_SRC_WEB]
  782. DependsOn: [{Feature: ["QueryThVideohosting"], Slice: "web_production"}]
  783. }
  784.  
  785. Factor {
  786. Index: 72
  787. CppName: "RF_FI_SHOWS_WITH_ANOTHER_SE_CLICKS"
  788. Name: "RF_ShowsWithAnotherSEClicks"
  789. Description: "Impressions of urls in the search results for requests for which they left to search in other search engines"
  790. Authors: "vvp"
  791. Responsibles: "nkireev"
  792. Tags: [TG_SRC_WEB]
  793. DependsOn: [{Feature: ["ShowsWithAnotherSEClicks"], Slice: "web_production"}]
  794. }
  795.  
  796. Factor {
  797. Index: 73
  798. CppName: "RF_FI_BCLM_MAX"
  799. Name: "RF_BclmMax"
  800. Description: "Proximity of query words to the heaviest word."
  801. Authors: "alsafr"
  802. Responsibles: "nkireev"
  803. Tags: [TG_SRC_WEB]
  804. DependsOn: [{Feature: ["BclmMax"], Slice: "web_production"}]
  805. }
  806.  
  807. Factor {
  808. Index: 74
  809. CppName: "RF_FI_REGEX_MAX_CLICK_PERCENT_REG"
  810. Name: "RF_RegexMaxClickPercentReg"
  811. Description: "Percentage of clicks on this URL among all clicks on similar queries, country version, see ((http://wiki.yandex-team.ru/Development/Poisk/arcadia/indexregex indexregex))"
  812. Authors: ["finder", "kcd"]
  813. Responsibles: "nkireev"
  814. Tags: [TG_SRC_WEB]
  815. DependsOn: [{Feature: ["RegexMaxClickPercentReg"], Slice: "web_production"}]
  816. }
  817.  
  818. Factor {
  819. Index: 75
  820. CppName: "RF_FI_YABAR_WORD_DNGI"
  821. Name: "RF_YabarWordDepthNodesGradientMin"
  822. Description: "Angle in Depth Nodes space, counted by words only (Min by all)"
  823. Authors: ["atolstikov", "smikler"]
  824. Responsibles: "nkireev"
  825. Tags: [TG_SRC_WEB]
  826. DependsOn: [{Feature: ["YabarWordDepthNodesGradientMin"], Slice: "web_production"}]
  827. }
  828.  
  829. Factor {
  830. Index: 76
  831. CppName: "RF_FI_DOC_CREATE_MONTH"
  832. Name: "RF_DocCreateMonth"
  833. Description: "Document creation time accurate to the month 1.0 -- current month, 0 --- 10 years ago and older. Temporarily disabled"
  834. Authors: "bochkarev"
  835. Responsibles: "nkireev"
  836. Tags: [TG_SRC_WEB]
  837. DependsOn: [{Feature: ["DocCreateMonth"], Slice: "web_production"}]
  838. }
  839.  
  840. Factor {
  841. Index: 77
  842. CppName: "RF_FI_DOC_UPDATE_MONTH"
  843. Name: "RF_DocUpdateMonth"
  844. Description: "Document update time accurate to the month 1.0 -- current month, 0 --- 10 years ago and older. Temporarily disabled"
  845. Authors: "bochkarev"
  846. Responsibles: "nkireev"
  847. Tags: [TG_SRC_WEB]
  848. DependsOn: [{Feature: ["DocUpdateMonth"], Slice: "web_production"}]
  849. }
  850.  
  851. Factor {
  852. Index: 78
  853. CppName: "RF_FI_LR_MAINPAGE"
  854. Name: "RF_XLRMainPage"
  855. Description: ""
  856. Authors: "denplusplus"
  857. Responsibles: "nkireev"
  858. Tags: [TG_SRC_WEB]
  859. DependsOn: [{Feature: ["XLRMainPage"], Slice: "web_production"}]
  860. }
  861.  
  862. Factor {
  863. Index: 79
  864. CppName: "RF_FI_DATER_STATS_AVERAGE_SOURCE_SEGMENT"
  865. Name: "RF_DaterStatsAverageSourceSegment"
  866. Description: "Arithmetic mean of document date positions. Temporarily disabled"
  867. Authors: "bochkarev"
  868. Responsibles: "nkireev"
  869. Tags: [TG_SRC_WEB]
  870. DependsOn: [{Feature: ["DaterStatsAverageSourceSegment"], Slice: "web_production"}]
  871. }
  872.  
  873. Factor {
  874. Index: 80
  875. CppName: "RF_FI_DBM15_WARES2"
  876. Name: "RF_DBM15Wares2"
  877. Description: ""
  878. Authors: "alsafr"
  879. Responsibles: "nkireev"
  880. Tags: [TG_SRC_WEB]
  881. DependsOn: [{Feature: ["DBM15Wares2"], Slice: "web_production"}]
  882. }
  883.  
  884. Factor {
  885. Index: 81
  886. CppName: "RF_FI_SEGMENT_WORD_PORTION_FROM_MAINCONTENT"
  887. Name: "RF_SegmentWordPortionFromMainContent"
  888. Description: "Proportion of document words from segments with score > 2."
  889. Authors: "nordic"
  890. Responsibles: "nkireev"
  891. Tags: [TG_SRC_WEB]
  892. DependsOn: [{Feature: ["SegmentWordPortionFromMainContent"], Slice: "web_production"}]
  893. }
  894.  
  895. Factor {
  896. Index: 82
  897. CppName: "RF_FI_QI_URL_FREQ_WEIGHTED_FRC_REG"
  898. Name: "RF_QiUrlFreqWeightedFRCReg"
  899. Description: "FRC groups of frequency queries similar to the given one, averaged over the sum of clicks and impressions, according to regional statistics"
  900. Authors: "morph"
  901. Responsibles: "nkireev"
  902. Tags: [TG_SRC_WEB]
  903. DependsOn: [{Feature: ["QiUrlFreqWeightedFRCReg"], Slice: "web_production"}]
  904. }
  905.  
  906. Factor {
  907. Index: 83
  908. CppName: "RF_FI_QU_BM15_WEIGHTED"
  909. Name: "RF_QUBm15Weighted"
  910. Description: "Weighted BM15 for a query by document index - a list of queries that were linked to it."
  911. Authors: "alsafr"
  912. Responsibles: "nkireev"
  913. Tags: [TG_SRC_WEB]
  914. DependsOn: [{Feature: ["QUBm15Weighted"], Slice: "web_production"}]
  915. }
  916.  
  917. Factor {
  918. Index: 84
  919. CppName: "RF_FI_BROWSER_HOST_DOWNLOAD_PROBABILITY"
  920. Name: "RF_BrowserHostDownloadProbability"
  921. Description: "Probability of jumping from the host after clicking (according to Bar's logs)."
  922. Authors: ["osenzen", "smikler"]
  923. Responsibles: "nkireev"
  924. Tags: [TG_SRC_WEB, TG_DEPRECATED]
  925. DependsOn: [{Feature: ["BrowserHostDownloadProbability"], Slice: "web_production"}]
  926. }
  927.  
  928. Factor {
  929. Index: 85
  930. CppName: "RF_FI_NHOP_IS_FINAL"
  931. Name: "RF_NHopIsFinal"
  932. Description: "The number of threads in which the url was last, normalized by the total number of threads in which this url was."
  933. Authors: "vvp"
  934. Responsibles: "nkireev"
  935. Tags: [TG_SRC_WEB]
  936. DependsOn: [{Feature: ["NHopIsFinal"], Slice: "web_production"}]
  937. }
  938.  
  939. Factor {
  940. Index: 86
  941. CppName: "RF_FI_REG_BROWSER_USER_HUB"
  942. Name: "RF_RegBrowserUserHub"
  943. Description: "Indicator of the page as a hub (how many pages Bar users go to from it)."
  944. Authors: ["vvp", "smikler"]
  945. Responsibles: "nkireev"
  946. Tags: [TG_SRC_WEB]
  947. DependsOn: [{Feature: ["RegBrowserUserHub"], Slice: "web_production"}]
  948. }
  949.  
  950. Factor {
  951. Index: 87
  952. CppName: "RF_FI_SAME_QUERY_FRC_BROWSER"
  953. Name: "RF_SameQueryReturnFRCBrowser"
  954. Description: "FRC on referrals from requests that were set by the user several times"
  955. Authors: ["bogomolov", "vvp"]
  956. Responsibles: "nkireev"
  957. Tags: [TG_SRC_WEB]
  958. DependsOn: [{Feature: ["SameQueryReturnFRCBrowser"], Slice: "web_production"}]
  959. }
  960.  
  961. Factor {
  962. Index: 88
  963. CppName: "RF_FI_QUERY_URL_ISBM_CTR_REG"
  964. Name: "RF_QueryURLISBMCTRReg"
  965. Description: "Average weight of impressions on the first page; clicks weight 1, non-clicks - according to the SBM_GAMMAS table. Regional version"
  966. Authors: ["shpilman", "dprpavlin"]
  967. Responsibles: "nkireev"
  968. Tags: [TG_SRC_WEB]
  969. DependsOn: [{Feature: ["QueryURLISBMCTRReg"], Slice: "web_production"}]
  970. }
  971.  
  972. Factor {
  973. Index: 89
  974. CppName: "RF_FI_YABAR_URL_REVISITS"
  975. Name: "RF_YabarUrlRevisits"
  976. Description: "Returning user to url"
  977. Authors: ["shpilman", "atolstikov"]
  978. Responsibles: "nkireev"
  979. Tags: [TG_SRC_WEB]
  980. DependsOn: [{Feature: ["YabarUrlRevisits"], Slice: "web_production"}]
  981. }
  982.  
  983. Factor {
  984. Index: 90
  985. CppName: "RF_FI_PREFIX_SUFFIX_MAX_CLICK_PERCENT_REG"
  986. Name: "RF_PrefixSuffixMaxClickPercentReg"
  987. Description: "A factor similar to RegexMaxClickPercentReg, but calculated from the preffix-suffix generalization."
  988. Authors: ["smikler"]
  989. Responsibles: "nkireev"
  990. Tags: [TG_SRC_WEB]
  991. DependsOn: [{Feature: ["PrefixSuffixMaxClickPercentReg"], Slice: "web_production"}]
  992. }
  993.  
  994. Factor {
  995. Index: 91
  996. CppName: "RF_FI_SP_AVG_CLICK_FRC_SYN_REG"
  997. Name: "RF_SamplePeriodClickFrcSyn"
  998. Description: "Share of URLs in the total number of URLs clicked per session for a query (synnorm)."
  999. Authors: "monnoroch"
  1000. Responsibles: "nkireev"
  1001. Tags: [TG_SRC_WEB]
  1002. DependsOn: [{Feature: ["SamplePeriodClickFrcSyn"], Slice: "web_production"}]
  1003. }
  1004.  
  1005. Factor {
  1006. Index: 92
  1007. CppName: "RF_FI_SP_AVG_TOTAL_FRC_REG"
  1008. Name: "RF_SamplePeriodDayFrc"
  1009. Description: "The average share of clicks on this URL for this query among all clicks on this query (qnorm) during the day."
  1010. Authors: "monnoroch"
  1011. Responsibles: "nkireev"
  1012. Tags: [TG_SRC_WEB]
  1013. DependsOn: [{Feature: ["SamplePeriodDayFrc"], Slice: "web_production"}]
  1014. }
  1015.  
  1016. Factor {
  1017. Index: 93
  1018. CppName: "RF_FI_SP_AVG_TOTAL_FRC_XFACTOR_REG"
  1019. Name: "RF_SamplePeriodDayFrcXfactor"
  1020. Description: "Request-url factor. Value is the result of collaborative data filtering for the SamplePeriodDayFrc factor"
  1021. Authors: ["avatar", "monnoroch", "alsafr"]
  1022. Responsibles: "nkireev"
  1023. Tags: [TG_SRC_WEB]
  1024. DependsOn: [{Feature: ["SamplePeriodDayFrcXfactor"], Slice: "web_production"}]
  1025. }
  1026.  
  1027. Factor {
  1028. Index: 94
  1029. CppName: "RF_FI_QI_SP_AVG_TOTAL_FRC_REG"
  1030. Name: "RF_QiSamplePeriodDayFrc"
  1031. Description: "QI version of factor 879."
  1032. Authors: "monnoroch"
  1033. Responsibles: "nkireev"
  1034. Tags: [TG_SRC_WEB]
  1035. DependsOn: [{Feature: ["QiSamplePeriodDayFrc"], Slice: "web_production"}]
  1036. }
  1037.  
  1038. Factor {
  1039. Index: 95
  1040. CppName: "RF_FI_CORRECTED_CTR_QUERY_MATCH_PREDICTION"
  1041. Name: "RF_CorrectedCtrQueryMatchPrediction"
  1042. Description: "CorrectedCtrReg factor in annotation index, QueryMatchPrediction factor"
  1043. Authors: ["alsafr", "smikler"]
  1044. Responsibles: "nkireev"
  1045. Tags: [TG_SRC_WEB, TG_DEPRECATED]
  1046. DependsOn: [{Feature: ["CorrectedCtrQueryMatchPrediction"], Slice: "web_production"}]
  1047. }
  1048.  
  1049. Factor {
  1050. Index: 96
  1051. CppName: "RF_FI_SAMPLE_PERIOD_DAY_FRC_ANNOTATION_MATCH_WEIGHTED_VALUE"
  1052. Name: "RF_SamplePeriodDayFrcAnnotationMatchWeightedValue"
  1053. Description: "SamplePeriodDayFrc factor in annotation index, AnnotationMatchPrediction factor"
  1054. Authors: "pavelgur"
  1055. Responsibles: "nkireev"
  1056. Tags: [TG_SRC_WEB]
  1057. DependsOn: [{Feature: ["SamplePeriodDayFrcAnnotationMatchWeightedValue"], Slice: "web_production"}]
  1058. }
  1059.  
  1060. Factor {
  1061. Index: 97
  1062. CppName: "RF_FI_LONG_CLICK_ANNOTATION_MATCH_WEIGHTED_VALUE"
  1063. Name: "RF_LongClickAnnotationMatchWeightedValue"
  1064. Description: "LongClick factor in annotation index, AnnotationMatchPrediction factor"
  1065. Authors: "pavelgur"
  1066. Responsibles: "nkireev"
  1067. Tags: [TG_SRC_WEB]
  1068. DependsOn: [{Feature: ["LongClickAnnotationMatchWeightedValue"], Slice: "web_production"}]
  1069. }
  1070.  
  1071. Factor {
  1072. Index: 98
  1073. CppName: "RF_FI_BQPRSAMPLE_ANNOTATION_MATCH_WEIGHTED_VALUE"
  1074. Name: "RF_BQPRSampleAnnotationMatchWeightedValue"
  1075. Description: "BQPR factor in annotation index, AnnotationMatchPrediction factor"
  1076. Authors: "smikler"
  1077. Responsibles: "nkireev"
  1078. Tags: [TG_SRC_WEB]
  1079. DependsOn: [{Feature: ["BQPRSampleAnnotationMatchWeightedValue"], Slice: "web_production"}]
  1080. }
  1081.  
  1082. Factor {
  1083. Index: 99
  1084. CppName: "RF_FI_ONE_CLICK_SYNONYM_MATCH_PREDICTION"
  1085. Name: "RF_OneClickSynonymMatchPrediction"
  1086. Description: "OneClick factor in annotation index, SynonymMatchPrediction factor"
  1087. Authors: ["alsafr", "pavelgur"]
  1088. Responsibles: "nkireev"
  1089. Tags: [TG_SRC_WEB, TG_DEPRECATED]
  1090. DependsOn: [{Feature: ["OneClickSynonymMatchPrediction"], Slice: "web_production"}]
  1091. }
  1092.  
  1093. Factor {
  1094. Index: 100
  1095. CppName: "RF_FI_ONE_CLICK_FULL_MATCH_VALUE"
  1096. Name: "RF_OneClickFullMatchValue"
  1097. Description: "OneClick factor in annotation index, FullMatchPrediction factor"
  1098. Authors: ["alsafr", "pavelgur"]
  1099. Responsibles: "nkireev"
  1100. Tags: [TG_SRC_WEB]
  1101. DependsOn: [{Feature: ["OneClickFullMatchValue"], Slice: "web_production"}]
  1102. }
  1103.  
  1104. Factor {
  1105. Index: 101
  1106. CppName: "RF_FI_ONE_CLICK_BCLM_WEIGHTED_K3"
  1107. Name: "RF_OneClickBclmWeightedK3"
  1108. Description: "OneClick factor in annotation index, BclmWeightedK3 factor"
  1109. Authors: ["alsafr", "pavelgur"]
  1110. Responsibles: "nkireev"
  1111. Tags: [TG_SRC_WEB, TG_DEPRECATED]
  1112. DependsOn: [{Feature: ["OneClickBclmWeightedK3"], Slice: "web_production"}]
  1113. }
  1114.  
  1115. Factor {
  1116. Index: 102
  1117. CppName: "RF_FI_FRACTION_OF_QUERIES_WITH_GEO_PREDICTION"
  1118. Name: "RF_FractionOfQueriesWithGeoPredicted"
  1119. Description: "Predict the share of queries with geography from the bag of words built for the query"
  1120. Authors: ["yazevnul"]
  1121. Responsibles: "nkireev"
  1122. Tags: [TG_SRC_WEB]
  1123. DependsOn: [{Feature: ["FractionOfQueriesWithGeoPredicted"], Slice: "web_production"}]
  1124. }
  1125.  
  1126. Factor {
  1127. Index: 103
  1128. CppName: "RF_FI_CORRECTED_CTR_XFACTOR_QUERY_MATCH_PREDICTION"
  1129. Name: "RF_CorrectedCtrXfactorQueryMatchPrediction"
  1130. Description: "CorrectedCtrXfactor in annotation index, QueryMatchPrediction factor"
  1131. Authors: ["vvp", "alsafr", "avatar"]
  1132. Responsibles: "nkireev"
  1133. Tags: [TG_SRC_WEB, TG_DEPRECATED]
  1134. DependsOn: [{Feature: ["CorrectedCtrXfactorQueryMatchPrediction"], Slice: "web_production"}]
  1135. }
  1136.  
  1137. Factor {
  1138. Index: 104
  1139. CppName: "RF_FI_CORRECTED_CTR_XFACTOR_ALL_WCM_MAX_PREDICTION"
  1140. Name: "RF_CorrectedCtrXfactorAllWcmMaxPrediction"
  1141. Description: "CorrectedCtrXfactor in annotation index, factor ValueWcmMax"
  1142. Authors: ["vvp", "alsafr", "avatar"]
  1143. Responsibles: "nkireev"
  1144. Tags: [TG_SRC_WEB]
  1145. DependsOn: [{Feature: ["CorrectedCtrXfactorAllWcmMaxPrediction"], Slice: "web_production"}]
  1146. }
  1147.  
  1148. Factor {
  1149. Index: 105
  1150. CppName: "RF_FI_CORRECTED_CTR_XFACTOR_ALL_WCM_MATCH80_AVG_VALUE"
  1151. Name: "RF_CorrectedCtrXfactorAllWcmMatch80AvgValue"
  1152. Description: "CorrectedCtrXfactor in annotation index, ValueWcmAvg factor"
  1153. Authors: ["vvp", "alsafr", "avatar"]
  1154. Responsibles: "nkireev"
  1155. Tags: [TG_SRC_WEB]
  1156. DependsOn: [{Feature: ["CorrectedCtrXfactorAllWcmMatch80AvgValue"], Slice: "web_production"}]
  1157. }
  1158.  
  1159. Factor {
  1160. Index: 106
  1161. CppName: "RF_FI_REQUEST_WITH_REGION_NAME_LONG_CLICK_SP_ANNOTATION_MATCH_WEIGHTED_VALUE"
  1162. Name: "RF_RequestWithRegionNameLongClickSPAnnotationMatchWeightedValue"
  1163. Description: "Linguistic boosting factor. Extension type: RequestWithRegionName. Factor: AnnotationMatchWeightedValue by LongClickSP stream."
  1164. Authors: ["tsimkha", "pavelgur"]
  1165. Responsibles: "nkireev"
  1166. Tags: [TG_SRC_WEB]
  1167. DependsOn: [{Feature: ["RequestWithRegionNameLongClickSPAnnotationMatchWeightedValue"], Slice: "web_production"}]
  1168. }
  1169.  
  1170. Factor {
  1171. Index: 107
  1172. CppName: "RF_FI_DOUBLE_FRC_FULL_MATCH_VALUE"
  1173. Name: "RF_DoubleFrcFullMatchValue"
  1174. Description: "DoubleFrc in annotation index, FullMatchPrediction factor"
  1175. Authors: ["alsafr", "yustuken"]
  1176. Responsibles: "nkireev"
  1177. Tags: [TG_SRC_WEB]
  1178. DependsOn: [{Feature: ["DoubleFrcFullMatchValue"], Slice: "web_production"}]
  1179. }
  1180.  
  1181. Factor {
  1182. Index: 108
  1183. CppName: "RF_FI_DOUBLE_FRC_ANNOTATION_MATCH_WEIGHTED_VALUE"
  1184. Name: "RF_DoubleFrcAnnotationMatchWeightedValue"
  1185. Description: "DoubleFrc in annotation index, AnnotationMatchPrediction factor"
  1186. Authors: ["alsafr", "yustuken"]
  1187. Responsibles: "nkireev"
  1188. Tags: [TG_SRC_WEB]
  1189. DependsOn: [{Feature: ["DoubleFrcAnnotationMatchWeightedValue"], Slice: "web_production"}]
  1190. }
  1191.  
  1192. Factor {
  1193. Index: 109
  1194. CppName: "REMOVED_109"
  1195. Name: "REMOVED_109"
  1196. Ticket: "FACTORDEL-52"
  1197. Tags: [TG_REMOVED]
  1198. Responsibles: "nkireev"
  1199. Description: "removed"
  1200. }
  1201.  
  1202. Factor {
  1203. Index: 110
  1204. CppName: "REMOVED_110"
  1205. Name: "REMOVED_110"
  1206. Ticket: "FACTORDEL-52"
  1207. Tags: [TG_REMOVED]
  1208. Responsibles: "nkireev"
  1209. Description: "removed"
  1210. }
  1211.  
  1212.  
  1213. Factor {
  1214. Index: 111
  1215. CppName: "REMOVED_111"
  1216. Name: "REMOVED_111"
  1217. Ticket: "FACTORDEL-52"
  1218. Tags: [TG_REMOVED]
  1219. Responsibles: "nkireev"
  1220. Description: "removed"
  1221. }
  1222.  
  1223.  
  1224. Factor {
  1225. Index: 112
  1226. CppName: "REMOVED_112"
  1227. Name: "REMOVED_112"
  1228. Ticket: "FACTORDEL-52"
  1229. Tags: [TG_REMOVED]
  1230. Responsibles: "nkireev"
  1231. Description: "removed"
  1232. }
  1233.  
  1234.  
  1235. Factor {
  1236. Index: 113
  1237. CppName: "REMOVED_113"
  1238. Name: "REMOVED_113"
  1239. Ticket: "FACTORDEL-52"
  1240. Tags: [TG_REMOVED]
  1241. Responsibles: "nkireev"
  1242. Description: "removed"
  1243. }
  1244.  
  1245.  
  1246. Factor {
  1247. Index: 114
  1248. CppName: "REMOVED_114"
  1249. Name: "REMOVED_114"
  1250. Ticket: "FACTORDEL-52"
  1251. Tags: [TG_REMOVED]
  1252. Responsibles: "nkireev"
  1253. Description: "removed"
  1254. }
  1255.  
  1256. Factor {
  1257. Index: 115
  1258. CppName: "RF_FI_XF_DT_SHOW_ALL_MIN_W"
  1259. Name: "RF_XfDtShowAllMinW"
  1260. Description: "Linguistic boosting factor. Extension type: XfDtShow. Factor: minimum extension weight."
  1261. Authors: ["gotmanov", "alsafr"]
  1262. Responsibles: "nkireev"
  1263. Tags: [TG_SRC_WEB]
  1264. DependsOn: [{Feature: ["XfDtShowAllMinW"], Slice: "web_production"}]
  1265. }
  1266.  
  1267. Factor {
  1268. Index: 116
  1269. CppName: "RF_FI_XF_DT_SHOW_ALL_MAX_F_FIELD_SET3_BCLM_WEIGHTED_FLOG_W0_K0_001"
  1270. Name: "RF_XfDtShowAllMaxFFieldSet3BclmWeightedFLogW0K0001"
  1271. Description: "Linguistic boosting factor. Extension type: XfDtShow. Factor: BclmWeightedFLogW0 by stream group 3. Maximum factor value by extensions."
  1272. Authors: ["gotmanov", "alsafr"]
  1273. Responsibles: "nkireev"
  1274. Tags: [TG_SRC_WEB]
  1275. DependsOn: [{Feature: ["XfDtShowAllMaxFFieldSet3BclmWeightedFLogW0K0001"], Slice: "web_production"}]
  1276. }
  1277.  
  1278. Factor {
  1279. Index: 117
  1280. CppName: "RF_FI_XF_DT_SHOW_ALL_MAX_F_FIELD_SET_UT_BM15FLOG_W0_K0_0001"
  1281. Name: "RF_XfDtShowAllMaxFFieldSetUTBm15FLogW0"
  1282. Description: "Linguistic boosting factor. Extension type: XfDtShow. Factor: Bm15FLogW0 by url and title. Maximum factor value by extensions."
  1283. Authors: ["gotmanov", "alsafr"]
  1284. Responsibles: "nkireev"
  1285. Tags: [TG_SRC_WEB]
  1286. DependsOn: [{Feature: ["XfDtShowAllMaxFFieldSetUTBm15FLogW0"], Slice: "web_production"}]
  1287. }
  1288.  
  1289. Factor {
  1290. Index: 118
  1291. CppName: "RF_FI_XF_DT_SHOW_ALL_MAX_WF_LONG_CLICK_SP_FULL_MATCH_VALUE"
  1292. Name: "RF_XfDtShowAllMaxWFLongClickSPFullMatchValue"
  1293. Description: "Linguistic boosting factor. Extension type: XfDtShow. Factor: FullMatchValue by LongClickSP stream. Maximum weighted factor value by extensions."
  1294. Authors: ["gotmanov", "alsafr"]
  1295. Responsibles: "nkireev"
  1296. Tags: [TG_SRC_WEB]
  1297. DependsOn: [{Feature: ["XfDtShowAllMaxWFLongClickSPFullMatchValue"], Slice: "web_production"}]
  1298. }
  1299.  
  1300. Factor {
  1301. Index: 119
  1302. CppName: "RF_FI_XF_DT_SHOW_ALL_MAX_WF_ONE_CLICK_FULL_MATCH_VALUE"
  1303. Name: "RF_XfDtShowAllMaxWFOneClickFullMatchValue"
  1304. Description: "Linguistic boosting factor. Extension type: XfDtShow. Factor: FullMatchValue by OneClick stream. Maximum weighted factor value by extensions."
  1305. Authors: ["gotmanov", "alsafr"]
  1306. Responsibles: "nkireev"
  1307. Tags: [TG_SRC_WEB]
  1308. DependsOn: [{Feature: ["XfDtShowAllMaxWFOneClickFullMatchValue"], Slice: "web_production"}]
  1309. }
  1310.  
  1311. Factor {
  1312. Index: 120
  1313. CppName: "RF_FI_XF_DT_SHOW_ALL_SUM_W2F_SUM_W_FIELD_SET1_BM15FLOG_K0_001"
  1314. Name: "RF_XfDtShowAllSumW2FSumWFieldSet1Bm15FLogK0001"
  1315. Description: "Linguistic boosting factor. Extension type: XfDtShow. Factor: Bm15FLog by stream group 1. Weighted average of factor times weight (\\frac{\\Sum W_i * (W_i * F_i)}{\\Sum W_i}) by extensions."
  1316. Authors: ["gotmanov", "alsafr"]
  1317. Responsibles: "nkireev"
  1318. Tags: [TG_SRC_WEB]
  1319. DependsOn: [{Feature: ["XfDtShowAllSumW2FSumWFieldSet1Bm15FLogK0001"], Slice: "web_production"}]
  1320. }
  1321.  
  1322. Factor {
  1323. Index: 121
  1324. CppName: "RF_FI_XF_DT_SHOW_ALL_SUM_W2F_SUM_W_FIELD_SET_UT_BM15FLOG_W0_K0_0001"
  1325. Name: "RF_XfDtShowAllSumW2FSumWFieldSetUTBm15FLogW0"
  1326. Description: "Linguistic boosting factor. Extension type: XfDtShow. Factor: Bm15FLogW0 by url and title. Weighted average of factor times weight (\\frac{\\Sum W_i * (W_i * F_i)}{\\Sum W_i}) by extensions."
  1327. Authors: ["gotmanov", "alsafr"]
  1328. Responsibles: "nkireev"
  1329. Tags: [TG_SRC_WEB]
  1330. DependsOn: [{Feature: ["XfDtShowAllSumW2FSumWFieldSetUTBm15FLogW0"], Slice: "web_production"}]
  1331. }
  1332.  
  1333. Factor {
  1334. Index: 122
  1335. CppName: "RF_FI_XF_DT_SHOW_ALL_SUM_WF_SUM_W_BODY_MIN_WINDOW_SIZE"
  1336. Name: "RF_XfDtShowAllSumWFSumWBodyMinWindowSize"
  1337. Description: "Linguistic boosting factor. Extension type: XfDtShow. Factor: MinWindowSize by text. Weighted average of factor values ​​by extensions."
  1338. Authors: ["gotmanov", "alsafr", "edik"]
  1339. Responsibles: "nkireev"
  1340. Tags: [TG_SRC_WEB]
  1341. DependsOn: [{Feature: ["XfDtShowAllSumWFSumWBodyMinWindowSize"], Slice: "web_production"}]
  1342. }
  1343.  
  1344. Factor {
  1345. Index: 123
  1346. CppName: "RF_FI_XF_DT_SHOW_BAG_OF_WORDS_FIELD_SET_BAG_OF_WORDS_ORIGINAL_REQUEST_FRACTION_EXACT"
  1347. Name: "RF_XfDtShowBagOfWordsFieldSetBagOfWordsOriginalRequestFractionExact"
  1348. Description: "Linguistic boosting factor. Extension type: XfDtShow. Factor: bag OriginalRequestFractionExact by stream group for bag factors (text, title, annotation streams)."
  1349. Authors: ["gotmanov", "alsafr", "edik"]
  1350. Responsibles: "nkireev"
  1351. Tags: [TG_SRC_WEB]
  1352. DependsOn: [{Feature: ["XfDtShowBagOfWordsFieldSetBagOfWordsOriginalRequestFractionExact"], Slice: "web_production"}]
  1353. }
  1354.  
  1355. Factor {
  1356. Index: 124
  1357. CppName: "RF_FI_XF_DT_SHOW_BAG_OF_WORDS_LONG_CLICK_SP_COSINE_MATCH_WEIGHTED_VALUE"
  1358. Name: "RF_XfDtShowBagOfWordsLongClickSPCosineMatchWeightedValue"
  1359. Description: "Linguistic boosting factor. Extension type: XfDtShow. Factor: baggy CosineMatchWeightedValue by LongClickSP stream."
  1360. Authors: ["gotmanov", "alsafr", "edik"]
  1361. Responsibles: "nkireev"
  1362. Tags: [TG_SRC_WEB]
  1363. DependsOn: [{Feature: ["XfDtShowBagOfWordsLongClickSPCosineMatchWeightedValue"], Slice: "web_production"}]
  1364. }
  1365.  
  1366. Factor {
  1367. Index: 125
  1368. CppName: "RF_FI_XF_DT_SHOW_BAG_OF_WORDS_SIMPLE_CLICK_ANNOTATION_MATCH_AVG_VALUE"
  1369. Name: "RF_XfDtShowBagOfWordsSimpleClickAnnotationMatchAvgValue"
  1370. Description: "Linguistic boosting factor. Extension type: XfDtShow. Factor: baggy AnnotationMatchAvgValue by SimpleClick stream."
  1371. Authors: ["gotmanov", "alsafr", "edik"]
  1372. Responsibles: "nkireev"
  1373. Tags: [TG_SRC_WEB]
  1374. DependsOn: [{Feature: ["XfDtShowBagOfWordsSimpleClickAnnotationMatchAvgValue"], Slice: "web_production"}]
  1375. }
  1376.  
  1377. Factor {
  1378. Index: 126
  1379. CppName: "RF_FI_XF_DT_SHOW_BAG_OF_WORDS_TITLE_COSINE_MAX_MATCH"
  1380. Name: "RF_XfDtShowBagOfWordsTitleCosineMaxMatch"
  1381. Description: "Linguistic boosting factor. Extension type: XfDtShow. Factor: baggy CosineMaxMatcg by title."
  1382. Authors: ["gotmanov", "alsafr", "edik"]
  1383. Responsibles: "nkireev"
  1384. Tags: [TG_SRC_WEB]
  1385. DependsOn: [{Feature: ["XfDtShowBagOfWordsTitleCosineMaxMatch"], Slice: "web_production"}]
  1386. }
  1387.  
  1388. Factor {
  1389. Index: 127
  1390. CppName: "RF_FI_XF_DT_SHOW_TOP_MIN_WF_FIELD_SET3_BCLM_WEIGHTED_FLOG_W0_K0_001"
  1391. Name: "RF_XfDtShowTopMinWFFieldSet3BclmWeightedFLogW0K0001"
  1392. Description: "Linguistic boosting factor. Extension type: XfDtShow. Factor: BclmWeightedFLogW0 by stream group 3. Minimum weighted factor value by extension top."
  1393. Authors: ["gotmanov", "alsafr"]
  1394. Responsibles: "nkireev"
  1395. Tags: [TG_SRC_WEB]
  1396. DependsOn: [{Feature: ["XfDtShowTopMinWFFieldSet3BclmWeightedFLogW0K0001"], Slice: "web_production"}]
  1397. }
  1398.  
  1399. Factor {
  1400. Index: 128
  1401. CppName: "RF_FI_XF_DT_SHOW_TOP_MIN_WF_LONG_CLICK_SP_ANNOTATION_MATCH_WEIGHTED_VALUE"
  1402. Name: "RF_XfDtShowTopMinWFLongClickSPAnnotationMatchWeightedValue"
  1403. Description: "Linguistic boosting factor. Extension type: XfDtShow. Factor: AnnotationMatchWeightedValue by LongClickSP stream. Minimum weighted factor value by extension top."
  1404. Authors: ["gotmanov", "alsafr"]
  1405. Responsibles: "nkireev"
  1406. Tags: [TG_SRC_WEB]
  1407. DependsOn: [{Feature: ["XfDtShowTopMinWFLongClickSPAnnotationMatchWeightedValue"], Slice: "web_production"}]
  1408. }
  1409.  
  1410. Factor {
  1411. Index: 129
  1412. CppName: "RF_FI_XF_DT_SHOW_TOP_MIN_WF_MAX_W_LONG_CLICK_SP_ANNOTATION_MATCH_WEIGHTED_VALUE"
  1413. Name: "RF_XfDtShowTopMinWFMaxWLongClickSPAnnotationMatchWeightedValue"
  1414. Description: "Linguistic boosting factor. Extension type: XfDtShow. Factor: AnnotationMatchWeightedValue by LongClickSP stream. Minimum weighted factor value by extension top normalized by maximum weight by extension top."
  1415. Authors: ["gotmanov", "alsafr"]
  1416. Responsibles: "nkireev"
  1417. Tags: [TG_SRC_WEB]
  1418. DependsOn: [{Feature: ["XfDtShowTopMinWFMaxWLongClickSPAnnotationMatchWeightedValue"], Slice: "web_production"}]
  1419. }
  1420.  
  1421. Factor {
  1422. Index: 130
  1423. CppName: "RF_FI_XF_DT_SHOW_TOP_SUM_W2F_SUM_W_LONG_CLICK_SP_FULL_MATCH_VALUE"
  1424. Name: "RF_XfDtShowTopSumW2FSumWLongClickSPFullMatchValue"
  1425. Description: "Linguistic boosting factor. Extension type: XfDtShow. Factor: FullMatchValue by LongClickSP stream. Weighted average of factor values ​​multiplied by weight (\\frac{\\Sum W_i * (W_i * F_i)}{\\Sum W_i}) by top of extensions."
  1426. Authors: ["gotmanov", "alsafr"]
  1427. Responsibles: "nkireev"
  1428. Tags: [TG_SRC_WEB]
  1429. DependsOn: [{Feature: ["XfDtShowTopSumW2FSumWLongClickSPFullMatchValue"], Slice: "web_production"}]
  1430. }
  1431.  
  1432. Factor {
  1433. Index: 131
  1434. CppName: "RF_FI_XF_DT_SHOW_TOP_SUM_W2F_SUM_W_ONE_CLICK_FULL_MATCH_VALUE"
  1435. Name: "RF_XfDtShowTopSumW2FSumWOneClickFullMatchValue"
  1436. Description: "Linguistic boosting factor. Extension type: XfDtShow. Factor: FullMatchValue by OneClick stream. Weighted average of factor values ​​multiplied by weight (\\frac{\\Sum W_i * (W_i * F_i)}{\\Sum W_i}) by top of extensions."
  1437. Authors: ["gotmanov", "alsafr"]
  1438. Responsibles: "nkireev"
  1439. Tags: [TG_SRC_WEB]
  1440. DependsOn: [{Feature: ["XfDtShowTopSumW2FSumWOneClickFullMatchValue"], Slice: "web_production"}]
  1441. }
  1442.  
  1443. Factor {
  1444. Index: 132
  1445. CppName: "RF_FI_XF_DT_SHOW_TOP_SUM_WF_SUM_W_FIELD_SET3_BCLM_WEIGHTED_FLOG_W0_K0_001"
  1446. Name: "RF_XfDtShowTopSumWFSumWFieldSet3BclmWeightedFLogW0K0001"
  1447. Description: "Linguistic boosting factor. Extension type: XfDtShow. Factor: BclmWeightedFLogW0 by stream group 3. Weighted average of factor values ​​by extension top."
  1448. Authors: ["gotmanov", "alsafr"]
  1449. Responsibles: "nkireev"
  1450. Tags: [TG_SRC_WEB]
  1451. DependsOn: [{Feature: ["XfDtShowTopSumWFSumWFieldSet3BclmWeightedFLogW0K0001"], Slice: "web_production"}]
  1452. }
  1453.  
  1454. Factor {
  1455. Index: 133
  1456. CppName: "RF_FI_ONE_CLICK_FRC_XF_SP_FULL_MATCH_PREDICTION"
  1457. Name: "RF_OneClickFrcXfSpFullMatchPrediction"
  1458. Description: "OneClickFrc calculated from sampled period and collaboratively expanded, FullMatchPrediction factor"
  1459. Authors: ["avatar", "yustuken"]
  1460. Responsibles: "nkireev"
  1461. Tags: [TG_SRC_WEB]
  1462. DependsOn: [{Feature: ["OneClickFrcXfSpFullMatchPrediction"], Slice: "web_production"}]
  1463. }
  1464.  
  1465. Factor {
  1466. Index: 134
  1467. CppName: "RF_FI_ONE_CLICK_FRC_XF_SP_ANNOTATION_MATCH_WEIGHTED_VALUE"
  1468. Name: "RF_OneClickFrcXfSpAnnotationMatchWeightedValue"
  1469. Description: "OneClickFrc calculated over sampled period and collaboratively expanded, factor AnnotationMatchPredictionWeighted"
  1470. Authors: ["avatar", "yustuken"]
  1471. Responsibles: "nkireev"
  1472. Tags: [TG_SRC_WEB]
  1473. DependsOn: [{Feature: ["OneClickFrcXfSpAnnotationMatchWeightedValue"], Slice: "web_production"}]
  1474. }
  1475.  
  1476. Factor {
  1477. Index: 135
  1478. CppName: "RF_FI_ONE_CLICK_FRC_XF_SP_WCM_COVERAGE_PREDICTION"
  1479. Name: "RF_OneClickFrcXfSpWcmCoveragePrediction"
  1480. Description: "OneClickFrc calculated by sampled period and collaboratively expanded, WcmCoveragePrediction factor"
  1481. Authors: ["avatar", "yustuken"]
  1482. Responsibles: "nkireev"
  1483. Tags: [TG_SRC_WEB]
  1484. DependsOn: [{Feature: ["OneClickFrcXfSpWcmCoveragePrediction"], Slice: "web_production"}]
  1485. }
  1486.  
  1487. Factor {
  1488. Index: 136
  1489. CppName: "RF_FI_IS_LOCAL_PROBABILITY"
  1490. Name: "RF_IsLocalProbability"
  1491. Description: "Localizability classifier value for query"
  1492. Authors: ["yazevnul", "esoloviev"]
  1493. Responsibles: "nkireev"
  1494. Tags: [TG_SRC_WEB]
  1495. DependsOn: [{Feature: ["IsLocalProbability"], Slice: "web_production"}]
  1496. }
  1497.  
  1498. Factor {
  1499. Index: 137
  1500. CppName: "RF_FI_FULL_URL_FRACTION"
  1501. Name: "RF_FullUrlFraction"
  1502. Description: "URL coverage with trigrams from the request. Analogue of UrlDomainFraction,UrlPathAndParamsFraction factors."
  1503. Authors: "edik"
  1504. Responsibles: "nkireev"
  1505. Tags: [TG_SRC_WEB]
  1506. DependsOn: [{Feature: ["FullUrlFraction"], Slice: "web_production"}]
  1507. }
  1508.  
  1509. Factor {
  1510. Index: 138
  1511. CppName: "SF_A2_UNIQUE_WORDS"
  1512. Name: "SF_unique_w"
  1513. Description: ""
  1514. Authors: "divankov"
  1515. Responsibles: "nkireev"
  1516. Tags: [TG_SRC_SNIPPET]
  1517. DependsOn: [{Feature: ["unique_w"]}]
  1518. }
  1519.  
  1520. Factor {
  1521. Index: 139
  1522. CppName: "SF_A2_GOOD"
  1523. Name: "SF_good"
  1524. Description: ""
  1525. Authors: "divankov"
  1526. Responsibles: "nkireev"
  1527. Tags: [TG_SRC_SNIPPET]
  1528. DependsOn: [{Feature: ["good"]}]
  1529. }
  1530.  
  1531. Factor {
  1532. Index: 140
  1533. CppName: "SF_A2_TSIM"
  1534. Name: "SF_tsim"
  1535. Description: ""
  1536. Authors: "divankov"
  1537. Responsibles: "nkireev"
  1538. Tags: [TG_SRC_SNIPPET]
  1539. DependsOn: [{Feature: ["tsim"]}]
  1540. }
  1541.  
  1542. Factor {
  1543. Index: 141
  1544. CppName: "SF_A2_PBEG"
  1545. Name: "SF_pbeg"
  1546. Description: ""
  1547. Authors: "divankov"
  1548. Responsibles: "nkireev"
  1549. Tags: [TG_SRC_SNIPPET]
  1550. DependsOn: [{Feature: ["pbeg"]}]
  1551. }
  1552.  
  1553. Factor {
  1554. Index: 142
  1555. CppName: "SF_A2_BLOCKS"
  1556. Name: "SF_blocks"
  1557. Description: ""
  1558. Authors: "divankov"
  1559. Responsibles: "nkireev"
  1560. Tags: [TG_SRC_SNIPPET]
  1561. DependsOn: [{Feature: ["blocks"]}]
  1562. }
  1563.  
  1564. Factor {
  1565. Index: 143
  1566. CppName: "SF_A2_RDOTS"
  1567. Name: "SF_rdots"
  1568. Description: ""
  1569. Authors: "divankov"
  1570. Responsibles: "nkireev"
  1571. Tags: [TG_SRC_SNIPPET]
  1572. DependsOn: [{Feature: ["rdots"]}]
  1573. }
  1574.  
  1575. Factor {
  1576. Index: 144
  1577. CppName: "SF_A2_USERLS"
  1578. Name: "SF_ursrls"
  1579. Description: ""
  1580. Authors: "divankov"
  1581. Responsibles: "nkireev"
  1582. Tags: [TG_SRC_SNIPPET]
  1583. DependsOn: [{Feature: ["urls"]}]
  1584. }
  1585.  
  1586. Factor {
  1587. Index: 145
  1588. CppName: "SF_A2_USERLNS"
  1589. Name: "SF_ursrlns"
  1590. Description: ""
  1591. Authors: "divankov"
  1592. Responsibles: "nkireev"
  1593. Tags: [TG_SRC_SNIPPET]
  1594. DependsOn: [{Feature: ["ursrlns"]}]
  1595. }
  1596.  
  1597. Factor {
  1598. Index: 146
  1599. CppName: "SF_A2_SEEN_NS_WPOS_PCT"
  1600. Name: "SF_ns_wpos_pct"
  1601. Description: ""
  1602. Authors: "divankov"
  1603. Responsibles: "nkireev"
  1604. Tags: [TG_SRC_SNIPPET]
  1605. DependsOn: [{Feature: ["ns_wpos_pct"]}]
  1606. }
  1607.  
  1608. Factor {
  1609. Index: 147
  1610. CppName: "SF_A2_SEG_WEIGHT_SUM"
  1611. Name: "SF_seg_weight_sum"
  1612. Description: ""
  1613. Authors: "divankov"
  1614. Responsibles: "nkireev"
  1615. Tags: [TG_SRC_SNIPPET]
  1616. DependsOn: [{Feature: ["seg_weight_sum"]}]
  1617. }
  1618.  
  1619. Factor {
  1620. Index: 148
  1621. CppName: "SF_A2_SEG_MIDDLE_WORD"
  1622. Name: "SF_seg_middle_word"
  1623. Description: ""
  1624. Authors: "divankov"
  1625. Responsibles: "nkireev"
  1626. Tags: [TG_SRC_SNIPPET]
  1627. DependsOn: [{Feature: ["seg_middle_word"]}]
  1628. }
  1629.  
  1630. Factor {
  1631. Index: 149
  1632. CppName: "SF_A2_SEG_SPACES_PER_SYMBOL"
  1633. Name: "SF_seg_spaces_per_symbol"
  1634. Description: ""
  1635. Authors: "divankov"
  1636. Responsibles: "nkireev"
  1637. Tags: [TG_SRC_SNIPPET]
  1638. DependsOn: [{Feature: ["seg_spaces_per_symbol"]}]
  1639. }
  1640.  
  1641. Factor {
  1642. Index: 150
  1643. CppName: "SF_A2_WTIT_GOOD"
  1644. Name: "SF_wtit_good"
  1645. Description: ""
  1646. Authors: "divankov"
  1647. Responsibles: "nkireev"
  1648. Tags: [TG_SRC_SNIPPET]
  1649. DependsOn: [{Feature: ["wtit_good"]}]
  1650. }
  1651.  
  1652. Factor {
  1653. Index: 151
  1654. CppName: "SF_A2_WTIT_SAME_WORDS"
  1655. Name: "SF_wtit_same_w"
  1656. Description: ""
  1657. Authors: "divankov"
  1658. Responsibles: "nkireev"
  1659. Tags: [TG_SRC_SNIPPET]
  1660. DependsOn: [{Feature: ["wtit_same_w"]}]
  1661. }
  1662.  
  1663. Factor {
  1664. Index: 152
  1665. CppName: "SF_A2_WTIT_SEEN_NS_WPOS_PCT"
  1666. Name: "SF_wtit_ns_wpos_pct"
  1667. Description: ""
  1668. Authors: "divankov"
  1669. Responsibles: "nkireev"
  1670. Tags: [TG_SRC_SNIPPET]
  1671. DependsOn: [{Feature: ["wtit_ns_wpos_pct"]}]
  1672. }
  1673.  
  1674. Factor {
  1675. Index: 153
  1676. CppName: "SF_A2_WTIT_SEEN_UPOS_PCT"
  1677. Name: "SF_wtit_upos_pct"
  1678. Description: ""
  1679. Authors: "divankov"
  1680. Responsibles: "nkireev"
  1681. Tags: [TG_SRC_SNIPPET]
  1682. DependsOn: [{Feature: ["wtit_upos_pct"]}]
  1683. }
  1684.  
  1685. Factor {
  1686. Index: 154
  1687. CppName: "SF_A2_REAL_LEN"
  1688. Name: "SF_real_len"
  1689. Description: ""
  1690. Authors: "divankov"
  1691. Responsibles: "nkireev"
  1692. Tags: [TG_SRC_SNIPPET]
  1693. DependsOn: [{Feature: ["real_len"]}]
  1694. }
  1695.  
  1696. Factor {
  1697. Index: 155
  1698. CppName: "SF_A2_FQ_IS_DEFINITION"
  1699. Name: "SF_fq_is_definition"
  1700. Description: ""
  1701. Authors: "nkireev"
  1702. Responsibles: "nkireev"
  1703. Tags: [TG_SRC_SNIPPET]
  1704. DependsOn: [{Feature: ["fq_is_definition"]}]
  1705. }
  1706.  
  1707. Factor {
  1708. Index: 156
  1709. CppName: "BF_FI_VIDEO_WIZ_AVG_REL_EXP"
  1710. Name: "BF_VideoWizAvgRelExp"
  1711. Description: ""
  1712. Authors: "felix"
  1713. Responsibles: "nkireev"
  1714. Tags: [TG_SRC_BLENDER]
  1715. DependsOn: [{Feature: ["VideoWizAvgRelExp"], Slice: "blender_production"}]
  1716. }
  1717.  
  1718. Factor {
  1719. Index: 157
  1720. CppName: "BF_FI_IMAGES_WEB_TO_IMAGES_LAST_SESSIONS"
  1721. Name: "BF_ImagesWebToImagesLastSessions"
  1722. Description: "Percentage of query sessions that ended in Y. Pictures after switching from web search"
  1723. Authors: "gilazhev"
  1724. Responsibles: "nkireev"
  1725. Tags: [TG_SRC_BLENDER]
  1726. DependsOn: [{Feature: ["ImagesWebToImagesLastSessions"], Slice: "blender_production"}]
  1727. }
  1728.  
  1729. Factor {
  1730. Index: 158
  1731. CppName: "BF_FI_WEB_CTR_0123"
  1732. Name: "BF_WebCTR0123"
  1733. Description: "Sum of web CTR of first 4 elements"
  1734. Authors: "gilazhev"
  1735. Responsibles: "nkireev"
  1736. Tags: [TG_SRC_BLENDER]
  1737. DependsOn: [{Feature: ["WebCTR0123"], Slice: "blender_production"}]
  1738. }
  1739.  
  1740. Factor {
  1741. Index: 159
  1742. CppName: "BF_FI_WARES_CLOTHES"
  1743. Name: "BF_WaresIsClothes"
  1744. Description: "Clothes detected in query"
  1745. Authors: "orepin"
  1746. Responsibles: "nkireev"
  1747. Tags: [TG_SRC_BLENDER]
  1748. DependsOn: [{Feature: ["WaresIsClothes"], Slice: "blender_production"}]
  1749. }
  1750.  
  1751. Factor {
  1752. Index: 160
  1753. CppName: "BF_FI_REMOVED_160"
  1754. Name: "Removed160"
  1755. Description: ""
  1756. Authors: ""
  1757. Responsibles: ""
  1758. Tags: [TG_REMOVED]
  1759. }
  1760.  
  1761. Factor {
  1762. Index: 161
  1763. CppName: "BF_FI_REMOVED_161"
  1764. Name: "Removed161"
  1765. Description: ""
  1766. Authors: ""
  1767. Responsibles: ""
  1768. Tags: [TG_REMOVED]
  1769. }
  1770.  
  1771. Factor {
  1772. Index: 162
  1773. CppName: "BF_FI_QUICK_DOC_FRACTION"
  1774. Name: "BF_QuickDocFraction"
  1775. Description: "QuickDocCount * 100 / WebDocCountFresh"
  1776. Authors: "melton"
  1777. Responsibles: "nkireev"
  1778. Tags: [TG_SRC_BLENDER]
  1779. DependsOn: [{Feature: ["QuickDocFraction"], Slice: "blender_production"}]
  1780. }
  1781.  
  1782. Factor {
  1783. Index: 163
  1784. CppName: "BF_FI_QUICK_PEAK_LEN"
  1785. Name: "BF_QuickPeakLen"
  1786. Description: "Peak size (in hours), counts 50 top documents from each fast machine"
  1787. Authors: "melton"
  1788. Responsibles: "nkireev"
  1789. Tags: [TG_SRC_BLENDER]
  1790. DependsOn: [{Feature: ["QuickPeakLen"], Slice: "blender_production"}]
  1791. }
  1792.  
  1793. Factor {
  1794. Index: 164
  1795. CppName: "BF_FI_REMOVED_164"
  1796. Name: "Removed164"
  1797. Description: ""
  1798. Authors: ""
  1799. Responsibles: ""
  1800. Tags: [TG_REMOVED]
  1801. }
  1802.  
  1803. Factor {
  1804. Index: 165
  1805. CppName: "BF_FI_REMOVED_165"
  1806. Name: "Removed165"
  1807. Description: ""
  1808. Authors: ""
  1809. Responsibles: ""
  1810. Tags: [TG_REMOVED]
  1811. }
  1812.  
  1813. Factor {
  1814. Index: 166
  1815. CppName: "BF_FI_REMOVED_166"
  1816. Name: "Removed166"
  1817. Description: ""
  1818. Authors: ""
  1819. Responsibles: ""
  1820. Tags: [TG_REMOVED]
  1821. }
  1822.  
  1823. Factor {
  1824. Index: 167
  1825. CppName: "BF_FI_WARES_INTS_TEXT"
  1826. Name: "BF_WaresTextIntent"
  1827. Description: ""
  1828. Authors: "orepin"
  1829. Responsibles: "nkireev"
  1830. Tags: [TG_SRC_BLENDER]
  1831. DependsOn: [{Feature: ["WaresTextIntent"], Slice: "blender_production"}]
  1832. }
  1833.  
  1834. Factor {
  1835. Index: 168
  1836. CppName: "BF_FI_AFISHA_EVENT_HOST_CLASSIFIER"
  1837. Name: "BF_AfishaEventHostClassifier"
  1838. Description: "afisha host classifier"
  1839. Authors: "hob"
  1840. Responsibles: "nkireev"
  1841. Tags: [TG_SRC_BLENDER]
  1842. DependsOn: [{Feature: ["AfishaEventHostClassifier"], Slice: "blender_production"}]
  1843. }
  1844.  
  1845. Factor {
  1846. Index: 169
  1847. CppName: "BF_FI_AUTO_HOST_CLASSIFIER"
  1848. Name: "BF_AutoHostClassifier"
  1849. Description: "host classifier for auto vertical"
  1850. Authors: "r-vetrov"
  1851. Responsibles: "nkireev"
  1852. Tags: [TG_SRC_BLENDER]
  1853. DependsOn: [{Feature: ["AutoHostClassifier"], Slice: "blender_production"}]
  1854. }
  1855.  
  1856. Factor {
  1857. Index: 170
  1858. CppName: "BF_FI_CLASSIFICATION_KAK"
  1859. Name: "BF_ClassificationKak"
  1860. Description: "Classification wizard rule class Kak"
  1861. Authors: "agorodilov"
  1862. Responsibles: "nkireev"
  1863. Tags: [TG_SRC_BLENDER]
  1864. DependsOn: [{Feature: ["ClassificationKak"], Slice: "blender_production"}]
  1865. }
  1866.  
  1867. Factor {
  1868. Index: 171
  1869. CppName: "BF_FI_VIDEO_MAX_WORDS_CSTR"
  1870. Name: "BF_VideoMaxWordsCSTR"
  1871. Description: "VideoMaxWordsCSTR"
  1872. Authors: "orepin"
  1873. Responsibles: "nkireev"
  1874. Tags: [TG_SRC_BLENDER]
  1875. DependsOn: [{Feature: ["VideoMaxWordsCSTR"], Slice: "blender_production"}]
  1876. }
  1877.  
  1878. Factor {
  1879. Index: 172
  1880. CppName: "BF_FI_IMAGES_LOG_PROD_WORDS_FRC"
  1881. Name: "BF_ImagesLogProdWordsFRC"
  1882. Description: "ImagesLogProdWordsFRC"
  1883. Authors: "orepin"
  1884. Responsibles: "nkireev"
  1885. Tags: [TG_SRC_BLENDER]
  1886. DependsOn: [{Feature: ["ImagesLogProdWordsFRC"], Slice: "blender_production"}]
  1887. }
  1888.  
  1889. Factor {
  1890. Index: 173
  1891. CppName: "BF_FI_IMAGES_LOG_PROD_WORDS_STR"
  1892. Name: "BF_ImagesLogProdWordsSTR"
  1893. Description: "ImagesLogProdWordsSTR"
  1894. Authors: "orepin"
  1895. Responsibles: "nkireev"
  1896. Tags: [TG_SRC_BLENDER]
  1897. DependsOn: [{Feature: ["ImagesLogProdWordsSTR"], Slice: "blender_production"}]
  1898. }
  1899.  
  1900. Factor {
  1901. Index: 174
  1902. CppName: "BF_FI_IMAGES_MAX_WORDS_CSTR"
  1903. Name: "BF_ImagesMaxWordsCSTR"
  1904. Description: "ImagesMaxWordsCSTR"
  1905. Authors: "orepin"
  1906. Responsibles: "nkireev"
  1907. Tags: [TG_SRC_BLENDER]
  1908. DependsOn: [{Feature: ["ImagesMaxWordsCSTR"], Slice: "blender_production"}]
  1909. }
  1910.  
  1911. Factor {
  1912. Index: 175
  1913. CppName: "BF_FI_VIDEO_DOC_COUNT"
  1914. Name: "BF_VideoDocCount"
  1915. Description: "Number of documents in dg grouping"
  1916. Authors: "nkmakarov"
  1917. Responsibles: "nkireev"
  1918. Tags: [TG_SRC_BLENDER]
  1919. DependsOn: [{Feature: ["VideoDocCount"], Slice: "blender_production"}]
  1920. }
  1921.  
  1922. Factor {
  1923. Index: 176
  1924. CppName: "BF_FI_VIDEO_QUICK_DOC_COUNT"
  1925. Name: "BF_VideoQuickDocCount"
  1926. Description: "Number of documents in dgq grouping"
  1927. Authors: "nkmakarov"
  1928. Responsibles: "nkireev"
  1929. Tags: [TG_SRC_BLENDER]
  1930. DependsOn: [{Feature: ["VideoQuickDocCount"], Slice: "blender_production"}]
  1931. }
  1932.  
  1933. Factor {
  1934. Index: 177
  1935. CppName: "FF_FI_SAME_NUMBERS"
  1936. Name: "FF_FI_same_numbers"
  1937. Description: "number of responses that contain numbers from the given"
  1938. Authors: "nkireev"
  1939. Responsibles: "nkireev"
  1940. Tags: [TG_SRC_FACTOID]
  1941. }
  1942.  
  1943. Factor {
  1944. Index: 178
  1945. CppName: "FF_FI_QUERY_MODEL"
  1946. Name: "FF_FI_query_model"
  1947. Description: "speed of a unigram text classifier trained on fact-checking queries from cleanup"
  1948. Authors: "nkireev"
  1949. Responsibles: "nkireev"
  1950. Tags: [TG_SRC_FACTOID]
  1951. }
  1952.  
  1953. Factor {
  1954. Index: 179
  1955. CppName: "FF_FI_FACTS_W2V_SIM"
  1956. Name: "FF_FI_facts_w2v_sim"
  1957. Description: "average similarity of an answer to others, calculated on the basis of a non-lemmatized word2vec runet"
  1958. Authors: "nkireev"
  1959. Responsibles: "nkireev"
  1960. Tags: [TG_SRC_FACTOID]
  1961. }
  1962.  
  1963. Factor {
  1964. Index: 180
  1965. CppName: "FF_FI_QUERYFACT_W2V_SIM"
  1966. Name: "FF_FI_queryfact_w2v_sim"
  1967. Description: "resemblance of the snippet to the query, calculated based on the non-lemmatized word2vec runet"
  1968. Authors: "nkireev"
  1969. Responsibles: "nkireev"
  1970. Tags: [TG_SRC_FACTOID]
  1971. }
  1972.  
  1973. Factor {
  1974. Index: 181
  1975. CppName: "FF_FI_QUERY_HOST2VEC"
  1976. Name: "FF_FI_query_host2vec_weight"
  1977. Description: "the value of the logistic regression that predicts the questionability of the query by the average vector of hosts in the output"
  1978. Authors: "nkireev"
  1979. Responsibles: "nkireev"
  1980. Tags: [TG_SRC_FACTOID]
  1981. }
  1982.  
  1983. Factor {
  1984. Index: 182
  1985. CppName: "FF_FI_QUERYDOC_HOST2VEC"
  1986. Name: "FF_FI_querydoc_host2vec"
  1987. Description: "the value of the logistic regression predicting that the answer is correct from the concatenation of the host vector and the average host vector in the output"
  1988. Authors: "nkireev"
  1989. Responsibles: "nkireev"
  1990. Tags: [TG_SRC_FACTOID]
  1991. }
  1992.  
  1993. Factor {
  1994. Index: 183
  1995. CppName: "FF_FI_QUERY_IS_ENCYC"
  1996. Name: "FF_FI_query_is_encyc"
  1997. Description: "checks if the Encyc wizard rule about encyclopedic query is triggered"
  1998. Authors: "nkireev"
  1999. Responsibles: "nkireev"
  2000. Tags: [TG_SRC_FACTOID]
  2001. }
  2002.  
  2003. Factor {
  2004. Index: 184
  2005. CppName: "FF_FI_CLUSTER_1"
  2006. Name: "FF_FI_cluster_1"
  2007. Description: "proximity of the total vector of hosts to one of the clusters built on the basis of answers from cleanup"
  2008. Authors: "stasd07"
  2009. Responsibles: "nkireev"
  2010. Tags: [TG_SRC_FACTOID]
  2011. }
  2012.  
  2013. Factor {
  2014. Index: 185
  2015. CppName: "FF_FI_CLUSTER_4"
  2016. Name: "FF_FI_cluster_4"
  2017. Description: "proximity of the total vector of hosts to one of the clusters built on the basis of answers from cleanup"
  2018. Authors: "stasd07"
  2019. Responsibles: "nkireev"
  2020. Tags: [TG_SRC_FACTOID]
  2021. }
  2022.  
  2023. Factor {
  2024. Index: 186
  2025. CppName: "FF_FI_CLUSTER_8"
  2026. Name: "FF_FI_cluster_8"
  2027. Description: "proximity of the total vector of hosts to one of the clusters built on the basis of answers from cleanup"
  2028. Authors: "stasd07"
  2029. Responsibles: "nkireev"
  2030. Tags: [TG_SRC_FACTOID]
  2031. }
  2032.  
  2033. Factor {
  2034. Index: 187
  2035. CppName: "FF_FI_CLUSTER_10"
  2036. Name: "FF_FI_cluster_10"
  2037. Description: "proximity of the total vector of hosts to one of the clusters built on the basis of answers from cleanup"
  2038. Authors: "stasd07"
  2039. Responsibles: "nkireev"
  2040. Tags: [TG_SRC_FACTOID]
  2041. }
  2042.  
  2043. Factor {
  2044. Index: 188
  2045. CppName: "FF_FI_CLUSTER_11"
  2046. Name: "FF_FI_cluster_11"
  2047. Description: "proximity of the total vector of hosts to one of the clusters built on the basis of answers from cleanup"
  2048. Authors: "stasd07"
  2049. Responsibles: "nkireev"
  2050. Tags: [TG_SRC_FACTOID]
  2051. }
  2052.  
  2053. Factor {
  2054. Index: 189
  2055. CppName: "FF_FI_CLUSTER_12"
  2056. Name: "FF_FI_cluster_12"
  2057. Description: "proximity of the total vector of hosts to one of the clusters built on the basis of answers from cleanup"
  2058. Authors: "stasd07"
  2059. Responsibles: "nkireev"
  2060. Tags: [TG_SRC_FACTOID]
  2061. }
  2062.  
  2063. Factor {
  2064. Index: 190
  2065. CppName: "FF_FI_CLUSTER_13"
  2066. Name: "FF_FI_cluster_13"
  2067. Description: "proximity of the total vector of hosts to one of the clusters built on the basis of answers from cleanup"
  2068. Authors: "stasd07"
  2069. Responsibles: "nkireev"
  2070. Tags: [TG_SRC_FACTOID]
  2071. }
  2072.  
  2073. Factor {
  2074. Index: 191
  2075. CppName: "FF_FI_CLUSTER_14"
  2076. Name: "FF_FI_cluster_14"
  2077. Description: "proximity of the total vector of hosts to one of the clusters built on the basis of answers from cleanup"
  2078. Authors: "stasd07"
  2079. Responsibles: "nkireev"
  2080. Tags: [TG_SRC_FACTOID]
  2081. }
  2082.  
  2083. Factor {
  2084. Index: 192
  2085. CppName: "FF_FI_CLUSTER_16"
  2086. Name: "FF_FI_cluster_16"
  2087. Description: "proximity of the total vector of hosts to one of the clusters built on the basis of answers from cleanup"
  2088. Authors: "stasd07"
  2089. Responsibles: "nkireev"
  2090. Tags: [TG_SRC_FACTOID]
  2091. }
  2092.  
  2093. Factor {
  2094. Index: 193
  2095. CppName: "FF_FI_CLUSTER_18"
  2096. Name: "FF_FI_cluster_18"
  2097. Description: "proximity of the total vector of hosts to one of the clusters built on the basis of answers from cleanup"
  2098. Authors: "stasd07"
  2099. Responsibles: "nkireev"
  2100. Tags: [TG_SRC_FACTOID]
  2101. }
  2102.  
  2103. Factor {
  2104. Index: 194
  2105. CppName: "FF_FI_CLUSTER_19"
  2106. Name: "FF_FI_cluster_19"
  2107. Description: "proximity of the total vector of hosts to one of the clusters built on the basis of answers from cleanup"
  2108. Authors: "stasd07"
  2109. Responsibles: "nkireev"
  2110. Tags: [TG_SRC_FACTOID]
  2111. }
  2112.  
  2113. Factor {
  2114. Index: 195
  2115. CppName: "FF_FI_CLUSTER_20"
  2116. Name: "FF_FI_cluster_20"
  2117. Description: "proximity of the total vector of hosts to one of the clusters built on the basis of answers from cleanup"
  2118. Authors: "stasd07"
  2119. Responsibles: "nkireev"
  2120. Tags: [TG_SRC_FACTOID]
  2121. }
  2122.  
  2123. Factor {
  2124. Index: 196
  2125. CppName: "FF_FI_CLUSTER_21"
  2126. Name: "FF_FI_cluster_21"
  2127. Description: "proximity of the total vector of hosts to one of the clusters built on the basis of answers from cleanup"
  2128. Authors: "stasd07"
  2129. Responsibles: "nkireev"
  2130. Tags: [TG_SRC_FACTOID]
  2131. }
  2132.  
  2133. Factor {
  2134. Index: 197
  2135. CppName: "FF_FI_CLUSTER_22"
  2136. Name: "FF_FI_cluster_22"
  2137. Description: "proximity of the total vector of hosts to one of the clusters built on the basis of answers from cleanup"
  2138. Authors: "stasd07"
  2139. Responsibles: "nkireev"
  2140. Tags: [TG_SRC_FACTOID]
  2141. }
  2142.  
  2143. Factor {
  2144. Index: 198
  2145. CppName: "FF_FI_CLUSTER_24"
  2146. Name: "FF_FI_cluster_24"
  2147. Description: "proximity of the total vector of hosts to one of the clusters built on the basis of answers from cleanup"
  2148. Authors: "stasd07"
  2149. Responsibles: "nkireev"
  2150. Tags: [TG_SRC_FACTOID]
  2151. }
  2152.  
  2153. Factor {
  2154. Index: 199
  2155. CppName: "FF_FI_CLUSTER_27"
  2156. Name: "FF_FI_cluster_27"
  2157. Description: "proximity of the total vector of hosts to one of the clusters built on the basis of answers from cleanup"
  2158. Authors: "stasd07"
  2159. Responsibles: "nkireev"
  2160. Tags: [TG_SRC_FACTOID]
  2161. }
  2162.  
  2163. Factor {
  2164. Index: 200
  2165. CppName: "FF_FI_CLUSTER_28"
  2166. Name: "FF_FI_cluster_28"
  2167. Description: "proximity of the total vector of hosts to one of the clusters built on the basis of answers from cleanup"
  2168. Authors: "stasd07"
  2169. Responsibles: "nkireev"
  2170. Tags: [TG_SRC_FACTOID]
  2171. }
  2172.  
  2173. Factor {
  2174. Index: 201
  2175. CppName: "FF_FI_CLUSTER_29"
  2176. Name: "FF_FI_cluster_29"
  2177. Description: "proximity of the total vector of hosts to one of the clusters built on the basis of answers from cleanup"
  2178. Authors: "stasd07"
  2179. Responsibles: "nkireev"
  2180. Tags: [TG_SRC_FACTOID]
  2181. }
  2182.  
  2183. Factor {
  2184. Index: 202
  2185. CppName: "FF_FI_CROSS_MODEL"
  2186. Name: "FF_FI_cross_model"
  2187. Description: "the value of the regression trained on bigrams, in which the first word is taken from the query, the second from the answer"
  2188. Authors: "nkireev"
  2189. Responsibles: "nkireev"
  2190. Tags: [TG_SRC_FACTOID]
  2191. }
  2192.  
  2193. Factor {
  2194. Index: 203
  2195. CppName: "FF_FI_SNIPPET_UNIGRAM_WEIGHT"
  2196. Name: "FF_FI_snippet_unigram_weight"
  2197. Description: "the value of a regression trained on the frequencies of the words in the snippet, predicting that the snippet contains an answer"
  2198. Authors: "nkireev"
  2199. Responsibles: "nkireev"
  2200. Tags: [TG_SRC_FACTOID]
  2201. }
  2202.  
  2203. Factor {
  2204. Index: 204
  2205. CppName: "SF_A2_FQ_SCHEMA_IS_QUESTION"
  2206. Name: "SF_fq_schema_is_question"
  2207. Description: "page has markup schema.org question"
  2208. Authors: "zhenek"
  2209. Responsibles: "zhenek"
  2210. Tags: [TG_SRC_SNIPPET]
  2211. }
  2212.  
  2213. Factor {
  2214. Index: 205
  2215. CppName: "SF_A2_FQ_SCHEMA_HAS_APPROVED_ANSWER"
  2216. Name: "SF_fq_schema_has_approved_answer"
  2217. Description: "page has schema.org question markup and best answer selected"
  2218. Authors: "zhenek"
  2219. Responsibles: "zhenek"
  2220. Tags: [TG_SRC_SNIPPET]
  2221. }
  2222.  
  2223. Factor {
  2224. Index: 206
  2225. CppName: "SF_A2_FQ_SCHEMA_BEST_ANS_WORD_COUNT"
  2226. Name: "SF_fq_schema_best_ans_word_count"
  2227. Description: "length of the best schema.org question answer in words"
  2228. Authors: "zhenek"
  2229. Responsibles: "zhenek"
  2230. Tags: [TG_SRC_SNIPPET]
  2231. }
  2232.  
  2233. Factor {
  2234. Index: 207
  2235. CppName: "SF_A2_FQ_SCHEMA_BEST_ANS_UPVOTE_COUNT"
  2236. Name: "SF_fq_schema_best_ans_upvote_count"
  2237. Description: "number of votes for the best schema.org question answer"
  2238. Authors: "zhenek"
  2239. Responsibles: "zhenek"
  2240. Tags: [TG_SRC_SNIPPET]
  2241. }
  2242.  
  2243. Factor {
  2244. Index: 208
  2245. CppName: "SF_A2_FQ_SCHEMA_BEST_ANS_MAX_SPAN_LCSWC_DIV_SPAN_WC"
  2246. Name: "SF_fq_schema_best_ans_max_span_lcswc_div_span_wc"
  2247. Description: "longest common substring of the best schema.org question answer and snippet (percentage of snippet words)"
  2248. Authors: "zhenek"
  2249. Responsibles: "zhenek"
  2250. Tags: [TG_SRC_SNIPPET]
  2251. }
  2252.  
  2253. Factor {
  2254. Index: 209
  2255. CppName: "SF_A2_FQ_SCHEMA_BEST_ANS_MAX_SPAN_LCSWC_DIV_ANS_WC"
  2256. Name: "SF_fq_schema_best_ans_max_span_lcswc_div_ans_wc"
  2257. Description: "longest common substring of schema.org question and snippet best answer (best answer word fraction)"
  2258. Authors: "zhenek"
  2259. Responsibles: "zhenek"
  2260. Tags: [TG_SRC_SNIPPET]
  2261. }
  2262.  
  2263. Factor {
  2264. Index: 210
  2265. CppName: "SF_A2_FQ_SCHEMA_BEST_ANS_LCSW_POS_RATIO_IN_SNIP"
  2266. Name: "SF_fq_schema_best_ans_lcsw_pos_ratio_in_snip"
  2267. Description: "greatest common substring position of best schema.org question answer and snippet in snippet"
  2268. Authors: "zhenek"
  2269. Responsibles: "zhenek"
  2270. Tags: [TG_SRC_SNIPPET]
  2271. }
  2272.  
  2273. Factor {
  2274. Index: 211
  2275. CppName: "SF_A2_FQ_SCHEMA_BEST_ANS_LCSW_POS_RATIO_IN_ANSWER"
  2276. Name: "SF_fq_schema_best_ans_lcsw_pos_ratio_in_ans"
  2277. Description: "greatest common substring position of best answer schema.org question and snippet in best answer"
  2278. Authors: "zhenek"
  2279. Responsibles: "zhenek"
  2280. Tags: [TG_SRC_SNIPPET]
  2281. }
  2282.  
  2283. Factor {
  2284. Index: 212
  2285. CppName: "SF_A2_FQ_SCHEMA_MATCHED_ANS_WORD_COUNT"
  2286. Name: "SF_fq_schema_matched_ans_word_count"
  2287. Description: "length in words of the schema.org question most similar to the snippet"
  2288. Authors: "zhenek"
  2289. Responsibles: "zhenek"
  2290. Tags: [TG_SRC_SNIPPET]
  2291. }
  2292.  
  2293. Factor {
  2294. Index: 213
  2295. CppName: "SF_A2_FQ_SCHEMA_MATCHED_ANS_UPVOTE_COUNT"
  2296. Name: "SF_fq_schema_matched_ans_upvote_count"
  2297. Description: "votes for most similar snippet to schema.org question"
  2298. Authors: "zhenek"
  2299. Responsibles: "zhenek"
  2300. Tags: [TG_SRC_SNIPPET]
  2301. }
  2302.  
  2303. Factor {
  2304. Index: 214
  2305. CppName: "SF_A2_FQ_SCHEMA_MATCHED_ANS_MAX_SPAN_LCSWC_DIV_SPAN_WC"
  2306. Name: "SF_fq_schema_matched_ans_max_span_lcswc_div_span_wc"
  2307. Description: "longest common substring of schema.org question most similar to snippet and snippet (percentage of snippet words)"
  2308. Authors: "zhenek"
  2309. Responsibles: "zhenek"
  2310. Tags: [TG_SRC_SNIPPET]
  2311. }
  2312.  
  2313. Factor {
  2314. Index: 215
  2315. CppName: "SF_A2_FQ_SCHEMA_MATCHED_ANS_MAX_SPAN_LCSWC_DIV_ANS_WC"
  2316. Name: "SF_fq_schema_matched_ans_max_span_lcswc_div_ans_wc"
  2317. Description: "length of longest common substring of schema.org question answer most similar to snippet and snippet (response word fraction)"
  2318. Authors: "zhenek"
  2319. Responsibles: "zhenek"
  2320. Tags: [TG_SRC_SNIPPET]
  2321. }
  2322.  
  2323. Factor {
  2324. Index: 216
  2325. CppName: "SF_A2_FQ_SCHEMA_MATCHED_ANS_LCSW_POS_RATIO_IN_SNIP"
  2326. Name: "SF_fq_schema_matched_ans_lcsw_pos_ratio_in_snip"
  2327. Description: "position of the largest common substring of the schema.org question most similar to the snippet and the snippet within the snippet"
  2328. Authors: "zhenek"
  2329. Responsibles: "zhenek"
  2330. Tags: [TG_SRC_SNIPPET]
  2331. }
  2332.  
  2333. Factor {
  2334. Index: 217
  2335. CppName: "SF_A2_FQ_SCHEMA_MATCHED_ANS_LCSW_POS_RATIO_IN_ANSWER"
  2336. Name: "SF_fq_schema_matched_ans_lcsw_pos_ratio_in_ans"
  2337. Description: "position of the largest common substring of the schema.org question most similar to the snippet and the snippet in the answer"
  2338. Authors: "zhenek"
  2339. Responsibles: "zhenek"
  2340. Tags: [TG_SRC_SNIPPET]
  2341. }
  2342.  
  2343. Factor {
  2344. Index: 218
  2345. CppName: "SF_A2_FQ_RU_FACT_SNIPPET_DSSM_FACTOID_SCORE"
  2346. Name: "SF_fq_ru_fact_snippet_dssm_factoid_score"
  2347. Description: "Cosine between query and snippet embeddings built by a DSSM neural network trained on mail.ru Responses. FACTS-717, FACTS-19."
  2348. Authors: "bogolubsky"
  2349. Responsibles: "bogolubsky"
  2350. Tags: [TG_SRC_SNIPPET]
  2351. }
  2352.  
  2353. Factor {
  2354. Index: 219
  2355. CppName: "FF_FI_HOST_FACT_SCORE"
  2356. Name: "FF_FI_host_fact_score"
  2357. Description: "The ratio of the number of times the host has been shown on the sickle with fact to the total number of times the host has been on the sickle."
  2358. Authors: "alpi"
  2359. Responsibles: "alspi"
  2360. Tags: [TG_SRC_FACTOID]
  2361. }
  2362.  
  2363. Factor {
  2364. Index: 220
  2365. CppName: "FF_FI_MEANINGFUL_WORD_COUNT"
  2366. Name: "FF_FI_meaningful_word_count"
  2367. Description: "number of words in a factof snippet (CI, punctuation is also not taken into account and words shorter than 3 characters that do not contain a number)"
  2368. Authors: "alpi"
  2369. Responsibles: "alspi"
  2370. Tags: [TG_SRC_FACTOID]
  2371. }
  2372.  
  2373. Factor {
  2374. Index: 221
  2375. CppName: "FF_FI_AVG_SIMILARITY"
  2376. Name: "FF_FI_avg_similarity"
  2377. Description: "Average similarity to snippets by matching words"
  2378. Authors: "alpi"
  2379. Responsibles: "alspi"
  2380. Tags: [TG_SRC_FACTOID]
  2381. }
  2382.  
  2383. Factor {
  2384. Index: 222
  2385. CppName: "FF_FI_SIMILARITY_TOP1"
  2386. Name: "FF_FI_similarity_top1"
  2387. Description: "best match for words in fact snippet (CI, also ignores punctuation and words shorter than 3 characters without a number)"
  2388. Authors: "alpi"
  2389. Responsibles: "alspi"
  2390. Tags: [TG_SRC_FACTOID]
  2391. }
  2392.  
  2393. Factor {
  2394. Index: 223
  2395. CppName: "FF_FI_SIMILARITY_TOP2"
  2396. Name: "FF_FI_similarity_top2"
  2397. Description: "second match on words in facts snippet (CI, also ignores punctuation and words shorter than 3 characters without a number)"
  2398. Authors: "alpi"
  2399. Responsibles: "alspi"
  2400. Tags: [TG_SRC_FACTOID]
  2401. }
  2402.  
  2403. Factor {
  2404. Index: 224
  2405. CppName: "FF_FI_SIMILARITY_TOP3"
  2406. Name: "FF_FI_similarity_top3"
  2407. Description: "third word match in facts snippet (CI, also ignores punctuation and words shorter than 3 non-number characters)"
  2408. Authors: "alpi"
  2409. Responsibles: "alspi"
  2410. Tags: [TG_SRC_FACTOID]
  2411. }
  2412.  
  2413. Factor {
  2414. Index: 225
  2415. CppName: "FF_FI_SIMILARITY_TOP4"
  2416. Name: "FF_FI_similarity_top4"
  2417. Description: "fourth word match in fact snippet (CI, also ignores punctuation and words shorter than 3 characters without a number)"
  2418. Authors: "alpi"
  2419. Responsibles: "alspi"
  2420. Tags: [TG_SRC_FACTOID]
  2421. }
  2422.  
  2423. Factor {
  2424. Index: 226
  2425. CppName: "FF_FI_SIMILARITY_RANGE90"
  2426. Name: "FF_FI_similarity_range90"
  2427. Description: "the number of matches for the words in the facts snippet differing from the best is no more than 90%"
  2428. Authors: "alpi"
  2429. Responsibles: "alspi"
  2430. Tags: [TG_SRC_FACTOID]
  2431. }
  2432.  
  2433. Factor {
  2434. Index: 227
  2435. CppName: "FF_FI_SIMILARITY_RANGE80"
  2436. Name: "FF_FI_similarity_range80"
  2437. Description: "the number of matches for the words in the fact snippet differing from the best by 80-90%"
  2438. Authors: "alpi"
  2439. Responsibles: "alspi"
  2440. Tags: [TG_SRC_FACTOID]
  2441. }
  2442.  
  2443. Factor {
  2444. Index: 228
  2445. CppName: "FF_FI_SIMILARITY_RANGE70"
  2446. Name: "FF_FI_similarity_range70"
  2447. Description: "the number of matches for words in the fact snippet that differ from the best by 70-80%"
  2448. Authors: "alpi"
  2449. Responsibles: "alspi"
  2450. Tags: [TG_SRC_FACTOID]
  2451. }
  2452.  
  2453. Factor {
  2454. Index: 229
  2455. CppName: "FF_FI_SIMILARITY_RANGE60"
  2456. Name: "FF_FI_similarity_range60"
  2457. Description: "the number of matches for the words in the fact snippet differing from the best by 60-70%"
  2458. Authors: "alpi"
  2459. Responsibles: "alspi"
  2460. Tags: [TG_SRC_FACTOID]
  2461. }
  2462.  
  2463. Factor {
  2464. Index: 230
  2465. CppName: "FF_FI_SIMILARITY_RANGE50"
  2466. Name: "FF_FI_similarity_range50"
  2467. Description: "the number of matches for the words in the fact snippet that differ from the best by 50-60%"
  2468. Authors: "alpi"
  2469. Responsibles: "alspi"
  2470. Tags: [TG_SRC_FACTOID]
  2471. }
  2472.  
  2473. Factor {
  2474. Index: 231
  2475. CppName: "RF_FI_DSSM_ONE_CLICK_PROBABILITY"
  2476. Name: "DssmOneClickProbability"
  2477. Tags: [TG_SRC_WEB]
  2478. Description: "DSSM model trained on clicks, target=OneClicks/Clicks. Takes bigrams into account."
  2479. Authors: ["tsimkha", "alsafr"]
  2480. Responsibles: "alspi"
  2481. DependsOn: [{Feature: ["DssmOneClickProbability"], Slice: "web_production"}]
  2482. }
  2483. Factor {
  2484. Index: 232
  2485. CppName: "RF_FI_QUERY_TH3561"
  2486. Name: "QueryThEncyclopedic"
  2487. Tags: [TG_SRC_WEB]
  2488. Description: "The result of the lexical query classifier, which predicts the probability of a click on the topic page 3561"
  2489. Authors: "esoloviev"
  2490. Responsibles: "alspi"
  2491. DependsOn: [{Feature: ["QueryThEncyclopedic"], Slice: "web_production"}]
  2492. }
  2493. Factor {
  2494. Index: 233
  2495. CppName: "RF_FI_ADD_TIME"
  2496. Name: "AddTime"
  2497. Tags: [TG_SRC_WEB]
  2498. Description: "The time the page was added, greater is the older document; root the time mapped to the interval [0,1] so that 3+ years is 1."
  2499. Authors: ["aalekseev", "denplusplus"]
  2500. Responsibles: "alspi"
  2501. DependsOn: [{Feature: ["AddTime"], Slice: "web_production"}]
  2502. }
  2503. Factor {
  2504. Index: 234
  2505. CppName: "RF_FI_QFUF_ALL_SUM_WF_SUM_W_QUERY_DWELL_TIME_MIX_MATCH_WEIGHTED_VALUE"
  2506. Name: "QfufAllSumWFSumWQueryDwellTimeMixMatchWeightedValue"
  2507. Tags: [TG_SRC_WEB]
  2508. Description: "Linguistic boosting factor. Extension type: Qfuf. Factor: MixMatchWeightedValue by QueryDwellTime stream. Weighted average of factor values ​​by extensions."
  2509. Authors: ["gotmanov", "alsafr", "misyurev", "antonova"]
  2510. Responsibles: "alspi"
  2511. DependsOn: [{Feature: ["QfufAllSumWFSumWQueryDwellTimeMixMatchWeightedValue"], Slice: "web_production"}]
  2512. }
  2513. Factor {
  2514. Index: 235
  2515. CppName: "RF_FI_DSSM_RANDOM_LOG_QUERY_AVG_DATER_AGE"
  2516. Name: "DssmRandomLogQueryAvgDaterAge"
  2517. Tags: [TG_SRC_WEB]
  2518. Description: "Neural network predicted Average DaterAge per query per year."
  2519. Responsibles: "alspi"
  2520. DependsOn: [{Feature: ["DssmRandomLogQueryAvgDaterAge"], Slice: "web_production"}]
  2521. }
  2522. Factor {
  2523. Index: 236
  2524. CppName: "RF_FI_DSSM_RANDOM_LOG_QUERY_DWELLTIME_WEIGHTED_AVG_URL_DOMAIN_FRACTION"
  2525. Name: "DssmRandomLogQueryDwelltimeWeightedAvgUrlDomainFraction"
  2526. Tags: [TG_SRC_WEB]
  2527. Description: "Neural network predicted dwelltime-weighted average UrlDomainFraction for query per year."
  2528. Responsibles: "alspi"
  2529. DependsOn: [{Feature: ["DssmRandomLogQueryDwelltimeWeightedAvgUrlDomainFraction"], Slice: "web_production"}]
  2530. }
  2531. Factor {
  2532. Index: 237
  2533. CppName: "RF_FI_DSSM_RANDOM_LOG_QUERY_AVG_XF_DT_SHOW_ALL_SUM_WF_SUM_W_BODY_MIN_WINDOW_SIZE"
  2534. Name: "DssmRandomLogQueryAvgXfDtShowAllSumWFSumWBodyMinWindowSize"
  2535. Tags: [TG_SRC_WEB]
  2536. Description: "Neural network predicted average of XfDtShowAllSumWFSumWBodyMinWindowSize per request per year."
  2537. Responsibles: "alspi"
  2538. DependsOn: [{Feature: ["DssmRandomLogQueryAvgXfDtShowAllSumWFSumWBodyMinWindowSize"], Slice: "web_production"}]
  2539. }
  2540. Factor {
  2541. Index: 238
  2542. CppName: "RF_FI_DSSM_BOOSTING_XF_WEIGHT_KMEANS_5_AVG_TOP_02_SCORE_QE"
  2543. Name: "DssmBoostingXfWeightKMeans5AvgTop02ScoreQE"
  2544. Tags: [TG_SRC_WEB]
  2545. Description: "Dssm Boosting AvgTop02Score aggregation for XfWeight model over 5-means centroids (query as expansion)."
  2546. Authors: ["crossby", "tagrimar"]
  2547. Responsibles: "alspi"
  2548. DependsOn: [{Feature: ["DssmBoostingXfWeightKMeans5AvgTop02ScoreQE"], Slice: "web_production"}]
  2549. }
  2550. Factor {
  2551. Index: 239
  2552. CppName: "RF_FI_DSSM_QUERY_EMBEDDING_CTR_NO_MINER_PCA_0"
  2553. Name: "DssmQueryEmbeddingCtrNoMinerPca0"
  2554. Tags: [TG_SRC_WEB]
  2555. Description: "The main components of request embedding from the DssmCtrNoMiner model"
  2556. Authors: ["dskor"]
  2557. Responsibles: "alspi"
  2558. DependsOn: [{Feature: ["DssmQueryEmbeddingCtrNoMinerPca0"], Slice: "web_production"}]
  2559. }
  2560. Factor {
  2561. Index: 240
  2562. CppName: "RF_FI_ERRATUM_LOG_QUERY_PROBABILITY"
  2563. Name: "ErratumLogQueryProbability"
  2564. Tags: [TG_SRC_WEB]
  2565. Description: "Binary logarithm of the query probability for the language model of the erratum typo service"
  2566. Authors: "now"
  2567. Responsibles: "alspi"
  2568. DependsOn: [{Feature: ["ErratumLogQueryProbability"], Slice: "web_production"}]
  2569. }
  2570. Factor {
  2571. Index: 241
  2572. CppName: "RF_FI_DSSM_QUERY_EMBEDDING_CTR_NO_MINER_PCA_2"
  2573. Name: "DssmQueryEmbeddingCtrNoMinerPca2"
  2574. Tags: [TG_SRC_WEB]
  2575. Description: "The main components of request embedding from the DssmCtrNoMiner model"
  2576. Authors: ["dskor"]
  2577. Responsibles: "alspi"
  2578. DependsOn: [{Feature: ["DssmQueryEmbeddingCtrNoMinerPca2"], Slice: "web_production"}]
  2579. }
  2580. Factor {
  2581. Index: 242
  2582. CppName: "RF_FI_QURL_STAT_POWER"
  2583. Name: "QUrlStatPower"
  2584. Tags: [TG_SRC_WEB]
  2585. Description: "Number of url impressions per request, normalization x/(100 + x)."
  2586. Authors: "solar"
  2587. Responsibles: "alspi"
  2588. DependsOn: [{Feature: ["QUrlStatPower"], Slice: "web_production"}]
  2589. }
  2590. Factor {
  2591. Index: 243
  2592. CppName: "SF_A2_QUERYLEN"
  2593. Name: "query_len"
  2594. Tags: [TG_SRC_SNIPPET]
  2595. Description: ""
  2596. Authors: "divankov"
  2597. Responsibles: "alspi"
  2598. DependsOn: [{Feature: ["query_len"]}]
  2599. }
  2600. Factor {
  2601. Index: 244
  2602. CppName: "SF_A2_PLM_LIKE"
  2603. Name: "plm_like"
  2604. Tags: [TG_SRC_SNIPPET]
  2605. Description: ""
  2606. Authors: "steiner"
  2607. Responsibles: "alspi"
  2608. DependsOn: [{Feature: ["plm_like"]}]
  2609. }
  2610. Factor {
  2611. Index: 245
  2612. CppName: "SF_A2_SHARE_OF_PUNCT"
  2613. Name: "share_of_punct"
  2614. Tags: [TG_SRC_SNIPPET]
  2615. Description: ""
  2616. Authors: "divankov"
  2617. Responsibles: "alspi"
  2618. DependsOn: [{Feature: ["share_of_punct"]}]
  2619. }
  2620. Factor {
  2621. Index: 246
  2622. CppName: "SF_A2_SENT2"
  2623. Name: "sent2"
  2624. Tags: [TG_SRC_SNIPPET]
  2625. Description: ""
  2626. Authors: "divankov"
  2627. Responsibles: "alspi"
  2628. DependsOn: [{Feature: ["sent2"]}]
  2629. }
  2630. Factor {
  2631. Index: 247
  2632. CppName: "SF_A2_LOCAL_LINKS_AVPCT"
  2633. Name: "lllinks_avp"
  2634. Tags: [TG_SRC_SNIPPET]
  2635. Description: ""
  2636. Authors: "divankov"
  2637. Responsibles: "alspi"
  2638. DependsOn: [{Feature: ["llinks_avp"]}]
  2639. }
  2640. Factor {
  2641. Index: 248
  2642. CppName: "SF_A2_BAG_AVGLEAST_5"
  2643. Name: "bag_avg_5"
  2644. Tags: [TG_SRC_SNIPPET]
  2645. Description: ""
  2646. Authors: "divankov"
  2647. Responsibles: "alspi"
  2648. DependsOn: [{Feature: ["bag_avg_5"]}]
  2649. }
  2650.  
  2651. Factor {
  2652. Index: 249
  2653. CppName: "FF_FI_NEOCORTEX_FACTS"
  2654. Name: "FF_FI_neocortex_facts"
  2655. Description: "prediction of neocortex model trained in TextToText mode on fact logs"
  2656. Authors: "zhenek"
  2657. Responsibles: "zhenek"
  2658. Tags: [TG_SRC_FACTOID]
  2659. }
  2660.  
  2661. Factor {
  2662. Index: 250
  2663. CppName: "FF_FI_NEOCORTEX_OML"
  2664. Name: "FF_FI_neocortex_oml"
  2665. Description: "prediction of neocortex model trained in TextToText mode on responses"
  2666. Authors: "zhenek"
  2667. Responsibles: "zhenek"
  2668. Tags: [TG_SRC_FACTOID]
  2669. }
  2670.  
  2671. Factor {
  2672. Index: 251
  2673. CppName: "FF_FI_NEOCORTEX_FACTS_BIG"
  2674. Name: "FF_FI_neocortex_facts_big"
  2675. Description: "prediction of a large neocortex model trained in TextToText mode on fact logs"
  2676. Authors: "atsky"
  2677. Responsibles: "atsky"
  2678. Tags: [TG_SRC_FACTOID]
  2679. }
  2680.  
  2681. Factor {
  2682. Index: 252
  2683. CppName: "FF_FI_IS_ASSISTANT"
  2684. Name: "FF_FI_is_assistant"
  2685. Description: "an indication that the request came from an assistant"
  2686. Authors: "zhenek"
  2687. Responsibles: "zhenek"
  2688. Tags: [TG_SRC_FACTOID]
  2689. }
  2690.  
  2691. Factor {
  2692. Index: 253
  2693. CppName: "SF_A2_FQ_TOMATO_DSSM_FACTOID_SCORE"
  2694. Name: "SF_fq_tomato_dssm_factoid_score"
  2695. Description: "Cosine between query and snippet embeddings built by tomato DSSM neural network; 256.128.answer_mail_en.toloka. FACTS-2545"
  2696. Authors: "antonio"
  2697. Responsibles: "antonio"
  2698. Tags: [TG_SRC_SNIPPET]
  2699. }
  2700.  
  2701. Factor {
  2702. Index: 254
  2703. CppName: "FF_FI_BERT_FACTSNIP_ANSWER_DSSM"
  2704. Name: "FF_FI_bert_factsnip_answer_dssm"
  2705. Description: "Cosine between query and snippet embeddings built by bert_estimate_answer.dssm DSSM neural network trained on search BERT responses retrained on toloker estimates"
  2706. Authors: "leliukmar"
  2707. Responsibles: "leliukmar"
  2708. Tags: [TG_SRC_FACTOID]
  2709. }
  2710.  
  2711. Factor {
  2712. Index: 255
  2713. CppName: "FF_FI_NEOCORTEX_SERP_ITEMS_WIZ_IMAGES"
  2714. Name: "FF_FI_neocortex_serp_items_wiz_images"
  2715. Description: "Cosine between request embeddings and presence of wiz-images on sickle"
  2716. Authors: "antonio"
  2717. Responsibles: "antonio"
  2718. Tags: [TG_SRC_FACTOID]
  2719. }
  2720.  
  2721. Factor {
  2722. Index: 256
  2723. CppName: "FF_FI_NEOCORTEX_SERP_ITEMS_WIZ_VIDEO"
  2724. Name: "FF_FI_neocortex_serp_items_wiz_video"
  2725. Description: "Cosine between request embeddings and presence of wiz-video on sickle"
  2726. Authors: "antonio"
  2727. Responsibles: "antonio"
  2728. Tags: [TG_SRC_FACTOID]
  2729. }
  2730.  
  2731. Factor {
  2732. Index: 257
  2733. CppName: "FF_FI_NEOCORTEX_SERP_ITEMS_UNION_FACTS"
  2734. Name: "FF_FI_neocortex_serp_items_union_facts"
  2735. Description: "Cosine between request embeddings and presence of union-facts on sickle"
  2736. Authors: "antonio"
  2737. Responsibles: "antonio"
  2738. Tags: [TG_SRC_FACTOID]
  2739. }
  2740.  
  2741. Factor {
  2742. Index: 258
  2743. CppName: "FF_FI_NEOCORTEX_SERP_ITEMS_WIZ_MUSICPLAYER"
  2744. Name: "FF_FI_neocortex_serp_items_wiz_musicplayer"
  2745. Description: "Cosine between request embeddings and having wiz-musicplayer on sickle"
  2746. Authors: "antonio"
  2747. Responsibles: "antonio"
  2748. Tags: [TG_SRC_FACTOID]
  2749. }
  2750.  
  2751. Factor {
  2752. Index: 259
  2753. CppName: "FF_FI_NEOCORTEX_SERP_ITEMS_WIZ_MAPS"
  2754. Name: "FF_FI_neocortex_serp_items_wiz_maps"
  2755. Description: "Cosine between request embeddings and presence of wiz-maps on sickle"
  2756. Authors: "antonio"
  2757. Responsibles: "antonio"
  2758. Tags: [TG_SRC_FACTOID]
  2759. }
  2760.  
  2761. Factor {
  2762. Index: 260
  2763. CppName: "FF_FI_NEOCORTEX_SERP_ITEMS_POSITIVE_QUERY_MX"
  2764. Name: "FF_FI_neocortex_serp_items_positive_query_mx"
  2765. Description: "Cosine between query embeddings and presence of positive query mx"
  2766. Authors: "antonio"
  2767. Responsibles: "antonio"
  2768. Tags: [TG_SRC_FACTOID]
  2769. }
  2770.  
  2771. Factor {
  2772. Index: 261
  2773. CppName: "MF_FI_AVERAGE_DELTA"
  2774. Name: "MF_FI_average_delta"
  2775. Description: "Numerical derivative 84"
  2776. Authors: "nouret"
  2777. Responsibles: "zhenek"
  2778. Tags: [TG_SRC_METAFACTOR, TG_META_AVERAGE_DELTA]
  2779. DependsOn: [{Feature: "RF_FI_BROWSER_HOST_DOWNLOAD_PROBABILITY"}]
  2780. }
  2781.  
  2782. Factor {
  2783. Index: 262
  2784. CppName: "MF_FI_DIFF_TO_AVERAGE"
  2785. Name: "MF_FI_diff_to_average"
  2786. Description: "Difference from own mean 253"
  2787. Authors: "nouret"
  2788. Responsibles: "zhenek"
  2789. Tags: [TG_SRC_METAFACTOR, TG_META_DIFF_TO_AVERAGE]
  2790. DependsOn: [{Feature: "SF_A2_FQ_TOMATO_DSSM_FACTOID_SCORE"}]
  2791. }
  2792.  
  2793. Factor {
  2794. Index: 263
  2795. CppName: "MF_FI_DIFF_TO_AVERAGE_BERT_FACTSNIP_ANSWER_DSSM"
  2796. Name: "MF_FI_diff_to_average_bert_factsnip_answer_dssm"
  2797. Description: "Difference from own mean 254"
  2798. Authors: "nouret"
  2799. Responsibles: "zhenek"
  2800. Tags: [TG_SRC_METAFACTOR, TG_META_DIFF_TO_AVERAGE]
  2801. DependsOn: [{Feature: "FF_FI_BERT_FACTSNIP_ANSWER_DSSM"}]
  2802. }
  2803.  
  2804. Factor {
  2805. Index: 264
  2806. CppName: "RF_FI_TEXT_RELEV"
  2807. Name: "TR"
  2808. Description: "Text relevance (maxfreq is the frequency of the most frequent word, which makes sense of the length of the document)."
  2809. Authors: "nouret"
  2810. Responsibles: "zhenek"
  2811. Tags: [TG_SRC_WEB]
  2812. DependsOn: [{Feature: ["TR"], Slice: "web_production"}]
  2813. }
  2814.  
  2815. Factor {
  2816. Index: 265
  2817. CppName: "RF_FI_PAGE_RANK_BONUS"
  2818. Name: "PrBonus"
  2819. Description: "Priority bonus, priority 7 - text priority. The factor is binary, has a value of 0 for all one-word requests, and a value of 1 for almost all two or more word requests, except for a very small number of answers for which there is not a single link that passed the quorum, and the text also did not pass the quorum."
  2820. Authors: "nouret"
  2821. Responsibles: "zhenek"
  2822. Tags: [TG_SRC_WEB]
  2823. DependsOn: [{Feature: ["PrBonus"], Slice: "web_production"}]
  2824. }
  2825.  
  2826. Factor {
  2827. Index: 266
  2828. CppName: "RF_FI_TR_UNMAPPED"
  2829. Name: "TRUnmapped"
  2830. Description: "TR divided by the cube of the number of words in the query and converted by the standard remapTR."
  2831. Authors: "nouret"
  2832. Responsibles: "zhenek"
  2833. Tags: [TG_SRC_WEB]
  2834. DependsOn: [{Feature: ["TRUnmapped"], Slice: "web_production"}]
  2835. }
  2836.  
  2837. Factor {
  2838. Index: 267
  2839. CppName: "RF_FI_HAS_NO_TR"
  2840. Name: "HasNoTR"
  2841. Description: "Document has no TR."
  2842. Authors: "nouret"
  2843. Responsibles: "zhenek"
  2844. Tags: [TG_SRC_WEB]
  2845. DependsOn: [{Feature: ["HasNoTR"], Slice: "web_production"}]
  2846. }
  2847.  
  2848. Factor {
  2849. Index: 268
  2850. CppName: "RF_FI_SOFT_AND_OK"
  2851. Name: "SoftAndOk"
  2852. Description: "Document passed softand against syntax wizard restrictions. Only for documents that have text relevance. Always 1 for single-word queries."
  2853. Authors: "nouret"
  2854. Responsibles: "zhenek"
  2855. Tags: [TG_SRC_WEB]
  2856. DependsOn: [{Feature: ["SoftAndOk"], Slice: "web_production"}]
  2857. }
  2858.  
  2859. Factor {
  2860. Index: 269
  2861. CppName: "RF_FI_TR_WITH_STOPS"
  2862. Name: "TRWithStops"
  2863. Description: "The weight of the maximum match of forms in the text and query"
  2864. Authors: "nouret"
  2865. Responsibles: "zhenek"
  2866. Tags: [TG_SRC_WEB]
  2867. DependsOn: [{Feature: ["TRWithStops"], Slice: "web_production"}]
  2868. }
  2869.  
  2870. Factor {
  2871. Index: 270
  2872. CppName: "RF_FI_JOKER_WEIGHT"
  2873. Name: "Joker Weight"
  2874. Description: "The ratio of the sum idf of the words found in the sentence+title to all the words."
  2875. Authors: "nouret"
  2876. Responsibles: "zhenek"
  2877. Tags: [TG_SRC_WEB]
  2878. DependsOn: [{Feature: ["JokerWeight"], Slice: "web_production"}]
  2879. }
  2880.  
  2881. Factor {
  2882. Index: 271
  2883. CppName: "RF_FI_TEXT_RELEV_WEIGHTED_1"
  2884. Name: "TR_W1"
  2885. Description: "Analogues of the factors of the same name, word weight = 1"
  2886. Authors: "nouret"
  2887. Responsibles: "zhenek"
  2888. Tags: [TG_SRC_WEB]
  2889. DependsOn: [{Feature: ["TR_W1"], Slice: "web_production"}]
  2890. }
  2891.  
  2892. Factor {
  2893. Index: 272
  2894. CppName: "RF_FI_FIRST_LAST_CLICK_MOBILE_COSINE_MATCH_MAX_PREDICTION"
  2895. Name: "FirstLastClickMobileCosineMatchMaxPrediction"
  2896. Description: "CosineMatchMaxPrediction factor over hits from FirstLastClick stream (Mobile sessions filtered)"
  2897. Authors: "nouret"
  2898. Responsibles: "zhenek"
  2899. Tags: [TG_SRC_WEB]
  2900. DependsOn: [{Feature: ["FirstLastClickMobileCosineMatchMaxPrediction"], Slice: "web_production"}]
  2901. }
  2902.  
  2903. Factor {
  2904. Index: 273
  2905. CppName: "RF_FI_QUERY_TO_TEXT_ALL_SUM_F_COUNT_BODY_PAIR_MIN_PROXIMITY"
  2906. Name: "QueryToTextAllSumFCountBodyPairMinProximity"
  2907. Description: "Linguistic boosting factor. Extension type: QueryToText. Factor: PairMinProximity over document content. Average of factor values ​​across extensions."
  2908. Authors: "nouret"
  2909. Responsibles: "zhenek"
  2910. Tags: [TG_SRC_WEB]
  2911. DependsOn: [{Feature: ["QueryToTextAllSumFCountBodyPairMinProximity"], Slice: "web_production"}]
  2912. }
  2913.  
  2914. Factor {
  2915. Index: 274
  2916. CppName: "REMOVED_274"
  2917. Name: "REMOVED_274"
  2918. Ticket: "FACTORDEL-51"
  2919. Tags: [TG_REMOVED]
  2920. Responsibles: "zhenek"
  2921. Description: "removed"
  2922. }
  2923.  
  2924. Factor {
  2925. Index: 275
  2926. CppName: "RF_FI_QUERY_DOPP_MULTIPLE_CLICKS_SHOWS"
  2927. Name: "QueryDoppMultipleClicksShows"
  2928. Description: "The number of impressions of a query with more than one click in the entire history. The query is normalized by doppelgangers"
  2929. Authors: "nouret"
  2930. Responsibles: "zhenek"
  2931. Tags: [TG_SRC_WEB]
  2932. DependsOn: [{Feature: ["QueryDoppMultipleClicksShows"], Slice: "web_production"}]
  2933. }
  2934.  
  2935. Factor {
  2936. Index: 276
  2937. CppName: "BF_FI_ETHOS_VIDEO_2_2"
  2938. Name: "EthosVideoTextWeight22"
  2939. Description: "Linear text classifier prediction learned on video production pool with positives and wins factor two"
  2940. Authors: "nouret"
  2941. Responsibles: "zhenek"
  2942. Tags: [TG_SRC_BLENDER]
  2943. DependsOn: [{Feature: ["EthosVideoTextWeight22"], Slice: "blender_production"}]
  2944. }
  2945.  
  2946. Factor {
  2947. Index: 277
  2948. CppName: "SF_A2_UIDF"
  2949. Name: "uidf"
  2950. Description: ""
  2951. Authors: "nouret"
  2952. Responsibles: "zhenek"
  2953. Tags: [TG_SRC_SNIPPET]
  2954. DependsOn: [{Feature: ["uidf"]}]
  2955. }
  2956.  
  2957. Factor {
  2958. Index: 278
  2959. CppName: "SF_A2_LEN"
  2960. Name: "len"
  2961. Description: ""
  2962. Authors: "nouret"
  2963. Responsibles: "zhenek"
  2964. Tags: [TG_SRC_SNIPPET]
  2965. DependsOn: [{Feature: ["len"]}]
  2966. }
  2967.  
  2968. Factor {
  2969. Index: 279
  2970. CppName: "SF_A2_END"
  2971. Name: "end"
  2972. Description: ""
  2973. Authors: "nouret"
  2974. Responsibles: "zhenek"
  2975. Tags: [TG_SRC_SNIPPET]
  2976. DependsOn: [{Feature: ["end"]}]
  2977. }
  2978.  
  2979. Factor {
  2980. Index: 280
  2981. CppName: "SF_A2_LENP"
  2982. Name: "lenp"
  2983. Description: ""
  2984. Authors: "nouret"
  2985. Responsibles: "zhenek"
  2986. Tags: [TG_SRC_SNIPPET]
  2987. DependsOn: [{Feature: ["lenp"]}]
  2988. }
  2989.  
  2990. Factor {
  2991. Index: 281
  2992. CppName: "FF_FI_SNIPPET_SENTENCE_COUNT"
  2993. Name: "FF_FI_snippet_sentence_count"
  2994. Description: "Number of sentences in the snippet"
  2995. Authors: "leliukmar"
  2996. Responsibles: "leliukmar"
  2997. Tags: [TG_SRC_FACTOID]
  2998. }
  2999.  
  3000. Factor {
  3001. Index: 282
  3002. CppName: "FF_FI_SNIPPET_BAD_SENTENCE_COUNT"
  3003. Name: "FF_FI_snippet_bad_sentence_count"
  3004. Description: "Number of poorly formed sentences in the snippet (does not start with a capital letter or end with a dot or contain less than one sentence)"
  3005. Authors: "leliukmar"
  3006. Responsibles: "leliukmar"
  3007. Tags: [TG_SRC_FACTOID]
  3008. }
  3009.  
  3010. Factor {
  3011. Index: 283
  3012. CppName: "FF_FI_SNIPPET_UPPERCASE_WORDS_REL_FREQ"
  3013. Name: "FF_FI_snippet_uppercase_words_rel_freq"
  3014. Description: "Number of words starting with a capital letter / number of all words in the snippet"
  3015. Authors: "leliukmar"
  3016. Responsibles: "leliukmar"
  3017. Tags: [TG_SRC_FACTOID]
  3018. }
  3019.  
  3020. Factor {
  3021. Index: 284
  3022. CppName: "PF_FM_DIALOGS_ALL"
  3023. Name: "PF_FM_dialogs_all"
  3024. Description: "The value of the catboost formula on all ratings from the dialogs"
  3025. Authors: "zhenek"
  3026. Responsibles: "zhenek"
  3027. Tags: [TG_SRC_POST_SNIPPET_FML]
  3028. }
  3029.  
  3030. Factor {
  3031. Index: 285
  3032. CppName: "PF_FM_DIALOGS_SNIP"
  3033. Name: "PF_FM_dialogs_snip"
  3034. Description: "The value of the cut-boost formula on the ratings from the snippet dialogs"
  3035. Authors: "zhenek"
  3036. Responsibles: "zhenek"
  3037. Tags: [TG_SRC_POST_SNIPPET_FML]
  3038. }
  3039.  
  3040. Factor {
  3041. Index: 286
  3042. CppName: "PF_FM_DIALOGS_OLD"
  3043. Name: "PF_FM_dialogs_old"
  3044. Description: "The value of the cut-boost formula on the ratings from the dialogues until 2018"
  3045. Authors: "zhenek"
  3046. Responsibles: "zhenek"
  3047. Tags: [TG_SRC_POST_SNIPPET_FML]
  3048. }
  3049.  
  3050. Factor {
  3051. Index: 287
  3052. CppName: "QF_QUERY_MX"
  3053. Name: "QF_QUERY_MX"
  3054. Description: "Query formula value"
  3055. Authors: "zhenek"
  3056. Responsibles: "zhenek"
  3057. Tags: [TG_SRC_QUERY_MX]
  3058. }
  3059.  
  3060. Factor {
  3061. Index: 288
  3062. CppName: "PF_FM_ESTIMATE_ANSWERS_V1"
  3063. Name: "PF_FM_estimate_answers_v1"
  3064. Description: "The value of the catboost formula on estimates from the estimate answers v1 cache from 2019"
  3065. Authors: "zhenek"
  3066. Responsibles: "zhenek"
  3067. Tags: [TG_SRC_POST_SNIPPET_FML]
  3068. }
  3069.  
  3070. Factor {
  3071. Index: 289
  3072. CppName: "QF_QUERY_MX2"
  3073. Name: "QF_query_mx2"
  3074. Description: "Query Formula Value by Estimated v2"
  3075. Authors: "n-durynin"
  3076. Responsibles: "n-durynin"
  3077. Tags: [TG_SRC_QUERY_MX]
  3078. }
  3079.  
  3080. Factor {
  3081. Index: 290
  3082. CppName: "PF_FM_SNIPPET_BERT_V2"
  3083. Name: "PF_FM_snippet_bert_v2"
  3084. Description: "BERT catboost distillation on fact snip estimates v2"
  3085. Authors: "n-durynin"
  3086. Responsibles: "n-durynin"
  3087. Tags: [TG_SRC_POST_SNIPPET_FML]
  3088. }
  3089.  
  3090. Factor {
  3091. Index: 291
  3092. CppName: "FF_FI_FACT_SNIPPET_TRUE_BERT_TARGET_0"
  3093. Name: "FF_FI_fact_snippet_true_bert_target_0"
  3094. Description: "BERT value on fact snip estimates, zero multitarget head"
  3095. Authors: "n-durynin"
  3096. Responsibles: "n-durynin"
  3097. Tags: [TG_SRC_FACTOID]
  3098. }
  3099.  
  3100. Factor {
  3101. Index: 292
  3102. CppName: "FF_FI_FACT_SNIPPET_TRUE_BERT_TARGET_1"
  3103. Name: "FF_FI_fact_snippet_true_bert_target_1"
  3104. Description: "BERT value on fact snip estimates, first multitarget head"
  3105. Authors: "zhenek"
  3106. Responsibles: "zhenek"
  3107. Tags: [TG_SRC_FACTOID]
  3108. }
  3109.  
  3110. Factor {
  3111. Index: 293
  3112. CppName: "RF_REMOVED_293"
  3113. Name: "RF_Removed_293"
  3114. Description: ""
  3115. Responsibles: ""
  3116. Tags: [TG_REMOVED]
  3117. }
  3118.  
  3119. Factor {
  3120. Index: 294
  3121. CppName: "FF_FI_FACT_SNIPPET_TRUE_INFO_BERT_TARGET_0"
  3122. Name: "FF_FI_fact_snippet_true_info_bert_target_0"
  3123. Description: "Info BERT value on fact snip estimates"
  3124. Authors: "xoiss"
  3125. Responsibles: "xois"
  3126. Tags: [TG_SRC_FACTOID]
  3127. }
  3128.  
  3129. Factor {
  3130. Index: 295
  3131. CppName: "RF_REMOVED_295"
  3132. Name: "RF_Removed_295"
  3133. Description: "Dependency so that when the factor changes, we are not forgotten"
  3134. Ticket: "RELEVTOOLS-22"
  3135. Responsibles: "zhenek"
  3136. Tags: [TG_REMOVED]
  3137. DependsOn: [{Feature: ["FI_DSSM_PAGE_QUALITY_RTHUB"], Slice: "web_production"}]
  3138. }
  3139.  
  3140. Factor {
  3141. Index: 296
  3142. CppName: "RF_REMOVED_296"
  3143. Name: "RF_Removed_296"
  3144. Description: "Dependency so that when the factor changes, we are not forgotten"
  3145. Ticket: "RELEVTOOLS-22"
  3146. Responsibles: "zhenek"
  3147. Tags: [TG_REMOVED]
  3148. DependsOn: [{Feature: ["FI_DSSM_PAGE_QUALITY_RTHUB_SLOT2"], Slice: "web_production"}]
  3149. }
  3150.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement