首页 | 本学科首页   官方微博 | 高级检索  
文章检索
  按 检索   检索词:      
出版年份:   被引次数:   他引次数: 提示:输入*表示无穷大
  收费全文   510篇
  免费   10篇
  国内免费   109篇
教育   229篇
科学研究   120篇
各国文化   1篇
综合类   8篇
文化理论   1篇
信息传播   270篇
  2023年   11篇
  2022年   6篇
  2021年   10篇
  2020年   6篇
  2019年   13篇
  2018年   12篇
  2017年   12篇
  2016年   14篇
  2015年   14篇
  2014年   47篇
  2013年   36篇
  2012年   48篇
  2011年   61篇
  2010年   62篇
  2009年   39篇
  2008年   36篇
  2007年   61篇
  2006年   47篇
  2005年   28篇
  2004年   19篇
  2003年   13篇
  2002年   12篇
  2001年   10篇
  2000年   6篇
  1998年   3篇
  1997年   2篇
  1992年   1篇
排序方式: 共有629条查询结果,搜索用时 15 毫秒
61.
Distant supervision (DS) has the advantage of automatically generating large amounts of labelled training data and has been widely used for relation extraction. However, there are usually many wrong labels in the automatically labelled data in distant supervision (Riedel, Yao, & McCallum, 2010). This paper presents a novel method to reduce the wrong labels. The proposed method uses the semantic Jaccard with word embedding to measure the semantic similarity between the relation phrase in the knowledge base and the dependency phrases between two entities in a sentence to filter the wrong labels. In the process of reducing wrong labels, the semantic Jaccard algorithm selects a core dependency phrase to represent the candidate relation in a sentence, which can capture features for relation classification and avoid the negative impact from irrelevant term sequences that previous neural network models of relation extraction often suffer. In the process of relation classification, the core dependency phrases are also used as the input of a convolutional neural network (CNN) for relation classification. The experimental results show that compared with the methods using original DS data, the methods using filtered DS data performed much better in relation extraction. It indicates that the semantic similarity based method is effective in reducing wrong labels. The relation extraction performance of the CNN model using the core dependency phrases as input is the best of all, which indicates that using the core dependency phrases as input of CNN is enough to capture the features for relation classification and could avoid negative impact from irrelevant terms.  相似文献   
62.
Traditional information retrieval techniques that primarily rely on keyword-based linking of the query and document spaces face challenges such as the vocabulary mismatch problem where relevant documents to a given query might not be retrieved simply due to the use of different terminology for describing the same concepts. As such, semantic search techniques aim to address such limitations of keyword-based retrieval models by incorporating semantic information from standard knowledge bases such as Freebase and DBpedia. The literature has already shown that while the sole consideration of semantic information might not lead to improved retrieval performance over keyword-based search, their consideration enables the retrieval of a set of relevant documents that cannot be retrieved by keyword-based methods. As such, building indices that store and provide access to semantic information during the retrieval process is important. While the process for building and querying keyword-based indices is quite well understood, the incorporation of semantic information within search indices is still an open challenge. Existing work have proposed to build one unified index encompassing both textual and semantic information or to build separate yet integrated indices for each information type but they face limitations such as increased query process time. In this paper, we propose to use neural embeddings-based representations of term, semantic entity, semantic type and documents within the same embedding space to facilitate the development of a unified search index that would consist of these four information types. We perform experiments on standard and widely used document collections including Clueweb09-B and Robust04 to evaluate our proposed indexing strategy from both effectiveness and efficiency perspectives. Based on our experiments, we find that when neural embeddings are used to build inverted indices; hence relaxing the requirement to explicitly observe the posting list key in the indexed document: (a) retrieval efficiency will increase compared to a standard inverted index, hence reduces the index size and query processing time, and (b) while retrieval efficiency, which is the main objective of an efficient indexing mechanism improves using our proposed method, retrieval effectiveness also retains competitive performance compared to the baseline in terms of retrieving a reasonable number of relevant documents from the indexed corpus.  相似文献   
63.
Searching for relevant material that satisfies the information need of a user, within a large document collection is a critical activity for web search engines. Query Expansion techniques are widely used by search engines for the disambiguation of user’s information need and for improving the information retrieval (IR) performance. Knowledge-based, corpus-based and relevance feedback, are the main QE techniques, that employ different approaches for expanding the user query with synonyms of the search terms (word synonymy) in order to bring more relevant documents and for filtering documents that contain search terms but with a different meaning (also known as word polysemy problem) than the user intended. This work, surveys existing query expansion techniques, highlights their strengths and limitations and introduces a new method that combines the power of knowledge-based or corpus-based techniques with that of relevance feedback. Experimental evaluation on three information retrieval benchmark datasets shows that the application of knowledge or corpus-based query expansion techniques on the results of the relevance feedback step improves the information retrieval performance, with knowledge-based techniques providing significantly better results than their simple relevance feedback alternatives in all sets.  相似文献   
64.
Topic evolution has been described by many approaches from a macro level to a detail level, by extracting topic dynamics from text in literature and other media types. However, why the evolution happens is less studied. In this paper, we focus on whether and how the keyword semantics can invoke or affect the topic evolution. We assume that the semantic relatedness among the keywords can affect topic popularity during literature surveying and citing process, thus invoking evolution. However, the assumption is needed to be confirmed in an approach that fully considers the semantic interactions among topics. Traditional topic evolution analyses in scientometric domains cannot provide such support because of using limited semantic meanings. To address this problem, we apply the Google Word2Vec, a deep learning language model, to enhance the keywords with more complete semantic information. We further develop the semantic space as an urban geographic space. We analyze the topic evolution geographically using the measures of spatial autocorrelation, as if keywords are the changing lands in an evolving city. The keyword citations (keyword citation counts one when the paper containing this keyword obtains a citation) are used as an indicator of keyword popularity. Using the bibliographical datasets of the geographical natural hazard field, experimental results demonstrate that in some local areas, the popularity of keywords is affecting that of the surrounding keywords. However, there are no significant impacts on the evolution of all keywords. The spatial autocorrelation analysis identifies the interaction patterns (including High-High leading, High-Low suppressing) among the keywords in local areas. This approach can be regarded as an analyzing framework borrowed from geospatial modeling. Moreover, the prediction results in local areas are demonstrated to be more accurate if considering the spatial autocorrelations.  相似文献   
65.
Negation recognition in medical narrative reports   总被引:1,自引:0,他引:1  
Substantial medical data, such as discharge summaries and operative reports are stored in electronic textual form. Databases containing free-text clinical narratives reports often need to be retrieved to find relevant information for clinical and research purposes. The context of negation, a negative finding, is of special importance, since many of the most frequently described findings are such. When searching free-text narratives for patients with a certain medical condition, if negation is not taken into account, many of the documents retrieved will be irrelevant. Hence, negation is a major source of poor precision in medical information retrieval systems. Previous research has shown that negated findings may be difficult to identify if the words implying negations (negation signals) are more than a few words away from them. We present a new pattern learning method for automatic identification of negative context in clinical narratives reports. We compare the new algorithm to previous methods proposed for the same task, and show its advantages: accuracy improvement compared to other machine learning methods, and much faster than manual knowledge engineering techniques with matching accuracy. The new algorithm can be applied also to further context identification and information extraction tasks.
Lior RokachEmail:
  相似文献   
