scicite

  • 説明:

学術論文の引用意図を分類するためのデータセットです。各 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 Sc​​holar API ( https://api.semanticscholar.org/ ) で提供された論文 ID を使用して、論文に関する完全な情報を取得できます。

ラベルは次のとおりです: メソッド、バックグラウンド、結果

スプリット
'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
ストリング文章ストリング
  • 引用
@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"
}