File size: 214 Bytes
3af593c
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
from dataclasses import dataclass

@dataclass
class Paper:
    title: str
    abstract: str
    url: str
    published: str
    relevance_score: float
    source: str = "unknown"  # Track where the paper came from