<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>亜美と智也のAI論文解説</title>
	<atom:link href="https://rag-lover.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://rag-lover.com</link>
	<description>最新AI論文の知見を分かりやすく解説！</description>
	<lastBuildDate>Tue, 28 Jul 2026 20:01:05 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.5</generator>

<image>
	<url>https://rag-lover.com/wp-content/uploads/2024/03/cropped-1girl-young-woman-with-semi-long-caramel-brown-hair-wearing-a-bright-colored-o-s-1-32x32.png</url>
	<title>亜美と智也のAI論文解説</title>
	<link>https://rag-lover.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>LLMでフランス語保守規制から知識グラフを構築する2段階パイプライン</title>
		<link>https://rag-lover.com/2026/07/29/arxiv-2607-24551/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=arxiv-2607-24551</link>
					<comments>https://rag-lover.com/2026/07/29/arxiv-2607-24551/#respond</comments>
		
		<dc:creator><![CDATA[ユウ]]></dc:creator>
		<pubDate>Tue, 28 Jul 2026 20:01:05 +0000</pubDate>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[LLM]]></category>
		<category><![CDATA[オントロジー]]></category>
		<category><![CDATA[知識グラフ]]></category>
		<guid isPermaLink="false">https://rag-lover.com/2026/07/29/arxiv-2607-24551/</guid>

					<description><![CDATA[<p>TL;DR 本論文は、フランスの保守規制テキストからLLMを活用してオントロジーと知識グラフを構築する2段階パイプラインを提案。第1段階でオープン抽出と埋め込みベースの融合によりオントロジーを誘導し、第2段階でそのオント&#8230;</p>
<p>The post <a href="https://rag-lover.com/2026/07/29/arxiv-2607-24551/">LLMでフランス語保守規制から知識グラフを構築する2段階パイプライン</a> first appeared on <a href="https://rag-lover.com">亜美と智也のAI論文解説</a>.</p>]]></description>
										<content:encoded><![CDATA[<section class='aii-article'>
<h2 class='aii-section-title'>TL;DR</h2>
<p>本論文は、フランスの保守規制テキストからLLMを活用してオントロジーと知識グラフを構築する2段階パイプラインを提案。第1段階でオープン抽出と埋め込みベースの融合によりオントロジーを誘導し、第2段階でそのオントロジーを用いてクローズド抽出で大規模知識グラフを構築。GPT-4.1とMistral Largeで実験し、JSON出力の堅牢性、クラス網羅率の高さ、融合による重複削減効果を確認。一方、述語のシグネチャ一致率は低く、新たなドメイン・レンジ組み合わせの検証が今後の課題。</p>
<h2 class='aii-section-title'>解説</h2>
<div class='aii-dialogue'>
<div class='aii-line ami emotion-happy'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-2932091519-コピー-e1712357720303.png' alt='AMI HAPPY' width='100'></p>
<p class='aii-bubble'>ねえ智也くん、この論文のタイトル、フランス語の保守規制から知識グラフを作るって書いてあるけど、どういうこと？</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>フランスの法律とか規制のテキストをLLMで解析して、知識の構造を作る研究だよ。最初にオントロジーっていう概念の分類を作って、それを使って知識グラフを大規模に構築するんだ。</p>
</div>
<div class='aii-line ami emotion-surprised'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-816860230-e1712358322412.png' alt='AMI SURPRISED' width='100'></p>
<p class='aii-bubble'>オントロジーって何だっけ？</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>簡単に言うと、物事の種類とその関係を定義したもの。例えば「法律」は「規制」の一種で、「罰則」と関係がある、みたいな。</p>
</div>
<div class='aii-line ami emotion-happy'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-2932091519-コピー-e1712357720303.png' alt='AMI HAPPY' width='100'></p>
<p class='aii-bubble'>なるほど！で、どうやってLLMを使ってるの？</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>2段階パイプラインになってて、まず第1段階でLLMにテキストからクラスや関係を自由に抽出させるんだ。それを埋め込みベースで似たものをまとめて、オントロジーを自動で作る。</p>
</div>
<div class='aii-line ami emotion-surprised'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-816860230-e1712358322412.png' alt='AMI SURPRISED' width='100'></p>
<p class='aii-bubble'>自由に抽出って、間違いとか出そうじゃない？</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>そこが工夫で、複数のLLMの出力を埋め込みで融合して重複を減らすんだ。実験ではGPT-4.1とMistral Largeを使って、クラスの網羅率は高かったよ。</p>
</div>
<div class='aii-line ami emotion-happy'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-2932091519-コピー-e1712357720303.png' alt='AMI HAPPY' width='100'></p>
<p class='aii-bubble'>じゃあ第2段階は？</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>第1段階で作ったオントロジーを使って、今度はLLMに決まった形式で抽出させるクローズド抽出を行う。これで大規模な知識グラフを効率的に作れるんだ。</p>
</div>
<div class='aii-line ami emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/ami.png' alt='AMI NEUTRAL' width='100'></p>
<p class='aii-bubble'>評価はどうだったの？</p>
</div>
<div class='aii-line tomoya emotion-sad'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA SAD' width='100'></p>
<p class='aii-bubble'>JSON出力の堅牢性は高かったけど、述語のシグネチャ一致率は低かった。つまり、関係の正しい型（ドメインとレンジの組み合わせ）がうまく決まらなかったみたい。</p>
</div>
<div class='aii-line ami emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/ami.png' alt='AMI NEUTRAL' width='100'></p>
<p class='aii-bubble'>それは課題ってこと？</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>そう。新しいドメイン・レンジの組み合わせをどう検証するかが今後の課題だね。でも、全体としてはLLMで法律テキストから知識グラフを作る実用的な方法を示せたと思う。</p>
</div>
<div class='aii-line ami emotion-happy'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-2932091519-コピー-e1712357720303.png' alt='AMI HAPPY' width='100'></p>
<p class='aii-bubble'>へー、すごいね！でもフランス語の規制って、日本語の規制にも応用できるのかな？</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>言語は違うけど、パイプライン自体は汎用的だから、応用は可能だと思う。</p>
</div>
<div class='aii-line ami emotion-happy'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-2932091519-コピー-e1712357720303.png' alt='AMI HAPPY' width='100'></p>
<p class='aii-bubble'>じゃあ今度、日本の法律で試してみてよ！私も手伝うからさ。</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>君が手伝うと、オントロジーが「お菓子の分類」になりそうで怖いな。</p>
</div>
<div class='aii-line ami emotion-happy'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-2932091519-コピー-e1712357720303.png' alt='AMI HAPPY' width='100'></p>
<p class='aii-bubble'>えー、いいじゃん！「ポテチは罰則の一種」みたいな知識グラフ、面白そう！</p>
</div>
<div class='aii-line tomoya emotion-sad'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA SAD' width='100'></p>
<p class='aii-bubble'>それは法学じゃなくて、ただの暴論だよ。</p>
</div>
</div>
</section>
<div class='aii-reference'>参考論文: <a href='http://arxiv.org/abs/2607.24551v1'>http://arxiv.org/abs/2607.24551v1</a></div>
<p><a class="a2a_button_x" href="https://www.addtoany.com/add_to/x?linkurl=https%3A%2F%2Frag-lover.com%2F2026%2F07%2F29%2Farxiv-2607-24551%2F&amp;linkname=LLM%E3%81%A7%E3%83%95%E3%83%A9%E3%83%B3%E3%82%B9%E8%AA%9E%E4%BF%9D%E5%AE%88%E8%A6%8F%E5%88%B6%E3%81%8B%E3%82%89%E7%9F%A5%E8%AD%98%E3%82%B0%E3%83%A9%E3%83%95%E3%82%92%E6%A7%8B%E7%AF%89%E3%81%99%E3%82%8B2%E6%AE%B5%E9%9A%8E%E3%83%91%E3%82%A4%E3%83%97%E3%83%A9%E3%82%A4%E3%83%B3" title="X" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_hatena" href="https://www.addtoany.com/add_to/hatena?linkurl=https%3A%2F%2Frag-lover.com%2F2026%2F07%2F29%2Farxiv-2607-24551%2F&amp;linkname=LLM%E3%81%A7%E3%83%95%E3%83%A9%E3%83%B3%E3%82%B9%E8%AA%9E%E4%BF%9D%E5%AE%88%E8%A6%8F%E5%88%B6%E3%81%8B%E3%82%89%E7%9F%A5%E8%AD%98%E3%82%B0%E3%83%A9%E3%83%95%E3%82%92%E6%A7%8B%E7%AF%89%E3%81%99%E3%82%8B2%E6%AE%B5%E9%9A%8E%E3%83%91%E3%82%A4%E3%83%97%E3%83%A9%E3%82%A4%E3%83%B3" title="Hatena" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Frag-lover.com%2F2026%2F07%2F29%2Farxiv-2607-24551%2F&amp;linkname=LLM%E3%81%A7%E3%83%95%E3%83%A9%E3%83%B3%E3%82%B9%E8%AA%9E%E4%BF%9D%E5%AE%88%E8%A6%8F%E5%88%B6%E3%81%8B%E3%82%89%E7%9F%A5%E8%AD%98%E3%82%B0%E3%83%A9%E3%83%95%E3%82%92%E6%A7%8B%E7%AF%89%E3%81%99%E3%82%8B2%E6%AE%B5%E9%9A%8E%E3%83%91%E3%82%A4%E3%83%97%E3%83%A9%E3%82%A4%E3%83%B3" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_copy_link" href="https://www.addtoany.com/add_to/copy_link?linkurl=https%3A%2F%2Frag-lover.com%2F2026%2F07%2F29%2Farxiv-2607-24551%2F&amp;linkname=LLM%E3%81%A7%E3%83%95%E3%83%A9%E3%83%B3%E3%82%B9%E8%AA%9E%E4%BF%9D%E5%AE%88%E8%A6%8F%E5%88%B6%E3%81%8B%E3%82%89%E7%9F%A5%E8%AD%98%E3%82%B0%E3%83%A9%E3%83%95%E3%82%92%E6%A7%8B%E7%AF%89%E3%81%99%E3%82%8B2%E6%AE%B5%E9%9A%8E%E3%83%91%E3%82%A4%E3%83%97%E3%83%A9%E3%82%A4%E3%83%B3" title="Copy Link" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Frag-lover.com%2F2026%2F07%2F29%2Farxiv-2607-24551%2F&#038;title=LLM%E3%81%A7%E3%83%95%E3%83%A9%E3%83%B3%E3%82%B9%E8%AA%9E%E4%BF%9D%E5%AE%88%E8%A6%8F%E5%88%B6%E3%81%8B%E3%82%89%E7%9F%A5%E8%AD%98%E3%82%B0%E3%83%A9%E3%83%95%E3%82%92%E6%A7%8B%E7%AF%89%E3%81%99%E3%82%8B2%E6%AE%B5%E9%9A%8E%E3%83%91%E3%82%A4%E3%83%97%E3%83%A9%E3%82%A4%E3%83%B3" data-a2a-url="https://rag-lover.com/2026/07/29/arxiv-2607-24551/" data-a2a-title="LLMでフランス語保守規制から知識グラフを構築する2段階パイプライン"></a></p><p>The post <a href="https://rag-lover.com/2026/07/29/arxiv-2607-24551/">LLMでフランス語保守規制から知識グラフを構築する2段階パイプライン</a> first appeared on <a href="https://rag-lover.com">亜美と智也のAI論文解説</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://rag-lover.com/2026/07/29/arxiv-2607-24551/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>マルチモーダルLLMのタスク別忠実性監査フレームワーク：電力系統診断での実証</title>
		<link>https://rag-lover.com/2026/07/29/arxiv-2607-24539/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=arxiv-2607-24539</link>
					<comments>https://rag-lover.com/2026/07/29/arxiv-2607-24539/#respond</comments>
		
		<dc:creator><![CDATA[ユウ]]></dc:creator>
		<pubDate>Tue, 28 Jul 2026 18:01:03 +0000</pubDate>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[LLM]]></category>
		<category><![CDATA[マルチモーダルAI]]></category>
		<category><![CDATA[マルチモーダルLLM]]></category>
		<category><![CDATA[評価]]></category>
		<category><![CDATA[説明可能AI]]></category>
		<guid isPermaLink="false">https://rag-lover.com/2026/07/29/arxiv-2607-24539/</guid>

					<description><![CDATA[<p>TL;DR マルチモーダルLLMが電力系統診断で本当にタスクに必要な証拠を使っているかを監査するフレームワーク。自己申告の依存度、介入による行動変化、事前登録した工学的な重要度を比較し、不一致を検出・修正する。IEEE &#8230;</p>
<p>The post <a href="https://rag-lover.com/2026/07/29/arxiv-2607-24539/">マルチモーダルLLMのタスク別忠実性監査フレームワーク：電力系統診断での実証</a> first appeared on <a href="https://rag-lover.com">亜美と智也のAI論文解説</a>.</p>]]></description>
										<content:encoded><![CDATA[<section class='aii-article'>
<h2 class='aii-section-title'>TL;DR</h2>
<p>マルチモーダルLLMが電力系統診断で本当にタスクに必要な証拠を使っているかを監査するフレームワーク。自己申告の依存度、介入による行動変化、事前登録した工学的な重要度を比較し、不一致を検出・修正する。IEEE 39/118母線系統で3モデルを検証し、修正により性能と根拠の一致度が向上した。</p>
<h2 class='aii-section-title'>解説</h2>
<div class='aii-dialogue'>
<div class='aii-line ami emotion-surprised'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-816860230-e1712358322412.png' alt='AMI SURPRISED' width='100'></p>
<p class='aii-bubble'>ねえ智也くん、この論文のタイトル、すごく難しそうなんだけど…「マルチモーダルLLMのタスク別忠実性監査フレームワーク」って何？</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>簡単に言うと、マルチモーダルLLMが電力系統の診断をするときに、本当に必要な証拠を使って判断しているかをチェックする仕組みだよ。</p>
</div>
<div class='aii-line ami emotion-happy'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-2932091519-コピー-e1712357720303.png' alt='AMI HAPPY' width='100'></p>
<p class='aii-bubble'>へえ、AIって結構適当に答えたりするって聞くけど、それをちゃんと監査するってこと？</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>そう。例えば、画像とテキストの両方を見て故障箇所を特定するタスクで、モデルが本当にその画像の特徴を見ているのか、それともテキストのバイアスで答えているのかを調べるんだ。</p>
</div>
<div class='aii-line ami emotion-curious'><img class='aii-avatar' src='/wp-content/uploads/2024/03/ami.png' alt='AMI CURIOUS' width='100'></p>
<p class='aii-bubble'>なるほど！で、どうやって調べるの？</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>三つの方法を組み合わせてる。まずモデル自身に「どの情報をどのくらい使ったか」を自己申告させる。次に、特定の情報を隠したり変えたりして、モデルの行動がどう変わるかを見る。最後に、事前に登録した工学的に重要な証拠と比較するんだ。</p>
</div>
<div class='aii-line ami emotion-surprised'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-816860230-e1712358322412.png' alt='AMI SURPRISED' width='100'></p>
<p class='aii-bubble'>自己申告って、AIに「今これ見た？」って聞く感じ？それって信用できるの？</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>そこがポイントで、自己申告だけだと嘘をつくこともあるから、介入実験と突き合わせて不一致を検出するんだ。不一致があったら、モデルを修正して、ちゃんと根拠を使うように改善する。</p>
</div>
<div class='aii-line ami emotion-curious'><img class='aii-avatar' src='/wp-content/uploads/2024/03/ami.png' alt='AMI CURIOUS' width='100'></p>
<p class='aii-bubble'>へー、それで実際に試した結果はどうだったの？</p>
</div>
<div class='aii-line tomoya emotion-happy'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA HAPPY' width='100'></p>
<p class='aii-bubble'>IEEEの39母線と118母線の系統で三つのモデルを検証したんだけど、修正前は結構不一致があった。でも修正後は性能も根拠の一致度も上がったよ。</p>
</div>
<div class='aii-line ami emotion-happy'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-2932091519-コピー-e1712357720303.png' alt='AMI HAPPY' width='100'></p>
<p class='aii-bubble'>すごい！じゃあこのフレームワーク、他の分野でも使えそう？</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>うん、原理的にはどんなマルチモーダルタスクにも応用できる。ただ、今回は電力系統に特化してて、工学的な重要度の定義がその分野に依存してるから、他の分野に適用するときはその辺を調整する必要があるね。</p>
</div>
<div class='aii-line ami emotion-happy'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-2932091519-コピー-e1712357720303.png' alt='AMI HAPPY' width='100'></p>
<p class='aii-bubble'>なるほどね。でも、AIがちゃんと根拠を使ってるか確認できるって、なんかAIを信頼しやすくなる気がする！</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>そうだね。ただ、今回の実験はシミュレーションデータだから、実際の現場でどうなるかはまだ未知数だし、計算コストも結構かかるのが課題かな。</p>
</div>
<div class='aii-line ami emotion-happy'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-2932091519-コピー-e1712357720303.png' alt='AMI HAPPY' width='100'></p>
<p class='aii-bubble'>あ、でもさ、このフレームワーク、AIに「ちゃんと宿題の根拠を示せ」って言う親みたいだね！</p>
</div>
<div class='aii-line tomoya emotion-angry'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA ANGRY' width='100'></p>
<p class='aii-bubble'>…お前もたまには自分で考えろよ。</p>
</div>
</div>
</section>
<div class='aii-reference'>参考論文: <a href='http://arxiv.org/abs/2607.24539v1'>http://arxiv.org/abs/2607.24539v1</a></div>
<p><a class="a2a_button_x" href="https://www.addtoany.com/add_to/x?linkurl=https%3A%2F%2Frag-lover.com%2F2026%2F07%2F29%2Farxiv-2607-24539%2F&amp;linkname=%E3%83%9E%E3%83%AB%E3%83%81%E3%83%A2%E3%83%BC%E3%83%80%E3%83%ABLLM%E3%81%AE%E3%82%BF%E3%82%B9%E3%82%AF%E5%88%A5%E5%BF%A0%E5%AE%9F%E6%80%A7%E7%9B%A3%E6%9F%BB%E3%83%95%E3%83%AC%E3%83%BC%E3%83%A0%E3%83%AF%E3%83%BC%E3%82%AF%EF%BC%9A%E9%9B%BB%E5%8A%9B%E7%B3%BB%E7%B5%B1%E8%A8%BA%E6%96%AD%E3%81%A7%E3%81%AE%E5%AE%9F%E8%A8%BC" title="X" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_hatena" href="https://www.addtoany.com/add_to/hatena?linkurl=https%3A%2F%2Frag-lover.com%2F2026%2F07%2F29%2Farxiv-2607-24539%2F&amp;linkname=%E3%83%9E%E3%83%AB%E3%83%81%E3%83%A2%E3%83%BC%E3%83%80%E3%83%ABLLM%E3%81%AE%E3%82%BF%E3%82%B9%E3%82%AF%E5%88%A5%E5%BF%A0%E5%AE%9F%E6%80%A7%E7%9B%A3%E6%9F%BB%E3%83%95%E3%83%AC%E3%83%BC%E3%83%A0%E3%83%AF%E3%83%BC%E3%82%AF%EF%BC%9A%E9%9B%BB%E5%8A%9B%E7%B3%BB%E7%B5%B1%E8%A8%BA%E6%96%AD%E3%81%A7%E3%81%AE%E5%AE%9F%E8%A8%BC" title="Hatena" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Frag-lover.com%2F2026%2F07%2F29%2Farxiv-2607-24539%2F&amp;linkname=%E3%83%9E%E3%83%AB%E3%83%81%E3%83%A2%E3%83%BC%E3%83%80%E3%83%ABLLM%E3%81%AE%E3%82%BF%E3%82%B9%E3%82%AF%E5%88%A5%E5%BF%A0%E5%AE%9F%E6%80%A7%E7%9B%A3%E6%9F%BB%E3%83%95%E3%83%AC%E3%83%BC%E3%83%A0%E3%83%AF%E3%83%BC%E3%82%AF%EF%BC%9A%E9%9B%BB%E5%8A%9B%E7%B3%BB%E7%B5%B1%E8%A8%BA%E6%96%AD%E3%81%A7%E3%81%AE%E5%AE%9F%E8%A8%BC" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_copy_link" href="https://www.addtoany.com/add_to/copy_link?linkurl=https%3A%2F%2Frag-lover.com%2F2026%2F07%2F29%2Farxiv-2607-24539%2F&amp;linkname=%E3%83%9E%E3%83%AB%E3%83%81%E3%83%A2%E3%83%BC%E3%83%80%E3%83%ABLLM%E3%81%AE%E3%82%BF%E3%82%B9%E3%82%AF%E5%88%A5%E5%BF%A0%E5%AE%9F%E6%80%A7%E7%9B%A3%E6%9F%BB%E3%83%95%E3%83%AC%E3%83%BC%E3%83%A0%E3%83%AF%E3%83%BC%E3%82%AF%EF%BC%9A%E9%9B%BB%E5%8A%9B%E7%B3%BB%E7%B5%B1%E8%A8%BA%E6%96%AD%E3%81%A7%E3%81%AE%E5%AE%9F%E8%A8%BC" title="Copy Link" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Frag-lover.com%2F2026%2F07%2F29%2Farxiv-2607-24539%2F&#038;title=%E3%83%9E%E3%83%AB%E3%83%81%E3%83%A2%E3%83%BC%E3%83%80%E3%83%ABLLM%E3%81%AE%E3%82%BF%E3%82%B9%E3%82%AF%E5%88%A5%E5%BF%A0%E5%AE%9F%E6%80%A7%E7%9B%A3%E6%9F%BB%E3%83%95%E3%83%AC%E3%83%BC%E3%83%A0%E3%83%AF%E3%83%BC%E3%82%AF%EF%BC%9A%E9%9B%BB%E5%8A%9B%E7%B3%BB%E7%B5%B1%E8%A8%BA%E6%96%AD%E3%81%A7%E3%81%AE%E5%AE%9F%E8%A8%BC" data-a2a-url="https://rag-lover.com/2026/07/29/arxiv-2607-24539/" data-a2a-title="マルチモーダルLLMのタスク別忠実性監査フレームワーク：電力系統診断での実証"></a></p><p>The post <a href="https://rag-lover.com/2026/07/29/arxiv-2607-24539/">マルチモーダルLLMのタスク別忠実性監査フレームワーク：電力系統診断での実証</a> first appeared on <a href="https://rag-lover.com">亜美と智也のAI論文解説</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://rag-lover.com/2026/07/29/arxiv-2607-24539/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>APS-RAG：科学施設の運用知識を統合するハイブリッドRAGとその評価</title>
		<link>https://rag-lover.com/2026/07/29/arxiv-2607-24663/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=arxiv-2607-24663</link>
					<comments>https://rag-lover.com/2026/07/29/arxiv-2607-24663/#respond</comments>
		
		<dc:creator><![CDATA[ユウ]]></dc:creator>
		<pubDate>Tue, 28 Jul 2026 16:01:46 +0000</pubDate>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[RAG]]></category>
		<category><![CDATA[知識グラフ]]></category>
		<category><![CDATA[評価]]></category>
		<guid isPermaLink="false">https://rag-lover.com/2026/07/29/arxiv-2607-24663/</guid>

					<description><![CDATA[<p>TL;DR APS-RAGは、米国アルゴンヌ国立研究所の放射光施設APS向けに開発された、運用知識を統合するRAGシステムです。9つのデータソース（ログブック、技術文書、チャット履歴など）を、密検索・疎検索・知識グラフの&#8230;</p>
<p>The post <a href="https://rag-lover.com/2026/07/29/arxiv-2607-24663/">APS-RAG：科学施設の運用知識を統合するハイブリッドRAGとその評価</a> first appeared on <a href="https://rag-lover.com">亜美と智也のAI論文解説</a>.</p>]]></description>
										<content:encoded><![CDATA[<section class='aii-article'>
<h2 class='aii-section-title'>TL;DR</h2>
<p>APS-RAGは、米国アルゴンヌ国立研究所の放射光施設APS向けに開発された、運用知識を統合するRAGシステムです。9つのデータソース（ログブック、技術文書、チャット履歴など）を、密検索・疎検索・知識グラフの3チャネルで横断検索し、クエリタイプに応じて適応的に融合。さらに自己修正ループとReActエージェントを備え、50問のベンチマークでBM25比で最大70.3%の厳密再現率を達成しました。クロスエンコーダの寄与が大きく、除去すると再現率が32.8%低下することも示されています。</p>
<h2 class='aii-section-title'>解説</h2>
<div class='aii-dialogue'>
<div class='aii-line ami emotion-happy'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-2932091519-コピー-e1712357720303.png' alt='AMI HAPPY' width='100'></p>
<p class='aii-bubble'>ねえ智也くん、このAPS-RAGって論文、面白そうだね！放射光施設の運用知識を統合するRAGシステムって書いてあるけど、そもそもRAGって何だっけ？</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>RAGは検索拡張生成の略で、外部の知識を検索してから回答を生成する仕組みだよ。この論文は特に、科学施設の運用に特化したハイブリッドRAGを提案してるんだ。</p>
</div>
<div class='aii-line ami emotion-surprised'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-816860230-e1712358322412.png' alt='AMI SURPRISED' width='100'></p>
<p class='aii-bubble'>へえ、ハイブリッドってことは複数の方法を組み合わせてるの？</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>そう。密検索、疎検索、知識グラフの3チャネルで横断検索して、クエリのタイプに応じて適応的に融合するんだ。9つのデータソースから情報を集めるらしい。</p>
</div>
<div class='aii-line ami emotion-surprised'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-816860230-e1712358322412.png' alt='AMI SURPRISED' width='100'></p>
<p class='aii-bubble'>9つも！ログブックとか技術文書とかチャット履歴とか…それって結構ごちゃごちゃしそうだけど、うまく動くの？</p>
</div>
<div class='aii-line tomoya emotion-happy'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA HAPPY' width='100'></p>
<p class='aii-bubble'>評価では50問のベンチマークでBM25と比べて最大70.3%も厳密再現率が向上したんだ。特にクロスエンコーダの寄与が大きくて、それを外すと再現率が32.8%も下がるって結果が出てる。</p>
</div>
<div class='aii-line ami emotion-happy'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-2932091519-コピー-e1712357720303.png' alt='AMI HAPPY' width='100'></p>
<p class='aii-bubble'>すごい改善だね！でも、それってやっぱり専門的な知識が必要な質問に強いってこと？</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>そうだね。自己修正ループとReActエージェントも備えてて、間違った回答を自分で修正できる仕組みもあるんだ。ただ、データソースが特定の施設に特化してるから、汎用性には限界があるかもしれない。</p>
</div>
<div class='aii-line ami emotion-happy'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-2932091519-コピー-e1712357720303.png' alt='AMI HAPPY' width='100'></p>
<p class='aii-bubble'>なるほどね。でも、もしこのシステムが他の施設でも使えるようになったら、めっちゃ便利そう！…って、私が言うと「そんな簡単じゃない」って智也くんに怒られそうだな。</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>まあ、その通りだけどね。でも、君のその楽観主義は悪くないよ。</p>
</div>
</div>
</section>
<div class='aii-reference'>参考論文: <a href='http://arxiv.org/abs/2607.24663v1'>http://arxiv.org/abs/2607.24663v1</a></div>
<p><a class="a2a_button_x" href="https://www.addtoany.com/add_to/x?linkurl=https%3A%2F%2Frag-lover.com%2F2026%2F07%2F29%2Farxiv-2607-24663%2F&amp;linkname=APS-RAG%EF%BC%9A%E7%A7%91%E5%AD%A6%E6%96%BD%E8%A8%AD%E3%81%AE%E9%81%8B%E7%94%A8%E7%9F%A5%E8%AD%98%E3%82%92%E7%B5%B1%E5%90%88%E3%81%99%E3%82%8B%E3%83%8F%E3%82%A4%E3%83%96%E3%83%AA%E3%83%83%E3%83%89RAG%E3%81%A8%E3%81%9D%E3%81%AE%E8%A9%95%E4%BE%A1" title="X" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_hatena" href="https://www.addtoany.com/add_to/hatena?linkurl=https%3A%2F%2Frag-lover.com%2F2026%2F07%2F29%2Farxiv-2607-24663%2F&amp;linkname=APS-RAG%EF%BC%9A%E7%A7%91%E5%AD%A6%E6%96%BD%E8%A8%AD%E3%81%AE%E9%81%8B%E7%94%A8%E7%9F%A5%E8%AD%98%E3%82%92%E7%B5%B1%E5%90%88%E3%81%99%E3%82%8B%E3%83%8F%E3%82%A4%E3%83%96%E3%83%AA%E3%83%83%E3%83%89RAG%E3%81%A8%E3%81%9D%E3%81%AE%E8%A9%95%E4%BE%A1" title="Hatena" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Frag-lover.com%2F2026%2F07%2F29%2Farxiv-2607-24663%2F&amp;linkname=APS-RAG%EF%BC%9A%E7%A7%91%E5%AD%A6%E6%96%BD%E8%A8%AD%E3%81%AE%E9%81%8B%E7%94%A8%E7%9F%A5%E8%AD%98%E3%82%92%E7%B5%B1%E5%90%88%E3%81%99%E3%82%8B%E3%83%8F%E3%82%A4%E3%83%96%E3%83%AA%E3%83%83%E3%83%89RAG%E3%81%A8%E3%81%9D%E3%81%AE%E8%A9%95%E4%BE%A1" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_copy_link" href="https://www.addtoany.com/add_to/copy_link?linkurl=https%3A%2F%2Frag-lover.com%2F2026%2F07%2F29%2Farxiv-2607-24663%2F&amp;linkname=APS-RAG%EF%BC%9A%E7%A7%91%E5%AD%A6%E6%96%BD%E8%A8%AD%E3%81%AE%E9%81%8B%E7%94%A8%E7%9F%A5%E8%AD%98%E3%82%92%E7%B5%B1%E5%90%88%E3%81%99%E3%82%8B%E3%83%8F%E3%82%A4%E3%83%96%E3%83%AA%E3%83%83%E3%83%89RAG%E3%81%A8%E3%81%9D%E3%81%AE%E8%A9%95%E4%BE%A1" title="Copy Link" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Frag-lover.com%2F2026%2F07%2F29%2Farxiv-2607-24663%2F&#038;title=APS-RAG%EF%BC%9A%E7%A7%91%E5%AD%A6%E6%96%BD%E8%A8%AD%E3%81%AE%E9%81%8B%E7%94%A8%E7%9F%A5%E8%AD%98%E3%82%92%E7%B5%B1%E5%90%88%E3%81%99%E3%82%8B%E3%83%8F%E3%82%A4%E3%83%96%E3%83%AA%E3%83%83%E3%83%89RAG%E3%81%A8%E3%81%9D%E3%81%AE%E8%A9%95%E4%BE%A1" data-a2a-url="https://rag-lover.com/2026/07/29/arxiv-2607-24663/" data-a2a-title="APS-RAG：科学施設の運用知識を統合するハイブリッドRAGとその評価"></a></p><p>The post <a href="https://rag-lover.com/2026/07/29/arxiv-2607-24663/">APS-RAG：科学施設の運用知識を統合するハイブリッドRAGとその評価</a> first appeared on <a href="https://rag-lover.com">亜美と智也のAI論文解説</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://rag-lover.com/2026/07/29/arxiv-2607-24663/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>イベント発生で動画編集を自動化：EgoPlayの仕組みと実装ポイント</title>
		<link>https://rag-lover.com/2026/07/28/arxiv-2607-24560/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=arxiv-2607-24560</link>
					<comments>https://rag-lover.com/2026/07/28/arxiv-2607-24560/#respond</comments>
		
		<dc:creator><![CDATA[ユウ]]></dc:creator>
		<pubDate>Tue, 28 Jul 2026 14:01:08 +0000</pubDate>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[computer vision]]></category>
		<category><![CDATA[diffusion models]]></category>
		<category><![CDATA[Video Generation]]></category>
		<guid isPermaLink="false">https://rag-lover.com/2026/07/28/arxiv-2607-24560/</guid>

					<description><![CDATA[<p>TL;DR EgoPlayは、一人称視点の動画に対して「〇〇が起きたら××に編集」というルールを自然言語で指定すると、イベント発生を検出し、発生後のフレームだけを編集するエンドツーエンドの動画編集モデルです。イベント検出&#8230;</p>
<p>The post <a href="https://rag-lover.com/2026/07/28/arxiv-2607-24560/">イベント発生で動画編集を自動化：EgoPlayの仕組みと実装ポイント</a> first appeared on <a href="https://rag-lover.com">亜美と智也のAI論文解説</a>.</p>]]></description>
										<content:encoded><![CDATA[<section class='aii-article'>
<h2 class='aii-section-title'>TL;DR</h2>
<p>EgoPlayは、一人称視点の動画に対して「〇〇が起きたら××に編集」というルールを自然言語で指定すると、イベント発生を検出し、発生後のフレームだけを編集するエンドツーエンドの動画編集モデルです。イベント検出と編集を別々に行う従来手法と違い、1つのモデルで両方を学習するため、誤検出や編集の不連続が少なく、GPUメモリも半分以下で動作します。</p>
<h2 class='aii-section-title'>解説</h2>
<div class='aii-dialogue'>
<div class='aii-line ami emotion-happy'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-2932091519-コピー-e1712357720303.png' alt='AMI HAPPY' width='100'></p>
<p class='aii-bubble'>ねえ智也くん、このEgoPlayって論文、一人称動画の編集を自動化するんだって？すごく面白そう！</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>うん。従来はイベント検出と編集を別々のモデルでやってたんだけど、EgoPlayは一つのモデルで両方やるんだ。</p>
</div>
<div class='aii-line ami emotion-surprised'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-816860230-e1712358322412.png' alt='AMI SURPRISED' width='100'></p>
<p class='aii-bubble'>へー、それってどういうメリットがあるの？</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>誤検出が減って、編集の連続性が保たれる。あとGPUメモリも半分以下で済むらしい。</p>
</div>
<div class='aii-line ami emotion-curious'><img class='aii-avatar' src='/wp-content/uploads/2024/03/ami.png' alt='AMI CURIOUS' width='100'></p>
<p class='aii-bubble'>なるほどね！でも、どうやってイベントを検出してるの？</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>自然言語で「〇〇が起きたら××に編集」ってルールを指定するんだ。モデルがそのルールを理解して、該当フレームだけを編集する。</p>
</div>
<div class='aii-line ami emotion-happy'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-2932091519-コピー-e1712357720303.png' alt='AMI HAPPY' width='100'></p>
<p class='aii-bubble'>え、それってめっちゃ便利じゃん！例えば「人がドアを開けたらズームする」とか？</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>そう。実際に実験では、そういうタスクで従来手法より精度が高かった。特にイベントのタイミングが正確だった。</p>
</div>
<div class='aii-line ami emotion-curious'><img class='aii-avatar' src='/wp-content/uploads/2024/03/ami.png' alt='AMI CURIOUS' width='100'></p>
<p class='aii-bubble'>評価はどうやってやったの？</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>一人称動画のデータセットを使って、編集後の動画の自然さとイベント検出の正確さを測った。人間による評価も含めてる。</p>
</div>
<div class='aii-line ami emotion-surprised'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-816860230-e1712358322412.png' alt='AMI SURPRISED' width='100'></p>
<p class='aii-bubble'>じゃあ、もう完璧なの？</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>いや、限界もある。例えば、複雑なイベントや長い動画だと精度が落ちる。あと、学習データにないシチュエーションには弱い。</p>
</div>
<div class='aii-line ami emotion-happy'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-2932091519-コピー-e1712357720303.png' alt='AMI HAPPY' width='100'></p>
<p class='aii-bubble'>なるほどね…でも、これが実用化されたら、動画編集のハードルがめっちゃ下がるね！私でも使えるかな？</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>亜美さんなら、ルールを書くだけで簡単に使えると思うよ。ただし、今のところ研究段階だけどね。</p>
</div>
<div class='aii-line ami emotion-happy'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-2932091519-コピー-e1712357720303.png' alt='AMI HAPPY' width='100'></p>
<p class='aii-bubble'>じゃあ、智也くんが実装してよ！私のVlogを自動編集してほしいな〜</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>…まずは論文をちゃんと読んでからだな。</p>
</div>
</div>
</section>
<div class='aii-reference'>参考論文: <a href='http://arxiv.org/abs/2607.24560v1'>http://arxiv.org/abs/2607.24560v1</a></div>
<p><a class="a2a_button_x" href="https://www.addtoany.com/add_to/x?linkurl=https%3A%2F%2Frag-lover.com%2F2026%2F07%2F28%2Farxiv-2607-24560%2F&amp;linkname=%E3%82%A4%E3%83%99%E3%83%B3%E3%83%88%E7%99%BA%E7%94%9F%E3%81%A7%E5%8B%95%E7%94%BB%E7%B7%A8%E9%9B%86%E3%82%92%E8%87%AA%E5%8B%95%E5%8C%96%EF%BC%9AEgoPlay%E3%81%AE%E4%BB%95%E7%B5%84%E3%81%BF%E3%81%A8%E5%AE%9F%E8%A3%85%E3%83%9D%E3%82%A4%E3%83%B3%E3%83%88" title="X" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_hatena" href="https://www.addtoany.com/add_to/hatena?linkurl=https%3A%2F%2Frag-lover.com%2F2026%2F07%2F28%2Farxiv-2607-24560%2F&amp;linkname=%E3%82%A4%E3%83%99%E3%83%B3%E3%83%88%E7%99%BA%E7%94%9F%E3%81%A7%E5%8B%95%E7%94%BB%E7%B7%A8%E9%9B%86%E3%82%92%E8%87%AA%E5%8B%95%E5%8C%96%EF%BC%9AEgoPlay%E3%81%AE%E4%BB%95%E7%B5%84%E3%81%BF%E3%81%A8%E5%AE%9F%E8%A3%85%E3%83%9D%E3%82%A4%E3%83%B3%E3%83%88" title="Hatena" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Frag-lover.com%2F2026%2F07%2F28%2Farxiv-2607-24560%2F&amp;linkname=%E3%82%A4%E3%83%99%E3%83%B3%E3%83%88%E7%99%BA%E7%94%9F%E3%81%A7%E5%8B%95%E7%94%BB%E7%B7%A8%E9%9B%86%E3%82%92%E8%87%AA%E5%8B%95%E5%8C%96%EF%BC%9AEgoPlay%E3%81%AE%E4%BB%95%E7%B5%84%E3%81%BF%E3%81%A8%E5%AE%9F%E8%A3%85%E3%83%9D%E3%82%A4%E3%83%B3%E3%83%88" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_copy_link" href="https://www.addtoany.com/add_to/copy_link?linkurl=https%3A%2F%2Frag-lover.com%2F2026%2F07%2F28%2Farxiv-2607-24560%2F&amp;linkname=%E3%82%A4%E3%83%99%E3%83%B3%E3%83%88%E7%99%BA%E7%94%9F%E3%81%A7%E5%8B%95%E7%94%BB%E7%B7%A8%E9%9B%86%E3%82%92%E8%87%AA%E5%8B%95%E5%8C%96%EF%BC%9AEgoPlay%E3%81%AE%E4%BB%95%E7%B5%84%E3%81%BF%E3%81%A8%E5%AE%9F%E8%A3%85%E3%83%9D%E3%82%A4%E3%83%B3%E3%83%88" title="Copy Link" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Frag-lover.com%2F2026%2F07%2F28%2Farxiv-2607-24560%2F&#038;title=%E3%82%A4%E3%83%99%E3%83%B3%E3%83%88%E7%99%BA%E7%94%9F%E3%81%A7%E5%8B%95%E7%94%BB%E7%B7%A8%E9%9B%86%E3%82%92%E8%87%AA%E5%8B%95%E5%8C%96%EF%BC%9AEgoPlay%E3%81%AE%E4%BB%95%E7%B5%84%E3%81%BF%E3%81%A8%E5%AE%9F%E8%A3%85%E3%83%9D%E3%82%A4%E3%83%B3%E3%83%88" data-a2a-url="https://rag-lover.com/2026/07/28/arxiv-2607-24560/" data-a2a-title="イベント発生で動画編集を自動化：EgoPlayの仕組みと実装ポイント"></a></p><p>The post <a href="https://rag-lover.com/2026/07/28/arxiv-2607-24560/">イベント発生で動画編集を自動化：EgoPlayの仕組みと実装ポイント</a> first appeared on <a href="https://rag-lover.com">亜美と智也のAI論文解説</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://rag-lover.com/2026/07/28/arxiv-2607-24560/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>ER図からデータベーススキーマを復元するVLM評価ベンチマーク「ERUnderstand」</title>
		<link>https://rag-lover.com/2026/07/28/arxiv-2607-24707/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=arxiv-2607-24707</link>
					<comments>https://rag-lover.com/2026/07/28/arxiv-2607-24707/#respond</comments>
		
		<dc:creator><![CDATA[ユウ]]></dc:creator>
		<pubDate>Tue, 28 Jul 2026 12:01:13 +0000</pubDate>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[VLM]]></category>
		<category><![CDATA[データベース]]></category>
		<category><![CDATA[ベンチマーク]]></category>
		<category><![CDATA[マルチモーダルAI]]></category>
		<guid isPermaLink="false">https://rag-lover.com/2026/07/28/arxiv-2607-24707/</guid>

					<description><![CDATA[<p>TL;DR ERUnderstandは、VLMがER図からデータベーススキーマを正しく復元できるかを評価する初の大規模ベンチマーク。2,960枚のER図（教育用・実運用・合成）とJSON形式の正解データを提供。主要要素は&#8230;</p>
<p>The post <a href="https://rag-lover.com/2026/07/28/arxiv-2607-24707/">ER図からデータベーススキーマを復元するVLM評価ベンチマーク「ERUnderstand」</a> first appeared on <a href="https://rag-lover.com">亜美と智也のAI論文解説</a>.</p>]]></description>
										<content:encoded><![CDATA[<section class='aii-article'>
<h2 class='aii-section-title'>TL;DR</h2>
<p>ERUnderstandは、VLMがER図からデータベーススキーマを正しく復元できるかを評価する初の大規模ベンチマーク。2,960枚のER図（教育用・実運用・合成）とJSON形式の正解データを提供。主要要素は高精度だが、弱実体・多値属性・n項関係では性能が大幅に低下することを明らかにした。</p>
<h2 class='aii-section-title'>解説</h2>
<div class='aii-dialogue'>
<div class='aii-line ami emotion-happy'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-2932091519-コピー-e1712357720303.png' alt='AMI HAPPY' width='100'></p>
<p class='aii-bubble'>ねえ智也くん、この「ERUnderstand」って論文、面白そうだね！ER図からデータベーススキーマを復元するVLMの評価ベンチマークなんだって？</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>うん、そう。VLMがER図をどれだけ正確に読めるか測るための初めての大規模ベンチマークなんだ。</p>
</div>
<div class='aii-line ami emotion-surprised'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-816860230-e1712358322412.png' alt='AMI SURPRISED' width='100'></p>
<p class='aii-bubble'>へえ、でもなんでそんなベンチマークが必要なの？普通にER図からテーブル作るのは人間でもできるし…</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>確かに人間ならできるけど、VLMの能力をちゃんと評価する基準がなかったんだ。特に、弱実体や多値属性、n項関係みたいな複雑な要素を正しく認識できるかどうかは、これまであまり調べられてなかった。</p>
</div>
<div class='aii-line ami emotion-happy'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-2932091519-コピー-e1712357720303.png' alt='AMI HAPPY' width='100'></p>
<p class='aii-bubble'>なるほどね。で、このベンチマークはどんなデータを使ってるの？</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>全部で2,960枚のER図を使ってるよ。教育用、実運用、合成の3種類があって、それぞれにJSON形式の正解データが付いてる。</p>
</div>
<div class='aii-line ami emotion-surprised'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-816860230-e1712358322412.png' alt='AMI SURPRISED' width='100'></p>
<p class='aii-bubble'>すごい量！それでVLMの性能はどうだったの？</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>主要な要素、例えばエンティティやリレーションシップの認識は結構高精度だったんだけど、弱実体や多値属性、n項関係になるとガクッと落ちるんだ。</p>
</div>
<div class='aii-line ami emotion-happy'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-2932091519-コピー-e1712357720303.png' alt='AMI HAPPY' width='100'></p>
<p class='aii-bubble'>あらら、やっぱり難しいんだね。でも、そういう弱点がはっきりしたのは大きな意味があるんじゃない？</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>そう。今後のVLMの改善に役立つし、ER図を使ったデータベース設計の自動化にも貢献できる。ただ、ベンチマークのER図はまだ限られた種類しかないから、もっと多様な図で試す必要がある。</p>
</div>
<div class='aii-line ami emotion-happy'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-2932091519-コピー-e1712357720303.png' alt='AMI HAPPY' width='100'></p>
<p class='aii-bubble'>ふふ、じゃあ智也くんもこのベンチマークで自分のVLMを試してみたら？もしかしたら弱実体もバッチリ認識できるかもよ？</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>いや、俺のVLMはまだそこまでできてないから、まずはちゃんと学習させないと。</p>
</div>
</div>
</section>
<div class='aii-reference'>参考論文: <a href='http://arxiv.org/abs/2607.24707v1'>http://arxiv.org/abs/2607.24707v1</a></div>
<p><a class="a2a_button_x" href="https://www.addtoany.com/add_to/x?linkurl=https%3A%2F%2Frag-lover.com%2F2026%2F07%2F28%2Farxiv-2607-24707%2F&amp;linkname=ER%E5%9B%B3%E3%81%8B%E3%82%89%E3%83%87%E3%83%BC%E3%82%BF%E3%83%99%E3%83%BC%E3%82%B9%E3%82%B9%E3%82%AD%E3%83%BC%E3%83%9E%E3%82%92%E5%BE%A9%E5%85%83%E3%81%99%E3%82%8BVLM%E8%A9%95%E4%BE%A1%E3%83%99%E3%83%B3%E3%83%81%E3%83%9E%E3%83%BC%E3%82%AF%E3%80%8CERUnderstand%E3%80%8D" title="X" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_hatena" href="https://www.addtoany.com/add_to/hatena?linkurl=https%3A%2F%2Frag-lover.com%2F2026%2F07%2F28%2Farxiv-2607-24707%2F&amp;linkname=ER%E5%9B%B3%E3%81%8B%E3%82%89%E3%83%87%E3%83%BC%E3%82%BF%E3%83%99%E3%83%BC%E3%82%B9%E3%82%B9%E3%82%AD%E3%83%BC%E3%83%9E%E3%82%92%E5%BE%A9%E5%85%83%E3%81%99%E3%82%8BVLM%E8%A9%95%E4%BE%A1%E3%83%99%E3%83%B3%E3%83%81%E3%83%9E%E3%83%BC%E3%82%AF%E3%80%8CERUnderstand%E3%80%8D" title="Hatena" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Frag-lover.com%2F2026%2F07%2F28%2Farxiv-2607-24707%2F&amp;linkname=ER%E5%9B%B3%E3%81%8B%E3%82%89%E3%83%87%E3%83%BC%E3%82%BF%E3%83%99%E3%83%BC%E3%82%B9%E3%82%B9%E3%82%AD%E3%83%BC%E3%83%9E%E3%82%92%E5%BE%A9%E5%85%83%E3%81%99%E3%82%8BVLM%E8%A9%95%E4%BE%A1%E3%83%99%E3%83%B3%E3%83%81%E3%83%9E%E3%83%BC%E3%82%AF%E3%80%8CERUnderstand%E3%80%8D" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_copy_link" href="https://www.addtoany.com/add_to/copy_link?linkurl=https%3A%2F%2Frag-lover.com%2F2026%2F07%2F28%2Farxiv-2607-24707%2F&amp;linkname=ER%E5%9B%B3%E3%81%8B%E3%82%89%E3%83%87%E3%83%BC%E3%82%BF%E3%83%99%E3%83%BC%E3%82%B9%E3%82%B9%E3%82%AD%E3%83%BC%E3%83%9E%E3%82%92%E5%BE%A9%E5%85%83%E3%81%99%E3%82%8BVLM%E8%A9%95%E4%BE%A1%E3%83%99%E3%83%B3%E3%83%81%E3%83%9E%E3%83%BC%E3%82%AF%E3%80%8CERUnderstand%E3%80%8D" title="Copy Link" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Frag-lover.com%2F2026%2F07%2F28%2Farxiv-2607-24707%2F&#038;title=ER%E5%9B%B3%E3%81%8B%E3%82%89%E3%83%87%E3%83%BC%E3%82%BF%E3%83%99%E3%83%BC%E3%82%B9%E3%82%B9%E3%82%AD%E3%83%BC%E3%83%9E%E3%82%92%E5%BE%A9%E5%85%83%E3%81%99%E3%82%8BVLM%E8%A9%95%E4%BE%A1%E3%83%99%E3%83%B3%E3%83%81%E3%83%9E%E3%83%BC%E3%82%AF%E3%80%8CERUnderstand%E3%80%8D" data-a2a-url="https://rag-lover.com/2026/07/28/arxiv-2607-24707/" data-a2a-title="ER図からデータベーススキーマを復元するVLM評価ベンチマーク「ERUnderstand」"></a></p><p>The post <a href="https://rag-lover.com/2026/07/28/arxiv-2607-24707/">ER図からデータベーススキーマを復元するVLM評価ベンチマーク「ERUnderstand」</a> first appeared on <a href="https://rag-lover.com">亜美と智也のAI論文解説</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://rag-lover.com/2026/07/28/arxiv-2607-24707/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>医療画像の2D/3Dを統合する視覚中心MLLM「ClinFusion」の実装と評価</title>
		<link>https://rag-lover.com/2026/07/28/arxiv-2607-24743/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=arxiv-2607-24743</link>
					<comments>https://rag-lover.com/2026/07/28/arxiv-2607-24743/#respond</comments>
		
		<dc:creator><![CDATA[ユウ]]></dc:creator>
		<pubDate>Tue, 28 Jul 2026 10:01:04 +0000</pubDate>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[computer vision]]></category>
		<category><![CDATA[LLM]]></category>
		<category><![CDATA[MLLM]]></category>
		<category><![CDATA[マルチモーダルAI]]></category>
		<category><![CDATA[医療画像]]></category>
		<category><![CDATA[評価]]></category>
		<guid isPermaLink="false">https://rag-lover.com/2026/07/28/arxiv-2607-24743/</guid>

					<description><![CDATA[<p>TL;DR ClinFusionは、2D・3D医療画像を統合処理するカスケード型視覚エンコーダと、臨床現場に即したROIベースの評価フレームワークを備えた医療用MLLM。GPT-5.2やGemini-3-Flashを上回&#8230;</p>
<p>The post <a href="https://rag-lover.com/2026/07/28/arxiv-2607-24743/">医療画像の2D/3Dを統合する視覚中心MLLM「ClinFusion」の実装と評価</a> first appeared on <a href="https://rag-lover.com">亜美と智也のAI論文解説</a>.</p>]]></description>
										<content:encoded><![CDATA[<section class='aii-article'>
<h2 class='aii-section-title'>TL;DR</h2>
<p>ClinFusionは、2D・3D医療画像を統合処理するカスケード型視覚エンコーダと、臨床現場に即したROIベースの評価フレームワークを備えた医療用MLLM。GPT-5.2やGemini-3-Flashを上回る性能を複数ベンチマークで達成し、放射線科医による盲検評価でも最高評価を得た。</p>
<h2 class='aii-section-title'>解説</h2>
<div class='aii-dialogue'>
<div class='aii-line ami emotion-happy'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-2932091519-コピー-e1712357720303.png' alt='AMI HAPPY' width='100'></p>
<p class='aii-bubble'>ねえ智也くん、このClinFusionって論文、タイトルからして難しそうだけど、簡単に教えてくれない？</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>ああ、医療画像のためのマルチモーダルAIモデルだよ。2Dと3Dの画像を両方扱えるのが特徴で、従来のモデルより臨床に近い評価をしてるんだ。</p>
</div>
<div class='aii-line ami emotion-surprised'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-816860230-e1712358322412.png' alt='AMI SURPRISED' width='100'></p>
<p class='aii-bubble'>へー、2Dと3DってCTとかMRIみたいなやつ？なんで両方必要なの？</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>そう。例えばCTは3Dだけど、X線は2D。病院では両方使うから、一つのモデルで扱えた方が便利なんだ。それで、カスケード型の視覚エンコーダっていう仕組みで統合してる。</p>
</div>
<div class='aii-line ami emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/ami.png' alt='AMI NEUTRAL' width='100'></p>
<p class='aii-bubble'>カスケードって、何かが連なってるイメージ？</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>そう。まず2D画像を処理するエンコーダがあって、その出力を3D用のエンコーダに渡す感じ。段階的に特徴を抽出するんだ。</p>
</div>
<div class='aii-line ami emotion-curious'><img class='aii-avatar' src='/wp-content/uploads/2024/03/ami.png' alt='AMI CURIOUS' width='100'></p>
<p class='aii-bubble'>なるほど。で、評価はどうやってるの？普通のベンチマークとは違うって書いてあったけど。</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>ROIベースの評価ってやつで、画像の特定の領域（関心領域）に注目して性能を測ってる。臨床では医者が注目する場所が限られてるから、より実用的な指標になるんだ。</p>
</div>
<div class='aii-line ami emotion-surprised'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-816860230-e1712358322412.png' alt='AMI SURPRISED' width='100'></p>
<p class='aii-bubble'>それって賢いね！で、結果はどうだったの？GPTとかよりすごいって本当？</p>
</div>
<div class='aii-line tomoya emotion-happy'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA HAPPY' width='100'></p>
<p class='aii-bubble'>複数のベンチマークでGPT-5.2やGemini-3-Flashを上回ってる。さらに放射線科医による盲検評価でも最高評価だった。特に解剖学的構造の認識とか病変の検出で強みがあるみたい。</p>
</div>
<div class='aii-line ami emotion-happy'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-2932091519-コピー-e1712357720303.png' alt='AMI HAPPY' width='100'></p>
<p class='aii-bubble'>すごいじゃん！じゃあもう完璧なの？</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>いや、限界もある。まず学習データが公開医療データセット中心で、実際の臨床データとは分布が違う可能性がある。それと、ROI評価は便利だけど、医者が見落とす領域の性能は保証できない。</p>
</div>
<div class='aii-line ami emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/ami.png' alt='AMI NEUTRAL' width='100'></p>
<p class='aii-bubble'>あー、確かに。でも、これが実用化されたら医者の負担減るよね？</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>そうだね。特に救急とか夜間の画像診断で役立つと思う。ただ、過信は禁物だけど。</p>
</div>
<div class='aii-line ami emotion-happy'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-2932091519-コピー-e1712357720303.png' alt='AMI HAPPY' width='100'></p>
<p class='aii-bubble'>わかった！じゃあ私が医者になったら、智也くんの作ったAIに頼るね。でも、AIが「この患者さんは風邪です」って言ったら、ちゃんと疑うから安心して！</p>
</div>
<div class='aii-line tomoya emotion-angry'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA ANGRY' width='100'></p>
<p class='aii-bubble'>それはAIじゃなくて占い師だよ。ちゃんと論文読んでからにしてくれ。</p>
</div>
</div>
</section>
<div class='aii-reference'>参考論文: <a href='http://arxiv.org/abs/2607.24743v1'>http://arxiv.org/abs/2607.24743v1</a></div>
<p><a class="a2a_button_x" href="https://www.addtoany.com/add_to/x?linkurl=https%3A%2F%2Frag-lover.com%2F2026%2F07%2F28%2Farxiv-2607-24743%2F&amp;linkname=%E5%8C%BB%E7%99%82%E7%94%BB%E5%83%8F%E3%81%AE2D%2F3D%E3%82%92%E7%B5%B1%E5%90%88%E3%81%99%E3%82%8B%E8%A6%96%E8%A6%9A%E4%B8%AD%E5%BF%83MLLM%E3%80%8CClinFusion%E3%80%8D%E3%81%AE%E5%AE%9F%E8%A3%85%E3%81%A8%E8%A9%95%E4%BE%A1" title="X" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_hatena" href="https://www.addtoany.com/add_to/hatena?linkurl=https%3A%2F%2Frag-lover.com%2F2026%2F07%2F28%2Farxiv-2607-24743%2F&amp;linkname=%E5%8C%BB%E7%99%82%E7%94%BB%E5%83%8F%E3%81%AE2D%2F3D%E3%82%92%E7%B5%B1%E5%90%88%E3%81%99%E3%82%8B%E8%A6%96%E8%A6%9A%E4%B8%AD%E5%BF%83MLLM%E3%80%8CClinFusion%E3%80%8D%E3%81%AE%E5%AE%9F%E8%A3%85%E3%81%A8%E8%A9%95%E4%BE%A1" title="Hatena" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Frag-lover.com%2F2026%2F07%2F28%2Farxiv-2607-24743%2F&amp;linkname=%E5%8C%BB%E7%99%82%E7%94%BB%E5%83%8F%E3%81%AE2D%2F3D%E3%82%92%E7%B5%B1%E5%90%88%E3%81%99%E3%82%8B%E8%A6%96%E8%A6%9A%E4%B8%AD%E5%BF%83MLLM%E3%80%8CClinFusion%E3%80%8D%E3%81%AE%E5%AE%9F%E8%A3%85%E3%81%A8%E8%A9%95%E4%BE%A1" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_copy_link" href="https://www.addtoany.com/add_to/copy_link?linkurl=https%3A%2F%2Frag-lover.com%2F2026%2F07%2F28%2Farxiv-2607-24743%2F&amp;linkname=%E5%8C%BB%E7%99%82%E7%94%BB%E5%83%8F%E3%81%AE2D%2F3D%E3%82%92%E7%B5%B1%E5%90%88%E3%81%99%E3%82%8B%E8%A6%96%E8%A6%9A%E4%B8%AD%E5%BF%83MLLM%E3%80%8CClinFusion%E3%80%8D%E3%81%AE%E5%AE%9F%E8%A3%85%E3%81%A8%E8%A9%95%E4%BE%A1" title="Copy Link" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Frag-lover.com%2F2026%2F07%2F28%2Farxiv-2607-24743%2F&#038;title=%E5%8C%BB%E7%99%82%E7%94%BB%E5%83%8F%E3%81%AE2D%2F3D%E3%82%92%E7%B5%B1%E5%90%88%E3%81%99%E3%82%8B%E8%A6%96%E8%A6%9A%E4%B8%AD%E5%BF%83MLLM%E3%80%8CClinFusion%E3%80%8D%E3%81%AE%E5%AE%9F%E8%A3%85%E3%81%A8%E8%A9%95%E4%BE%A1" data-a2a-url="https://rag-lover.com/2026/07/28/arxiv-2607-24743/" data-a2a-title="医療画像の2D/3Dを統合する視覚中心MLLM「ClinFusion」の実装と評価"></a></p><p>The post <a href="https://rag-lover.com/2026/07/28/arxiv-2607-24743/">医療画像の2D/3Dを統合する視覚中心MLLM「ClinFusion」の実装と評価</a> first appeared on <a href="https://rag-lover.com">亜美と智也のAI論文解説</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://rag-lover.com/2026/07/28/arxiv-2607-24743/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>XAIがコードレビューの信頼に与える影響：34名のユーザー実験から</title>
		<link>https://rag-lover.com/2026/07/28/arxiv-2607-24601/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=arxiv-2607-24601</link>
					<comments>https://rag-lover.com/2026/07/28/arxiv-2607-24601/#respond</comments>
		
		<dc:creator><![CDATA[ユウ]]></dc:creator>
		<pubDate>Tue, 28 Jul 2026 08:00:57 +0000</pubDate>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[Explainable AI]]></category>
		<category><![CDATA[LLM]]></category>
		<category><![CDATA[ソフトウェア工学]]></category>
		<guid isPermaLink="false">https://rag-lover.com/2026/07/28/arxiv-2607-24601/</guid>

					<description><![CDATA[<p>TL;DR LLMによるコードレビューに説明（XAI）を追加すると、開発者の信頼感は向上するが、AIの推奨への同意率は必ずしも上がらない。詳細な説明があると開発者はむしろ批判的に検討し、同意率は中程度の説明で最高（89.&#8230;</p>
<p>The post <a href="https://rag-lover.com/2026/07/28/arxiv-2607-24601/">XAIがコードレビューの信頼に与える影響：34名のユーザー実験から</a> first appeared on <a href="https://rag-lover.com">亜美と智也のAI論文解説</a>.</p>]]></description>
										<content:encoded><![CDATA[<section class='aii-article'>
<h2 class='aii-section-title'>TL;DR</h2>
<p>LLMによるコードレビューに説明（XAI）を追加すると、開発者の信頼感は向上するが、AIの推奨への同意率は必ずしも上がらない。詳細な説明があると開発者はむしろ批判的に検討し、同意率は中程度の説明で最高（89.22%）となった。説明なしでは信頼・同意ともに最低。</p>
<h2 class='aii-section-title'>解説</h2>
<div class='aii-dialogue'>
<div class='aii-line ami emotion-happy'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-2932091519-コピー-e1712357720303.png' alt='AMI HAPPY' width='100'></p>
<p class='aii-bubble'>ねえ智也くん、この論文「XAIがコードレビューの信頼に与える影響」って面白そう！何を調べたの？</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>LLMがコードレビューをするときに、説明（XAI）を追加すると開発者の信頼がどう変わるかを実験したんだ。34人参加してくれたよ。</p>
</div>
<div class='aii-line ami emotion-surprised'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-816860230-e1712358322412.png' alt='AMI SURPRISED' width='100'></p>
<p class='aii-bubble'>へえ、説明があると信頼が上がるってこと？</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>そう単純じゃないんだ。説明があると確かに信頼感は向上するんだけど、AIの推奨に同意する割合は必ずしも上がらない。</p>
</div>
<div class='aii-line ami emotion-surprised'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-816860230-e1712358322412.png' alt='AMI SURPRISED' width='100'></p>
<p class='aii-bubble'>え、どういうこと？説明があるのに同意しないの？</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>詳細な説明があると、開発者はむしろ批判的に検討するようになるみたい。同意率が一番高かったのは中程度の説明で89.22%だった。説明なしだと信頼も同意も最低だったよ。</p>
</div>
<div class='aii-line ami emotion-happy'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-2932091519-コピー-e1712357720303.png' alt='AMI HAPPY' width='100'></p>
<p class='aii-bubble'>なるほどね。説明が多すぎると逆効果ってこと？実験はどうやってやったの？</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>参加者に4つのコードレビュー課題をやってもらって、それぞれ説明なし・簡潔・詳細・中程度の4パターンの説明をランダムに提示したんだ。その後、信頼度と同意率をアンケートで測った。</p>
</div>
<div class='aii-line ami emotion-happy'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-2932091519-コピー-e1712357720303.png' alt='AMI HAPPY' width='100'></p>
<p class='aii-bubble'>評価はどうだったの？有意差とか出た？</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>信頼感は説明ありの方が有意に高かったけど、同意率は説明の種類によって有意差が出た。特に中程度の説明が一番効果的だったんだ。</p>
</div>
<div class='aii-line ami emotion-happy'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-2932091519-コピー-e1712357720303.png' alt='AMI HAPPY' width='100'></p>
<p class='aii-bubble'>この研究の意義って何だろう？現場でどう使えるの？</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>AIの説明をただ付け加えればいいわけじゃなくて、適切な粒度が重要だってことが分かった。コードレビューツールの設計に役立つと思う。</p>
</div>
<div class='aii-line ami emotion-happy'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-2932091519-コピー-e1712357720303.png' alt='AMI HAPPY' width='100'></p>
<p class='aii-bubble'>でも限界もあるんでしょ？</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>そうだね。参加者が学生中心で実務経験が少ないこと、タスクが限定的だったこと、あと説明の内容自体の質が統一されてなかった可能性もある。</p>
</div>
<div class='aii-line ami emotion-happy'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-2932091519-コピー-e1712357720303.png' alt='AMI HAPPY' width='100'></p>
<p class='aii-bubble'>ふーん…じゃあ、智也くんに中程度の説明でコードレビューしてもらおうかな。でも、あんまり説明されると逆に疑っちゃうかもね（笑）</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>お前のコードは説明なしでも十分怪しいから、気にしなくていいよ。</p>
</div>
</div>
</section>
<div class='aii-reference'>参考論文: <a href='http://arxiv.org/abs/2607.24601v1'>http://arxiv.org/abs/2607.24601v1</a></div>
<p><a class="a2a_button_x" href="https://www.addtoany.com/add_to/x?linkurl=https%3A%2F%2Frag-lover.com%2F2026%2F07%2F28%2Farxiv-2607-24601%2F&amp;linkname=XAI%E3%81%8C%E3%82%B3%E3%83%BC%E3%83%89%E3%83%AC%E3%83%93%E3%83%A5%E3%83%BC%E3%81%AE%E4%BF%A1%E9%A0%BC%E3%81%AB%E4%B8%8E%E3%81%88%E3%82%8B%E5%BD%B1%E9%9F%BF%EF%BC%9A34%E5%90%8D%E3%81%AE%E3%83%A6%E3%83%BC%E3%82%B6%E3%83%BC%E5%AE%9F%E9%A8%93%E3%81%8B%E3%82%89" title="X" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_hatena" href="https://www.addtoany.com/add_to/hatena?linkurl=https%3A%2F%2Frag-lover.com%2F2026%2F07%2F28%2Farxiv-2607-24601%2F&amp;linkname=XAI%E3%81%8C%E3%82%B3%E3%83%BC%E3%83%89%E3%83%AC%E3%83%93%E3%83%A5%E3%83%BC%E3%81%AE%E4%BF%A1%E9%A0%BC%E3%81%AB%E4%B8%8E%E3%81%88%E3%82%8B%E5%BD%B1%E9%9F%BF%EF%BC%9A34%E5%90%8D%E3%81%AE%E3%83%A6%E3%83%BC%E3%82%B6%E3%83%BC%E5%AE%9F%E9%A8%93%E3%81%8B%E3%82%89" title="Hatena" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Frag-lover.com%2F2026%2F07%2F28%2Farxiv-2607-24601%2F&amp;linkname=XAI%E3%81%8C%E3%82%B3%E3%83%BC%E3%83%89%E3%83%AC%E3%83%93%E3%83%A5%E3%83%BC%E3%81%AE%E4%BF%A1%E9%A0%BC%E3%81%AB%E4%B8%8E%E3%81%88%E3%82%8B%E5%BD%B1%E9%9F%BF%EF%BC%9A34%E5%90%8D%E3%81%AE%E3%83%A6%E3%83%BC%E3%82%B6%E3%83%BC%E5%AE%9F%E9%A8%93%E3%81%8B%E3%82%89" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_copy_link" href="https://www.addtoany.com/add_to/copy_link?linkurl=https%3A%2F%2Frag-lover.com%2F2026%2F07%2F28%2Farxiv-2607-24601%2F&amp;linkname=XAI%E3%81%8C%E3%82%B3%E3%83%BC%E3%83%89%E3%83%AC%E3%83%93%E3%83%A5%E3%83%BC%E3%81%AE%E4%BF%A1%E9%A0%BC%E3%81%AB%E4%B8%8E%E3%81%88%E3%82%8B%E5%BD%B1%E9%9F%BF%EF%BC%9A34%E5%90%8D%E3%81%AE%E3%83%A6%E3%83%BC%E3%82%B6%E3%83%BC%E5%AE%9F%E9%A8%93%E3%81%8B%E3%82%89" title="Copy Link" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Frag-lover.com%2F2026%2F07%2F28%2Farxiv-2607-24601%2F&#038;title=XAI%E3%81%8C%E3%82%B3%E3%83%BC%E3%83%89%E3%83%AC%E3%83%93%E3%83%A5%E3%83%BC%E3%81%AE%E4%BF%A1%E9%A0%BC%E3%81%AB%E4%B8%8E%E3%81%88%E3%82%8B%E5%BD%B1%E9%9F%BF%EF%BC%9A34%E5%90%8D%E3%81%AE%E3%83%A6%E3%83%BC%E3%82%B6%E3%83%BC%E5%AE%9F%E9%A8%93%E3%81%8B%E3%82%89" data-a2a-url="https://rag-lover.com/2026/07/28/arxiv-2607-24601/" data-a2a-title="XAIがコードレビューの信頼に与える影響：34名のユーザー実験から"></a></p><p>The post <a href="https://rag-lover.com/2026/07/28/arxiv-2607-24601/">XAIがコードレビューの信頼に与える影響：34名のユーザー実験から</a> first appeared on <a href="https://rag-lover.com">亜美と智也のAI論文解説</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://rag-lover.com/2026/07/28/arxiv-2607-24601/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>APPA：LLMエージェントの機密データ漏洩を防ぐ分岐型情報フロー制御</title>
		<link>https://rag-lover.com/2026/07/28/arxiv-2607-24625/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=arxiv-2607-24625</link>
					<comments>https://rag-lover.com/2026/07/28/arxiv-2607-24625/#respond</comments>
		
		<dc:creator><![CDATA[ユウ]]></dc:creator>
		<pubDate>Tue, 28 Jul 2026 06:01:06 +0000</pubDate>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[AI Agent]]></category>
		<category><![CDATA[AI Security]]></category>
		<category><![CDATA[AI安全性]]></category>
		<category><![CDATA[LLM]]></category>
		<category><![CDATA[LLMエージェント]]></category>
		<category><![CDATA[セキュリティ]]></category>
		<guid isPermaLink="false">https://rag-lover.com/2026/07/28/arxiv-2607-24625/</guid>

					<description><![CDATA[<p>TL;DR APPAは、LLMエージェントが機密データと未検証データを扱う際に生じる「ラベルクリープ」（一度機密を読むと以降のツールが使えなくなる問題）を解決する情報フロー制御フレームワークです。子ブランチで機密データを&#8230;</p>
<p>The post <a href="https://rag-lover.com/2026/07/28/arxiv-2607-24625/">APPA：LLMエージェントの機密データ漏洩を防ぐ分岐型情報フロー制御</a> first appeared on <a href="https://rag-lover.com">亜美と智也のAI論文解説</a>.</p>]]></description>
										<content:encoded><![CDATA[<section class='aii-article'>
<h2 class='aii-section-title'>TL;DR</h2>
<p>APPAは、LLMエージェントが機密データと未検証データを扱う際に生じる「ラベルクリープ」（一度機密を読むと以降のツールが使えなくなる問題）を解決する情報フロー制御フレームワークです。子ブランチで機密データを隔離して処理し、親コンテキストを汚染せずに済む「分岐によるテイント封じ込め」と、データ取得前にポリシー違反を予測して是正計画を提示する「プロスペクティブ取得強制」を特徴とします。4モデルでの評価では、攻撃成功率を31～50%から0～7%に低減し、3モデルでユーティリティの大幅な回復を確認しました。</p>
<h2 class='aii-section-title'>解説</h2>
<div class='aii-dialogue'>
<div class='aii-line ami emotion-happy'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-2932091519-コピー-e1712357720303.png' alt='AMI HAPPY' width='100'></p>
<p class='aii-bubble'>ねえ智也くん、このAPPAって論文、タイトルからして難しそうなんだけど…簡単に教えてくれない？</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>ああ、APPAはLLMエージェントが機密データを扱うときの問題を解決するフレームワークだよ。</p>
</div>
<div class='aii-line ami emotion-surprised'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-816860230-e1712358322412.png' alt='AMI SURPRISED' width='100'></p>
<p class='aii-bubble'>機密データって、例えば顧客情報とか？</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>そう。従来の方法だと、一度機密データを読むと、その後のツール全部が使えなくなる「ラベルクリープ」って問題があったんだ。</p>
</div>
<div class='aii-line ami emotion-surprised'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-816860230-e1712358322412.png' alt='AMI SURPRISED' width='100'></p>
<p class='aii-bubble'>え、それって不便すぎない？じゃあAPPAはどうやって解決したの？</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>APPAは「分岐によるテイント封じ込め」って手法で、子ブランチに機密データを隔離して処理するんだ。親コンテキストは汚染されないから、他のツールは普通に使える。</p>
</div>
<div class='aii-line ami emotion-happy'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-2932091519-コピー-e1712357720303.png' alt='AMI HAPPY' width='100'></p>
<p class='aii-bubble'>なるほど！それで安全性と便利さを両立ってわけか。でも、データを取る前に違反が起きそうかどうか分かるの？</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>そこがもう一つの特徴「プロスペクティブ取得強制」だ。データを取得する前にポリシー違反を予測して、是正計画を提示するんだよ。</p>
</div>
<div class='aii-line ami emotion-surprised'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-816860230-e1712358322412.png' alt='AMI SURPRISED' width='100'></p>
<p class='aii-bubble'>へえ、未来予知みたい！それで実際どれくらい効果あったの？</p>
</div>
<div class='aii-line tomoya emotion-happy'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA HAPPY' width='100'></p>
<p class='aii-bubble'>4つのモデルで評価した結果、攻撃成功率が31～50%から0～7%に減った。しかも3モデルではユーティリティ（本来の性能）が大幅に回復したんだ。</p>
</div>
<div class='aii-line ami emotion-happy'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-2932091519-コピー-e1712357720303.png' alt='AMI HAPPY' width='100'></p>
<p class='aii-bubble'>すごいじゃん！でも、何か弱点とかはあるの？</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>弱点としては、予測モデルが完璧じゃないから、まれに誤検知や見逃しがあること。あと、分岐の管理が複雑で、実装コストが高い点だね。</p>
</div>
<div class='aii-line ami emotion-happy'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-2932091519-コピー-e1712357720303.png' alt='AMI HAPPY' width='100'></p>
<p class='aii-bubble'>なるほどね…でも、これが普及したら、AIに個人情報を預けるのも安心かも。でもさ、APPAって名前、なんか「アップル」みたいでかわいいね。</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>…それはどうでもいいだろ。</p>
</div>
</div>
</section>
<div class='aii-reference'>参考論文: <a href='http://arxiv.org/abs/2607.24625v1'>http://arxiv.org/abs/2607.24625v1</a></div>
<p><a class="a2a_button_x" href="https://www.addtoany.com/add_to/x?linkurl=https%3A%2F%2Frag-lover.com%2F2026%2F07%2F28%2Farxiv-2607-24625%2F&amp;linkname=APPA%EF%BC%9ALLM%E3%82%A8%E3%83%BC%E3%82%B8%E3%82%A7%E3%83%B3%E3%83%88%E3%81%AE%E6%A9%9F%E5%AF%86%E3%83%87%E3%83%BC%E3%82%BF%E6%BC%8F%E6%B4%A9%E3%82%92%E9%98%B2%E3%81%90%E5%88%86%E5%B2%90%E5%9E%8B%E6%83%85%E5%A0%B1%E3%83%95%E3%83%AD%E3%83%BC%E5%88%B6%E5%BE%A1" title="X" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_hatena" href="https://www.addtoany.com/add_to/hatena?linkurl=https%3A%2F%2Frag-lover.com%2F2026%2F07%2F28%2Farxiv-2607-24625%2F&amp;linkname=APPA%EF%BC%9ALLM%E3%82%A8%E3%83%BC%E3%82%B8%E3%82%A7%E3%83%B3%E3%83%88%E3%81%AE%E6%A9%9F%E5%AF%86%E3%83%87%E3%83%BC%E3%82%BF%E6%BC%8F%E6%B4%A9%E3%82%92%E9%98%B2%E3%81%90%E5%88%86%E5%B2%90%E5%9E%8B%E6%83%85%E5%A0%B1%E3%83%95%E3%83%AD%E3%83%BC%E5%88%B6%E5%BE%A1" title="Hatena" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Frag-lover.com%2F2026%2F07%2F28%2Farxiv-2607-24625%2F&amp;linkname=APPA%EF%BC%9ALLM%E3%82%A8%E3%83%BC%E3%82%B8%E3%82%A7%E3%83%B3%E3%83%88%E3%81%AE%E6%A9%9F%E5%AF%86%E3%83%87%E3%83%BC%E3%82%BF%E6%BC%8F%E6%B4%A9%E3%82%92%E9%98%B2%E3%81%90%E5%88%86%E5%B2%90%E5%9E%8B%E6%83%85%E5%A0%B1%E3%83%95%E3%83%AD%E3%83%BC%E5%88%B6%E5%BE%A1" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_copy_link" href="https://www.addtoany.com/add_to/copy_link?linkurl=https%3A%2F%2Frag-lover.com%2F2026%2F07%2F28%2Farxiv-2607-24625%2F&amp;linkname=APPA%EF%BC%9ALLM%E3%82%A8%E3%83%BC%E3%82%B8%E3%82%A7%E3%83%B3%E3%83%88%E3%81%AE%E6%A9%9F%E5%AF%86%E3%83%87%E3%83%BC%E3%82%BF%E6%BC%8F%E6%B4%A9%E3%82%92%E9%98%B2%E3%81%90%E5%88%86%E5%B2%90%E5%9E%8B%E6%83%85%E5%A0%B1%E3%83%95%E3%83%AD%E3%83%BC%E5%88%B6%E5%BE%A1" title="Copy Link" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Frag-lover.com%2F2026%2F07%2F28%2Farxiv-2607-24625%2F&#038;title=APPA%EF%BC%9ALLM%E3%82%A8%E3%83%BC%E3%82%B8%E3%82%A7%E3%83%B3%E3%83%88%E3%81%AE%E6%A9%9F%E5%AF%86%E3%83%87%E3%83%BC%E3%82%BF%E6%BC%8F%E6%B4%A9%E3%82%92%E9%98%B2%E3%81%90%E5%88%86%E5%B2%90%E5%9E%8B%E6%83%85%E5%A0%B1%E3%83%95%E3%83%AD%E3%83%BC%E5%88%B6%E5%BE%A1" data-a2a-url="https://rag-lover.com/2026/07/28/arxiv-2607-24625/" data-a2a-title="APPA：LLMエージェントの機密データ漏洩を防ぐ分岐型情報フロー制御"></a></p><p>The post <a href="https://rag-lover.com/2026/07/28/arxiv-2607-24625/">APPA：LLMエージェントの機密データ漏洩を防ぐ分岐型情報フロー制御</a> first appeared on <a href="https://rag-lover.com">亜美と智也のAI論文解説</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://rag-lover.com/2026/07/28/arxiv-2607-24625/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>LLMによるエンティティマッチング：アーキテクチャ選択の実践的指針</title>
		<link>https://rag-lover.com/2026/07/28/arxiv-2607-24688/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=arxiv-2607-24688</link>
					<comments>https://rag-lover.com/2026/07/28/arxiv-2607-24688/#respond</comments>
		
		<dc:creator><![CDATA[ユウ]]></dc:creator>
		<pubDate>Tue, 28 Jul 2026 04:01:00 +0000</pubDate>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[Entity Matching]]></category>
		<category><![CDATA[Language Model]]></category>
		<category><![CDATA[LLM]]></category>
		<guid isPermaLink="false">https://rag-lover.com/2026/07/28/arxiv-2607-24688/</guid>

					<description><![CDATA[<p>TL;DR エンティティマッチング（同一実体のレコード同定）において、LLMのアーキテクチャ（Bi-Encoder/Cross-Encoder/Generative）の性能差は、モデル本体・事前学習の種類・サイズと混同さ&#8230;</p>
<p>The post <a href="https://rag-lover.com/2026/07/28/arxiv-2607-24688/">LLMによるエンティティマッチング：アーキテクチャ選択の実践的指針</a> first appeared on <a href="https://rag-lover.com">亜美と智也のAI論文解説</a>.</p>]]></description>
										<content:encoded><![CDATA[<section class='aii-article'>
<h2 class='aii-section-title'>TL;DR</h2>
<p>エンティティマッチング（同一実体のレコード同定）において、LLMのアーキテクチャ（Bi-Encoder/Cross-Encoder/Generative）の性能差は、モデル本体・事前学習の種類・サイズと混同されがち。本論文はQwen3ファミリーを用いた統制実験（1,215回のファインチューニング）により、Bi-Encoderでは埋め込み向けモデルが決定的に重要、Cross-Encoderは安定して高精度、Generativeは分布シフト下で強みを発揮することを示した。また、大規模モデルほどショートカット学習に頼る傾向があり、必ずしも性能向上につながらない。</p>
<h2 class='aii-section-title'>解説</h2>
<div class='aii-dialogue'>
<div class='aii-line ami emotion-happy'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-2932091519-コピー-e1712357720303.png' alt='AMI HAPPY' width='100'></p>
<p class='aii-bubble'>ねえ智也くん、このブログのタイトル、『LLMによるエンティティマッチング』ってあるけど、エンティティマッチングって何？</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>同じ実体のレコードを特定するタスクだよ。例えば、『A. Einstein』と『Albert Einstein』が同一人物かどうかを判断するみたいな。</p>
</div>
<div class='aii-line ami emotion-surprised'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-816860230-e1712358322412.png' alt='AMI SURPRISED' width='100'></p>
<p class='aii-bubble'>ああ、なるほど！それでLLMを使うんだね。でも、アーキテクチャの選択ってどういうこと？</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>Bi-Encoder、Cross-Encoder、Generativeの3つがあって、それぞれ性能が違うんだ。でも、モデル本体やサイズの違いと混同されがちだから、この論文ではQwen3ファミリーを使って統制実験をしてる。</p>
</div>
<div class='aii-line ami emotion-happy'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-2932091519-コピー-e1712357720303.png' alt='AMI HAPPY' width='100'></p>
<p class='aii-bubble'>統制実験って、条件を揃えて比較するってこと？すごいね。で、結果はどうだったの？</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>Bi-Encoderは埋め込み向けのモデルが決定的に重要で、Cross-Encoderは安定して高精度。Generativeはデータの分布が変わったときに強みを発揮するらしい。</p>
</div>
<div class='aii-line ami emotion-surprised'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-816860230-e1712358322412.png' alt='AMI SURPRISED' width='100'></p>
<p class='aii-bubble'>へえ、Generativeって分布シフトに強いんだ。でも、大規模モデルほどいいわけじゃないって書いてあったけど？</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>そう。大規模モデルほどショートカット学習に頼る傾向があって、必ずしも性能が上がるわけじゃない。むしろ、小さいモデルでも適切なアーキテクチャを選べば十分な場合がある。</p>
</div>
<div class='aii-line ami emotion-happy'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-2932091519-コピー-e1712357720303.png' alt='AMI HAPPY' width='100'></p>
<p class='aii-bubble'>ショートカット学習って、簡単な手がかりだけで判断しちゃうってこと？それって人間もやっちゃうよね。でも、この研究の意義は何だろう？</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>実用的な指針を提供してるところだね。どのアーキテクチャを選ぶべきか、データの特性に応じて判断できる。ただ、限界としてはQwen3ファミリーだけの実験だから、他のモデルでも同じ傾向かはわからない。</p>
</div>
<div class='aii-line ami emotion-happy'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-2932091519-コピー-e1712357720303.png' alt='AMI HAPPY' width='100'></p>
<p class='aii-bubble'>なるほどね。でも、これでエンティティマッチングの達人になれそう！…って、まだまだ勉強が必要か。</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>達人になるには、あと1215回のファインチューニングが必要だね。</p>
</div>
</div>
</section>
<div class='aii-reference'>参考論文: <a href='http://arxiv.org/abs/2607.24688v1'>http://arxiv.org/abs/2607.24688v1</a></div>
<p><a class="a2a_button_x" href="https://www.addtoany.com/add_to/x?linkurl=https%3A%2F%2Frag-lover.com%2F2026%2F07%2F28%2Farxiv-2607-24688%2F&amp;linkname=LLM%E3%81%AB%E3%82%88%E3%82%8B%E3%82%A8%E3%83%B3%E3%83%86%E3%82%A3%E3%83%86%E3%82%A3%E3%83%9E%E3%83%83%E3%83%81%E3%83%B3%E3%82%B0%EF%BC%9A%E3%82%A2%E3%83%BC%E3%82%AD%E3%83%86%E3%82%AF%E3%83%81%E3%83%A3%E9%81%B8%E6%8A%9E%E3%81%AE%E5%AE%9F%E8%B7%B5%E7%9A%84%E6%8C%87%E9%87%9D" title="X" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_hatena" href="https://www.addtoany.com/add_to/hatena?linkurl=https%3A%2F%2Frag-lover.com%2F2026%2F07%2F28%2Farxiv-2607-24688%2F&amp;linkname=LLM%E3%81%AB%E3%82%88%E3%82%8B%E3%82%A8%E3%83%B3%E3%83%86%E3%82%A3%E3%83%86%E3%82%A3%E3%83%9E%E3%83%83%E3%83%81%E3%83%B3%E3%82%B0%EF%BC%9A%E3%82%A2%E3%83%BC%E3%82%AD%E3%83%86%E3%82%AF%E3%83%81%E3%83%A3%E9%81%B8%E6%8A%9E%E3%81%AE%E5%AE%9F%E8%B7%B5%E7%9A%84%E6%8C%87%E9%87%9D" title="Hatena" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Frag-lover.com%2F2026%2F07%2F28%2Farxiv-2607-24688%2F&amp;linkname=LLM%E3%81%AB%E3%82%88%E3%82%8B%E3%82%A8%E3%83%B3%E3%83%86%E3%82%A3%E3%83%86%E3%82%A3%E3%83%9E%E3%83%83%E3%83%81%E3%83%B3%E3%82%B0%EF%BC%9A%E3%82%A2%E3%83%BC%E3%82%AD%E3%83%86%E3%82%AF%E3%83%81%E3%83%A3%E9%81%B8%E6%8A%9E%E3%81%AE%E5%AE%9F%E8%B7%B5%E7%9A%84%E6%8C%87%E9%87%9D" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_copy_link" href="https://www.addtoany.com/add_to/copy_link?linkurl=https%3A%2F%2Frag-lover.com%2F2026%2F07%2F28%2Farxiv-2607-24688%2F&amp;linkname=LLM%E3%81%AB%E3%82%88%E3%82%8B%E3%82%A8%E3%83%B3%E3%83%86%E3%82%A3%E3%83%86%E3%82%A3%E3%83%9E%E3%83%83%E3%83%81%E3%83%B3%E3%82%B0%EF%BC%9A%E3%82%A2%E3%83%BC%E3%82%AD%E3%83%86%E3%82%AF%E3%83%81%E3%83%A3%E9%81%B8%E6%8A%9E%E3%81%AE%E5%AE%9F%E8%B7%B5%E7%9A%84%E6%8C%87%E9%87%9D" title="Copy Link" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Frag-lover.com%2F2026%2F07%2F28%2Farxiv-2607-24688%2F&#038;title=LLM%E3%81%AB%E3%82%88%E3%82%8B%E3%82%A8%E3%83%B3%E3%83%86%E3%82%A3%E3%83%86%E3%82%A3%E3%83%9E%E3%83%83%E3%83%81%E3%83%B3%E3%82%B0%EF%BC%9A%E3%82%A2%E3%83%BC%E3%82%AD%E3%83%86%E3%82%AF%E3%83%81%E3%83%A3%E9%81%B8%E6%8A%9E%E3%81%AE%E5%AE%9F%E8%B7%B5%E7%9A%84%E6%8C%87%E9%87%9D" data-a2a-url="https://rag-lover.com/2026/07/28/arxiv-2607-24688/" data-a2a-title="LLMによるエンティティマッチング：アーキテクチャ選択の実践的指針"></a></p><p>The post <a href="https://rag-lover.com/2026/07/28/arxiv-2607-24688/">LLMによるエンティティマッチング：アーキテクチャ選択の実践的指針</a> first appeared on <a href="https://rag-lover.com">亜美と智也のAI論文解説</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://rag-lover.com/2026/07/28/arxiv-2607-24688/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>化学実験ロボットの故障分析ベンチマークLabRobFail：自動故障注入と6次元評価</title>
		<link>https://rag-lover.com/2026/07/28/arxiv-2607-23704/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=arxiv-2607-23704</link>
					<comments>https://rag-lover.com/2026/07/28/arxiv-2607-23704/#respond</comments>
		
		<dc:creator><![CDATA[ユウ]]></dc:creator>
		<pubDate>Tue, 28 Jul 2026 02:01:08 +0000</pubDate>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[robotics]]></category>
		<category><![CDATA[VLM]]></category>
		<category><![CDATA[ベンチマーク]]></category>
		<category><![CDATA[マルチモーダルAI]]></category>
		<category><![CDATA[自動化]]></category>
		<guid isPermaLink="false">https://rag-lover.com/2026/07/28/arxiv-2607-23704/</guid>

					<description><![CDATA[<p>TL;DR LabRobFailは、化学自走実験室向けの故障分析フレームワークです。制御・物理・意味レベルの自動故障注入により2万以上の軌跡データを生成し、タスク理解・故障検出・時間位置特定・重大度評価・分類・修正指示の&#8230;</p>
<p>The post <a href="https://rag-lover.com/2026/07/28/arxiv-2607-23704/">化学実験ロボットの故障分析ベンチマークLabRobFail：自動故障注入と6次元評価</a> first appeared on <a href="https://rag-lover.com">亜美と智也のAI論文解説</a>.</p>]]></description>
										<content:encoded><![CDATA[<section class='aii-article'>
<h2 class='aii-section-title'>TL;DR</h2>
<p>LabRobFailは、化学自走実験室向けの故障分析フレームワークです。制御・物理・意味レベルの自動故障注入により2万以上の軌跡データを生成し、タスク理解・故障検出・時間位置特定・重大度評価・分類・修正指示の6次元で評価します。専用VLMは汎用モデルを上回り、下流タスク成功率を10〜20%向上させました。</p>
<h2 class='aii-section-title'>解説</h2>
<div class='aii-dialogue'>
<div class='aii-line ami emotion-happy'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-2932091519-コピー-e1712357720303.png' alt='AMI HAPPY' width='100'></p>
<p class='aii-bubble'>ねえ智也くん、このLabRobFailって論文、面白そうだね！化学実験ロボットの故障を分析するベンチマークなんだって？</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>うん、そう。化学の自走実験室で起こる故障を自動で注入して、ロボットの性能を6つの観点で評価するフレームワークなんだ。</p>
</div>
<div class='aii-line ami emotion-surprised'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-816860230-e1712358322412.png' alt='AMI SURPRISED' width='100'></p>
<p class='aii-bubble'>6つも観点あるの？すごいね！具体的にはどんなことを見るの？</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>タスク理解、故障検出、時間位置特定、重大度評価、分類、修正指示。これらを全部評価するんだ。</p>
</div>
<div class='aii-line ami emotion-curious'><img class='aii-avatar' src='/wp-content/uploads/2024/03/ami.png' alt='AMI CURIOUS' width='100'></p>
<p class='aii-bubble'>へえ〜。でも、なんでわざわざ故障を注入する必要があるの？実際の故障データじゃダメなの？</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>実際の故障データは数が少なくて偏りがちだからね。LabRobFailは制御レベル、物理レベル、意味レベルの3種類の故障を自動で注入して、2万以上の軌跡データを生成してる。</p>
</div>
<div class='aii-line ami emotion-happy'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-2932091519-コピー-e1712357720303.png' alt='AMI HAPPY' width='100'></p>
<p class='aii-bubble'>2万！？それはすごい量だね。それで評価した結果、何か面白い発見はあったの？</p>
</div>
<div class='aii-line tomoya emotion-happy'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA HAPPY' width='100'></p>
<p class='aii-bubble'>専用に作ったVLM（視覚言語モデル）が、汎用モデルより全部の指標で上回ったんだ。特に下流タスクの成功率が10〜20%も向上した。</p>
</div>
<div class='aii-line ami emotion-surprised'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-816860230-e1712358322412.png' alt='AMI SURPRISED' width='100'></p>
<p class='aii-bubble'>え、そんなに上がるんだ！じゃあもうこのモデル使えば完璧じゃない？</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>いや、まだ課題もあるよ。例えば、注入した故障パターンが実際の現場で起こる故障と完全に一致するとは限らない。あと、評価はシミュレーション環境だから、実機での検証が必要。</p>
</div>
<div class='aii-line ami emotion-happy'><img class='aii-avatar' src='/wp-content/uploads/2024/04/upper-body1girl-young-woman-with-long-caramel-brown-hair-wearing-a-bright-col-s-2932091519-コピー-e1712357720303.png' alt='AMI HAPPY' width='100'></p>
<p class='aii-bubble'>なるほどね。でも、これで実験ロボットがもっと賢くなったら、化学の研究も捗るね！私も将来、実験ロボットにコーヒー入れてもらいたいな〜。</p>
</div>
<div class='aii-line tomoya emotion-neutral'><img class='aii-avatar' src='/wp-content/uploads/2024/03/tomoya.png' alt='TOMOYA NEUTRAL' width='100'></p>
<p class='aii-bubble'>コーヒー入れる前に、まず故障検出から覚えてもらわないとね。</p>
</div>
</div>
</section>
<div class='aii-reference'>参考論文: <a href='http://arxiv.org/abs/2607.23704v1'>http://arxiv.org/abs/2607.23704v1</a></div>
<p><a class="a2a_button_x" href="https://www.addtoany.com/add_to/x?linkurl=https%3A%2F%2Frag-lover.com%2F2026%2F07%2F28%2Farxiv-2607-23704%2F&amp;linkname=%E5%8C%96%E5%AD%A6%E5%AE%9F%E9%A8%93%E3%83%AD%E3%83%9C%E3%83%83%E3%83%88%E3%81%AE%E6%95%85%E9%9A%9C%E5%88%86%E6%9E%90%E3%83%99%E3%83%B3%E3%83%81%E3%83%9E%E3%83%BC%E3%82%AFLabRobFail%EF%BC%9A%E8%87%AA%E5%8B%95%E6%95%85%E9%9A%9C%E6%B3%A8%E5%85%A5%E3%81%A86%E6%AC%A1%E5%85%83%E8%A9%95%E4%BE%A1" title="X" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_hatena" href="https://www.addtoany.com/add_to/hatena?linkurl=https%3A%2F%2Frag-lover.com%2F2026%2F07%2F28%2Farxiv-2607-23704%2F&amp;linkname=%E5%8C%96%E5%AD%A6%E5%AE%9F%E9%A8%93%E3%83%AD%E3%83%9C%E3%83%83%E3%83%88%E3%81%AE%E6%95%85%E9%9A%9C%E5%88%86%E6%9E%90%E3%83%99%E3%83%B3%E3%83%81%E3%83%9E%E3%83%BC%E3%82%AFLabRobFail%EF%BC%9A%E8%87%AA%E5%8B%95%E6%95%85%E9%9A%9C%E6%B3%A8%E5%85%A5%E3%81%A86%E6%AC%A1%E5%85%83%E8%A9%95%E4%BE%A1" title="Hatena" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Frag-lover.com%2F2026%2F07%2F28%2Farxiv-2607-23704%2F&amp;linkname=%E5%8C%96%E5%AD%A6%E5%AE%9F%E9%A8%93%E3%83%AD%E3%83%9C%E3%83%83%E3%83%88%E3%81%AE%E6%95%85%E9%9A%9C%E5%88%86%E6%9E%90%E3%83%99%E3%83%B3%E3%83%81%E3%83%9E%E3%83%BC%E3%82%AFLabRobFail%EF%BC%9A%E8%87%AA%E5%8B%95%E6%95%85%E9%9A%9C%E6%B3%A8%E5%85%A5%E3%81%A86%E6%AC%A1%E5%85%83%E8%A9%95%E4%BE%A1" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_copy_link" href="https://www.addtoany.com/add_to/copy_link?linkurl=https%3A%2F%2Frag-lover.com%2F2026%2F07%2F28%2Farxiv-2607-23704%2F&amp;linkname=%E5%8C%96%E5%AD%A6%E5%AE%9F%E9%A8%93%E3%83%AD%E3%83%9C%E3%83%83%E3%83%88%E3%81%AE%E6%95%85%E9%9A%9C%E5%88%86%E6%9E%90%E3%83%99%E3%83%B3%E3%83%81%E3%83%9E%E3%83%BC%E3%82%AFLabRobFail%EF%BC%9A%E8%87%AA%E5%8B%95%E6%95%85%E9%9A%9C%E6%B3%A8%E5%85%A5%E3%81%A86%E6%AC%A1%E5%85%83%E8%A9%95%E4%BE%A1" title="Copy Link" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Frag-lover.com%2F2026%2F07%2F28%2Farxiv-2607-23704%2F&#038;title=%E5%8C%96%E5%AD%A6%E5%AE%9F%E9%A8%93%E3%83%AD%E3%83%9C%E3%83%83%E3%83%88%E3%81%AE%E6%95%85%E9%9A%9C%E5%88%86%E6%9E%90%E3%83%99%E3%83%B3%E3%83%81%E3%83%9E%E3%83%BC%E3%82%AFLabRobFail%EF%BC%9A%E8%87%AA%E5%8B%95%E6%95%85%E9%9A%9C%E6%B3%A8%E5%85%A5%E3%81%A86%E6%AC%A1%E5%85%83%E8%A9%95%E4%BE%A1" data-a2a-url="https://rag-lover.com/2026/07/28/arxiv-2607-23704/" data-a2a-title="化学実験ロボットの故障分析ベンチマークLabRobFail：自動故障注入と6次元評価"></a></p><p>The post <a href="https://rag-lover.com/2026/07/28/arxiv-2607-23704/">化学実験ロボットの故障分析ベンチマークLabRobFail：自動故障注入と6次元評価</a> first appeared on <a href="https://rag-lover.com">亜美と智也のAI論文解説</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://rag-lover.com/2026/07/28/arxiv-2607-23704/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Disk{w3tc_pagecache_reject_reason} を使用したページ キャッシュ
遅延読み込み (feed)
Disk を使用して縮小 

Served from: rag-lover.com @ 2026-07-29 06:10:15 by W3 Total Cache
-->