aivolcano commited on
Commit
fddee2b
·
1 Parent(s): 56792c4

update the

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -579,19 +579,19 @@ with gr.Blocks(title="CiteScan - Check References, Confirm Truth.", theme=gr.the
579
  *Case Study for False positive* in CiteScan:
580
 
581
  1. **Authors Mismatch**:
582
- - *Reason*: Different databases deal with a longer list of authors with different strategies, like truncation.
583
  - *Action*: Verify if main authors match
584
 
585
  2. **Venues Mismatch**:
586
- - *Reason*: Abbreviations vs. full names, such as "ICLR" v.s. "International Conference on Learning Representations"
587
  - *Action*: Both are correct.
588
 
589
  3. **Year GAP (±1 Year)**:
590
- - *Reason*: Delay between preprint (arXiv) and final version publication
591
  - *Action*: Verify which version you intend to cite, We recommend you to cite the version from the official press website. Less number of pre-print version bibs will make your submission more convincing.
592
 
593
  4. **Non-academic Sources**:
594
- - *Reason*: Blogs, and APIs are not indexed in academic databases.
595
  - *Action*: Verify URL, year, and title manually.
596
  ---
597
  **Supported Data Sources:** arXiv, CrossRef, DBLP, Semantic Scholar, ACL Anthology, ACM, theCVF,
 
579
  *Case Study for False positive* in CiteScan:
580
 
581
  1. **Authors Mismatch**:
582
+ - *Observation*: Different databases deal with a longer list of authors with different strategies, like truncation.
583
  - *Action*: Verify if main authors match
584
 
585
  2. **Venues Mismatch**:
586
+ - *Observation*: Abbreviations vs. full names, such as "ICLR" v.s. "International Conference on Learning Representations"
587
  - *Action*: Both are correct.
588
 
589
  3. **Year GAP (±1 Year)**:
590
+ - *Observation*: Delay between preprint (arXiv) and final version publication
591
  - *Action*: Verify which version you intend to cite, We recommend you to cite the version from the official press website. Less number of pre-print version bibs will make your submission more convincing.
592
 
593
  4. **Non-academic Sources**:
594
+ - *Observation*: Blogs, and APIs are not indexed in academic databases.
595
  - *Action*: Verify URL, year, and title manually.
596
  ---
597
  **Supported Data Sources:** arXiv, CrossRef, DBLP, Semantic Scholar, ACL Anthology, ACM, theCVF,