Stony Brook 大、AI 生成テキストの言語的特徴をトレーシング
本文の状態
日本語全文を表示中
詳細モードで約9分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
Allen AI (AI2)
Allen AI は、AI 生成テキストの言語的特徴を既存コーパスと照合する「infini-gram」エンジンを公開し、AI 書籍が既存作品から特有な表現を流用している実態を定量的に示した。
AI深層分析を開く2026年8月1日 08:25
AI深層分析
キーポイント
infini-gram エンジンの機能
Allen AI が開発したこのエンジンは、巨大テキストデータセットをインデックス化し、任意の長さのフレーズがどこに出現するかを数値化できる。
AI 生成書籍の流用実態
Stony Brook University の Tuhin Chakrabarty 氏らの研究により、Amazon で販売される AI 生成書籍が既存作品から特有な表現を著しく多く含んでいることが判明した。
検出スコアを超えた証拠
単なる検出スコアではなく、infini-gram を用いることで AI 生成テキストが既存の言語をどの程度流用しているかを具体的な証拠として提示できる。
著作権と出版業界への影響
この技術は、AI 生成書籍の拡散や関連する著作権問題について、The Atlantic や The New York Times などのメディアでも注目されている。
検出スコアからテクスト証拠へ
AI検出器は合成可能性の推定値しか返さないが、infini-gramなどのツールを用いて具体的な表現の出典を特定することで、より確かな証拠となる。
重要な引用
An AI-writing detector can estimate whether a passage was machine-generated, but it can't show which expressions also appear in existing sources—or where they appear.
Among the 200 highest-revenue books in each group, those with substantial detected AI text contained 4.4 percentage points more rare expressions from existing books.
"Attribution is a very hard problem in machine learning, especially with LLMs," says Chakrabarty.
"It doesn't point to anything beyond," says Chakrabarty. "Once you know if something is AI, it's helpful to dissect it using tools like infini-gram."
編集コメントを表示
編集コメント
AI 生成テキストの「言語的特徴」を既存データと照合する技術は、著作権侵害の判定やコンテンツの独自性評価において極めて重要な役割を果たす。infini-gram のようなツールが普及すれば、AI 生成物の質的評価基準が根本から再構築される可能性がある。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
コモンウェルス財団賞を受賞した短編小説が機械生成されたものとして読者から指摘され、この出来事は後に「GrantaGate」と呼ばれるようになりました。これは、AI 生成テキストに関するより大きな問いを浮き彫りにしました。モデルが文章を書くとき、その言葉はどこから来るのでしょうか?それは全く新しい表現なのか、それとも学習データで遭遇した言語の反復に過ぎないのか。
AI 作成検出ツールは、ある段落が機械によって生成された可能性を推定することはできますが、どの表現が既存のソースにも存在するか、あるいはどこに見られるかを示すことはできません。この問いに答えるには、モデルが学習した膨大なコーパスを検索する必要があります。
Ai2 の infini-gram エンジンはこの実現を可能にします。これは巨大なテキストデータセットをインデックス化し、任意の長さのフレーズがそれら全体で何回出現するかを数えることができます。研究者はこれを用いて AI 生成のプロースをフレーズごとに検証し、その言語表現のうちどれほどが他でも見られるかを測定できます。
スローン・ブルック大学のコンピュータサイエンス准教授であるトゥヒン・チャクラバルティ氏は、まさにその調査を進めています。チャクラバルティ氏と共著者らは近日、arXiv にて論文を公開しました。この研究では、Amazon で販売されている AI 生成書籍の普及度や商業的な広がりを分析し、既存の作品から引用された特徴的な言語との重複関係も検証しています。
こうした広範な現象とチャクラバルティ氏の調査は、今月『ザ・アトランティック』に取り上げられるなど注目を集めています。また 7 月 28 日には『ニューヨーク・タイムズ』も AI 生成書籍の拡散とその著作権上の懸念について報じました。
グラントゲートの中心となった受賞作を分析したチャクラバルティ氏のチームは、Google Books と infini-gram を活用し、Amazon で販売されている上位の自費出版書籍のうち、AI による文章が大量に検出されるものとそうでないものを比較しました。その結果、各グループで収益が最も高い上位 200 冊を分析したところ、AI 生成テキストが大量に含まれる書籍の方が、既存の作品から引用された稀な表現が 4.4 ポイント多く含まれていることが判明しました。さらに、受賞作やノミネート作品と比較すると、この差は 22.5 ポイントに拡大します。これは、AI を多用したベストセラーほど、過去の作品の特徴的な言語を強く依存していることを示唆しています。
検出スコアからテキスト証拠へ
Chakrabarty氏がinfini-gramにたどり着いた道は、2つのAi2プロジェクトを経由したものです。1つ目はOlmoTraceで、これはinfini-gramを基盤とし、完全にオープンソース化されたOlmoモデルの出力結果を、学習データ内の対応するテキストへとリンクさせる仕組みです。もう1つはCreativity Indexで、これは参照コーパスに対するテキストの独自性を測る指標です。これら2つのプロジェクトは、機械生成テキストがソースコーパスとどのように重複しているかを分析するための手段を提供しました。
「帰属(アトリビューション)問題は、特に大規模言語モデル(LLM)においては非常に難しい課題です」とChakrabarty氏は語ります。
GrantaGate事件は、検出スコアの限界を浮き彫りにしました。検出器が返すのは単なる推定値、つまりその文章が人工的に生成されたものである確率を示すスコアに過ぎません。「スコアだけでは、それ以上の具体的な指向性は示せないのです」とChakrabarty氏は指摘します。「AIによって生成されたかどうかを知った後こそ、infini-gramのようなツールを用いて内容を分解・分析することが重要になります」。
Chakrabarty氏の学生であるXinyue Liu氏が、GrantaGate事件の中心となった記事を検証のためにinfini-gramにかけると、infini-gramが索引化する公開コーパスの中から特徴的な断片が検出されました。例えば、「発酵したような酸味」という表現は、ファンフィクションサイトの特定の文章と一致しており、この表現が他でも使用されていたことを示す確固たる証拠となりました。
生成された文章には、特定のソースをそのまま長文で引用するのではなく、多くの異なるソースに共通して現れる短い表現が含まれている可能性があります。学習後の調整(ポストトレーニング)によって、モデルが長い文章を一字一句そのまま繰り返すことはほぼなくなりましたが、事前学習の段階で取り込んだ短いフレーズが時折、生きたまま現れてしまうことがあります。
「他のソースからこれらの特徴的なフレーズを見つけることは、AI 検出スコアを裏付ける間接証拠となる」とチャクラバルティ氏は述べています。
書籍と特徴的な言語の重複度はどの程度か?
新しい研究において、チャクラバルティ氏のチームは「infini-gram」を用いて、書籍が過去の出版物に見られる稀な表現とどの程度重複しているかを測定し、その重複度が商業的成功と関連しているかどうかを検証しています。
特定の書籍に集中して現れるフレーズと、「彼女の心臓が跳ねた(her heart skipped a beat)」のような一般的な決まり文句を区別するため、チームは Google Books と infini-gram を相互参照しました。彼らが焦点を当てたのは、以下の 2 つの条件を満たす多単語表現です。
- Google Books の書籍 5 冊以内しか出現しないこと
- infini-gram のウェブスナップショットには全く出現していないこと
「彼の触れ合いの温かみが、彼女のドレスの薄い布地を染み通した」のような一文を考えてみましょう。もしその文の中の特定のフレーズが数冊の本にしか登場せず、ウェブ上の大規模なコーパスには存在しないとしても、それがどこから来たのか、誰が書いたのかを証明するわけではありません。しかし、そのフレーズがウェブ上で広く利用されている言語よりも、出版された書籍とより強く関連していることを示しています。
AI 検出器によってすでに警告されたテキストの中に、こうしたフレーズが多数含まれている場合、それらの存在が組み合わさることで、そのテキストが書籍由来の言語を多用しているという追加的な証拠となります。
「要するに、infini-gram で特定の表現の出現回数がゼロで、かつ Google Books 上で非常に少ない数の本しか登場しない場合、それは書籍から引用されたものであるとある程度の自信を持って言えます」とトゥヒンは説明します。「これはまた、『人間が本を読むこと』と『AI が本を学習すること』を同列に扱うような陳腐な議論を否定するのにも役立ちます」。
今回の研究では、Amazon で販売されている人気のある自作ジャンル書籍を対象に分析を行いました。その結果、検出された AI 由来のテキストが大量に含まれる書籍ほど、既存の書籍から引用された稀な表現が多く含まれていることが明らかになりました。一方、AI 由来のテキストが検出されなかった書籍には、そのような表現は少なかったのです。
AI による文章が検出された書籍と、そうでない書籍のそれぞれ上位 100 冊を比較すると、既存の書籍から引用される稀な表現の割合は、前者で 43.2%、後者で 37.6% でした。分析対象を各カテゴリの上位 200 冊に広げてもこの差は縮まりましたが、統計的に有意な差として残っています。これは、AI 文章が多く検出された書籍における稀な表現の使用率が高いことが、単なるジャンル特有の言語によるものではなく、既存の書籍と関連する独自性の高い表現をより多く使用していることを示唆しています。
研究チームはさらに、上位販売数の自己出版ジャンル書籍(AI 文章が大量に検出されるグループと、検出されないグループ)を、賞を受賞した作品やノミネートされた文学作品からなる別の参照セットと比較しました。その結果、文学参照セットでは既存の書籍からの稀な表現がテキストの平均 19.1% を占める一方、AI 文章が検出されない上位販売書籍では 37.2%、AI 文章が大量に検出される書籍では 41.6% となりました。
賞受賞作やノミネート作品は、市場条件を一致させた対照群としてではなく、参照点として組み込まれました。それでも、これらの作品における稀な表現の使用率が著しく低いことは、本研究の主要な発見に文脈を与えます。つまり、この程度の重複は、優れた文章には必然的に伴う特徴ではないのです。
なぜオープンなツールが必要なのか
これらの分析を可能にしたのは、大規模な人間の文章コレクションを検索できる仕組みのおかげです。それが「infini-gram」や、Olmo のオープンなトレーニングデータセットである Dolma が提供するものです。研究者は任意のフレーズを入力するだけで、モデルが学習した可能性のある大規模な公開コーパス内での出現頻度を即座に確認できます。
Chakrabarty 氏は、著作権研究における別の有望な応用例も指摘しています。彼のチームでは、infini-gram を活用して、ウェブ上に現れた著作権付き書籍の痕跡をたどる実験を行っています。これは、モデルが書籍の一部を再現した背景にある理由——学習データとして海賊版コピーを利用したのか、それともオンラインに流出した原稿だったのか——を検証するための手法です。
最新の AI2 のニュースを毎月受け取るには
購読してください
原文を表示
When readers flagged a short story that had won a Commonwealth Foundation prize as machine-written – an episode soon dubbed GrantaGate – it crystallized a larger question about AI-generated text: when a model writes, where do its words come from? Are they new, or do they echo language the model encountered during training?
An AI-writing detector can estimate whether a passage was machine-generated, but it can’t show which expressions also appear in existing sources—or where they appear. Answering that requires searching the vast corpora a model may have been trained on.
Ai2’s infini-gram engine makes that possible. It indexes massive text datasets and can count how often a phrase of any length appears across them. Researchers can use it to examine AI-generated prose phrase by phrase and measure how much of its language appears elsewhere.
Tuhin Chakrabarty, an assistant professor of computer science at Stony Brook University, has been doing just that. Chakrabarty and his co-authors recently published a paper on arXiv examining the prevalence and commercial reach of AI-generated books on Amazon, as well as their overlap with distinctive language from previously published works. The broader phenomenon – and Chakrabarty’s research into it – has also drawn coverage this month from The Atlantic and, on July 28, The New York Times, which examined the spread of AI-generated books and the copyright concerns surrounding them.
After analyzing the prize-winning story at the center of GrantaGate, Chakrabarty’s group used Google Books and infini-gram to compare top-selling self-published books on Amazon with and without substantial detected AI text. Among the 200 highest-revenue books in each group, those with substantial detected AI text contained 4.4 percentage points more rare expressions from existing books. The gap widened to 22.5 points when compared with award-winning or nominated literature, suggesting that AI-heavy bestsellers draw more heavily on distinctive language from earlier works.
From detection score to textual evidence
Chakrabarty found his way to infini-gram through two Ai2 projects: OlmoTrace, which is powered by infini-gram and links output from our fully open Olmo models back to matching text in their training data, and the Creativity Index, a measure of a text's originality against a reference corpus. Both provided ways to analyze how machine-generated text overlaps with source corpora.
"Attribution is a very hard problem in machine learning, especially with LLMs," says Chakrabarty.
GrantaGate showed the limits of a detection score. A detector only returns an estimate—a score for how likely a passage is to be synthetic. “It doesn't point to anything beyond,” says Chakrabarty. “Once you know if something is AI, it's helpful to dissect it using tools like infini-gram.”
When one of Chakrabarty’s students, Xinyue Liu, ran the story at the center of GrantaGate through infini-gram, distinctive fragments turned up in the public corpora infini-gram indexes—the story's "sour tang of fermenting," for instance, echoes the phrasing of a line on a fan-fiction website, providing evidence that the expression appeared elsewhere.
A generated passage may contain short expressions that also appear across many different sources rather than reproducing one source at length. Post-training largely stops a model from repeating a long passage word for word, but the shorter phrasing it picked up in pretraining occasionally still comes through.
“[Finding those distinctive phrases in other sources] acts as circumstantial evidence that supports an AI detector score,” says Chakrabarty.
How much of a book overlaps with distinctive language?
In a new study, Chakrabarty's group is using infini-gram to measure how much of a book overlaps with rare expressions found in previously published works—and whether that overlap is associated with commercial success.
To distinguish phrases concentrated in a small number of books from those in common use – stock lines like “her heart skipped a beat” – the team cross-referenced Google Books with infini-gram. They focused on multi-word expressions that met two conditions: appearing in no more than five Google Books volumes and not appearing at all in infini-gram’s web snapshot.
Take a line like “the warmth of his touch seeped through the thin fabric of her dress.” If a phrase within that sentence appears in only a few books and nowhere in the web corpus, that doesn’t prove where the phrase originated or who wrote it. But it does show that the phrase is associated more closely with published books than with language widely available on the web. When many such phrases appear in text that an AI detector has already flagged, their combined presence provides additional evidence that the text draws heavily on book-derived language.
“In short, if an expression count is zero in infini-gram and the expression occurs in very few books in Google Books, one can say with some confidence that it was taken from books,” explains Tuhin. “This also helps debunk some hackneyed arguments that liken human reading of books to AI being trained on books.”
The study found that, among top-selling self-published genre books on Amazon, books with substantial detected AI text contained more rare expressions from existing books than books with no detected AI text.
Among the 100 highest-revenue books with substantial detected AI text and the 100 highest-revenue books with no detected AI text, rare expressions from existing books covered 43.2% and 37.6% of the text, respectively. The gap narrowed when the analysis expanded to the top 200 books in each category, but remained statistically significant—suggesting that the higher rate of rare-expression use in books with substantial detected AI text was not simply a product of common genre language, but reflected greater use of distinctive phrasing associated with existing books.
The team also compared the two sets of top-selling self-published genre books – those with substantial detected AI text and those with no detected AI text – with a separate reference set of award-winning or nominated literature. Rare expressions from existing books covered an average of 19.1% of the text in the literary reference set, compared with 37.2% in the top-selling books with no detected AI text and 41.6% in those with substantial detected AI text.
The award-winning or nominated books were included as a reference point—not as a market-matched control. Still, their much lower rate of rare-expression use helps put the study’s main finding into context: this level of overlap is not an inevitable feature of accomplished writing.
Why it takes an open tool
None of these analyses would've been possible without a way to search a vast collection of human writing at scale. That's what infini-gram –and Olmo’s open training datasets like Dolma – provides: a researcher can take any phrase and see how often it appears across large public corpora that a model may have been trained on.
Chakrabarty sees another promising application in copyright research. His group is experimenting with infini-gram to trace copyrighted books to where they surfaced on the web—a way to investigate whether a model reproduced snippets of a book because it trained on a pirated copy or on a manuscript that had leaked online.
Subscribe to receive monthly updates about the latest Ai2 news.
AI算出
市場分析ainew評価高い
本研究は AI 生成テキストの「検出スコア」を超え、infini-gram を用いて具体的な言語的重複を定量化した画期的な調査であり、AI 生成コンテンツの著作権・独自性に関する重要な実証データを提供しているため novelty は高く評価される。ただし、対象が米国市場の書籍販売に限定されており、日本固有の法規制や企業動向への言及がないため、日本の関連性は低めとなる。
6つの評価軸を見る
- AI関連度
- 100
- 情報源の信頼性
- 100
- 新規性
- 75
- 調べる価値
- 75
- 重複の少なさ
- 100
- 日本での有用性
- 25
関連記事
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み