1,827 research outputs found
The Development Impact of Information Technology in Trade Facilitation
The main purpose of this chapter is to provide an overview and context of the country studies on Information Technology (IT) for Trade Facilitation (TF) in Small and Medium Enterprises (SMEs).Impact of Information Techonology, Trade Facilitation, SMEs
Evaluation of ITER TF Coil Joint Performance
To evaluate the ITER TF joint performance, the joint test sample, which consists of two short TF conductors and has full size joint, shall be tested using NIFS test facility under the condition of current of 68 kA and external field of 2 T. For high accuracy, the issue of voltage difference between cable and jacket had been anticipated in the evaluation of joint resistance. If a voltage difference exist between them, it is difficult to measure real joint resistance using voltage taps on the jacket. Therefore, the author first calculated the position where voltage of cable and jacket become equipotential and then decided the voltage tap position where the influence of voltage drop could be avoided. Thus, a high accuracy measurement of joint resistance could be achieved and the joint resistance was accurately evaluated as around 1 n Ω , which is well below the ITER requirement of 3 n Ω .journal articl
The hypergeometric test performs comparably to TF-IDF on standard text analysis tasks
Term frequency-inverse document frequency, or TF-IDF for short, and its many variants form a class of term weighting functions the members of which are widely used in text analysis applications. While TF-IDF was originally proposed as a heuristic, theoretical justifications grounded in information theory, probability, and the divergence from randomness paradigm have been advanced. In this work, we present an empirical study showing that TF-IDF corresponds very nearly with the hypergeometric test of statistical significance on selected real-data document retrieval, summarization, and classification tasks. These findings suggest that a fundamental mathematical connection between TF-IDF and the negative logarithm of the hypergeometric test P-value (i.e., a hypergeometric distribution tail probability) remains to be elucidated. We advance the empirical analyses herein as a first step toward explaining the long-standing effectiveness of TF-IDF from a statistical significance testing lens. It is our aspiration that these results will open the door to the systematic evaluation of significance testing derived term weighting functions in text analysis applications
Efficacy and safety of ipilimumab induction and maintenance dosing in patients with advanced melanoma who progressed on or more prior therapies
Who said that? Comparing performance of TF-IDF and fastText to identify authorship of short sentences
Authorship identification is often applied to large documents, but less so to short, everyday sentences. The ability of identifying who said a short line could provide help to chatbots or personal assistants. This research compares performance of TF-IDF and fastText when identifying authorship of short sentences, by applying these feature extraction techniques to the television series Friends' transcripts. TF-IDF outperforms fastText in every measurement, but its performance is only marginally better than randomly guessing the original character, reaching an accuracy of 28 percent when making a distinction between 6 characters. Accuracy increases linearly at the same rate for both techniques as the minimum word count per sentence set on the test data increases. TF-IDF's confidence remains constant as this limit is set on either the test or training data, whereas fastText's confidence decreases and increases, respectively. Cross-entropy loss, however, remains constant for fastText and decreases for TF-IDF as the minimum word count set on the test data increases.CSE3000 Research ProjectComputer Science and Engineerin
B7-1 but not B7-2 eficiently costimulates CD8(+) T lymphocytes in the P815 tumor system in vitro
We recently have developed a method to generate primary P815-specific CTL in vitro from normal syngeneic splenocytes by employing transfection of B7-1 combined with exogenous IL-12 and IL-6. Surprisingly, when the homologous costimulator molecule B7-2 was substituted for B7-1 in this system, no specific CTL activity was obtained, Similarly, B7-1- but not B7-2-transfected P815 cells generated alloantigen-specific CTL activity from C578L/6, accessory cell- and CD4(+)-depleted splenocytes, and costimulated proliferation of CD8(+) lymphocytes in the presence of low doses of anti-CD3 mAb. In all systems, combined expression of both B7-1 and B7-2 costimulated as effectively as B7-1 alone, arguing against delivery of a dominant negative signal by B7-2. Proliferation of allogeneic, CD4(+)-depleted splenocytes in response to P815 cells, which relies on costimulation by normal accessory cells, was inhibited by anti-B7-1 but not anti-B7-2 mAbs. Finally, indirect evidence suggested a higher avidity of B7-1(+) cells than B7-2(+) cells for CTLA4. Thus, at least in the context of primary stimulation by irradiated P815 transfectants, B7-1 appears to be superior to B7-2 at costimulation of CD8(+) T lymphocytes
Evaluation of ITER TF Coil Joint Performance
To evaluate the ITER TF joint performance, the joint test sample, which consists of two short TF conductors and has full size joint, shall be tested using NIFS test facility under the condition of current of 68 kA and external field of 2 T. For high accuracy, the issue of voltage difference between cable and jacket had been anticipated in the evaluation of joint resistance. If a voltage difference exist between them, it is difficult to measure real joint resistance using voltage taps on the jacket. Therefore, the author first calculated the position where voltage of cable and jacket become equipotential and then decided the voltage tap position where the influence of voltage drop could be avoided. Thus, a high accuracy measurement of joint resistance could be achieved and the joint resistance was accurately evaluated as around 1 n Ω , which is well below the ITER requirement of 3 n Ω
Human melanomas and ovarian cancers overexpressing mechanical barrier molecule genes lack immune signatures and have increased patient mortality risk
We have identified eight genes whose expression in human melanoma metastases and ovarian cancers is associated with a lack of Th1 immune signatures. They encode molecules with mechanical barrier function in the skin and other normal tissues and include filaggrin (FLG), tumor-associated calcium signal transducer 2 (TACSTD2), and six desmosomal proteins (DST, DSC3, DSP, PPL, PKP3, and JUP). This association has been validated in an independent series of 114 melanoma metastases. In these, DST expression alone is sufficient to identify melanomas without immune signatures, while FLG and the other six putative barrier molecules are overexpressed in a different subset of melanomas lacking immune signatures. Similar associations have been identified in a set of 186 ovarian cancers. RNA-seq data from 471 melanomas and 307 ovarian cancers in the TCGA database further support these findings and also reveal that overexpression of barrier molecules is strongly associated with early patient mortality for melanoma (p = 0.0002) and for ovarian cancer (p < 0.01). Interestingly, this association persists for FLG for melanoma (p = 0.012) and ovarian cancer (p = 0.006), whereas DST overexpression is negatively associated with CD8(+) gene expression, but not with patient survival. Thus, overexpression of FLG or DST identifies two distinct patient populations with low immune cell infiltration in these cancers, but with different prognostic implications for each. These data raise the possibility that molecules with mechanical barrier function in skin and other tissues may be used by cancer cells to protect them from immune cell infiltration and immune-mediated destruction
Extracting location context from transcripts: a comparison of ELMo and TF-IDF
Using transcripts of the TV-series FRIENDS, this paper explores the problem of predicting the location in which a sentence was said. The research focuses on using feature extraction on the sentences, and training a logistic regression model on those features. Specifically looking at the differences in performance between using ELMo and TF-IDF for this feature extraction, achieving an accuracy rate of 58\% and 67\% respectively on a binary classification. The paper also explores the effect of several data cleaning techniques on the results. Git repository containing the source code used in the paper - https://github.com/David-Happel/scene-location-NLPCSE3000 Research ProjectComputer Science and Engineerin
- …
