999 resultados para Query evaluation
Resumo:
Cloud computing can be defined as a distributed computational model by through resources (hardware, storage, development platforms and communication) are shared, as paid services accessible with minimal management effort and interaction. A great benefit of this model is to enable the use of various providers (e.g a multi-cloud architecture) to compose a set of services in order to obtain an optimal configuration for performance and cost. However, the multi-cloud use is precluded by the problem of cloud lock-in. The cloud lock-in is the dependency between an application and a cloud platform. It is commonly addressed by three strategies: (i) use of intermediate layer that stands to consumers of cloud services and the provider, (ii) use of standardized interfaces to access the cloud, or (iii) use of models with open specifications. This paper outlines an approach to evaluate these strategies. This approach was performed and it was found that despite the advances made by these strategies, none of them actually solves the problem of lock-in cloud. In this sense, this work proposes the use of Semantic Web to avoid cloud lock-in, where RDF models are used to specify the features of a cloud, which are managed by SPARQL queries. In this direction, this work: (i) presents an evaluation model that quantifies the problem of cloud lock-in, (ii) evaluates the cloud lock-in from three multi-cloud solutions and three cloud platforms, (iii) proposes using RDF and SPARQL on management of cloud resources, (iv) presents the cloud Query Manager (CQM), an SPARQL server that implements the proposal, and (v) comparing three multi-cloud solutions in relation to CQM on the response time and the effectiveness in the resolution of cloud lock-in.
Resumo:
The paper addresses issues related to the design of a graphical query mechanism that can act as an interface to any object-oriented database system (OODBS), in general, and the object model of ODMG 2.0, in particular. In the paper a brief literature survey of related work is given, and an analysis methodology that allows the evaluation of such languages is proposed. Moreover, the user's view level of a new graphical query language, namely GOQL (Graphical Object Query Language), for ODMG 2.0 is presented. The user's view level provides a graphical schema that does not contain any of the perplexing details of an object-oriented database schema, and it also provides a foundation for a graphical interface that can support ad-hoc queries for object-oriented database applications. We illustrate, using an example, the user's view level of GOQL
Resumo:
This thesis investigates how web search evaluation can be improved using historical interaction data. Modern search engines combine offline and online evaluation approaches in a sequence of steps that a tested change needs to pass through to be accepted as an improvement and subsequently deployed. We refer to such a sequence of steps as an evaluation pipeline. In this thesis, we consider the evaluation pipeline to contain three sequential steps: an offline evaluation step, an online evaluation scheduling step, and an online evaluation step. In this thesis we show that historical user interaction data can aid in improving the accuracy or efficiency of each of the steps of the web search evaluation pipeline. As a result of these improvements, the overall efficiency of the entire evaluation pipeline is increased. Firstly, we investigate how user interaction data can be used to build accurate offline evaluation methods for query auto-completion mechanisms. We propose a family of offline evaluation metrics for query auto-completion that represents the effort the user has to spend in order to submit their query. The parameters of our proposed metrics are trained against a set of user interactions recorded in the search engine’s query logs. From our experimental study, we observe that our proposed metrics are significantly more correlated with an online user satisfaction indicator than the metrics proposed in the existing literature. Hence, fewer changes will pass the offline evaluation step to be rejected after the online evaluation step. As a result, this would allow us to achieve a higher efficiency of the entire evaluation pipeline. Secondly, we state the problem of the optimised scheduling of online experiments. We tackle this problem by considering a greedy scheduler that prioritises the evaluation queue according to the predicted likelihood of success of a particular experiment. This predictor is trained on a set of online experiments, and uses a diverse set of features to represent an online experiment. Our study demonstrates that a higher number of successful experiments per unit of time can be achieved by deploying such a scheduler on the second step of the evaluation pipeline. Consequently, we argue that the efficiency of the evaluation pipeline can be increased. Next, to improve the efficiency of the online evaluation step, we propose the Generalised Team Draft interleaving framework. Generalised Team Draft considers both the interleaving policy (how often a particular combination of results is shown) and click scoring (how important each click is) as parameters in a data-driven optimisation of the interleaving sensitivity. Further, Generalised Team Draft is applicable beyond domains with a list-based representation of results, i.e. in domains with a grid-based representation, such as image search. Our study using datasets of interleaving experiments performed both in document and image search domains demonstrates that Generalised Team Draft achieves the highest sensitivity. A higher sensitivity indicates that the interleaving experiments can be deployed for a shorter period of time or use a smaller sample of users. Importantly, Generalised Team Draft optimises the interleaving parameters w.r.t. historical interaction data recorded in the interleaving experiments. Finally, we propose to apply the sequential testing methods to reduce the mean deployment time for the interleaving experiments. We adapt two sequential tests for the interleaving experimentation. We demonstrate that one can achieve a significant decrease in experiment duration by using such sequential testing methods. The highest efficiency is achieved by the sequential tests that adjust their stopping thresholds using historical interaction data recorded in diagnostic experiments. Our further experimental study demonstrates that cumulative gains in the online experimentation efficiency can be achieved by combining the interleaving sensitivity optimisation approaches, including Generalised Team Draft, and the sequential testing approaches. Overall, the central contributions of this thesis are the proposed approaches to improve the accuracy or efficiency of the steps of the evaluation pipeline: the offline evaluation frameworks for the query auto-completion, an approach for the optimised scheduling of online experiments, a general framework for the efficient online interleaving evaluation, and a sequential testing approach for the online search evaluation. The experiments in this thesis are based on massive real-life datasets obtained from Yandex, a leading commercial search engine. These experiments demonstrate the potential of the proposed approaches to improve the efficiency of the evaluation pipeline.
Resumo:
Conventional web search engines are centralised in that a single entity crawls and indexes the documents selected for future retrieval, and the relevance models used to determine which documents are relevant to a given user query. As a result, these search engines suffer from several technical drawbacks such as handling scale, timeliness and reliability, in addition to ethical concerns such as commercial manipulation and information censorship. Alleviating the need to rely entirely on a single entity, Peer-to-Peer (P2P) Information Retrieval (IR) has been proposed as a solution, as it distributes the functional components of a web search engine – from crawling and indexing documents, to query processing – across the network of users (or, peers) who use the search engine. This strategy for constructing an IR system poses several efficiency and effectiveness challenges which have been identified in past work. Accordingly, this thesis makes several contributions towards advancing the state of the art in P2P-IR effectiveness by improving the query processing and relevance scoring aspects of a P2P web search. Federated search systems are a form of distributed information retrieval model that route the user’s information need, formulated as a query, to distributed resources and merge the retrieved result lists into a final list. P2P-IR networks are one form of federated search in routing queries and merging result among participating peers. The query is propagated through disseminated nodes to hit the peers that are most likely to contain relevant documents, then the retrieved result lists are merged at different points along the path from the relevant peers to the query initializer (or namely, customer). However, query routing in P2P-IR networks is considered as one of the major challenges and critical part in P2P-IR networks; as the relevant peers might be lost in low-quality peer selection while executing the query routing, and inevitably lead to less effective retrieval results. This motivates this thesis to study and propose query routing techniques to improve retrieval quality in such networks. Cluster-based semi-structured P2P-IR networks exploit the cluster hypothesis to organise the peers into similar semantic clusters where each such semantic cluster is managed by super-peers. In this thesis, I construct three semi-structured P2P-IR models and examine their retrieval effectiveness. I also leverage the cluster centroids at the super-peer level as content representations gathered from cooperative peers to propose a query routing approach called Inverted PeerCluster Index (IPI) that simulates the conventional inverted index of the centralised corpus to organise the statistics of peers’ terms. The results show a competitive retrieval quality in comparison to baseline approaches. Furthermore, I study the applicability of using the conventional Information Retrieval models as peer selection approaches where each peer can be considered as a big document of documents. The experimental evaluation shows comparative and significant results and explains that document retrieval methods are very effective for peer selection that brings back the analogy between documents and peers. Additionally, Learning to Rank (LtR) algorithms are exploited to build a learned classifier for peer ranking at the super-peer level. The experiments show significant results with state-of-the-art resource selection methods and competitive results to corresponding classification-based approaches. Finally, I propose reputation-based query routing approaches that exploit the idea of providing feedback on a specific item in the social community networks and manage it for future decision-making. The system monitors users’ behaviours when they click or download documents from the final ranked list as implicit feedback and mines the given information to build a reputation-based data structure. The data structure is used to score peers and then rank them for query routing. I conduct a set of experiments to cover various scenarios including noisy feedback information (i.e, providing positive feedback on non-relevant documents) to examine the robustness of reputation-based approaches. The empirical evaluation shows significant results in almost all measurement metrics with approximate improvement more than 56% compared to baseline approaches. Thus, based on the results, if one were to choose one technique, reputation-based approaches are clearly the natural choices which also can be deployed on any P2P network.
Resumo:
The radiopacity of esthetic root canal posts may impair the assessment of their fit to the root canal when using radiographic images. This study determined in vitro the radiographic density of esthetic root canal posts using digital images. Thirty-six roots of human maxillary canines were assigned to six groups (N=6 per group): Reforpost (RP); Aestheti-Plus (AP); Reforpost MIX (RPM); D.T. Light Post (LP); Reforpost Radiopaque (RPR); and White Post DC (WP). Standardized digital images of the posts were obtained in different conditions: outside the root canal, inside the canal before and after cementation using luting material, and with a tissue simulator. Analysis of variance was used to compare the radiopacity mean values among the posts outside the root canal and among the posts under the other conditions, and the t unpaired test to compare the radiopacity between the posts and the dentin, and between the posts and the root canal space. There was no statistically significant difference in radiopacity between RP and RPM, and LP and WP. AP posts showed radiopacity values significantly lower than those for dentin. No statistically significant difference was found between posts (RP and AP) and the root canal space. A statistically significant difference was observed between the luted and non-luted posts; additionally, luted posts with and without tissue simulator showed no significant differences. Most of the cement-luted posts analyzed in this study were distinguishable from the density of adjacent dentin surfaces, allowing radiographic confirmation of the fit of the post in the canal. The success of using esthetic root canal posts depends mainly on the fit of the post within the canal.[1] The radiopacity of a post allows for radiographic imaging to be used to determine the fit, an important factor in a clinical perspective.
Resumo:
80
Resumo:
Endoscopic endonasal transsphenoidal surgery has gained increasing acceptance by otolaryngologists and neurosurgeons. In many centers throughout the world, this technique is now routinely used for the same indications as conventional microsurgical technique for pituitary tumors. To present a surgical experience of consecutive endoscopic endonasal trans-sphenoidal resections of pituitary adenomas. In this study, consecutive patients with pituitary adenomas submitted to endoscopic endonasal pituitary surgery were evaluated regarding the rate of residual tumor, functional remission, symptoms relief, complications, and tumor size. Forty-seven consecutive patients were evaluated; 17 had functioning adenomas, seven had GH producing tumors, five had Cushing's disease, and five had prolactinomas. Of the functioning adenomas, 12 were macroadenomas and five were microadenomas; 30 cases were non-functioning macroadenomas. Of the patients with functioning adenomas, 87% improved. 85% of the patients with visual deficits related to optic nerve compression progressed over time. Most of the patients with complaints of headaches improved (76%). Surgical complications occurred in 10% of patients, which included with two carotid lesions, two cerebrospinal fluid leaks, and one death of a patient with a previous history of complications. Endoscopic endonasal pituitary surgery is a feasible technique, yielding good surgical and functional outcomes, and low morbidity.
Resumo:
Revascularization outcome depends on microbial elimination because apical repair will not happen in the presence of infected tissues. This study evaluated the microbial composition of traumatized immature teeth and assessed their reduction during different stages of the revascularization procedures performed with 2 intracanal medicaments. Fifteen patients (7-17 years old) with immature teeth were submitted to the revascularization procedures; they were divided into 2 groups according to the intracanal medicament used: TAP group (n = 7), medicated with a triple antibiotic paste, and CHP group (n = 8), dressed with calcium hydroxide + 2% chlorhexidine gel. Samples were taken before any treatment (S1), after irrigation with 6% NaOCl (S2), after irrigation with 2% chlorhexidine (S3), after intracanal dressing (S4), and after 17% EDTA irrigation (S5). Cultivable bacteria recovered from the 5 stages were counted and identified by means of polymerase chain reaction assay (16S rRNA). Both groups had colony-forming unit counts significantly reduced after S2 (P < .05); however, no significant difference was found between the irrigants (S2 and S3, P = .99). No difference in bacteria counts was found between the intracanal medicaments used (P = .95). The most prevalent bacteria detected were Actinomyces naeslundii (66.67%), followed by Porphyromonas endodontalis, Parvimonas micra, and Fusobacterium nucleatum, which were detected in 33.34% of the root canals. An average of 2.13 species per canal was found, and no statistical correlation was observed between bacterial species and clinical/radiographic features. The microbial profile of infected immature teeth is similar to that of primarily infected permanent teeth. The greatest bacterial reduction was promoted by the irrigation solutions. The revascularization protocols that used the tested intracanal medicaments were efficient in reducing viable bacteria in necrotic immature teeth.
Resumo:
The aim of this clinical study was to determine the efficacy of Uncaria tomentosa (cat's claw) against denture stomatitis (DS). Fifty patients with DS were randomly assigned into 3 groups to receive 2% miconazole, placebo, or 2% U tomentosa gel. DS level was recorded immediately, after 1 week of treatment, and 1 week after treatment. The clinical effectiveness of each treatment was measured using Newton's criteria. Mycologic samples from palatal mucosa and prosthesis were obtained to determinate colony forming units per milliliter (CFU/mL) and fungal identification at each evaluation period. Candida species were identified with HiCrome Candida and API 20C AUX biochemical test. DS severity decreased in all groups (P < .05). A significant reduction in number of CFU/mL after 1 week (P < .05) was observed for all groups and remained after 14 days (P > .05). C albicans was the most prevalent microorganism before treatment, followed by C tropicalis, C glabrata, and C krusei, regardless of the group and time evaluated. U tomentosa gel had the same effect as 2% miconazole gel. U tomentosa gel is an effective topical adjuvant treatment for denture stomatitis.
Resumo:
Hybrid bioisoster derivatives from N-acylhydrazones and furoxan groups were designed with the objective of obtaining at least a dual mechanism of action: cruzain inhibition and nitric oxide (NO) releasing activity. Fifteen designed compounds were synthesized varying the substitution in N-acylhydrazone and in furoxan group as well. They had its anti-Trypanosoma cruzi activity in amastigotes forms, NO releasing potential and inhibitory cruzain activity evaluated. The two most active compounds (6, 14) both in the parasite amastigotes and in the enzyme contain the nitro group in para position of the aromatic ring. The permeability screening in Caco-2 cell and cytotoxicity assay in human cells were performed for those most active compounds and both showed to be less cytotoxic than the reference drug, benznidazole. Compound 6 was the most promising, since besides activity it showed good permeability and selectivity index, higher than the reference drug. Thereby the compound 6 was considered as a possible candidate for additional studies.
Resumo:
The objectives of this study were to develop a questionnaire that evaluates the perception of nursing workers to job factors that may contribute to musculoskeletal symptoms, and to evaluate its psychometric properties. Internationally recommended methodology was followed: construction of domains, items and the instrument as a whole, content validity, and pre-test. Psychometric properties were evaluated among 370 nursing workers. Construct validity was analyzed by the factorial analysis, known-groups technique, and convergent validity. Reliability was assessed through internal consistency and stability. Results indicated satisfactory fit indices during confirmatory factor analysis, significant difference (p < 0.01) between the responses of nursing and office workers, and moderate correlations between the new questionnaire and Numeric Pain Scale, SF-36 and WRFQ. Cronbach's alpha was close to 0.90 and ICC values ranged from 0.64 to 0.76. Therefore, results indicated that the new questionnaire had good psychometric properties for use in studies involving nursing workers.
Resumo:
To identify risk factors associated with post-operative temporomandibular joint dysfunction after craniotomy. The study sample included 24 patients, mean age of 37.3 ± 10 years; eligible for surgery for refractory epilepsy, evaluated according to RDC/TMD before and after surgery. The primary predictor was the time after the surgery. The primary outcome variable was maximal mouth opening. Other outcome variables were: disc displacement, bruxism, TMJ sound, TMJ pain, and pain associated to mandibular movements. Data analyses were performed using bivariate and multiple regression methods. The maximal mouth opening was significantly reduced after surgery in all patients (p = 0.03). In the multiple regression model, time of evaluation and pre-operative bruxism were significantly (p < .05) associated with an increased risk for TMD post-surgery. A significant correlation between surgery follow-up time and maximal opening mouth was found. Pre-operative bruxism was associated with increased risk for temporomandibular joint dysfunction after craniotomy.
Resumo:
Biofilm formation on reverse osmosis (RO) systems represents a drawback in the application of this technology by different industries, including oil refineries. In RO systems the feed water maybe a source of microbial contamination and thus contributes for the formation of biofilm and consequent biofouling. In this study the planktonic culturable bacterial community was characterized from a feed water of a RO system and their capacities were evaluated to form biofilm in vitro. Bacterial motility and biofilm control were also analysed using phages. As results, diverse Protobacteria, Actinobacteria and Bacteroidetes were identified. Alphaproteobacteria was the predominant group and Brevundimonas, Pseudomonas and Mycobacterium the most abundant genera. Among the 30 isolates, 11 showed at least one type of motility and 11 were classified as good biofilm formers. Additionally, the influence of non-specific bacteriophage in the bacterial biofilms formed in vitro was investigated by action of phages enzymes or phage infection. The vB_AspP-UFV1 (Podoviridae) interfered in biofilm formation of most tested bacteria and may represent a good alternative in biofilm control. These findings provide important information about the bacterial community from the feed water of a RO system that may be used for the development of strategies for biofilm prevention and control in such systems.
Resumo:
The aim of this study was to evaluate the mutagenicity (clastogenicity/aneugenicity) of a glycolic extract of Ziziphus joazeiro bark (GEZJ) by the micronucleus assay in mice bone marrow. Antimutagenic activity was also assessed using treatments associated with GEZJ and doxorubicin (DXR). Mice were evaluated 24-48 h after exposure to positive (N-nitroso-N-ethylurea, NEU - 50 mg.kg(-1) and DXR - 5 mg.kg(-1)) and negative (150 mM NaCl) controls, as well as treatment with GEZJ (0.5-2 g.kg(-1)), GEZJ (2 g.kg(-1)) + NEU and GEZJ (2 g.kg(-1)) + DXR. There were no significant differences in the frequencies of micronucleated polychromatic erythrocytes in mice treated with GEJZ and GEJZ + DXR compared to the negative controls, indicating that GEZJ was not mutagenic. Analysis of the polychromatic:normochromatic erythrocyte ratio revealed significant differences in the responses to doses of 0.5 g.kg(-1) and 1-2 g.kg(-1) and the positive control (NEU). These results indicated no systemic toxicity and moderate toxicity at lower and higher doses of GEZJ. The lack of mutagenicity and systemic toxicity in the antimutagenic assays, especially for treatment with GEZJ + DXR, suggested that phytochemical compounds in Z. joazeiro bark attenuated DXR-induced mutagenicity and the moderate systemic toxicity of a high dose of Z. joazeiro bark (2 g.kg(-1)). Further studies on the genotoxicity of Z. joazeiro extracts are necessary to establish the possible health risk in humans and to determine the potential as a chemopreventive agent for therapeutic use.
Resumo:
A tracer experiment is carried out with transgenic T (variety M 7211 RR) and non-transgenic NT (variety MSOY 8200) soybean plants to evaluate if genetic modification can influence the uptake and translocation of Fe. A chelate of EDTA with enriched stable (57)Fe is applied to the plants cultivated in vermiculite plus substrate and the (57)Fe acts as a tracer. The exposure of plants to enriched (57)Fe causes the dilution of the natural previously existing Fe in the plant compartments and then the changed Fe isotopic ratio ((57)Fe/(56)Fe) is measured using a quadrupole-based inductively coupled plasma mass spectrometer equipped with a dynamic reaction cell (DRC). Mathematical calculations based on the isotope dilution methodology allow distinguishing the natural abundance Fe from the enriched Fe (incorporated during the experiment). The NT soybean plants acquire higher amounts of Fe from natural abundance (originally present in the soil) and from enriched Fe (coming from the (57)Fe-EDTA during the experiment) than T soybean ones, demonstrating that the NT soybean plants probably absorb higher amounts of Fe, independently of the source. The percentage of newly incorporated Fe (coming from the treatment) was approximately 2.0 and 1.1% for NT and T soybean plants, respectively. A higher fraction (90.1%) of enriched Fe is translocated to upper parts, and a slightly lower fraction (3.8%) is accumulated in the stems by NT plants than by T ones (85.1%; 5.1%). Moreover, in both plants, the Fe-EDTA facilitates the transport and translocation of Fe to the leaves. The genetic modification is probably responsible for differences observed between T and NT soybean plants.