著者
大塚真吾 豊田 正史 喜連川 優
出版者
一般社団法人情報処理学会
雑誌
情報処理学会論文誌データベース(TOD) (ISSN:18827799)
巻号頁・発行日
vol.44, no.18, pp.32-44, 2003-12-15
被引用文献数
12

ウェブページを閲覧する人々の行動モデルの抽出は重要であり多くの研究が行われている.既存の研究のほとんどはウェブサーバのログを用いたものであり,当該サイト上での挙動は把握できるものの,サイト外を含めたユーザの行動を解析することは容易でない.最近,テレビ視聴率調査と同様,統計的に偏りなく抽出された人(パネル)を対象にURL 履歴の収集を行う事業が登場している.パネルから集められたログ(パネルログ)の解析により,パネルが訪れたすべてのウェブページ(URL)を収集できる.ウェブサーバに対する従来のログ解析では解析対象となるページ空間が狭いのに対し,パネルログではきわめて広大なページ空間を対象とするため,個々のページの参照履歴から大域的な行動の把握は容易でない.本論文では類似したウェブページを抽出するウェブコミュニティ手法を用いたパネルログ解析システムを提案し,URL を基にした解析ではとらえ難い大域的なユーザの行動パターン抽出例を紹介する.To extract model of Web users' behavior is of decisive importance and there are a lot of work has been done in this area. As far as we know, most of the work utilize logs on serverside, even it can gain an understanding of behavior inside the server, but it is hard to analyze complete users' behavior (inside and outside the server). Recently, similar to survey on TV audience rating, a new kind of business appeared, which collects URL histories of users (called panel) who are selected without statistic deviation. By analyzing panel logs which are merged from panels, it becomes possible to collect all the web pages (URLs) accessed by the users. In contrast to Web server logs which have a limited page-space, panel logs have an extremely broad page-space. For this reason, it's difficult to get hold of behavior on global page-space by just checking reference histories. In this papaer, we propose a prototype system to extract user access patterns from panel logs and show users' global behavior patterns which are hard to be grasped for URL-based analysis using our proposed system.
著者
大塚真吾 宮崎収兄
出版者
一般社団法人情報処理学会
雑誌
情報処理学会論文誌データベース(TOD) (ISSN:18827799)
巻号頁・発行日
vol.42, no.8, pp.1-9, 2001-07-15
被引用文献数
2

本論文ではテキストファイルの圧縮と検索について述べる.通常,テキストはハードディスクなどの二次記憶装置に格納されるため,その容量の節約のため何らかの圧縮が施されていることが多い.それら圧縮テキストへの検索は復号処理をともなうため高速化が困難である.一方,検索の高速化にはあらかじめ索引などを用いる方法がある.しかし,索引を用いることにより必要な記憶容量が増加する.我々は索引を用いてテキストファイルを符号化し,そのファイルをさらに他の符号化法で符号化を行うことにより,圧縮率が高く高速な検索が可能となる二段階圧縮法を提案した.本論文では日本語テキストの二段階圧縮法とその有効性について論じる.In this paper, we discuss compression and search of text files. The texts are usually stored in secondary storage, and they are frequently compressed for file size saving. When we search compressed text files, it is usually necessary to decode them before search. Therefore, search is time consuming. On the other hand, we can use indexing for fast search. But indices consume extra amount of secondary storage. We proposed a two stage compression method to improve the performance. It compresses text files using index files and compresses the result again with another algorithm. This paper applies the two stage compression method to Japanese text files and discusses its effectiveness.
著者
大塚真吾 喜連川 優
出版者
一般社団法人情報処理学会
雑誌
情報処理学会研究報告データベースシステム(DBS) (ISSN:09196072)
巻号頁・発行日
vol.2006, no.77, pp.155-162, 2006-07-12

検索技術の進歩により検索精度は向上し,自分が調べたい事柄を検索語として入力するだけで様々な情報を得ることが可能となった.しかし,ユーザがいつでも検索目的に適した検索語を思い付くとは限らない.我々はテレビ視聴率調査と同様,統計的に偏りなく抽出された日本人(パネル)を対象にURL履歴の収集を行う大域ウェブアクセスログ(パネルログ)を用いて,与えられた検索語に関連する語(関連語)群を提示し,ユーザに検索語を想起させるシステムの提案をの提案を行った.本稿では構築したシステムの評価方法についての検討を行う.Due to the improvement of searching accuracy with development of technologies, it the becomes possible that users can get kinds of information by just inputting search word(s) representing the topic which users are interested in. But it is not always true that users can hit upon search word(s) properly. By using Web access logs (called panel logs), which are collected URL histories of Japanese users (called panels) selected without static deviation similar to the survey on TV audience rating, we proposed search keywords remembrance support system in order to show the related search words associated with the search words inputted by users. In this paper, we perform examination about evaluation methods of our system.