66.
词汇教学在大学英语教学中至关重要.目前词汇教学存在种种误区,成为制约学生学好英语的障碍.本文探讨了语境策略、精加工策略、语义场策略、词块记忆策略和元认知策略,以改进大学英语词汇教学现状.  相似文献   
67.
“X活族”新词是指“快活族”、“慢活族”、“乐活族”这样新出现的带“活族”的词语。“X活族”新词的句法和语义构成比较复杂;语用上具有继承性与创新性、二次创新和非常规性、音译兼意译,洋为中用的特点;修辞上巧用对比、转喻和概念整合手段,具有形象创新、词约义丰、直指本质以及陌生化的功能。“X活族”新词的涌现,是语言和社会共同作用的结果。  相似文献   
68.
从对外汉语教学的实践出发,我们发现了留学生容易对“一点儿”和“有点儿”的用法混淆,因此有必要对现代汉语中“一点儿”和“有点儿”的混淆成因进行理论上的分析并进一步指出二者在用法和语义上细微的差异。  相似文献   
69.
预设理论研究及应用举隅   总被引:1,自引:0,他引:1  
预设本是源于哲学领域的概念,后来逐步引起语言学家的重视.在语言学范围内.预设的研究可以分为语义预设和语用预设.本文将从两者各自的特点出发进行比较分析,最后得出两者应该以互补的形式共同研究预设.文章还将预设与语篇应用联系起来,分别就广告、标语、戏剧和幽默语篇从预设的角度进行浅析.  相似文献   
70.
汉语并列短语标记隐现的认知研究   总被引:2,自引:0,他引:2  
汉语中的并列短语的标记手段有两种:无标记和有标记,它们的使用并不是任意的,而是有理可据的。该文用认知语言学理论论证:标记的隐现主要相关于并列项之间语义的亲近性和其他一些制约条件。  相似文献   
设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司  京ICP备09084417号