- 説明:
学術論文の引用意図を分類するためのデータセットです。各 Json オブジェクトの主な引用意図ラベルはラベル キーで指定され、引用コンテキストはコンテキスト キーで指定されます。例:
{
'string': 'In chacma baboons, male-infant relationships can be linked to both
formation of friendships and paternity success [30,31].'
'sectionName': 'Introduction',
'label': 'background',
'citingPaperId': '7a6b2d4b405439',
'citedPaperId': '9d1abadc55b5e0',
...
}
Semantic Scholar API ( https://api.semanticscholar.org/ ) で提供された論文 ID を使用して、論文に関する完全な情報を取得できます。
ラベルは次のとおりです: メソッド、バックグラウンド、結果
追加のドキュメント:コード を使用したペーパーの探索
ソースコード:
tfds.datasets.scicite.Builder
バージョン:
-
1.0.0
(デフォルト): リリース ノートはありません。
-
ダウンロードサイズ:
22.12 MiB
データセットのサイズ:
7.26 MiB
自動キャッシュ(ドキュメント): はい
スプリット:
スプリット | 例 |
---|---|
'test' | 1,859 |
'train' | 8,194 |
'validation' | 916 |
- 機能構造:
FeaturesDict({
'citeEnd': int64,
'citeStart': int64,
'citedPaperId': Text(shape=(), dtype=string),
'citingPaperId': Text(shape=(), dtype=string),
'excerpt_index': int32,
'id': Text(shape=(), dtype=string),
'isKeyCitation': bool,
'label': ClassLabel(shape=(), dtype=int64, num_classes=3),
'label2': ClassLabel(shape=(), dtype=int64, num_classes=4),
'label2_confidence': float32,
'label_confidence': float32,
'sectionName': Text(shape=(), dtype=string),
'source': ClassLabel(shape=(), dtype=int64, num_classes=7),
'string': Text(shape=(), dtype=string),
})
- 機能のドキュメント:
特徴 | クラス | 形 | Dtype | 説明 |
---|---|---|---|---|
特徴辞書 | ||||
引用終了 | テンソル | int64 | ||
引用開始 | テンソル | int64 | ||
引用された論文ID | 文章 | ストリング | ||
引用用紙ID | 文章 | ストリング | ||
抜粋_索引 | テンソル | int32 | ||
ID | 文章 | ストリング | ||
isKeyCitation | テンソル | ブール | ||
ラベル | クラスラベル | int64 | ||
ラベル2 | クラスラベル | int64 | ||
label2_confidence | テンソル | float32 | ||
label_confidence | テンソル | float32 | ||
セクション名 | 文章 | ストリング | ||
ソース | クラスラベル | int64 | ||
ストリング | 文章 | ストリング |
監視されたキー(
as_supervised
docを参照):('string', 'label')
図( tfds.show_examples ): サポートされていません。
例( tfds.as_dataframe ):
- 引用:
@InProceedings{Cohan2019Structural,
author={Arman Cohan and Waleed Ammar and Madeleine Van Zuylen and Field Cady},
title={Structural Scaffolds for Citation Intent Classification in Scientific Publications},
booktitle="NAACL",
year="2019"
}