REVIEW 4 major objections 6 minor 53 references
Forecasting Future International Events: A Reliable Dataset for Text-Based Event Modeling
T0 review · 4 major / 6 minor · reviewed 2026-08-12 · deepseek-v4-flash
Pith's one-line read WORLDREP, an LLM-built dataset of 44,706 news articles, labels country-pair relations that match political-science experts 77.4% of the time, versus GDELT's 30.6%.
desk verdict WORLDREP is a real dataset contribution, but the headline GDELT comparison is inflated and the forecasting benchmark is partially circular. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central mechanism is a structured scratchpad prompt: each annotation is produced in steps—extract, verify, explain disagreements, correct—so the model can catch its own mistakes before the label is recorded. Country extraction and relationship scoring each use this pattern, and each relationship pair is scored five times with a majority vote on 'unknown' and averaging of the remaining scores. This yields a continuous 0-to-1 score (0 = full cooperation, 1 = full conflict) that is thresholded into cooperation, conflict, and unknown classes. The paper credits this self-correcting, ensembled scoring for both the higher agreement with experts and the improved country-extraction F1.
What would settle it
Have a second, independent panel of international-relations experts label a random sample of WORLDREP articles, and report per-label agreement and inter-annotator agreement; if the overall agreement with the original labels falls well below 77.4%, or the expert panel itself disagrees, the headline quality claim fails.
Extended reading notes
Core claim
The paper's discovery is that an LLM-based annotation pipeline with built-in verification and correction can produce relationship labels that align with domain-expert judgment far more closely than GDELT's rule-based labels, while also capturing multilateral relations and an 'unknown' category that GDELT lacks. The claim is established through a direct comparison on a shared test set: expert-labeled relationships in 1,030 articles, where WORLDREP attains 77.4% overall agreement versus GDELT's 30.6%. The paper further shows that classifiers trained on WORLDREP labels and evaluated on expert labels reach an average accuracy of 0.854, versus 0.469 for classifiers trained on GDELT labels, and that the self-correcting extraction step raises country-identification F1 from 0.825 to 0.963. The authors also provide a zero-shot benchmark in which frontier LLMs predict future country-pair relations from recent news, with top accuracy around 61%.
Load-bearing premise
The central comparison treats the labels that one professor and three graduate students assigned to 1,030 selected articles as an unbiased gold standard for all 44,706 articles, without reporting inter-annotator agreement.
Editorial extensions
If this is right
- WORLDREP can serve as a training set for models that forecast whether a country pair will be in conflict, cooperation, or an indeterminate state at a future date.
- The automated pipeline makes it feasible to refresh the dataset continuously, replacing the expensive expert-labeling bottleneck with LLM scoring that has been validated against experts.
- The 'unknown' category lets models avoid forced binary predictions, which should reduce spurious conflict or cooperation classifications on ambiguous news.
- Because labels are continuous, downstream systems can treat relationship intensity as a graded signal rather than a binary category.
- The published expert-labeled test set gives the community a stable ground truth for comparing future event-prediction models.
Reading between the lines
- A natural next validation step, not performed in the paper, is to measure inter-annotator agreement among the experts; without it, the 77.4% agreement rate conflates label quality with expert consensus.
- The 1,030-article expert subset was chosen for having full GDELT annotations, so it may over-represent clear-cut bilateral events; the quality gap on the full, more multilateral corpus could be different.
- The same scratchpad-plus-ensemble recipe could be transferred to other annotation domains that need graded, multi-subject labels, such as economic or public-health event tracking.
- If the 45–61% zero-shot accuracy on the future-prediction benchmark is representative, an immediate research target is context retrieval: feeding models the most relevant past articles rather than a fixed recent window.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces WORLDREP, a dataset of 44,706 news articles annotated with pairwise country-relationship scores (cooperation-to-conflict, plus an 'Unknown' category) generated by GPT-4 using a two-stage scratchpad with verification and self-correction. The authors validate label quality against domain-expert annotations on 1,030 articles, report that WORLDREP agrees with experts at 77.4% overall versus GDELT's 30.6%, and show that classifiers trained on WORLDREP labels outperform those trained on GDELT labels when evaluated on expert-labeled test data. They then propose a zero-shot LLM benchmark for forecasting future country-pair relationships, reporting 45-61% accuracy across nine LLMs.
Significance. If the validation claims hold, WORLDREP would be a useful resource for text-based international event prediction, addressing two real limitations of GDELT: multilateral country extraction and a nuanced relationship label with an explicit 'Unknown' class. The paper ships the dataset, expert labels, and automation code, and the expert-annotation comparison in Section 3.2 is a non-circular, appropriately designed transfer experiment. The self-correcting scratchpad's measured improvement in country-extraction F1 (0.825 to 0.963 against expert labels, Table 3) is a concrete and credible contribution. However, the headline quality comparison in Table 2 is structurally unfair to GDELT, the expert gold standard is small and non-random, and the future-event benchmark in Section 4.1 uses the paper's own LLM labels as ground truth, so the forecasting numbers should not be read as externally validated accuracy.
major comments (4)
- [Section 3.1, Table 2] The aggregate agreement comparison of 77.4% versus 30.6% is structurally unfair because GDELT has no 'Unknown' label: every expert-labeled 'Unknown' pair is automatically counted as a GDELT error, while WORLDREP can score 73.7% on those same pairs. The authors acknowledge GDELT lacks 'Unknown' in the caption but still present the aggregate as the headline result and repeat it in the abstract. The fairer two-class comparison in Section 3.2 (restricting to pairs experts labeled Conflict or Cooperation) still shows a gap, but the paper should report that restricted agreement as the primary quality comparison, or give GDELT an explicit abstention option, and clearly delabel the aggregate table.
- [Section 3.1 and Appendix B.1] The expert validation uses only 1,030 articles selected because GDELT had fully annotated samples, which is not a random sample of the 44,706-article corpus, and the labels come from three graduate students supervised by one professor with no inter-annotator agreement reported. As stated, the 77.4% agreement rate cannot be shown to generalize to the full dataset. The authors should report per-annotator agreement (e.g., Cohen's or Fleiss' kappa), describe how disagreements were adjudicated, and either add a random-sample expert evaluation or explicitly present the current numbers as a non-random, limited pilot rather than a corpus-wide validation.
- [Section 3.1, score-to-class thresholds] The threshold binning (0.0-0.25 cooperation, 0.25-0.75 unknown, 0.75-1.0 conflict) is introduced without justification or sensitivity analysis. Since both Table 2 and the downstream classification experiments depend on these boundaries, and since changing the boundaries could shift agreement rates for both WORLDREP and GDELT, the authors should either justify the thresholds from the expert label distribution or report how agreement changes under reasonable alternative boundaries.
- [Section 4.1, future event prediction benchmark] The future prediction test labels are produced by the same automated LLM labeling pipeline that generated WORLDREP, so the 45-61% accuracy figures in Table 5 partly measure how well one LLM predicts another LLM's labels rather than how well the models forecast real future international relationships. This is a load-bearing issue for the benchmark claim. The authors should validate a sample of the May 2024 target labels against expert or independent event ground truth, or at minimum report agreement between the labeling model and the prediction models as a caveat, and avoid presenting the raw accuracy as evidence of real-world forecasting ability.
minor comments (6)
- [Table 1 vs Appendix B.5.2] The dataset start date is given as February 18, 2015 in Table 1 but as February 2013 in Appendix B.5.2; these dates should be reconciled.
- [Section 3.1 vs Appendix B.1] The main text says 'several graduates' while Appendix B.1 says exactly three graduate students; use a single consistent description.
- [Figure 10] The prompt in Figure 10 lists Countries: 'CHN', 'PRK' but Step 1 asks about the relationship between 'FRA' and 'RUS', which appears to be a copy-paste error from the previous figure.
- [Section 4.1] The claim that the May 2024 test period is 'beyond the knowledge cutoff dates of all these models' should be substantiated per model, since some of the listed models have version-specific and sometimes later cutoff dates.
- [Tables 3 and 4] No confidence intervals, standard deviations, or significance tests are reported for the F1/accuracy improvements; given the small expert test set, these would help establish that the gains are not noise.
- [Abstract and Section 3.1] The abstract claims the labels are 'rigorously validated by domain experts' on the full dataset, but the validation is on a non-random 1,030-article subset; the wording should be tempered to match the actual scope.
Circularity Check
Future-event benchmark uses the paper's own automated LLM labeling output as ground truth, making the reported accuracies partly self-referential; the expert-based quality validation itself is non-circular.
-
fitted input called prediction
[Section 4, first paragraph; Section 4.1 Experimental Settings]
"we now leverage our automated labeling system to efficiently label new data, replacing the prohibitively expensive expert labeling process. This approach allows for flexible and timely updates of WORLDREP while maintaining high data quality. Based on the results of this labeling process, we provide a benchmark using the latest large models capable of performing this task. [...] For this, we use the same categorization method described in the document classification section to convert our scoring system into categorical labels."
The future-event benchmark defines its ground truth via the same automated LLM labeling pipeline the paper introduces, rather than independent expert labels or observed future outcomes. The evaluated models include GPT-4-Turbo and GPT-4o, the same model family used to generate the WORLDREP scores, so the reported 45-61% accuracies partly measure how well LLM predictors reproduce labels produced by the paper's own LLM labeling system, not how well they forecast independently validated international relationships. The expert validation in Section 3.1 was performed on a separate 1,030-article subset and is not shown to cover the May 2024 benchmark data, so it cannot independently certify these target labels.
full rationale
The central dataset-quality claims are externally benchmarked and non-circular: Section 3.1 compares WORLDREP labels against human expert annotations, and Section 3.2 trains models on WORLDREP versus GDELT labels and tests them on expert labels, providing an independent gold standard. The self-correcting scratchpad is also evaluated against expert labels. No load-bearing self-citation or imported uniqueness theorem appears; the author self-citations in Appendix A.4 are speculative future applications, not evidence for the main claim. However, the future-event benchmark in Section 4 replaces expert labels with the automated LLM labeling system and evaluates LLMs, including GPT-4, the labeling model family, against those self-generated labels. The paper explicitly converts its scoring system into categorical labels for this benchmark, so the Section 4 accuracy and F1 numbers partly measure self-consistency of an LLM pipeline rather than validated forecasting. This is a partial, construction-level circularity confined to the benchmark section. Separately, the headline Table 2 GDELT comparison is structurally unfair because GDELT has no Unknown label, but that is a comparison-validity issue rather than a circularity issue. The overall score reflects the independent expert validation plus the self-referential forecast benchmark.
Assumptions & free parameters
free parameters (5)
- Score-to-class thresholds =
0.0-0.25 cooperation, 0.25-0.75 unknown, 0.75-1.0 conflict
- Ensemble size for label averaging =
5 runs
- Number of recent articles in prediction context =
15 articles
- Keyword filter list =
50 hand-picked keywords
- Summary length cap =
10 sentences, roughly 512 tokens
assumptions (6)
- domain assumption News articles are a valid proxy for the state of international relations.
- domain assumption Domain expert annotations are an unbiased gold standard.
- ad hoc to paper LLM-generated labels for the May 2024 test period are acceptable ground truth for future event prediction.
- domain assumption A single news source (CNN) provides sufficiently comprehensive coverage of international events.
- domain assumption The self-correcting scratchpad improves label reliability.
- domain assumption GDELT's binary labels are commensurable with WORLDREP's continuous scores after thresholding.
Cite this review
Pith. "Pith review of Forecasting Future International Events: A Reliable Dataset for Text-Based Event Modeling." pith.science (2026). https://pith.science/paper/MM625IXY
@misc{pith2026241114042,
author = {Pith},
title = {Pith review of: Forecasting Future International Events: A Reliable Dataset for Text-Based Event Modeling},
year = {2026},
howpublished = {\url{https://pith.science/paper/MM625IXY}},
note = {Machine review of arXiv:2411.14042}
}
read the original abstract
Predicting future international events from textual information, such as news articles, has tremendous potential for applications in global policy, strategic decision-making, and geopolitics. However, existing datasets available for this task are often limited in quality, hindering the progress of related research. In this paper, we introduce WORLDREP (WORLD Relationship and Event Prediction), a novel dataset designed to address these limitations by leveraging the advanced reasoning capabilities of large-language models (LLMs). Our dataset features high-quality scoring labels generated through advanced prompt modeling and rigorously validated by domain experts in political science. We showcase the quality and utility of WORLDREP for real-world event prediction tasks, demonstrating its effectiveness through extensive experiments and analysis. Furthermore, we publicly release our dataset along with the full automation source code for data collection, labeling, and benchmarking, aiming to support and advance research in text-based event prediction.
Figures
Figures from the paper (7 more)
Reference graph
Works this paper leans on
-
[1]
Countries directly related to the major events or topics covered in the article
-
[2]
Countries that are major actors or play specific roles in the article. Next, we extracted major countries from the article and then asked an expert to create pos- sible country pairs from those countries and label the relationship between the two coun- tries. The guidelines provided were as follows:
-
[3]
Based on the content of the passage {News ID}, select the most appropriate description of the relationship between Country2 and Country3
-
[4]
❑ Country # (These countries will be provided based on simple parsing rules.)
-
[5]
Kang Min Yoo, Dongju Park, Jaewook Kang, Sang- Woo Lee, and Woomyoung Park
Xlnet: Generalized autoregressive pre- training for language understanding.Advances in neural information processing systems, 32. Kang Min Yoo, Dongju Park, Jaewook Kang, Sang- Woo Lee, and Woomyoung Park. 2021. Gpt3mix: Leveraging large-scale language models for text augmentation. In Findings of the Association for Computational Linguistics: EMNLP 2021, ...
work page 2021
-
[7]
InThirty-sixth Conference on Neural Information Processing Systems Datasets and Benchmarks Track
Forecastingfutureworldeventswithneural networks. InThirty-sixth Conference on Neural Information Processing Systems Datasets and Benchmarks Track. Simiao Zuo, Haoming Jiang, Zichong Li, Tuo Zhao, and Hongyuan Zha. 2020. Transformer hawkes process. InProc. oftheInternationalConference on Machine Learning (ICML). A Related Works A.1 Benchmarks for Internati...
work page 2020
-
[8]
have attempted to collect and process a vast amount of global news, treating news as an event in itself. Despite these efforts, the extensive range of collection and the need for expert knowledge in international affairs make relevant data more limited compared to social event datasets. Most international af- fairs prediction problems rely on the GDELT pr...
work page 2021
-
[9]
b) Role: Countries mentioned as main actors or playing a significant role in the article
From the extracted ‘Countries’ list, determine the important countries based on the following criteria: a) Main Event: Countries directly related to the main event or topic of the article. b) Role: Countries mentioned as main actors or playing a significant role in the article. Provide the important countries as a comma-separated list of their 3-letter co...
Show all 53 references
-
[10]
Answer ‘Yes’ or ‘No’
Verify if all important countries are correctly identified and listed based on the content provided. Answer ‘Yes’ or ‘No’
-
[11]
Choose between ‘Conflict’ or ‘Cooperation’ to describe the relationship between coun- tries
-
[12]
Using these guidelines, the experts carried out the annotations following the questions shown in Figure 5
If it is impossible or ambiguous to choose based on a given article, ‘Unknown’ can be selected. Using these guidelines, the experts carried out the annotations following the questions shown in Figure 5. Stage Target InstructionConsistency Country Extraction Format Instruction ...
-
[13]
This method allows for precise and comprehensive labeling of interna- tional relationships
focuses on identifying relationships between countries, summarizing the context, and cor- recting inaccuracies. This method allows for precise and comprehensive labeling of interna- tional relationships. These structured prompts facilitate detailed and accurate annotations, cr...
-
[14]
Select all countries related to the content of the passage {News ID}
-
[16]
Based on the content of the passage {News ID}, select the most appropriate description of the relationship between Country1 and Country2
-
[18]
Figure 5: Example of a questionnaire for domain experts for annotation requests
Unknown ... Figure 5: Example of a questionnaire for domain experts for annotation requests. existing works (Tan et al., 2024; Goel et al.,
2024
-
[19]
Specifically, as shown in Figures 6 and 7, our two scratchpads have a variety of conditional instructions and detailed format guidelines for each instruction’s outcome
that provide guidelines and a few exam- ples for a single task, our scratchpads have more questions and strict format guidelines. Specifically, as shown in Figures 6 and 7, our two scratchpads have a variety of conditional instructions and detailed format guidelines for each i...
-
[20]
A single news article or event often in- volves multiple countries with complex in- teractions
Capturing Multiple Subjects: Ensur- ing that all relevant countries and their relationships are captured in each event. A single news article or event often in- volves multiple countries with complex in- teractions. It is essential to identify and label all significant subject...
-
[21]
good" or
Scoring Relationship Labels: Repre- senting relationships with numerical scores to capture the nuance of interactions. For instance, simply labeling relationships as "good" or "bad" can miss the subtleties of international dynamics. Numerical scores allow for a more nuanced re...
-
[22]
un- known
Handling Unknown Relationships: Identifying and labeling relationships that cannot be determined. In many cases, the information available might not be suffi- cient to ascertain the nature of the rela- tionship between countries. It is crucial to accurately label these instanc...
-
[23]
a person born in the USA
Ensuring Consistency and Reliabil- ity: Achieving consistency and reliabil- ity in the information extracted from ar- ticles. Variations in labeling due to dif- ferent interpretations or extraction errors can lead to unreliable models. Techniques such as ensemble labeling and ...
2013
-
[24]
Data Loading: The data was tokenized using the respective tokenizer for each pre- trained model
-
[25]
Gradient accumu- lation and mixed-precision training were used to optimize memory usage and speed up training
Model Training: Models were trained using the training dataset with the speci- fied hyperparameters. Gradient accumu- lation and mixed-precision training were used to optimize memory usage and speed up training
-
[26]
The model with the best validation loss was saved
Validation: During training, model per- formance was monitored using the valida- tion dataset. The model with the best validation loss was saved
-
[27]
GDELT: Global Data on Events, Lo- cation and Tone, 1979-2012
Evaluation: The best-performing model on the validation set was evaluated on the test set. The performance metrics included accuracy, F1 score, and confusion matrix. D Information for Data Usage Compliance D.1 Citation of Artifact Creators We utilized the Global Database of Ev...
2013
-
[34]
If the answer to step 6 is ‘Yes’, return ‘None’
Explain why the ‘Summary’ is not accurate if the answer to step 6 is ‘No’. If the answer to step 6 is ‘Yes’, return ‘None’
-
[35]
If the answer to step 6 is ‘Yes’, return ‘None’
Provide the corrected summary, ensuring it includes all mentioned countries and follows the 10-sentence limit if the answer to step 6 is ‘No’. If the answer to step 6 is ‘Yes’, return ‘None’
-
[38]
If the answer to step 10 is ‘Yes’, return ‘None’
Explain why the important countries are not accurately identified if the answer to step 10 is ‘No’. If the answer to step 10 is ‘Yes’, return ‘None’
-
[39]
If the answer to step 10 is ‘Yes’, return ‘None’
Provide the corrected list of important countries as a comma-separated list of 3-letter country codes (ISO 3166-1 alpha-3) if the answer to step 10 is ‘No’. If the answer to step 10 is ‘Yes’, return ‘None’. Article: {text} Follow this format exactly to ensure proper parsing an...
-
[46]
If the answer to step 6 is ‘Yes’, return ‘None’.}}
Explanation for Inaccuracy: {{If the answer to step 6 is ‘No’, explain why the ‘Summary’ is not accurate. If the answer to step 6 is ‘Yes’, return ‘None’.}}
-
[47]
If the answer to step 6 is ‘Yes’, return ‘None’.}}
Corrected Summary: {{If the answer to step 6 is ‘No’, provide the corrected summary, ensuring it includes all mentioned countries and follows the 10-sentence limit. If the answer to step 6 is ‘Yes’, return ‘None’.}}
-
[48]
Important Countries: {{Answer here as a comma-separated list of 3-letter country codes based on the criteria.}}
-
[49]
Important Countries Accurate: {{Answer ‘Yes’ or ‘No’.}}
-
[50]
If the answer to step 10 is ‘Yes’, return ‘None’.}}
Explanation for Inaccuracy: {{If the answer to step 10 is ‘No’, explain why the important countries are not accurately identified. If the answer to step 10 is ‘Yes’, return ‘None’.}}
-
[51]
You are provided with an article
Corrected Important Countries: {{If the answer to step 10 is ‘No’, provide the corrected list of important countries as a comma-separated list of 3-letter country codes (ISO 3166-1 alpha-3) if the answer to step 10 is ‘Yes’, return ‘None’.}} Figure 6: Extracting important coun...
-
[52]
If no countries are mentioned, return "None"
Extract all countries mentioned in the article as a comma-separated list of their 3-letter country codes (ISO 3166-1 alpha-3). If no countries are mentioned, return "None"
-
[53]
Summarize the article in up to 10 sentences, ensuring all mentioned countries are included
-
[54]
Answer ‘Yes’ or ‘No’
Verify if the extracted ‘Countries’ list includes all countries mentioned in the article. Answer ‘Yes’ or ‘No’
-
[55]
If the answer to step 3 is ‘Yes’, return ‘None’
Explain why the ‘Countries’ list is not accurate if the answer to step 3 is ‘No’. If the answer to step 3 is ‘Yes’, return ‘None’
-
[56]
If the answer to step 3 is ‘Yes’, return ‘None’
Provide the corrected list of countries as a comma-separated list of 3-letter country codes (ISO 3166-1 alpha-3) if the answer to step 3 is ‘No’. If the answer to step 3 is ‘Yes’, return ‘None’
-
[57]
Answer ‘Yes’ or ‘No’
Verify if the ‘Summary’ of the article content is accurate and includes all mentioned countries. Answer ‘Yes’ or ‘No’
-
[58]
If the answer to step 6 is ‘Yes’, return ‘None’
Explain why the ‘Summary’ is not accurate if the answer to step 6 is ‘No’. If the answer to step 6 is ‘Yes’, return ‘None’. Article: {text} Countries: {country1}, {country2} Follow this format exactly to ensure proper parsing and then answer:
-
[59]
Countries: {{Answer here as a comma-separated list of 3-letter country codes, or "None".}}
-
[60]
Ensure you include as much information from the original article as possible.}}
Summary: {{Answer here with the summary text including all mentioned countries, up to 10 sentences. Ensure you include as much information from the original article as possible.}}
-
[61]
Countries Accurate: {{Answer ‘Yes’ or ‘No’.}}
-
[62]
If the answer to step 3 is ‘Yes’, return ‘None’.}}
Explanation for Inaccuracy: {{If the answer to step 3 is ‘No’, explain why the ‘Countries’ list is not accurate. If the answer to step 3 is ‘Yes’, return ‘None’.}}
-
[63]
If the answer to step 3 is ‘Yes’, return ‘None’.}}
Corrected Countries: {{If the answer to step 3 is ‘No’, provide the corrected list of countries as a comma-separated list of 3-letter country codes (ISO 3166-1 alpha-3). If the answer to step 3 is ‘Yes’, return ‘None’.}}
-
[64]
Summary Accurate: {{Answer ‘Yes’ or ‘No’.}}
-
[65]
Malligyong-1
Explanation for Inaccuracy: {{If the answer to step 6 is ‘No’, explain why the ‘Summary’ is not accurate. If the answer to step 6 is ‘Yes’, return ‘None’.}} Figure 7: Relationship labeling scratchpad. Article: North Korea announced on Wednesday that it had launched its first r...
-
[2018]
Siqiao Xue, Xiaoming Shi, Zhixuan Chu, Yan Wang, Hongyan Hao, Fan Zhou, Caigao Jiang, Chen Pan, James Y
Natural language based financial fore- casting: a survey.Artificial Intelligence Review, 50(1):49–73. Siqiao Xue, Xiaoming Shi, Zhixuan Chu, Yan Wang, Hongyan Hao, Fan Zhou, Caigao Jiang, Chen Pan, James Y. Zhang, Qingsong Wen, Jun Zhou, and Hongyuan Mei. 2023. Easytpp: Toward...
2023 arXiv
-
[2019]
Dong-Ho Lee, Jay Pujara, Mohit Sewak, Ryen White, and Sujay Jauhar
Albert: A lite bert for self-supervised learn- ing of language representations.arXiv preprint arXiv:1909.11942. Dong-Ho Lee, Jay Pujara, Mohit Sewak, Ryen White, and Sujay Jauhar. 2023. Mak- ing large language models better data cre- ators. In Proceedings of the 2023 Conferenc...
1909 arXiv
-
[2021]
In Proceedings of the AAAI conference on artificial intelligence
Informer: Beyond efficient transformer for long sequence time-series forecasting. In Proceedings of the AAAI conference on artificial intelligence. Andy Zou, Tristan Xiao, Ryan Jia, Joe Kwon, Mantas Mazeika, Richard Li, Dawn Song, Jacob Steinhardt, Owain Evans, and Dan Hendrycks
-
[2022]
Danny Halawi, Fred Zhang, Chen Yueh-Han, and Jacob Steinhardt
News summarization and evaluation in the era of gpt-3.arXiv preprint arXiv:2209.12356. Danny Halawi, Fred Zhang, Chen Yueh-Han, and Jacob Steinhardt. 2024. Approaching human- level forecasting with language models. arXiv preprint arXiv: 2402.18563. Or Honovich, Thomas Scialom,...
2024 arXiv
-
[2023]
InProceedings of the 3rd Machine Learning for Health Symposium
Llms accelerate annotation for medical in- formation extraction. InProceedings of the 3rd Machine Learning for Health Symposium. J.S. Goldstein and J.C. Pevehouse. 2011. International Relations. MyPoliSciKit Se- ries. Pearson Longman. Tanya Goyal, Junyi Jessy Li, and Greg Durrett
2011
Reviewed August 12, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.