<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Sentence Transformers on サブカル科学研究会のブログ</title>
    <link>https://www.subcul-science.com/tags/sentence-transformers/</link>
    <description>Recent content in Sentence Transformers on サブカル科学研究会のブログ</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Wed, 02 Mar 2022 20:59:30 +0900</lastBuildDate>
    <atom:link href="https://www.subcul-science.com/tags/sentence-transformers/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>日本語の分散表現の計算方法まとめ</title>
      <link>https://www.subcul-science.com/post/20220302embedding-matome/</link>
      <pubDate>Wed, 02 Mar 2022 20:59:30 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20220302embedding-matome/</guid>
      <description>&lt;h2 id=&#34;単語単位の分散表現&#34;&gt;単語単位の分散表現&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.subcul-science.com/post/20200615google-colaboratory-word2vec/&#34;&gt;Word2vec&lt;/a&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;自然言語処理における分散表現の一つのオリジナル&lt;/li&gt;&#xA;&lt;li&gt;基本原理くらいは知っていてもいいかもしれない&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://radimrehurek.com/gensim/&#34;&gt;gensim&lt;/a&gt;がよく使われる&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.subcul-science.com/post/20200613fasttext/&#34;&gt;Fasttext で文書分類問題までやったった&lt;/a&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;fastと名前がついているだけあってfacebookが公開しているモデルは高速に動作する&lt;/li&gt;&#xA;&lt;li&gt;分散表現とクラス分類に対応していたり、利便性が高い&lt;/li&gt;&#xA;&lt;li&gt;特にこのモデルで利用されている分かち書きの特徴から未知語に強いとされている&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.subcul-science.com/post/wikipediabert/&#34;&gt;日本語Wikipediaで学習済みのBERTが公開されているので使い方メモ&lt;/a&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Google の検索エンジンにも採用されている、らしい&lt;/li&gt;&#xA;&lt;li&gt;自然言語処理の研究を大きく変えたモデル&lt;/li&gt;&#xA;&lt;li&gt;関連する技術であるTransformerは自然言語処理だけでなく、画像処理の界隈にも流用された&lt;/li&gt;&#xA;&lt;li&gt;huggingfaceで日本語版のBERTも色々と公開されている&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.subcul-science.com/post/20210701t5/&#34;&gt;日本語に対応したT5&lt;/a&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;この日本語版のモデルの作者が公開しているサンプルがわかりやすい&lt;/li&gt;&#xA;&lt;li&gt;また同じ作者がSBERTのモデルも公開している&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;hr&gt;&#xA;&lt;p&gt;&lt;strong&gt;機械学習の基礎からモデルの仕組みまで体系的に学びたい方へ&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Creating data in Natural Language Inference (NLI) format for Sentence transformer</title>
      <link>https://www.subcul-science.com/post/20210217nlibert/</link>
      <pubDate>Wed, 17 Feb 2021 10:32:03 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210217nlibert/</guid>
      <description>&lt;p&gt;Using the Sentence Transformer to&#xA;I&amp;rsquo;m trying to use Sentence Transformer to infer causal relationships between documents.&lt;/p&gt;&#xA;&lt;p&gt;If we can do this, we can extract the cause and symptoms of the incident from the report.&lt;/p&gt;&#xA;&lt;p&gt;So, I wondered if NLI could be used for feature learning to extract causal information. I thought.&lt;/p&gt;&#xA;&lt;h2 id=&#34;what-is-nli&#34;&gt;What is NLI?&lt;/h2&gt;&#xA;&lt;p&gt;Inference of the relationship between two sentences&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Forward&lt;/li&gt;&#xA;&lt;li&gt;Inverse&lt;/li&gt;&#xA;&lt;li&gt;Unrelated&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;The three relations are.&lt;/p&gt;&#xA;&lt;h2 id=&#34;apply-to-causal-relationships&#34;&gt;Apply to causal relationships&lt;/h2&gt;&#xA;&lt;p&gt;If we apply the three relationships of NLI to causality, the following patterns are possible.&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to train a Japanese model with Sentence transformer to get a distributed representation of a sentence</title>
      <link>https://www.subcul-science.com/post/20210203sbert/</link>
      <pubDate>Wed, 03 Feb 2021 15:58:41 +0900</pubDate>
      <guid>https://www.subcul-science.com/post/20210203sbert/</guid>
      <description>&lt;p&gt;.&#xA;BERT is a model that can be powerfully applied to natural language processing tasks.&lt;/p&gt;&#xA;&lt;p&gt;However, it does not do a good job of capturing sentence-wise features.&lt;/p&gt;&#xA;&lt;p&gt;Some claim that sentence features appear in [ CLS\ ], but&#xA;This paper](&lt;a href=&#34;https://arxiv.org/abs/1908.10084&#34;&gt;https://arxiv.org/abs/1908.10084&lt;/a&gt;) claims that it does not contain that much useful information for the task.&lt;/p&gt;&#xA;&lt;p&gt;Sentence BERT is a model that extends BERT to be able to obtain features per sentence.&lt;/p&gt;&#xA;&lt;p&gt;The following are the steps to create Sentence BERT in Japanese.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
